Volume not found: cant read the following volume file
-
ah ok, now we are getting it figured out. Like Chad-Bisd said, the question at the end is if you want to push and existing image to a machine. So to upload a machine, make sure you have one ready that you want to image. Then log into the web interface and go to Host Management > List All Hosts > Select the machine that you’ve registered and want to upload > Make sure your image is selected > Basic Tasks > Upload image. Then PXE boot the machine and it’ll upload your image.
-
ok, here is what i have done step for step.
- booted to the pxe menu, and did a quick registration.
- made sure that i had a my image in image management set up.
- went to host management - list all hosts - selected the only host ive registered - selected the host image and host OS (XP)
- went to basic tasks on the left pane - selected upload - this brought me to a task management window underneath the title it was a blank space
- rebooted the host pxe. - went to the pxe menu 3 seconds times out and went right to windows splash screen and then to windows…
- no image created—i would assume.
im sure this is user error somewhere…
-
Step 4 would be where the problem is, you should have a button that says upload image that you need to click.
-
ok…got it…so where is the button?? LOL!
-
im using fog .032 and ubuntu 12.10
-
that would be the index.php located in /var/www/fog/management, I guess how big is that file on your machine? I don’t know why the button wouldn’t be showing up
-
odd…it looks like it is 8.1 kb…i went in to the file and there seems to be HTML in it…
-
The problem is the version of PHP that is installed is much newer than the FOG code.
[url]http://fogproject.org/forum/threads/cannot-create-tasks-task-manager-blank.3823/[/url]
summary: a small amount of code used by FOG was deprecated when it was released and is now unsupported. In the file you need to replace all function calls that pass &$tmp with just $tmp.
-
it worked!!! now i had a tftp timeout on pxe boot…>LOL
-
[QUOTE]The problem is the version of PHP that is installed is much newer than the FOG code.
[url]http://fogproject.org/forum/threads/cannot-create-tasks-task-manager-blank.3823/[/url]
summary: a small amount of code used by FOG was deprecated when it was released and is now unsupported. In the file you need to replace all function calls that pass &$tmp with just $tmp. [/QUOTE]
That’s news to me Good to know.
For the TFTP problem try [B]sudo service tftpd-hpa restart[/B] and see if that solves your problem