- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: insmod cmhp.ko fails (SLES 9)
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-04-2005 02:46 AM
07-04-2005 02:46 AM
insmod cmhp.ko fails (SLES 9)
we use Proliant DL380 G4 servers with SuSE Linux Enterprise Server version 9 (SLES 9) with Service Pack 1 (needed for SAP) installed. The kernel version is 2.6.5-7.13.
I tried to install and activate the hpasm package but it ends up with a problem concerning the cmhp module.
Running /etc/init.d/hpasm start displays the following error:
.....
Building modules, stage 2.
make -rR -f /usr/src/linux-2.6.5-7.139/scripts/Makefile.modpost
scripts/modpost -i /usr/src/linux-2.6.5-7.139-obj/i386/bigsmp/Module.symvers -
s /dev/null /opt/compaq/cmhp/bin/cmhp.o
*** Warning: "cmhpInterruptProcessingThread" [/opt/compaq/cmhp/bin/cmhp.ko] unde
fined!
*** Warning: "cmhp_function_init" [/opt/compaq/cmhp/bin/cmhp.ko] undefined!
*** Warning: "cmhp_function_exit" [/opt/compaq/cmhp/bin/cmhp.ko] undefined!
*** Warning: "cmhp_ioctl" [/opt/compaq/cmhp/bin/cmhp.ko] undefined!
*** Warning: "cmhp_interrupt" [/opt/compaq/cmhp/bin/cmhp.ko] undefined!
*** Warning: "cmhpIoctlGetIMLRequest" [/opt/compaq/cmhp/bin/cmhp.ko] undefined!
gcc -Wp,-MD,/opt/compaq/cmhp/bin/.cmhp.mod.o.d -nostdinc -iwithprefix include
-D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.5-7.139/include -I/usr/sr
c/linux-2.6.5-7.139/ -I -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-ali
asing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -funit-at-a-ti
me -funit-at-a-time -march=pentium2 -mregparm=3 -I/usr/src/linux-2.6.5-7.139/inc
lude/asm-i386/mach-generic -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.
5-7.139/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -O2 -fomit
-frame-pointer -DKBUILD_BASENAME=cmhp -DKBUILD_MODNAME=cmhp -DMODULE -c -o /opt
/compaq/cmhp/bin/cmhp.mod.o /opt/compaq/cmhp/bin/cmhp.mod.c
ld -m elf_i386 -r -o /opt/compaq/cmhp/bin/cmhp.ko /opt/compaq/cmhp/bin/cmhp.o
/opt/compaq/cmhp/bin/cmhp.mod.o
......
Loading /opt/compaq/cmhp/bin/2.6.5-7.139-bigsmp/cmhp.ko at Mon Jul 4 16:12:23 C
EST 2005 . . .
Reloading the hp ProLiant Memory Hot Plug Driver module . . .
insmod: error inserting '/opt/compaq/cmhp/bin/2.6.5-7.139-bigsmp/cmhp.ko': -1 Op
eration not permitted
WARNING! The hpasm RPM is not compatible with this kernel.
See /opt/compaq/cmhp/cmhp_boot.log for details.
Hint: Look for Compiler or Linker issues.
WARNING! The cmhp driver has failed to load!
------------------
I tried to load the module manually, but running insmod cmhp.ko shows:
insmod: error inserting '/opt/compaq/cmhp/bin/2.6.5-7.139-bigsmp/cmhp.ko': -1 Op
eration not permitted
.. and adds an entry to /var/log/messages:
Jul 4 16:17:56 machine_name kernel: cmhp: module license 'Proprietary - Compaq Technologies Group, L.P.' taints kernel.
Jul 4 16:17:56 machine_name kernel: cmhp: Unable to load module. code = 0x1
I suppose it is a problem concerning compilers (flags or so) or that is has something to do with the Service Pack 1. But this pack is needed for SAP.
I would really appreciate if somebody gave me a hint. Thanks in advance!
Matthias R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 03:10 AM
07-04-2005 03:10 AM
Re: insmod cmhp.ko fails (SLES 9)
ration not permitted"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 03:18 AM
07-04-2005 03:18 AM
Re: insmod cmhp.ko fails (SLES 9)
as what user you are trying to acheive this. I get this error if i do insmod as a normal user instead of root.
if you are doing the same then login as root and try loading the module.
another option would be to use modprobe instead of insmod.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 07:27 PM
07-04-2005 07:27 PM
Re: insmod cmhp.ko fails (SLES 9)
Thus there should not be any problems concerning permissions (filesystem). I suppose there is a conflict between the cmhp module and another part of the kernel. But I do not have any clue.
Thanks in advance,
Matthias R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 08:28 PM
07-04-2005 08:28 PM
Re: insmod cmhp.ko fails (SLES 9)
or perhaps does SuSE9.1 use SELinux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 12:10 AM
07-05-2005 12:10 AM
Re: insmod cmhp.ko fails (SLES 9)
Any other ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 12:25 AM
07-05-2005 12:25 AM
Re: insmod cmhp.ko fails (SLES 9)
what is your uname -a?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 02:29 AM
07-05-2005 02:29 AM