Comment 10 for bug 150469

Revision history for this message
Joachim Dahl (jdahl) wrote : Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

Russ Allbery wrote:
> dmesg output may also be useful, in particular the lines about searching
> for the system call table. Again, I don't understand why you're not
> seeing that output when you start the AFS client for the first time
> after boot.
>
>
I should mention that after experiencing these problems I edited the
"start" section of /etc/init.d/openafs-client to

case "$1" in
start)
    ;;

force-start)

so that afs problems doesn't stall my machine during startup; that's
why I use
/etc/init.d/openafs-client force-start

to start openafs; now whenever I start afs a reboot is necessary to
shutdown my laptop, which I don't want to do unnecessarily.