Sweet thanks for the info.
Latest posts made by seq-nate
-
RE: Question about storage groups
So, with the Location plugin active the computers will only pull the image from the assigned storage node?
-
Question about storage groups
Here is my setup:
I currently have 12 geographically separate campuses, 1 Master server at my main campus and 11 storage nodes at the other campuses. All are running Debian 7 and FOG 1.2.0. On the FOG home page, it says that there are 120 free which I take that as if I start doing mass imaging the first 10 machines will pull from the storage node where I start the imaging and then start pulling from my other storage nodes?If I understand this correctly, each of my campuses must have a storage group and the one storage node will be the only node in the group and the one node needs to be master. I initially set up the nodes this way and replication was not working between them so I set them back to one group and they all started talking again.
Can someone explain if my understanding is correct?
-
RE: Add ISO to fog server
I know this is an old thread but it doesn’t look like it was answered. I found that I am having the same problem as TuxMeister getting a boot failure. Are there supposed to be other TFTP boot files inside the ISO folder and where do I find these files?
-
RE: Can no longer upload from virtualbox image
I noticed FOG 1.0.1 was posted so I ran the update and it booted initially but the kernel was not able to see my machine because of what I believe was an issue between the kernel and VirtualBox ([url]http://fogproject.org/forum/threads/virtualbox-4-2-16-and-kernel-3-11.6339/[/url]).
I remember I was using a vmware kernel on my old FOG server (running .32) so I copied the Kernel over to the new server and set the Host Kernel for my template machine and tried FOG again. It booted again and began to load the kernel but then froze. I rebooted, FOG booted again and began to load the kernel and got a little further and froze again. I decided to reboot again, because what the heck another reboot couldn’t hurt. This time… no go, I got the BOOT FAILURE message.
Update:
I changed the Kernel back to bzImage and was able to boot but it went back to searching for /dev/sda. I’m guessing now that the problem, once I get it booted, is getting a kernel that will work.[url=“/_imported_xf_attachments/0/768_can’t see partitions-VBOX.png?:”]can’t see partitions-VBOX.png[/url]
-
RE: Can no longer upload from virtualbox image
I downloaded the latest FOG and the the first time I tried to upload from the VM it proceeded past where it was hanging up and appeared to be getting ready to upload. Partclone came up and flashed an error and then rebooted. After reboot, it went back to giving me boot errors. I kept rebooting hoping that it would proceed again so I could get the exact wording and after 8 tries it went through again. the wording is:
[CODE]Starting to clone device (/dev/sda1) to image (/tmp/pigz1)
Clone: open /dev/sda1 error[/CODE]Then once again it rebooted.
My apache log came up with:
[CODE]tail: cannot open ‘/opt/fog//log/multicast.log’ for reading: No such file or directory
[Tue May 13 07:56:44 2014] [notice] caught SIGTERM, shutting down
[Tue May 13 07:56:45 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.9-4ubuntu2.4 configured – resuming normal operations
[Tue May 13 07:57:26 2014] [error] [client 10.10.4.143] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/pages/DashboardPage.class.php on line 30, referer: http://10.10.7.244/fog/commons/schemaupdater/index.php?redir=1[/CODE]I also checked config.php and confirmed that I had set the password.
[url=“/_imported_xf_attachments/0/760_boot-once.png?:”]boot-once.png[/url]
-
RE: Can no longer upload from virtualbox image
Thanks for the reply Tom,
The last FOG install was Friday (may 9th) from:
svn://svn.code.sf.net/p/freeghost/code/trunk
If there is was a newer update I will try updating my install.I tried:
Kernel Issues: [url]http://fogproject.org/wiki/index.php/FAQ[/url]
No change.The only thing in my apache logs is:
[CODE][Sun May 11 06:49:11 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.9-4ubuntu2.4 configured – resuming normal operations
[/CODE]Currently running:
FOG Version: 1.0.0
Ubuntu 13.04 -
Can no longer upload from virtualbox image
I apologize now if there is a already a posting answering my question but I haven’t been able to find it.
I have been using fog .32, running dhcp, on a laptop so I can image on an isolated network, and making my image in Virtualbox and uploading perfectly. I am currently in the process of integrating a fog server into my network to eliminate a lot of the manual process of imaging.What I am using in my new setup:
Ubuntu 12.04 server
Fog 1.0.0I can can boot a normal workstation and register, schedule tasks, etc. When I try to boot the virtualbox (template machine) into FOG I get:
[CODE]Configuring (net0 00:50:56:37:df:20… Error 0x040ee119 (http://FATAL: INT18: BOOT FAILURE[/CODE]
Every once in a while (very rarely) it will boot to fog. I was able to register the VM but it will not upload the image.
Is there something I missed to allow a VM to work with FOG?
-
RE: Ubuntu 14.04 fog Not Found
checked the log files but didn’t have a look at the wiki … Sorry, the Google wasn’t helping and I didn’t think to just go straight to the source (wiki).
-
Ubuntu 14.04 fog Not Found
I have been having some previous problems so to eliminate problems like virtual machine, subnet … I installed a fresh copy of Ubuntu 14.04 onto it’s own machine, made sure it was in my data subnet not management where I was playing. downloaded a fresh copy of fog .32 and started install. I had to change the interface from eth0 because Ubuntu wants to call my network interface p5p1 (and it won’t let me change it) I ran into a problem with udpcast failing but was able to resolve that by downloading the latest udpcast file. The fog installer then was able to complete the install with no errors. I then went to [url]http://10.10.7.244/fog/management[/url] and got
[SIZE=6][B]Not Found[/B][/SIZE]The requested URL /fog/management/index.php was not found on this server.
Index.php is there and has the appropriate permissions. I am lost as to why this is not working.