FTP issue when pulling an image
-
FTP seems to be failing after my image pull happens. When the image pull gets to the final stage it tries to use FTP or TFTP (not sure which) to update the database. It fails and says the login is incorrect (username “fogproject”). I had trouble originally with fogproject updating the kernel over FTP but got that fixed. Anyone have any thoughts on how to fix this so the image pull can complete successfully? I pushed an image with no troubles.
Error message at the end of the image capture is:
Updating Database…Failed
Error returned: Type 2, File: /var/www/html/fog/lib/fog/ftp.class.php, line: 464, Message: ftp_login(): Login incorrect., Host: [ipaddress], Username: fogprojectHave i messed up something here?
![alt text]
-
If someone changed the linux password for
fogproject
or messed with the setting for that account within the web ui that error will be thrown.Work through this document: https://forums.fogproject.org/topic/11203/resyncing-fog-s-service-account-password
-
As always, the community comes through! Not sure how this got askew, but following these directions I was able to fix the issues. The image pulled correctly and at the end updated the database info. The image is good, I am all set. Thank you again this was awesome!