Coda File System

Re: Coda client won't start (RH 6.2)

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Mon, 12 Jun 2000 21:45:06 -0400
On Mon, Jun 12, 2000 at 10:35:30PM +0200, Erik Terpstra wrote:
> 22:18:40 Getting Root Volume information...
> 22:18:44 Venus starting...
> Killed
...
> My /var/log/messages contains:
> Jun 12 22:23:41 solidweb kernel: Process 922 leaving venus_getattr 
> Jun 12 22:23:41 solidweb kernel: (coda_cnode_make,l. 84):
> coda_cnode_make: coda_getvattr returned -6 for (0x7f000002,0x1,0x1). 
> Jun 12 22:23:41 solidweb kernel: Failure of coda_cnode_make for root:
> error -6 
> Jun 12 22:23:41 solidweb kernel: Process 922 leaving coda_read_super 
...
> 
> What does 'error -6' mean? Where can I find the meaning of Coda error
> numbers and what could be the problem here?

The error numbers (especially the low ones) are normally standard unix
errno's. So this one is ENXIO, No such device or address. Which is
used by venus when the volume lookup fails.

I just looked at the testserver, and although it is running (cmon works)
it has some errors in the logs:

    11:44:37 VGetPartition Couldn't find partition /vicepa

Arghh, the testserver has been pretty much dead ever since it was last
restarted Jun 7th. Will fix it right now, sorry about the inconvenience.

Jan
Received on 2000-06-12 21:46:41