- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: What is the risk of using old kernel after upd...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2003 08:14 PM
07-20-2003 08:14 PM
Thanks for your reply,
Paul Mancillas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2003 08:36 PM
07-20-2003 08:36 PM
Re: What is the risk of using old kernel after updating to 2.4.20 kernel RPM?
Due to the way I layed out my production web server, it won't boot after kernel upgrades. I'm using raid 1 mirroring and have two ide drives hung off the same controller.
I'm planning on changing that.
The nice thing is that if the machine won't boot you can always boot off the old kernel
When the machine comes up after boot, you see a startup menu and just arrow down to the prior kernel and boot.
There is a file called /boot/grub/grub.conf
This lets you switch back to the old kernel as the automatic boot device.
The loaded kernels are listed in order and start with zero.
So the upgrade has a low risk and a built in backup plan.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2003 10:22 PM
07-20-2003 10:22 PM
Re: What is the risk of using old kernel after updating to 2.4.20 kernel RPM?
If your hardware is supported by an old kernel and not by a kernel update i guess you should write a bug report in the Redhat bugzilla.
Hopefully someone will fix it and you will be able to upgrade to a 2.4.20+ when it appears.
In terms of risk all the kernel changes are metioned in the errata of the kernel package. (if i remember correctly versions prior to 2.4.8 risk a spinlock causing ext3 corruption on SMP systems, the rest of the upgrades are (local user) security realted).
Cheers
Cristi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2003 10:48 PM
07-20-2003 10:48 PM
SolutionThere is a security issue in your kernel version, that make anyone able to use a buffer overflow on your kernel and such gain root privileges.
This can be done locally or remotely.
But, up to now, there is no known proof of concept, that is to say that a script kiddy wishing to experiment this on machines over the Internet can't find an easy program that would do this for him or her.
That is to say that if your machine is a personnal machine, connected from time to time, you have almost 0 risk.
If your machine is a web server connected continuously, then you should recompile the new kernel to suit with your SCSI driver.
If you choose to keep old kernel, then, as SEP said, remove in /boot all that concerns 2.4.20, remove reference in /boot/grub/grub.conf, and remove directory related to 2.4.20 in /usr/src.
hth.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2003 11:20 PM
07-20-2003 11:20 PM
Re: What is the risk of using old kernel after updating to 2.4.20 kernel RPM?
The risk is exists that the rpm of kernel 2.4.20 replace some files that old kernel
need.
Because the use of rpm the kernel 2.4.20
depend on some other rpms like glibc 2.3
and new rpm so it could also have problems with the old kernel.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 07:27 AM
07-21-2003 07:27 AM
Re: What is the risk of using old kernel after updating to 2.4.20 kernel RPM?
if u are able to boot the kernel with an older version guess there are no isses. u can just leave it like that make the older version your default kernel version.
did u also upgrade any other depots along with this kernel. i think it will not be that way.
and until some one manually adds the kernel-* rpms, by default redhat doesnt update the kernel rpms automatically. so it is u are someone else with root access on this box has done this. first remove that.
cheers
-balaji