Re: CHILD: mount system call failed

2002-09-02 Thread R. Church
On Mon, Sep 02, 2002 at 03:12:21PM +0900, Stephen J. Turnbull quipped: > > It means exactly what it says. One possible cause is that /coda is > already mounted because you killed venus by some means other than > /etc/init.d/codaclient stop (or whatever the idiom is on your flavor > of Linux). I

Re: CHILD: mount system call failed

2002-09-02 Thread Casey Helfrich
Have you created a root volume on the server? * * Casey Helfrich * *[EMAIL PROTECTED]* **

Short and simple introduction

2002-09-02 Thread Timothy Murphy
I'd like to try coda out on my laptop, in conjuction with my desktop and work computer (all running RedHat Linux 7.3). Is there a short and simple account somewhere explaining exactly what one has to do? (I have the coda client and server, and have compiled the latest kernel with coda fs.) -- T

Re: CHILD: mount system call failed

2002-09-02 Thread R. Church
On Mon, Sep 02, 2002 at 09:41:00AM -0400, Casey Helfrich quipped: > > Have you created a root volume on the server? I created the root volume on the server. In fact, I've since been able to mount that root volume on my laptop, but this workstation continues to "CHILD: mount system call failed. K

Re: CHILD: mount system call failed

2002-09-02 Thread R. Church
This looks like useful information. This is what I have in my syslog on the client that fails to mount /coda: coda_read_super: device index: 0 coda_read_super: rootfid is (0x7f01,0x1,0x1) Failure of coda_cnode_make for root: error -110 I found this message in the archive: http://www.coda.cs

Re: CHILD: mount system call failed

2002-09-02 Thread Jan Harkes
On Mon, Sep 02, 2002 at 12:06:19PM -0700, R. Church wrote: > This looks like useful information. This is what I have in my syslog > on the client that fails to mount /coda: > > coda_read_super: device index: 0 > coda_read_super: rootfid is (0x7f01,0x1,0x1) > Failure of coda_cnode_make for roo

Re: CHILD: mount system call failed

2002-09-02 Thread Jan Harkes
On Mon, Sep 02, 2002 at 09:04:38PM -0400, Luis and Kim Soltero wrote: > I am having a very similar problem to R. Church but on > a RH7.3 system. For some reason the codalist server > will not post my e-mails to the list althogh I am subscribed > and have been receiving e-mail from the list. T

Re: Short and simple introduction

2002-09-02 Thread Stephen J. Turnbull
[Aside to Jan: feel free to borrow/correct any of the following info. "I hereby place the following text, except for the .sig, in the public domain."] > "Tim" == Timothy Murphy <[EMAIL PROTECTED]> writes: Tim> Is there a short and simple account somewhere explaining Tim> exactly wha

Re: CHILD: mount system call failed

2002-09-02 Thread Stephen J. Turnbull
> "R" == R Church <[EMAIL PROTECTED]> writes: R> The client's venus console reports this: R> 22:33:22 CHILD: mount system call failed. Killing parent. R> What's that mean? What's the likely cause? Help is R> appreciated. Thank you. It means exactly what it says. One possib