- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- install src.rpm
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
10-09-2005 04:20 AM
10-09-2005 04:20 AM
install src.rpm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 04:32 AM
10-09-2005 04:32 AM
Re: install src.rpm
http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 06:08 AM
10-09-2005 06:08 AM
Re: install src.rpm
fedora.redhat.com/docs/release-notes/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 06:57 PM
10-09-2005 06:57 PM
Re: install src.rpm
Running "-Uvh" replaces all the kernel modules by recompiling them against the new code which causes two potential problems:
1. You have proprietry binary hardware drivers and the source code is not present, therefore no rebuild.
2. The new kernel causes a hardware conflict, or contains a bug.
Once you have installed the new kernel, and are happy with it it, you can use "rpm -e" to remove the old one. Alternatively you can keep the previous one as a fallback in case of future problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 09:23 PM
10-09-2005 09:23 PM
Re: install src.rpm
I suggest just
rpm -i kernel-2.4.21-9.EL.rpm
or
rpm -i kernel-smp-2.4.21-9.EL.rpm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 12:47 AM
10-10-2005 12:47 AM
Re: install src.rpm
If you are going to install a compiled kernel, use -ivh insted -Uvh. The "compiled" kernel is not an src.rpm file, just .rpm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 09:38 AM
10-10-2005 09:38 AM
Re: install src.rpm
What Distro are you using? The kernel you mention is for Redhat Enterprise Linux.
Besides, the kernel you mention is *only* the kernel source, not the compiled binaries that you ultimately need in order to run.
Also, the kernel you mention is a fairly old one - the current 2.4 stream is at 2.4.31 while the bleeding edge 2.6 stream is at kernel version 2.6.13
Is this for a server that you are playing with, or is it a production box?
In addition to others comments, I'd visit http://www.linux.org/
In particular, have a *good* read of:
http://www.linux.org/docs/ldp/howto/Kernel-HOWTO/index.html
Upgrading a kernel on your own system can be an interesting and educational experience, but I'd make damn sure you know what you are doing if this is for a production server! ;-)
Regards,
Andy Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 03:19 AM
10-12-2005 03:19 AM
Re: install src.rpm
I tried to install rpm -i kernel-2.4.21-9.EL.rpm , but it can't boot , because some device can't detect into the new kernel .
I use ES3 , it is production server .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2005 07:03 AM
10-15-2005 07:03 AM
Re: install src.rpm
Boot the original kernel and watch for "kernel tainted" or proprietry device messages such as loading "Promise SATA array..".
The other cause can be if you used make ???config and changed one of the module lad options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2005 12:42 PM
10-15-2005 12:42 PM
Re: install src.rpm
I think you are talking what my problem is , could advise what can I do now ? do I need to download the driver ? excetp this method , is there other method , eg , compile src kernel ? thx in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2005 08:07 PM
10-15-2005 08:07 PM
Re: install src.rpm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2005 05:52 AM
10-16-2005 05:52 AM
Re: install src.rpm
1. Visit the vendor's site to see if there is a new driver for the version of the kernel you are trying to install.
2. Remove the binary driver.
The problem with option 2 is that you probably need this device to boot in the first place, thus you are stuck.