Image will Not capture
-
I’m try to capture an image but it will not update the database. these are the steps that im doing. Everything looks good until the very end. I will include the images to see if im doing something wrong. The begining shows an error but keeps moving
looks like its grabbing the image then i get this error at the very end.
the task never completes in fog and i have an invalid date on my image even though it show file size.
Any suggestions? -
i forgot to mention. when i try to deploy the image this is the error i get as well
-
The first image in the OP relates to FTP information. Please see:
https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP
-
well its still failing to update the database. I updated the creditials to match which is still not helping. the link does show this error but i really dont see a solid resolution anywhere
-
@snaggel Is it still the same error? It complains about ftp login.
-
ok the web interface location and /opt/fog/.fogsettings are set the same. is their something else i should try as the database still fails to update.
-
@quazz same error i keep getting this right at the very end
-
@snaggel https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP#Credentials_.2F_Passwords
You have to rerun the installer if you changed the .fogsettings file.
-
ok i was able to resolve this. here is the steps i followed and it is working now. thanks.
https://forums.fogproject.org/topic/11203/resyncing-fog-s-service-account-password
-
@snaggel I’ve run into this issue quite a lot in my environment. It took a ton of work to figure it out. I sometimes copy images from one fog server to another, and in the process the permissions on the folder/containing files were getting changed. In my case, running <code>sudo chmod 777 -R /images</code> fixes my issue.