Image upload stalls
-
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!