Update Rocky 8.7 to 8.9

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1336
Joined: Sun Aug 17, 2008 5:05 am

Update Rocky 8.7 to 8.9

Post by cah »

Code: Select all

dnf check-update

dnf update
After this, /etc/os-release shows version 8.9 but 'uname-a' still shows '4.18.0-425.3.1.el8.
Reboot the server and the kernel became 4.18.0-513.11.1.el8_9.

All functions seemed to work fine except web server is showing a testing page.
Digging deeper and found /usr/lib/systemd/system/httpd.service was modified to default. The Apache server on the server is newer than the default one and I had created a working service file before. Once I restore the service file and reload it, it worked as expected.

Code: Select all

systemctl daemon-reload
CAH, The Great
Post Reply