Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- PSP install errata kernel
General
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- 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
- Email to a Friend
- Report Inappropriate Content
09-25-2008 12:18 AM
09-25-2008 12:18 AM
PSP install errata kernel
Trying to install PSP 8.12 on my new 2.6.9 kernel:
[kat-prs16 linux]: ./install812.sh --nui
The HP ProLiant Linux Deployment Utility requires source code
for the 2.6.9-78.ELsmp kernel be available for building and installing
certain drivers included in this bundle.
The directory, /lib/modules/2.6.9-78.ELsmp/build, is either missing, or is empty.
Kernel source code may also be made available via NFS from a
remote system.
Do you wish to continue? [Y] n
Please install the RPM package for the 2.6.9-78. kernel source code,
and restart the HP ProLiant Linux Deployment Utility.
Problem is that I have installed source for this kernel.
[kat-prs16 tmp]: rpm -qa|grep -i 78
kernel-smp-2.6.9-78.EL
kernel-devel-2.6.9-78.EL
[kat-prs16 tmp]: rpm -ivh kernel-2.6.9-78.EL.src.rpm
warning: kernel-2.6.9-78.EL.src.rpm: V3 DSA signature: NOKEY, key ID db42a60e
1:kernel ########################################### [100%]
[kat-prs16 tmp]: ls -la /usr/src/kernels/
total 36
drwxr-xr-x 5 root root 4096 Sep 22 11:41 .
drwxr-xr-x 5 root root 4096 Jan 17 2008 ..
drwxr-xr-x 17 root root 4096 May 28 2007 2.6.9-42.EL-largesmp-x86_64
drwxr-xr-x 17 root root 4096 May 28 2007 2.6.9-42.EL-smp-x86_64
drwxr-xr-x 17 root root 4096 Sep 22 11:41 2.6.9-78.EL-x86_64
[kat-prs16 tmp]: ls -la /lib/modules/2.6.9-78.ELsmp/
total 684
drwxr-xr-x 3 root root 4096 Sep 22 13:50 .
drwxr-xr-x 9 root root 4096 Sep 22 11:41 ..
drwxr-xr-x 9 root root 4096 Sep 22 11:41 kernel
-rw-r--r-- 1 root root 133620 Sep 22 13:50 modules.alias
-rw-r--r-- 1 root root 69 Sep 22 13:50 modules.ccwmap
-rw-r--r-- 1 root root 134860 Sep 22 13:50 modules.dep
-rw-r--r-- 1 root root 73 Sep 22 13:50 modules.ieee1394map
-rw-r--r-- 1 root root 357 Sep 22 13:50 modules.inputmap
-rw-r--r-- 1 root root 235 Sep 22 13:50 modules.isapnpmap
-rw-r--r-- 1 root root 138055 Sep 22 13:50 modules.pcimap
-rw-r--r-- 1 root root 75630 Sep 22 13:50 modules.symbols
-rw-r--r-- 1 root root 159288 Sep 22 13:50 modules.usbmap
As I see it kernel source is installed but I'm missing this "build" dir, whatever that might be?
[kat-prs16 linux]: ./install812.sh --nui
The HP ProLiant Linux Deployment Utility requires source code
for the 2.6.9-78.ELsmp kernel be available for building and installing
certain drivers included in this bundle.
The directory, /lib/modules/2.6.9-78.ELsmp/build, is either missing, or is empty.
Kernel source code may also be made available via NFS from a
remote system.
Do you wish to continue? [Y] n
Please install the RPM package for the 2.6.9-78. kernel source code,
and restart the HP ProLiant Linux Deployment Utility.
Problem is that I have installed source for this kernel.
[kat-prs16 tmp]: rpm -qa|grep -i 78
kernel-smp-2.6.9-78.EL
kernel-devel-2.6.9-78.EL
[kat-prs16 tmp]: rpm -ivh kernel-2.6.9-78.EL.src.rpm
warning: kernel-2.6.9-78.EL.src.rpm: V3 DSA signature: NOKEY, key ID db42a60e
1:kernel ########################################### [100%]
[kat-prs16 tmp]: ls -la /usr/src/kernels/
total 36
drwxr-xr-x 5 root root 4096 Sep 22 11:41 .
drwxr-xr-x 5 root root 4096 Jan 17 2008 ..
drwxr-xr-x 17 root root 4096 May 28 2007 2.6.9-42.EL-largesmp-x86_64
drwxr-xr-x 17 root root 4096 May 28 2007 2.6.9-42.EL-smp-x86_64
drwxr-xr-x 17 root root 4096 Sep 22 11:41 2.6.9-78.EL-x86_64
[kat-prs16 tmp]: ls -la /lib/modules/2.6.9-78.ELsmp/
total 684
drwxr-xr-x 3 root root 4096 Sep 22 13:50 .
drwxr-xr-x 9 root root 4096 Sep 22 11:41 ..
drwxr-xr-x 9 root root 4096 Sep 22 11:41 kernel
-rw-r--r-- 1 root root 133620 Sep 22 13:50 modules.alias
-rw-r--r-- 1 root root 69 Sep 22 13:50 modules.ccwmap
-rw-r--r-- 1 root root 134860 Sep 22 13:50 modules.dep
-rw-r--r-- 1 root root 73 Sep 22 13:50 modules.ieee1394map
-rw-r--r-- 1 root root 357 Sep 22 13:50 modules.inputmap
-rw-r--r-- 1 root root 235 Sep 22 13:50 modules.isapnpmap
-rw-r--r-- 1 root root 138055 Sep 22 13:50 modules.pcimap
-rw-r--r-- 1 root root 75630 Sep 22 13:50 modules.symbols
-rw-r--r-- 1 root root 159288 Sep 22 13:50 modules.usbmap
As I see it kernel source is installed but I'm missing this "build" dir, whatever that might be?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 12:50 AM
09-25-2008 12:50 AM
Re: PSP install errata kernel
Shalom,
Take the rpm for the kernel development for the target kernel, install it and run the PSP install again.
SEP
Take the rpm for the kernel development for the target kernel, install it and run the PSP install again.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
- Email to a Friend
- Report Inappropriate Content
09-25-2008 01:48 AM
09-25-2008 01:48 AM
Re: PSP install errata kernel
Yes, I just found it. I needed kernel-smp-devel-2.6.9-78.EL.x86_64.rpm
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP