update kernel problem
-
Hello,
When i want to update kernel from 4.19.145 to 5.10.12 the process is successfully complete but when i check kernel version it always remains 4.19.145 can you help please ?
Best Regardsversion of FOG 1.5.9
OS: VM UBUNTU 20.04
bzImage Version: 4.19.145
bzImage32 Version: 4.19.145 -
@wbilel Please run the following commands on your FOG server console and post results here:
ls -al /var/www ls -al /var/www/html
-
@sebastian-roth said in update kernel problem:
@wbilel Please run the following commands on your FOG server console and post results here:
ls -al /var/www ls -al /var/www/html
hi
this is result
-
@wbilel Ok, this is a duplicated FOG web root directory. Should be a link instead.
Please run the following commands so we find out which one should be used:
grep docroot /opt/fog/.fogsettings diff -Nur /var/www/fog/lib/fog/system.class.php /var/www/html/fog/lib/fog/system.class.php
-
this is the result .
-
@wbilel Ok, commands to fix this up are:
sudo -i mv /var/www/fog /root/fog_webdir_can_be_deleted_later_on ln -s /var/www/html/fog /var/www/
Access the web UI and try updating the kernel again. Should work this time.
After a couple of days testing you can delete that directory we moved to root users home (
/root/fog_webdir_can_be_deleted_later_on
). -
@Sebastian Roth , thank you problem solved using your commands