[OpenAFS] Help - Failed to load AFS client
   
    Derrick J Brashear
     
    shadow@dementia.org
       
    Sun, 3 Nov 2002 22:34:33 -0500 (EST)
    
    
  
(Please reply to the list, not me)
On Sun, 3 Nov 2002, Tommy Mann wrote:
> I issued /etc/init.d/afs stop and it returned no errors.  However, when I
> run 'ps -ef | grep afs' (the only way I know of to check if afs is
> running) I see:
>
> root      1038     1  0 15:42 ?        00:00:00 /usr/vice/etc/afsd -stat
> 2000 -d
> root      1039     1  0 15:42 ?        00:00:00 /usr/vice/etc/afsd -stat
> 2000 -d
> root      1041     1  0 15:42 ?        00:00:00 /usr/vice/etc/afsd -stat
> 2000 -d
> root      1043     1  0 15:42 ?        00:00:00 /usr/vice/etc/afsd -stat
> 2000 -d
> root      1044     1  0 15:42 ?        00:00:00 /usr/vice/etc/afsd -stat
> 2000 -d
> root      1045     1  0 15:42 ?        00:00:00 /usr/vice/etc/afsd -stat
> 2000 -d
> root      1046     1  0 15:42 ?        00:00:00 /usr/vice/etc/afsd -stat
> 2000 -d
>
> So has it stopped?  If so, once I start it up again, how will I know it's
> working?  Will there be anything in /afs if ThisCell is openafs.org?
It has not stopped.
umount /afs
/usr/vice/etc/afsd -shutdown
rmmod `lsmod | grep afs|awk '{print $1}'`
then try starting it. i have no idea why the script is failing; perhaps
/etc/sysconfig/afs is wrong