Can't download uploaded image to client
-
Fog: 1.2.0
Ubuntu 14.04
~First time using Fog~
I’ve been following the Wiki and so far uploading an image was a breeze now I am unable to re-image another PC: Lenovo T440. I have taken a master image of another T440 and tried to download the newly uploaded image to another T440 and I receive this error “To setup download task, you must first upload an image” apparently I have uploaded an image and it shows that it was compressed and stored in the following snapshots below. Any help would be greatly appreciated! -
Does the image exist? Physically on the server?
-
@MrKeishii You have an FTP problem, most likely credentials.
Check this out: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP
-
Apparently it says it doesn’t physically appear on server according to this snapshot
What could be the problem? I can physically see the image when I listed them in the above snapshots.
thanks Tom!
-
@MrKeishii Again, you have an FTP problem. I promise.
-
The picture you displayed with your image files shows it exists in the /images/dev, but this is not where FOG Checks for the image existance. It searchs for the image in /images/(imagepathname)
-
our /images/(imagepathname) is as follows
problem is I do not see the actual path in terminal
-
@MrKeishii Because you have an FTP problem.
-
You can, temporarily, correct this by:
sudo mv /images/28d24484bf43 /images/T440MASTER
-
@Wayne-Workman said:
Check this out: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP
-
I am having this same problem with one of my images as well. I have tried all of the troubleshooting steps listed in the Wiki without any change. Anyone have any ideas? The machine I am trying to image is a Windows XP Kiosk.
-
The image that you posted of the listed imaged size from Image Management shows 2 sizes. The first being the size of the computers HDD that you are taking the image from. The second is the size of the image in the location listed in the Image Management T440-Master Record that you put up. The problem may be an FTP Issue, here are some steps to troubleshoot that. If after taking an image, there is a folder in the /images/dev/ directory with an image file, it may be a security issue on the server for the fog user.
I have run into an issue where the user account that I used for fog was denied access to login to the server and that prevented it from moving the image once the ftp was complete. I have entries in the file: /security/access.conf:
+ : root,fog : ALL - : ALL : ALL
Without that entry, the fog user is unable to move the image file to the appropriate spot after imaging.
-
@adowns What linux distro and version are you running?