[OpenAFS] Re: can't cd to /afs

Matthew N. Andrews mnandrews@lbl.gov
Fri, 01 Feb 2002 07:53:36 -0800


Hi,

    I missed some of your earlier messages, so please excuse me if this has
already been checked.
what is the output of the tokens command before you try to cd to /afs?

-Matthew Andrews



Mike Lee wrote:

> Thank you
>
> Kim Kimball wrote:
>
> >The next thing I would try is to delete the volume "root.afs" and any
> >replicas. Then recreate the root.afs volume.
> >
> >Use the vos remove command.
> >
> done and same
>
> >
> >Note that individual .readonly (replica) volumes must be removed one at a
> >time with vos remove, and that you must specify the .readonly extension
> >(it's part of the volume name, assigned by AFS automatically when a replica
> >is created).
> >
> >Then use vos create to create new root.afs and root.afs.readonly, preferably
> >not on the same partition as they are now.
> >
> >
> >Also, it would be useful to see the output of:
> >
> >ls /usr/vice/cache | head -50
> >
> total 364
> -rw-------    1 root     root       264016 Feb  1 13:14 CacheItems
> drwx------    2 root     root        32768 Jan 25 15:22 D0
> drwx------    2 root     root        36864 Jan 25 15:22 D1
> drwx------    2 root     root        32768 Jan 30 13:10 D2
> -rw-------    1 root     root            0 Jan 25 15:22 VolumeItems
>
> >
> >
> >I notice that Derek asked if you had compiled some part of AFS, instead of
> >using packaged binaries.  Just to cover this possibility, I missed the
> >answer -- had you or did you perform the compile that he described?
> >
> I am using source packet, not rpm
> so all binary are rebuild
>
> >
> >
> >Kim