Posts made by JGeear
-
RE: FOG Update errors
@Tom-Elliott Awesome that worked I was able to complete the update. I did receive a error unable to update database. Apache error log.
[Wed Aug 07 16:02:42.370052 2024] [proxy_fcgi:error] [pid 207214] [client 10.160.241.168:57856] AH01071: Got error 'PHP message: PHP Parse error: syntax error, unexpected token "<<" in /var/www/fog/lib/fog/system.class.php on line 56' [Wed Aug 07 16:02:45.486205 2024] [proxy_fcgi:error] [pid 207210] [client 10.160.241.168:57855] AH01071: Got error 'PHP message: PHP Parse error: syntax error, unexpected token "<<" in /var/www/fog/lib/fog/system.class.php on line 56'```
-
RE: FOG Update errors
@Fog_Newb
I receive the following messages trying to do a dev-branch and git pull.
-
FOG Update errors
I had install errors updating my Trunk version on Ubuntu 20.04 LTS. I updated Ubuntu to 22.04 LTS. Now I am receiving a GIT conflict on the git pull a install script error
-
Image USB drive
I have Dell OptiPlex 3070’s that we UEFI PXE Boot with a USB stick. The FOG server is running on Ubuntu 16.04 and the FOG version is 1.5.9.59. The Dell BIOS is set to RAID by default and when we try to image a PC it tries to image the USB drive and fails. The work around is to switch the SATA settings to AHCI. We are then able to image the PC and save the USB drive from being corrupted and repaired with Diskpart.
-
RE: Moving FOG's /images files off the root partition 2017 edition
@george1421 said in Moving FOG's /images files off the root partition 2017 edition:
touch /opt/fog/snapin.chk
Tutorial worked like a charm! The is some minor errors as follows:
The following line needs bind bind 0 0 added
/opt/fog/snapins /opt/fogdisk/snapins bind bind 0 0and the Snapin test file needs to be in the right directory!
touch /opt/fog/snapins/snapin.chk -
RE: Maybe the USB cable is bad
@JGeear
I purchased a Dell USB 3.0 to Ethernet adapter with PXE boot. It worked perfectly! -
RE: Maybe the USB cable is bad
This worked as well and still displayed the messages.
-
RE: Maybe the USB cable is bad
@dylan123 said in Maybe the USB cable is bad:
c
That worked! It stills outputs the message. Cheers! -
Maybe the USB cable is bad
I have a new ASUS Zenbook UX306UA and a new Tripp-lite USB 3.1 Gen 1 USB-C to DVI Adapter with Gigabit Ethernet USB-A Hub Port.
I can PXE boot without an issue but when I try to register the host I keep getting usb2-usb3: cannot disable (err = -32). Any ideas? -
RE: PHP Fatal error
Thanks for the info! When updating the install fails at shutting down the web service. The error generated is as follows:
[Wed May 11 00:0 2016] [:error] [pid 1448] [client IP:56466] PHP Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /var/www/fog/commons/init.php:97\nStack trace:\n#0 /var/www/fog/commons/init.php(202): Initiator::startInit()\n#1 /var/www/fog/commons/base.inc.php(7): require(‘/var/www/fog/co…’)\n#2 /var/www/fog/management/index.php(3): require(‘/var/www/fog/co…’)\n#3 {main}\n thrown in /var/www/fog/commons/init.php on line 97
[Wed May 11 00:06:2016] [mpm_prefork:notice] [pid 1432] AH00169: caught SIGTERM, shutting down -
PHP Fatal error
Hi I am running a FOG 1.2.0 server with Ubuntu 16.04, PHP 7.0.4-7, Mysql 5.7.12 and Apache/2.4.18 installed. When I open up firefox to configure the database I receive the white screen of death. The Apache error log is as follows:
[Tue May 10 20:00:05.8 2016] [:error] [pid 1305] [client IP47012] PHP Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /var/www/fog/commons/init.php:97\nStack trace:\n#0 /var/www/fog/commons/init.php(202): Initiator::startInit()\n#1 /var/www/fog/commons/base.inc.php(7): require(‘/var/www/fog/co…’)\n#2 /var/www/fog/management/index.php(3): require(‘/var/www/fog/co…’)\n#3 {main}\n thrown in /var/www/fog/commons/init.php on line 97. Any help would be appreciated!