Coda File System

Re: Problem with ACLs - I think!

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Tue, 10 Apr 2001 11:47:13 -0400
On Tue, Apr 10, 2001 at 04:00:43PM +0100, Dermot Cassidy wrote:
> ilo102-/coda $ cfs mkmount /coda/users rs.users
> ilo102-/coda $ echo $?
> 0
> ilo102-/coda $ ls -l
> total 0
> lrw-r--r--  1 1002  nobody  10 Apr 10 14:58 users -> #rs.users

Ok, the updateclnt/updatesrv daemon didn't propagate the new VLDB and
VRDB files to all servers. The volume is not mounted.

> ilo102-/coda $ touch /coda/users/junk

This simply dereferences the symlink and touches /coda/#rs.users.

> ilo102-/coda $ echo hello world >>users/junk

This writes "hello world" into /coda/#rs.users.

> ilo102-/coda $ ls -l
> total 0
> -rw-r--r--  1 1002  nobody  12 Apr 10 15:01 #rs.users
> lrw-r--r--  1 1002  nobody  10 Apr 10 14:58 users -> #rs.users

12 bytes == "hello world\0"

Just make sure that updateclnt/updatesrv are still running on all
servers. Also check the timestamps and size of /vice/db/VLDB and
/vice/db/VRDB.

Jan
Received on 2001-04-10 11:48:42