Coda File System

Re: Problem with Venus.

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Fri, 13 Jun 2003 09:38:02 -0400
On Fri, Jun 13, 2003 at 02:44:37PM +0200, Bartlomiej Balcerek wrote:
> [ W(20) : 0000 : 14:07:36 ] CODA_GETATTR: u.u_pid = 614 u.u_pgid = 613
> [ W(20) : 0000 : 14:07:36 ] vproc::getattr: fid = 50224f88.ff000001.1.1
> [ W(20) : 0000 : 14:07:36 ] vproc::Begin_VFS(Getattr): vid =
> 50224f88.ff000001, u.u_vol = 0, mode = -1
> [ W(20) : 0000 : 14:07:36 ] vdb::Get: vid = 50224f88.ff000001
> [ W(20) : 0000 : 14:07:36 ] Getattr : returns Unknown error 158, elapsed =
> unknown msec (Returning early)
> [ X(00) : 0000 : 14:07:36 ] CHILD: mount system call failed. Killing
> parent.

This can only be the miscompilation of the list iterator, the solution
is to either update your compiler to g++-3.2.3, or build coda-6.0.1
because it detects the miscompilation and falls back on some code that
gives warnings during compile, but at least works.

> I am almost sure coda server is configured properly, SrvLog says:
> 
> 13:57:46 VAttachVolumeById: vol 2000001 (coda_root.0) attached and online
> 13:57:46 Attached 1 volumes; 0 volumes not attached
> ...
> 13:57:46 File Server started Fri Jun 13 13:57:46 2003

That looks perfect. But with realms we're not even talking to the
servers until everything is mounted, the server is only discovered once
you access your realm (ls /coda/my.server.fqdn).

Jan
Received on 2003-06-13 09:39:25