Coda File System

Re: updatesrv dies

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Mon, 4 Apr 2005 16:55:00 -0400
On Mon, Apr 04, 2005 at 09:29:14AM -0700, Steven Jacobs wrote:
> The child process dies too.

It actually looks like it exits with an error message, probably that it
either cannot bind or register with rpc2portmap.

Check /vice/misc/UpdateSrvLog.

The interesting thing is that rpc2portmap only accepts new registrations
from localhost, but your updatesrv process seems to be sending them to
192.168.0.2 so they arrive over the external interface instead of the
loopback interface. That is probably why portmap is rejecting the
registration.

We bind to the host named "localhost", which should be 127.0.0.1, could
you check /etc/hosts to see if that is set correctly?

Jan
Received on 2005-04-04 16:55:47