@Tom-Elliott OK. This makes sense. Thank you for the info!
Posts made by tecnomuzik
-
RE: Fog deploy fails
-
Fog deploy fails
I captured a Win 8.1 image but the deploy doesn’t work. I’ve taken a video of what happens on the system I’m trying to deploy to. Basically the deploy acts like it works and shuts down. Does anyone have any ideas?
Thank you!
-
RE: TFTP PXE-E32 Timeout
@Uncle-Frank SWEET! It was the firewall. I’m now able to boot into Fog. Thank you very very much!!!
-
RE: TFTP PXE-E32 Timeout
@Uncle-Frank
next-server has my Fog servers static IP. Is this correct? When I check the DHCP server status it looks good. I get back: isc-dhcp-server start/running, process 1397
-
RE: TFTP PXE-E32 Timeout
@Tom-Elliott Yes it is. This is a single server totally seperate from the regular network.
-
RE: TFTP PXE-E32 Timeout
Please pardon my ignorance but what does that mean? I’m very new to Linux and Fog. How do I tell the dhcp server which file and where to find it?
In my /etc/dhcp/dhcpd.conf file I see:
filename “undionly.kpxe”; <-- is this what you are referring to?
Thank you!
-
TFTP PXE-E32 Timeout
I just updated from Ubuntu 12.04 to 14.04. I am running Fog 1.2.0. When I try to PXE boot DHCP issues an IP but then the TFTP times out. I have verified the service is running and have even restarted it. Any idea why this is timing out? It was working before I updated.
Things to note:
in my Fog Settings - TFTP Server - username is set to ‘Fog’
in my /etc/default/tftpd-hpa file I have:/etc/default/tftpd-hpa
Fog Modified version
TFTP_USERNAME=“fog”
TFTP_DIRECTORY=“/tftpboot”
TFTP_ADDRESS=“0.0.0.0:69”
TFTP_OPTIONS=“-s”I have also tried a username of “root” and also tried the address as ::69
Any suggestions on what may be wrong?
Thank you in advance!
-
RE: Apache2 preconfigtest failed
@Wayne-Workman Holy crap I got it working again. After upgrading to 14.04 I re-ran the SVN from the link previously mentioned and now I can access my fog server again.
-
RE: Apache2 preconfigtest failed
@Wayne-Workman This was on Ubutnu 12.04 LTS.
I have since updated to 14.04 but am having the same problem.
-
RE: Apache2 preconfigtest failed
Not sure if this will help but I uninstall Apache2 and reinstalled. During the install I get the following error:
The apache2 configtest failed. Output of config test was: apache2: Syntax error on line 140 of /etc/apache2/apache.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: Cannot open shared object file: No such file or directory
Action ‘configtest’ failed.Line 1 of apache2.conf reads as: IncludeOptional mods-enabled/*.load
Line 1 of php5.load reads as: <IfModule mod_php5.c>
Does this make sense to anyone?
Thanks in advance!!
-
Apache2 preconfigtest failed
I’ve been having trouble getting Fog to capture a Win8.1 image correctly. I read this https://wiki.fogproject.org/wiki//index.php/SVN about updating SVN which I tried.
After running this, I am unable to get into my Fog management. I’ve determined Apache2 isn’t running. When I try to start the service I get the following error:
Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP.
Can anyone guide me on how to fix this? Thank you!
-
File size on server = 0
Looking for some assistance here. I’ve been tasked with setting up a Fog server to deploy Windows 8.1 images. I have never used Fog before or Linux for that matter but I got Linux installed as well as Fog. I’m running Ubuntu 12.04 LTS with Fog 1.2.0.
When I was testing/learning Fog I successfully uploaded and deployed a Windows 7 image. The image file size on the server showed a value. Now I’m working on uploading a Windows 8.1 image but Fog goes through the process of uploading the image but once it finishes, the file size on the server shows 0. I’ve read the info on troubleshooting and making sure my credentials are correct and as far as I can tell, they all are. What else should I check?
I’m not sure if it’s related or not but creating/uploading the Windows 8.1 image takes only about 5 minutes. Could this be right?