@dejv changed php version as you instructed, redownloaded latest version, installed and is working ok thanks a lot
Posts made by dejv
-
RE: Fog not loading after ubuntu updates
-
RE: Fog not loading after ubuntu updates
I have a server snapshot before the upgrade, I think I will revert back to it and then when it is nearly out of support will backup everything and do a fresh os installation
Aww 08 15:43:13 fog systemd[1]: FOGImageSize.service: Main process exited, code=exited, status=255/EXCEPTION
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ An ExecStart= process belonging to unit FOGImageSize.service has exited.
░░
░░ The process’ exit code is ‘exited’ and its exit status is 255.
Aww 08 15:43:13 fog systemd[1]: FOGImageSize.service: Failed with result ‘exit-code’.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit FOGImageSize.service has entered the ‘failed’ state with result ‘exit-code’.
Aww 08 15:43:13 fog systemd[1]: FOGMulticastManager.service: Main process exited, code=exited, status=255/EXCEPTION
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ An ExecStart= process belonging to unit FOGMulticastManager.service has exited.
░░
░░ The process’ exit code is ‘exited’ and its exit status is 255.
Aww 08 15:43:13 fog systemd[1]: FOGMulticastManager.service: Failed with result ‘exit-code’.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit FOGMulticastManager.service has entered the ‘failed’ state with result ‘exit-code’.
Aww 08 15:43:13 fog systemd[1]: FOGScheduler.service: Main process exited, code=exited, status=255/EXCEPTION
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ An ExecStart= process belonging to unit FOGScheduler.service has exited.
░░
░░ The process’ exit code is ‘exited’ and its exit status is 255.
Aww 08 15:43:13 fog systemd[1]: FOGScheduler.service: Failed with result ‘exit-code’.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit FOGScheduler.service has entered the ‘failed’ state with result ‘exit-code’.
Aww 08 15:43:13 fog systemd[1]: FOGSnapinReplicator.service: Main process exited, code=exited, status=255/EXCEPTION
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ An ExecStart= process belonging to unit FOGSnapinReplicator.service has exited.
░░
░░ The process’ exit code is ‘exited’ and its exit status is 255.
Aww 08 15:43:13 fog systemd[1]: FOGSnapinReplicator.service: Failed with result ‘exit-code’.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit FOGSnapinReplicator.service has entered the ‘failed’ state with result ‘exit-code’.
lines 3405-3460/3460 (END) -
RE: Fog not loading after ubuntu updates
Also when running
sudo apachectl configtest
I was getting :
fog apachectl[941]: AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this messageSo had to add the below command
sudo nano /etc/httpd/conf/httpd.conf
and added : ServerName 127.0.0.1root@fog:~# sudo apachectl configtest
Syntax OKNow am getting :
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.Apache/2.4.52 (Ubuntu) Server at 192.168.0.58 Port 80
-
RE: Fog not loading after ubuntu updates
I performed the below commands and now
sudo a2dismod php7.4
sudo a2enmod php8.1
systemctl restart apache2and now on the web I am getting:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.Apache/2.4.52 (Ubuntu) Server at 192.168.0.58 Port 80
-
RE: Fog not loading after ubuntu updates
@Tom-Elliott seems to be an apache related issue :s tried starting it manually and am getting the below error
root@fog:~# systemctl status apache2.service
× apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2023-08-08 12:40:08 CEST; 15s ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 104535 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
CPU: 120msAww 08 12:40:07 fog systemd[1]: Starting The Apache HTTP Server…
Aww 08 12:40:08 fog apachectl[104538]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp>
Aww 08 12:40:08 fog apachectl[104535]: Action ‘start’ failed.
Aww 08 12:40:08 fog apachectl[104535]: The Apache error log may have more information.
Aww 08 12:40:08 fog systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Aww 08 12:40:08 fog systemd[1]: apache2.service: Failed with result ‘exit-code’.
Aww 08 12:40:08 fog systemd[1]: Failed to start The Apache HTTP Server. -
RE: Fog not loading after ubuntu updates
Hey, issues again, yesterday I updated my ubuntu version from 20.04.6lts to 22.04.2lts however now fog is not loading :S
I checked and apache seems to be running :S any ideas
-
RE: UEFI boot on vmware
@george1421 mainly I wanted to select raid on so that if a laptop hass issues and looses bios settings it will still work
Example I have a couple of HP laptops that for some reason if left not being used for a couple of days they loose bios settings even if they have battery life :S
-
RE: UEFI boot on vmware
@george1421 I changed the option back from ahci to raid on exactly after image has been deployed.
However I laptop is not booting. Is there any easy way to do this without taking too much time or maybe someone to automate it?
-
RE: UEFI boot on vmware
@george1421 Managed to get it fixed.
I followed these insturctions and found out that I had the 066 was not selected
https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existencethanks a lot for the help and keep up the good work.
Wishing a great Christmas and New year to all the team, and to your families and loves ones!
-
RE: UEFI boot on vmware
@george1421 I am on leave and will be back on wed to try it out.
-
RE: UEFI boot on vmware
@george1421 Basically I went into the server room and connected the laptop to the server switch (which gives ip on the same network as the fog server and the vm)
However it is not booting into the fog menu, it is booting into the dell diagnostics
I think the issue is that it is opening the file undionly.kpxe instead of ipxe.efi? -
RE: UEFI boot on vmware
@george1421 first of all thanks for your help :):):)
-The policy on the dhcp is enabled on the dhcp of the pcs
-Booting UEFI with a real computer
I have a dell laptop and after changing from raidon to ahci I managed to boot into the fog menu, registered the machine.The fog server and the laptops are on a different subnet. However the fog server and the vmware I have issues booting from network are on same subnet
-
RE: UEFI boot on vmware
@george1421 first time, I had arch 7 configured (probably was a few years ago when I configured fog but I dont recall I have used uefi up till now) I have now added arch 9
I am getting the error on first start booting from network and also when selecting to boot from
When it starts on boot from network I am getting
If I select to boot from efi network it says start pxe over ipv4 and then goes into the boot menu again
-
UEFI boot on vmware
I am trying to create an image on my vmware server
however when I am trying to boot from network so that I can take an aimage to my fog server I am encountering an issue
With bios I could manage to take images however newer laptop dont have legacy options and I am starting to have issues.
I have a vmserver and I store my images on the server so that when I need an updated image I just open it, run the updates or do any modifications needed and then run sysprep and backup it using fog.
I am now trying to take an image with UEFI and when I am trying to boot using network however when I seleft efi network it displays start pxe over ipv4 and then goes back to the boot menu
Any ideas what I need to do to fix my issue
-
RE: cannot find disk on system (getHardDisk)
was there a fix for this issue or we still need to change to ahci?
-
RE: Fog not loading after ubuntu updates
@sebastian-roth you have a point there a good way to learn linux
-
RE: Fog not loading after ubuntu updates
@george1421 I guess its better to just stop doing the OS updates.
I am a bit OCD about the updates
-
RE: Fog not loading after ubuntu updates
@george1421 seem that after a couple of hours being left alone it is working again
-
RE: Fog not loading after ubuntu updates
@george1421 said in Fog not loading after ubuntu updates:
ps aux | grep apache