Upload image, but does not show on server
-
I am trying to upload a new image. It seems to go through fine and runs without error, but when complete the image management still says 0.00 iB as far as size on server. I am not sure what to do now. I went through your FTP info and tried to make changes as I could but I am very new at this and not sure what else I should try.
-
The OP’s problem is almost surely a simple FTP credentials mis-match, this was common in FOG 1.2.0. Instructions on fixing it can be found here:
https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTPMarking this thread as solved.
-
@Sandi-Trogdon search the wiki for “Troubleshoot FTP”. Everything you need to solve this is in there. There are also tests you can run in there to determine if FTP and credentials are correct.
What version of fog?
-
This post is deleted! -
@Wayne-Workman 1.2.0
-
@Sandi-Trogdon On the terminal can you see if there’s anything in /images/dev
Doing
ls /images/dev
is sufficient.If there is, then Wayne is right and you should troubleshoot FTP using the Wiki article.
-
@Quazz There are two numbered names that come up when I check that. highlighted with green
-
@Sandi-Trogdon Those will match the mac addresses of the hosts you took the image of. All the data will be inside those folders. It’s the job of FTP to move that data to the correct spot under /images , so it’s time for you to troubleshoot FTP.
-
@Quazz OK, thanks! I will go through the FTP info in the wiki and see what I can do!
Thanks for all your help. -
The OP’s problem is almost surely a simple FTP credentials mis-match, this was common in FOG 1.2.0. Instructions on fixing it can be found here:
https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTPMarking this thread as solved.