[OpenAFS] Linux 2.6 support

Horst Birthelmer horst@riback.net
Tue, 8 Jun 2004 21:42:16 +0200


On Tuesday, June 8, 2004, at 06:10  PM, Miroslav Ruda wrote:

> chas williams (contractor) wrote:
>> In message <40C5D0CD.1080703@ics.muni.cz>,Miroslav Ruda writes:
>>> checking if kernel uses MODVERSIONS... no
>>> checking which kernel modules to build... MP SP
>>> configure: WARNING: Cannot determine sys_call_table status. assuming 
>>> it isn'
>>> t exported
>> configure is making the wrong guess.  it hard to determine if 
>> sys_call_table is exported (without examing the kernel itself).
>> for now, after running configure, modify afsconfig.h and change
>> it so that it think sys_call_table is exported.
>> someday this dependency on sys_call_table should go away (hopefully
>> sooner than later)
>
> Now insmod libafs-2.6.6.ko reports
>
> libafs: module license 'unspecified' taints kernel.
> Found ia32_sys_call_table at 80466be0
>
> but nothing changed with afsd, it's still frozen:
>
> # ps axuww |grep afs
> root      8974  0.0  0.1  3952  964 pts/34   S    17:42   0:00 
> /usr/vice/etc/afsd -stat 2800 -dcache 2400 -daemons 5 -volumes 128
> root      8975  0.0  0.1  3952  964 pts/34   S<   17:42   0:00 
> /usr/vice/etc/afsd -stat 2800 -dcache 2400 -daemons 5 -volumes 128
> root      8976  0.0  0.0     0    0 pts/34   Z    17:42   0:00 [afsd] 
> <defunct>
> root      8977  0.0  0.0     0    0 ?        S    17:42   0:00 
> [afs_cbstart]
> root      8978  0.0  0.0     0    0 pts/34   Z<   17:42   0:00 [afsd] 
> <defunct>
> root      8979  0.0  0.0     0    0 ?        S    17:42   0:00 
> [afs_evtstart]
> root     16932  0.0  0.1  3672  732 pts/34   R+   18:03   0:00 grep afs
>
>
> Nothing reported to dmesg or system logs. Any idea what should I debug 
> now?
>

Could you start afsd with -debug and -verbose and take a look at the 
output?? or you can post it here ... or send it to me ... ;-)

Horst