Hello.
I wanted to share my experience with some of you new to linux ...or so.
I've upgraded the kernel on my redhat 7.3 cpanel box, without a single problem.
Personally, I use apt-get (http://apt-rpm.tuxfamily.org) I recomend it for anyone over normal rpm installs.
so, I just downloaded the 2.4.18-10 RPM, installed it.
then... check what boot loader you have :
# cat /root/anaconda-ks.cfg | grep bootloader
if you see & --useLilo& you're using Lilo ... so you need to update /etc/lilo.conf (remember to put your new kernel as default) and then do
# lilo -v -v
if you have grub, the same, update your files. and restart.
and all okey!
and if someone with better know as me is reading...
is there any place to get a 2.4.19 kernel RPM ?
I wanted to install it .... but.... I really dont want to make so critical changes ... I cant have downtime ... you know.
so the rpm is the easyest way.
Regards.
I wanted to share my experience with some of you new to linux ...or so.
I've upgraded the kernel on my redhat 7.3 cpanel box, without a single problem.
Personally, I use apt-get (http://apt-rpm.tuxfamily.org) I recomend it for anyone over normal rpm installs.
so, I just downloaded the 2.4.18-10 RPM, installed it.
then... check what boot loader you have :
# cat /root/anaconda-ks.cfg | grep bootloader
if you see & --useLilo& you're using Lilo ... so you need to update /etc/lilo.conf (remember to put your new kernel as default) and then do
# lilo -v -v
if you have grub, the same, update your files. and restart.
and all okey!
and if someone with better know as me is reading...
is there any place to get a 2.4.19 kernel RPM ?
I wanted to install it .... but.... I really dont want to make so critical changes ... I cant have downtime ... you know.
Regards.