Operating System - HP-UX
1830499 Members
2312 Online
110006 Solutions
New Discussion

DLKM load module meet a problem

 
SOLVED
Go to solution
kaijile
Frequent Advisor

DLKM load module meet a problem

bash-4.0# make config
config -M testk -u 2> /dev/null
Generating module: testk...
Requesting loadable module update...
*** Error exit code 1

Stop.

I try to load the ddk sample driver that is compiled in this system, but same error.


My system environment is:
bash-4.0# uname -a
HP-UX rp5470 B.11.11 U 9000/800 142444635 unlimited-user license
3 REPLIES 3
Dennis Handly
Acclaimed Contributor
Solution

Re: DLKM load module meet a problem

What output occurs when you don't redirect to /dev/null?
kaijile
Frequent Advisor

Re: DLKM load module meet a problem

thanks Dennis Handly!
I rm -rf /tmp/.kmupdate is ok

kaijile
Frequent Advisor

Re: DLKM load module meet a problem

close