On Fri, Sep 10, 1999 at 11:37:34AM -0400, [EMAIL PROTECTED] wrote:
> Hi Jan,
>
> Ok I changed from log size 30M to 2M and data size from 315M to 90M.
>
> The server is starting properly.
>
> now I am having problems with the client. I have the kernel compiled with coda
>built in rather than a module. again client
> is SuSE 6.0 kernel 2.2.7
>
> I get the following error upon starting venus-setup
>
> wiggles:/import/src/coda-5.2.7 # venus-setup cruel 20000
> /etc/services already has new services registered! Good.
> depmod: *** Unresolved symbols in /lib/modules/2.2.7/fs/adfs.o
....
>
> It continues for alot longer then this.
It runs depmod -a to make sure the coda.o module is in the modules.dep
file, that used to be a common installation problem for the clients.
> when I do venus & I get the following:
>
> wiggles:/ # venus &
> [1] 30331
> wiggles:/ #
> Date: Fri 09/10/99
>
> 11:31:03 /usr/coda/LOG setup for size 0x8761e
> 11:31:03 /usr/coda/DATA initialized at size 0x21d878
> 11:31:03 brain-wiping recoverable store
> 11:31:04 loading recoverable store
> 11:31:05 fatal error -- CommInit: getservbyname failed; check /etc/services
> 11:31:05 Fatal Signal (11); pid 30331 becoming a zombie...
> 11:31:05 You may use gdb to attach to 30331
Does /etc/services have the following entries? The venus-setup script
thinks they are all there, but there might be one missing.
rpc2portmap 369/tcp
rpc2portmap 369/udp # Coda portmapper
codaauth2 370/tcp
codaauth2 370/udp # Coda authentication server
venus 2430/tcp # codacon port
venus 2430/udp # Venus callback/wbc interface
venus-se 2431/tcp # tcp side effects
venus-se 2431/udp # udp sftp side effect
codasrv 2432/tcp # not used
codasrv 2432/udp # server port
codasrv-se 2433/tcp # tcp side effects
codasrv-se 2433/udp # udp sftp side effect
I think the client only really needs: codaauth2/udp, venus/tcp, venus/udp
venus-se/udp, codasrv/udp, and codasrv-se/udp.
Jan