- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Kernel 2.6.9-1.667 source
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
06-05-2005 11:25 PM
06-05-2005 11:25 PM
I've looked on Redhat's site and haven't had any luck.
Thanks,
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:34 PM
06-05-2005 11:34 PM
Solutionftp://download.fedora.redhat.com/pub/fedora/linux/core/3/SRPMS/kernel-2.6.9-1.667.src.rpm
then 'rpmbuild -ivh kernel*.src.rpm', followed by 'rpmbuild -bp /usr/src/redhat/SPEC/kernel.spec'. The resultant tree will be under '/usr/src/redhat/BUILD/kernel*/'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:42 PM
06-05-2005 11:42 PM
Re: Kernel 2.6.9-1.667 source
Thanks for the hints on how to build the tree from the source rpm. It'll be sometime this evening before I have a chance to try it.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:57 PM
06-05-2005 11:57 PM
Re: Kernel 2.6.9-1.667 source
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 12:50 PM
06-06-2005 12:50 PM
Re: Kernel 2.6.9-1.667 source
Thanks, that did it. A couple changes to the commands though...
rpm -i kernel-2.6.9-1.667.src.rpm
rpmbuild -bp --target=i686 /usr/src/redhat/SPECS/kernel-2.6.spec
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 12:59 PM
06-06-2005 12:59 PM
Re: Kernel 2.6.9-1.667 source
I've personally not got anything newer than FC1 here.. ;)