-
I had issues with linux partitions which was fixed by stripping fstab in initrd down to:
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0.
2009-02-17 02:18:04 UTC in FOG - A Free Cloning Solution
-
How about using 1 fog server for that subnet to handle the pxe portion and host images for one of the 3 groups then create separate storage nodes for the other groups?.
2009-02-06 13:17:17 UTC in FOG - A Free Cloning Solution
-
"other information" -> pxe boot menu. (in the web interface)
--sourced from: https://sourceforge.net/forum/message.php?msg_id=5419018
I couldn't tell you if you need the hashed password or not for that screen, I haven't 'played' with this feature yet.
2009-02-03 21:45:20 UTC in FOG - A Free Cloning Solution
-
If using md5 then the following may work to hash it out...
echo -n "password" | md5sum.
2009-02-03 21:40:03 UTC in FOG - A Free Cloning Solution
-
change the password of the user...
#passwd fog
then type in the new password in the config file.
2009-02-03 21:28:56 UTC in FOG - A Free Cloning Solution
-
...So cool! I updated the kernel using the instructions posted and can now see all virtual disks/partitions. This project is the nuts. Congratulations on the podcast!
2009-02-03 20:17:19 UTC in FOG - A Free Cloning Solution
-
...Looking at http://www.fogproject.org/wiki/index.php?title=FOGUserGuide#Building_a_Custom_Kernel right now. If anyone has any other resources that they think will help me please don't hesitate to throw them at me. Thanks.
2009-02-03 19:09:05 UTC in FOG - A Free Cloning Solution
-
I've got several boxes that I would like to tie into fog. They all have PERC controllers (PERC 3 DC on a Dell PE2550 is the one I'm testing with now). Can anyone point to some good documentation on how to tailor my kernel/initram from fog to accomodate these and any future boxes that I acquire?.
2009-02-03 14:14:34 UTC in FOG - A Free Cloning Solution
-
This may have some useful information needed to hack this feature into fog.
http://sysadminman.net/blog/archives/8.
2009-02-03 14:08:47 UTC in FOG - A Free Cloning Solution
-
Logged In: YES
user_id=1164468
Below was my solution. I am not a programmer by any means and this is my first attempt at
modifying any java code so any comments on how to simplify it would be great.
After pulling my hair out trying to learn an IDE to recompile this code with, I found a
fix to my problem by sending the mac address from the request packet rather than the
response packet...
2006-10-26 03:19:31 UTC in ICARUS VMPSd