New fog server, migrated, ftp issue
-
I migrated from old fog server. Can’t figure out where I should look for this fix.
Whether I downloaded a bzImage (via fog gui) or capture a new image, I got an ftp credential kind of error.
So I tried
passwd fogproject
and set that, then updated the tftp password… so now bzImage kernels upgrade works perfectly.However, once captured the image is failing to copy:
-
/etc/pam.d/vsftpd looks fine
#%PAM-1.0 session optional pam_keyinit.so force revoke auth required pam_listfile.so item=user sense=deny file=/etc/vsftpd/ftpusers onerr=succeed auth required pam_shells.so auth include password-auth account include password-auth session required pam_loginuid.so session include password-auth
ftpusers file:
# Users that are not allowed to login via ftp root bin daemon adm lp sync shutdown halt mail news uucp operator games nobody
-