The problem is that nothing is on /proc/devices (please look below)
and the SuSE init script tries to check the major number from
/proc/devices

This is in the SuSE script ($module = z90crypt)
major=`cat /proc/devices | awk "\\$2==\"$module\" {print \\$1}"`

As per below nothing can be found.

Thanks a lot.

Regards,
Tiago


vpndev:~ # lsmod
Module                  Size  Used by    Tainted: GF
z90crypt               39672   0  (unused)
...
vpndev:~ # cat /proc/devices
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyS
  5 ptmx
 10 misc
109 lvm
128 ptm
136 pts
162 raw
227 tty3270
228 fs3270

Block devices:
  1 ramdisk
  7 loop
  9 md
 58 lvm
 94 dasd

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to