Image upload stalls
-
I did a quick search but didn’t find anything relating to this happening on 1.1.2. I have created the image and registered the machine that I want to pull the image from but now after it boots to the FOG server to pull the image it appears to stall. I thought I had everything set right but am not sure now.
[url]https://www.dropbox.com/s/nu3mu05kl2pe0hw/2014-07-08 14.25.37.jpg[/url]
Any help would be appreciated.
Thanks,
WLS-ITGuy
-
One thing to add is in Task Manager it shows as an Active Task. Started at 2:05pm CST now 2:49 CST and we haven’t moved from the state it is in the above linked pic.
-
Not sure if this helps but I can ping from the host to the server but not the reverse. Also in the management console I get this when I open the host:
[url]http://imgur.com/K5ClRZO[/url]
But get the red i that says host unreachable.
-
The Ping Host and Red mark doesn’t mean anything.
It looks like the image is “waiting” at the hdd. If you press enter or some other key, does it fail out? I’m starting to think that it’s waiting for “key” entry. And that “key” entry is wrong. I’d love to troubleshoot further. It’s only a theory.
-
Yes - if I hit enter it reboots.
-
So using your sig line advice - I checked the logs and this is the only error:
[QUOTE][Wed Jul 09 09:10:33 2014] [error] [client 172.17.1.7] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/fog/SubMenu.class.php on line 118, referer: [url]http://172.20.1.2/fog/management/index.php?node=users&sub=list[/url]
ls: cannot access /images/LabPCWin7: No such file or directory[/QUOTE] -
Those error’s don’t really help us out.
At this point I’m thinking it’s in the code. Is this on upload or download tasks?
-
[quote=“Tom Elliott, post: 32574, member: 7271”]Those error’s don’t really help us out.
At this point I’m thinking it’s in the code. Is this on upload or download tasks?[/quote]
Upload from pc to server
-
I did a complete reinstall of Ubuntu and 1.1.2 and am still getting the same issue. Should I go back to an older version?
-
no I need to look at the code.
-
[quote=“Tom Elliott, post: 32590, member: 7271”]no I need to look at the code.[/quote]
Mine or yours
-
did you edit the fog.upload script in your init?
-
[quote=“Tom Elliott, post: 32592, member: 7271”]did you edit the fog.upload script in your init?[/quote]
I didn’t. Guessing I missed something? -
no, just making sure that i didn’t need to look at your code, vs. mine.
-
I’m having the same issue with mine. I’m running Kubuntu 14.04 and Fog 1.1.2 as well.
-
I decided to test on another machine and it is working. The machine I am having issues with is running Windows 7 on an HP dc5800. It appears to not find the hard drive. But the HP ProBook 650 found it and is uploading the image now.
-
If you run a System Info (Compatibility test) from the FOG iPXE menu does all report as “Pass”?
-
I get: Warning: /dev/sda contains GPT Signatures error but then hit enter and get a Network Pass and Disk Pass.
-
Cool
Boot into an upload-debug task.Run
[code]fixparts /dev/sda[/code]Hit the letter w, it should exit properly.
When back at terminal run:
[code]fog[/code] -
[quote=“Tom Elliott, post: 32679, member: 7271”]Cool
Boot into an upload-debug task.Run
[code]fixparts /dev/sda[/code]Hit the letter w, it should exit properly.
When back at terminal run:
[code]fog[/code][/quote]Thanks Tom - Processed the image and all is good!