0.00ib image size on server and images not moving out of DEV folder
-
We were using one of the early versions of FOG and decided to do a fresh install of a newer version. We installed Ubuntu 14.02 fresh and then proceeded with Fog 1.2.0. When the upload of an image finishes, it shows that the Image Size: ON SERVER is 0.00iB. It appears as though the image is not moving out of the Dev folder and into the Images folder. We also set the user up on Ubuntu as fog vs root and I noticed that the image file in the /images/dev/ folder is owned by root (I think that may be also causing issues). Any ideas that you have is appreciated.
Thanks! -
Just a heads up I’m a noob at linux, so the more detail you give me the better! Thank you!
-
@bsmaby FTP is used to move images from /images/dev to /images. If this fails then it’s likely a simple credentials mismatch. You will find your solution in the credentials area of our FTP Troubleshooting article, here: https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP
-
@Wayne-Workman said:
@bsmaby FTP is used to move images from /images/dev to /images. If this fails then it’s likely a simple credentials mismatch. You will find your solution in the credentials area of our FTP Troubleshooting article, here: https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP
SOLVED: Thank you so much! It ended up being both a miss match of passwords through out fog and also the permissions for the image folder was an owner of root and I am using a fog user instead so I had to switch the permissions to make that work. Thanks!