[OpenAFS] Re: OpenAFS 1.6.0pre4 kernel panic

Ciprian Dorin Craciun ciprian.craciun@gmail.com
Sat, 16 Apr 2011 13:27:04 +0300


On Sat, Apr 16, 2011 at 12:58, Ciprian Dorin Craciun
<ciprian.craciun@gmail.com> wrote:
> =C2=A0 (I've resent this email as the attached image and config file are
> too large and were rejected by the mailing list.)
>
> =C2=A0 =C2=A0Hello all!
>
> =C2=A0 =C2=A0I've successfully run OpenAFS v1.4.12 with kernels up-to 2.6=
.34.x.
> But unfortunately lately I'm unable to make neither 1.4.14.1 nor
> 1.6.0pre4 work with either 2.6.37.x or 2.6.38.x kernels.
>
> =C2=A0 =C2=A0Attached I put my kernel config file and a picture of my lap=
top's
> screen when "panic"-ed. (How could I easily capture the panic error
> after I reboot?) Also attached I put my (custom, but Debian based)
> `init.d` script and OpenAFS related config files. (I'm using
> ArchLinux.)
>
> =C2=A0 Panic picture:
> =C2=A0 =C2=A0 =C2=A0 http://data.volution.ro/ciprian/8f75abb6c3c12be33752=
06fa1cdea065/dscf0902-small.jpg
> =C2=A0 Kernel config:
> =C2=A0 =C2=A0 =C2=A0 http://data.volution.ro/ciprian/8f75abb6c3c12be33752=
06fa1cdea065/config
>
> =C2=A0 =C2=A0Any pointers?
> =C2=A0 =C2=A0Thank you,
> =C2=A0 =C2=A0Ciprian.


    Ok.

    I've backtracked the problem and identified that the cause is:
~~~~
afsd -dynroot -afsdb -memcache -dcache 8192 -chunksize 14 -stat 32768
-fakestat-all -daemons 6 -volumes 256 -nosettime
~~~~

    Because if I remove all the "fine-tuning" it works as:
~~~~
afsd -dynroot -afsdb -memcache -fakestat-all -nosettime
~~~~

    But still, should the cache manager crash the system if badly configure=
d?

    Ciprian.