[OpenAFS] Strange Problems stopping afsd

Derrick J Brashear shadow@dementia.org
Fri, 1 Nov 2002 10:29:19 -0500 (EST)


On Fri, 1 Nov 2002, Klaas Hagemann wrote:

> Hi,
> 
> i already posted this problem quite a while ago, but now i can decribe it
> better:
> When i want to stop the afs-client, i use the start-stop-script provided in
> the redhat-packages.
> This does the following:
> 1: killafs TERM
> 2: killafs KILL
> umount /afs
> 
> this works perfect.
> But then the skript wants to rmmod the libafs-module, and this fails.
> when i do lsmod, i can see, that the module libafs is used by 2 processes
> and so cannot get rmmoded...

/usr/vice/etc/afsd -shutdown here, then rmmod should work.

> So it also fails restarting the afs-client.
> Is this problem known to anyone?