So you’re not running thru a mod_fcgi process if it’s all defaults. I’d find out what’s eating your memory on the server then. You mean that there’s 11+GB of RAM in use on your fog server? That’s crazy, and definitely would be the cause of slowness as that much used RAM would also mean your CPU is constantly in use.

Posts made by Tom Elliott
-
RE: Issues with slow response from FOG Management page
-
RE: Fog wont install
Your public IP is not what should be used. You would use the IP address your fog server is setup for within your internal network (the network you’re trying to image from).
Can you do me a favor and check the install. I’ll download a copy of the tar file and see what it’s doing as well, but I’ve never seen any issues with it before. Maybe it’s forgetting a part for Fedora 19 which is RH Based.
I’ll double check, but do you know how to edit the files?
From the install folder, look within for a folder that contains redhat and which files do the install process. I will get back here with the info, but it’s going to be a little bit.
-
RE: PXE redirect via a menu.
I think you’d want something along the lines of a menu entry as:
LABEL fog.sccm
KERNEL fog/kernel/memdisk
APPEND iso initrd=fog/images/sccm.iso raw
MENU LABEL SCCM
TEXT HELP
Useful Information about SCCM here!
ENDTEXT -
RE: Fog wont install
Okay,
So now that we know mysql is installed and working (how btw?) what’s the error’s you’re getting with installing fog?
-
RE: Fog wont install
So is your fog setup now installed?
If it is, what did you end up having to do?
If it isn’t, I’ll take a look at the 0.32 Redhat install portion to find out why it didn’t install for you.
Thanks,
-
RE: PXE redirect via a menu.
Yes it is possible. If you know the kernel and the initrd (or iso) you’ll need, you just open up the /tftpboot/pxelinux.cfg/default file and create a new menu entry.
I don’t know all your info needed for SCCM so I’m sorry I can’t break it down any easier for you.
-
RE: Cant get fog to work with HP 6300
[quote=“mlnancejr8808, post: 15414, member: 654”]Yes, when the PCs boot to PXE initially they will try to pull DHCP go about 4 dots whatever you want to call them then say PXE-E51- DHCP or proxyDHCP offered…other PCs we have (Dell Optiplex 740 and 755) have no issue. Just dealing with this on the HP Compaq 6300 Pro and I have 6 labs to image by next Wednesday when school starts.[/quote]
Found this on website:
[url]http://www.symantec.com/business/support/index?page=content&id=TECH12323[/url]
[SIZE=4][B][FONT=Arial][SIZE=18px][COLOR=#444444] [/COLOR][/SIZE][/FONT][/B][/SIZE][SIZE=4][B][FONT=Arial][SIZE=18px][COLOR=#444444]Solution[/COLOR][/SIZE][/FONT][/B][/SIZE]
[SIZE=16px][FONT=Arial][COLOR=#444444]
This error is usually received when the client booting up via PXE is having difficulty communicating with the DHCP/PXE server. The common troubleshooting steps and/or causes of this problem are as follows:1-The PXE client is connected to a managed switch that does not have portfast enabled and/or is running spanning-tree. Portfast will need to be enabled. To read more about what spanning-tree and portfast are, see article 3096, “What is Spanning Tree? What is PortFast?”
2-The DHCP/PXE servers reside on a different subnet than the PXE client. IP helpers need to be in place. See article 1331, “Configuring PXE to work across VLANs.”
3-Check the DHCP server and verify that the DHCP scope has free IP addresses to lease out (make sure they are not all used up).
4-If the above steps do not correct the issue, place the DHCP Server, PXE server and a client computer on a hub. Test PXE to see if the same message is received. If the same error message is not received, this is a good indication that there is some factor on the network not permitting the DHCP/PXE protocols to be passed down to the client computer.
Place a hub between the PXE client and the switch the client is connecting to. If at this point the PXE client works successfully, please review step 1 of this article.
5-Use TCPView to verify the DHCP ports 67 and 68 ([URL=‘http://www.microsoft.com/technet/sysinternals/utilities/TcpView.mspx’][SIZE=12px][COLOR=#72a826]http://www.microsoft.com/technet/sysinternals/utilities/TcpView.mspx[/COLOR][/SIZE][/URL]). MTFTP Port 69 are showing.
6-If this problem is still occurring after testing out the above, collect sniffer traces from the DHCP/PXE server(s) and contact Altiris Support Services.
7-If DHCP server is on the same box as PXE server follow the option to enable 060 scope option. Article ID: 17347 Creating and setting option 060 on a DHCP server
8-The NIC could be disabled on the Client machine.[/COLOR][/FONT][/SIZE] -
RE: Fog wont install
Alright,
What errors is it giving you when you try to manually install mysql, if any?
-
RE: Is it possible to get FOG to use another temporary directory during its image uploads?
The images are pigz’d as they’re uploaded. I don’t know of fog writing to /tmp, it’s to /tmp/pigz1 during the upload process, but that’s a pigz process which is writing to /images which is the mount of the nfs share.
-
RE: Cant get fog to work with HP 6300
If I’m wrong let me know, but you’re saying you’re having problems with the system actually picking up an IP Address when it goes thru PXE boot, or is it after this point that’s the problem?
-
RE: Vostro 3500 Issues with new .32 version
It sounds like an issue with drivers. I’ve heard of some having success with different kernels. I have a very small kernel that might just fit the bill. It can be downloaded at: [url]https://mastacontrola.com/fogboot/kernel/bzImage[/url]
I don’t know if it has all the drivers for your particular system, and if it doesn’t just let me know and I’ll build a specialized kernel for you. Just tell me what hardware (driver types) you need and I’ll make it happen.
-
RE: Issues with slow response from FOG Management page
On the server, how much memory do you have? If the loads are taking that long, it seems that something is eating the RAM and php is taking forever. Are you running php thru fcgi?
-
RE: Fog wont install
Try manually installing mysql with yum -y install mysql-server, it should install the package. Check that mysql is installed then, and you should find /var/lib/mysql folder. Another way to find out if it’s installed is to run:
chkconfig mysqld on; service mysqld start
Then, try your install. I’ll need to check the install folder for redhat to see that it’s pointing to the right package for mysql. -
RE: Clamav version update
Though its slightly aged have you gotten this figured out? I suppose a little research could be done but I think you could do:
apt-get build-dep build root
But don’t quote me as I don’t use Debian based OS.
If you need help I’ll try where I can. -
RE: PXE booting a DELL latitude 10 tablet problem
If you know what kernel driver you need for your USB nic I can build the kernel but I don’t know that pxe will actually run from it as that’s typically an onboard option. Though, again I don’t have one of those tablets either.
-
RE: Can't logon to FOG website; database errors
Lol if only. Glad to be of help.
-
RE: Unable to move image on Synology NAS
As I now know what version of FOG you’re using
I’ll take a look at the fog script that moves this file.
In the meantime, I’d manually move the directory on the Server so your stuff will work properly. Hopefully this works for you.
Has this happened often or just on this one system?
-
RE: Can't logon to FOG website; database errors
When entering your website, go to:
[url]http://<FOGIPADDRESS>/fog[/url]
Then you should be redirected to FOG Management
Make sure your configuration file in:
/var/www/fog/commons/config.php (UBUNTU BASED)
/var/www/html/fog/commons/config.php (REDHAT BASED)Have your SQL information pointing to the right area. From the sounds of it though, you’re database hasn’t been created yet as you haven’t initialized yet because you haven’t been pointing to the right website.
-
RE: Unable to move image on Synology NAS
This information would be found under FOG Configuration->FOG Settings
-
RE: Unable to move image on Synology NAS
What I’m seeing is the ftp server is pointing at 192.168.86.105 But the fog storage server is at 192.168.86.12
Maybe I’m missing something?