Operating System - HP-UX
1825768 Members
2042 Online
109687 Solutions
New Discussion

Warnings when loading a kernel extension

 
eran borovik
Advisor

Warnings when loading a kernel extension

Hi,
One of our customer has encountered a weird warning when loading our kernel extension. ("kminstall -a" was successful, the issue is in the "config -M -u" command).
I tend to believe the warning is harmless but I will be glad for an explaination of the warning.

Enviornment:
HPUX 11.11 PA-RISC



Warning:
WARNING: No such device, tunable, or cdio cell.

Ignoring the following line.

cell

Thanks,
Eran.

2 REPLIES 2
evilmike
Advisor

Re: Warnings when loading a kernel extension


Could there be an extra line in the "system" file?
eran borovik
Advisor

Re: Warnings when loading a kernel extension

Hi,
Here is the contents of my kernel extension system file:
* system file for DLKM driver
$VERSION 1
$CONFIGURE Y
$LOADABLE Y
$TUNABLE
$$$

There is a "carriage return" after $$$ but that's it. We'v never seen this issue in no other machine.

Do you think it might be related to the machine system file?

Thanks,
Eran.