(Illustration by Gaich Muramatsu)
On Wed, Nov 06, 2002 at 12:38:43PM -0500, Jon Tyler wrote: > coda:~# cat /vice/srv/SrvErr > [10:56:11]Main Process: "rpc2b.c", line 120: RPC2_Init(): Couldn't create > socket > Assertion failed: RPC2_Init(RPC2_VERSION, 0, &port1, retrycnt, &to) == > RPC2_SUCCESS, file "srv.cc", line 483 > EXITING! Bye! Either you are missing the codasrv and codasrv-se entries in /etc/services. But Debian should have those in there by default as they are IANA registered. The other possibility is that some other process already has udp ports 2432 and/or 2433 open so that we can't bind to them. netstat -a should show all open ports, if 2432/udp or 2433/udp seems to be in use you can check which process has it open with 'lsof -i udp:2432' JanReceived on 2002-11-06 13:55:12