Fog creates its own image files from the clients that you upload. It doesn’t really accept pre-made image files from other software unless it’s the same software that Fog is using (partimage.)
Posts
-
RE: What Kind Of Image Can Fog Takeposted in FOG Problems
-
RE: FOG resolv.conf will not stay the same once saved it reverts back to its original stateposted in FOG Problems
If you look at the article I linked in post #3 and that doesn’t help, I suggest you try the Ubuntu help forums. I am not familiar with 12.04 yet, and this issue is not specific to Fog servers. Your chances of getting it resolved may be greatly enhanced at the ubuntu forums.
-
RE: Failed to mount NFS Volumeposted in FOG Problems
Can you post the contents of your /etc/exports, make sure to put it inside the CODE tags.
-
RE: Image does not upload!posted in FOG Problems
Fog cannot image ext4 fs partitions currently. So if your Ubuntu image you are trying to upload was not specifically setup to be ext3, then you won’t be able to upload/deploy.
-
RE: FOG resolv.conf will not stay the same once saved it reverts back to its original stateposted in FOG Problems
What OS are you running? Which version?
-
RE: File size way too bigposted in FOG Problems
Have you tried Mulitple-Parition, Single Disk as the image type?
-
RE: Failed to mount NFS Volumeposted in FOG Problems
Did your Fog server change IP addresses during all this network updates? Does it work from a computer connected to the same switch/subnet/vlan as the Fog server? What would YOU do for a Klondike bar?
-
RE: Upgrade Fogposted in FOG Problems
Backup the fog database using mysqldump.
Backup /var/www/fog, /opt/fog/, and /tftpboot using tar or other backup utilitie.
Download the fog_0.32.tar.gz files from sourceforge.
Extract it and run the /bin/installfog.sh script. It will upgrade the necessary components. Open the webUI. You should be prompted to update your Fog Schema (database layout).You’ll need to put your 3.3.3 kernel back in place if you currently have it saved as bzImage.
-
RE: Problems after upgrading Ubuntu!!posted in FOG Problems
If you have a filesystem backup of the /var/www/fog or /opt/fog/service directories from before the upgrade, restore them to a temp location and check the config.php files for the password.
-
RE: Problems after upgrading Ubuntu!!posted in FOG Problems
play around with the trying to guess the root password.
Try things like “password”, “fog”, and if you just can’t guess the root password. there is a way you can take the MySQL database offline and reset the root password.
-
RE: FOG Newbie, help with MAC addresses please?posted in FOG Problems
There are customizations to Fog which allow you to image without registering a computer. You boot to PXE, select from the menu and pick an image. These customizations are not officially supported, but they are available and the Fog community will do whatever we can to help you get it working.
I can’t remember if it’s on the WIKI or on the Forums, but someone has posted how to make Fog image without registering all the hosts beforehand.
-
RE: [SOLVED] FOG 0.32 stops cloning at around 4%? worked fine a month ago, currupted images? or files?posted in FOG Problems
Some computers, especially those made by companies that customized their own motherboards and BIOS, don’t always follow the specifications. Usually Dell have this problem. There is an option you can used called “reboot=bios” that goes in the kernel options.
Here is some more info on the option to the Linux kernel. [url]http://linux.koolsolutions.com/2009/08/04/howto-fix-linux-hangfreeze-during-reboots-and-restarts/[/url]
Test it on one host and if it works, you can apply the option to all hosts that need it using a Fog group.
-
RE: Is there a roadmap for FOGposted in General
You can [COLOR=#0000ff][U][U][URL=‘http://sourceforge.net/donate/index.php?group_id=201099’][U][COLOR=#0000ff]donate[/COLOR][/U][/URL][/U][/U][/COLOR][COLOR=#0000ff][COLOR=#0000ff].[/COLOR][/COLOR]
[COLOR=#0000ff][COLOR=#0000ff] [COLOR=#000000]You can help users on the forums. The “[COLOR=#0000ff][U][URL='http://fogproject.org/forum/find-new/threads’][U][COLOR=#0000ff]What’s New?[/COLOR][/U][/URL][/U][/COLOR]” link near the top i[/COLOR][/COLOR][/COLOR][COLOR=#000000]s invaluable.[/COLOR]
[COLOR=#0000ff][COLOR=#0000ff][COLOR=#000000]You can update the WIKI if you know something that isn’t already posted.[/COLOR][/COLOR][/COLOR] -
RE: [SOLVED] FOG 0.32 stops cloning at around 4%? worked fine a month ago, currupted images? or files?posted in FOG Problems
If you use 12.04, you will need to modify tftpd-hpa to wait on the LAN interfaces before it starts. There is a script modification thread around here somewhere that shows you where to tell tftpd-hpa to sleep for a few seconds.
-
RE: Fog 0.32 on Fedora 17posted in FOG Problems
I checked my error logs and they appear similar, but my tasks all work.
-
RE: Securing Active Directory integrationposted in Windows Problems
I downloaded Visual Studio Express 2008 Visual C# Edition and tried to go through the steps in the wiki. I was stopped when trying to build the Fog Service Installer project. Evidently, VS 2008 Exp. Ed. doesn’t like .vdproj files and won’t proceed.