Server
- FOG Version: 1.4.2
- OS: Ubuntu 14.04
Client
- Service Version: 0.11.12
- OS: Windows 7
I just updated from 1.40 to 1.42 and tried to capture an image after updating. The image capture completes successfully, but when it tries to update the database, it fails with the following screens.
I saw the troubleshooting FTP wiki article and verified that I can connect to /images with the fog account and password that is listed in storage management. I can create a test file to this directory, edit it, and delete it. This username and password match in all of the areas listed in the wiki
I enabled all permissions on the /images directory using the following
sudo chmod -R 777 /images
I also set the ownership of /images using this:
sudo chown -R fog:root /images
Any help would be appreciated.
Thanks!