[OpenAFS] Installing 1.4.0.rc6 version of OpenAFS
Ron Croonenberg
ronc@depauw.edu
Mon, 10 Oct 2005 14:24:53 -0500
Hi Derek,
It seems that the option is missing the last 3 characters, the "smp".
>Wait... Where's this 2.4.22-1.2199.nptl_afs_ssi_9smp coming from?
that's the kernel version all along
Uhm.. could it be that the "smp" gets truncated ?
>Can you send me the output of:
>ls -l /lib/modules/
>ls -l /lib/modules/2.4.22-1.2199.nptl_afs_ssi_9
>ls -l /lib/modules/2.4.22-1.2199.nptl_afs_ssi_9smp
yes I can do that.
[root@oort modules]# ls -l /lib/modules
total 20
drwxr-xr-x 4 root root 4096 Oct 6 11:23
2.4.22-1.2199.nptl_afs_ssi_9smp
drwxr-xr-x 4 root root 4096 Jun 28 14:59 2.6.5-1.358
drwxr-xr-x 4 root root 4096 Jun 28 14:59 2.6.5-1.358smp
drwxr-xr-x 2 root root 4096 Oct 3 11:29 backup
drwxr-xr-x 3 root root 4096 Oct 7 00:52 old-mods
the 2nd one doesn't exist, but here it goes:
[root@oort modules]# ls -l /lib/modules/2.4.22-1.2199.nptl_afs_ssi_9
ls: /lib/modules/2.4.22-1.2199.nptl_afs_ssi_9: No such file or directory
[root@oort modules]# ls -l /lib/modules/2.4.22-1.2199.nptl_afs_ssi_9smp
total 428
lrwxrwxrwx 1 root root 26 Oct 6 11:23 build ->
/opt/OpenSSI/CVS/linux-ssi
drwxr-xr-x 8 root root 4096 Oct 6 11:23 kernel
-rw-r--r-- 1 root root 154513 Oct 6 11:23 modules.dep
-rw-r--r-- 1 root root 31 Oct 6 11:23 modules.generic_string
-rw-r--r-- 1 root root 443 Oct 6 11:23 modules.ieee1394map
-rw-r--r-- 1 root root 8330 Oct 6 11:23 modules.isapnpmap
-rw-r--r-- 1 root root 29 Oct 6 11:23 modules.parportmap
-rw-r--r-- 1 root root 73599 Oct 6 11:23 modules.pcimap
-rw-r--r-- 1 root root 24 Oct 6 11:23 modules.pnpbiosmap
-rw-r--r-- 1 root root 158673 Oct 6 11:23 modules.usbmap
drwxr-xr-x 2 root root 4096 Oct 6 11:23 pcmcia
>So it looks like /lib/modules isn't pointing to the proper 'build'
>directory.. You aren't getting the right kernel header sources. This
>is a bug in your install, IMHO.
>
>-derek