How to use FTP server in Bionicpup64?
Puppy Bionic 64 bit, with rockedge's realtime kernel
I used the old run-pureftpd script for years to run an ftp server for the odd times i needed to connect to my pups via ftp.
Almost always this access was from a Windoze box running Filezilla.
I needed to do this tonight & found I can't connect from Filezilla any more.
At the windows end, we just see
Code: Select all
Response: 530 Login authentication failed
Error: Critical error: Could not connect to server
while at the Puppy end we've done
Code: Select all
pure-ftpd -B
/var/log/messages looks like this:
Code: Select all
Nov 14 21:30:03 puppypc1545 ftp.info pure-ftpd: (?@LENOVO.lan) [INFO] New connection from LENOVO.lan
Nov 14 21:30:03 puppypc1545 authpriv.err pure-ftpd: PAM _pam_load_conf_file: unable to open /etc/pam.d/common-account
Nov 14 21:30:03 puppypc1545 authpriv.err pure-ftpd: PAM error loading (null)
Nov 14 21:30:03 puppypc1545 authpriv.err pure-ftpd: PAM _pam_init_handlers: error reading /etc/pam.d/pure-ftpd
Nov 14 21:30:03 puppypc1545 authpriv.err pure-ftpd: PAM _pam_init_handlers: [Critical error - immediate abort]
Nov 14 21:30:03 puppypc1545 authpriv.err pure-ftpd: PAM error reading PAM configuration file
Nov 14 21:30:03 puppypc1545 authpriv.err pure-ftpd: PAM pam_start: failed to initialize handlers
Nov 14 21:30:03 puppypc1545 ftp.err pure-ftpd: PAM pam_end: NULL pam handle passed
Nov 14 21:30:07 puppypc1545 ftp.warn pure-ftpd: (?@LENOVO.lan) [WARNING] Authentication failed for user [root]
Nov 14 21:30:07 puppypc1545 ftp.info pure-ftpd: (?@LENOVO.lan) [INFO] Logout.
So basically I've gone from a simple out-of-the-box service that does exactly what I wanted when I wanted, to entire uselessness, and I have no idea how or why or how to fix it and HELP plz