Coda File System

Server Startup problems

From: Ben Woodard <ben_at_valinux.com>
Date: Mon, 19 Jul 1999 10:05:24 -0700
I am having some problems getting my server to startup. At first
glance they appear to be similar to the problems that Len Burns had a
few weeks ago. 

> Hi,
> 
> Here is another one for those wiser than I. After suspecting that my
> client problem is related to something interfering with its connection
> to the testserver, I decided to build a server to test it. I built
> version 5.2.7 from package source, on a NetBSD-1.4 i386 machine. Build and 
> install were uneventful. I ran vice-setup, followed its instructions
> carefully, and upon running startserver& I see log output shown below:
> /vice/srv/SrvErr: 
> Assertion failed: err == RVM_SUCCESS, file "srv.cc", line 1729
> Sleeping forever. You may use gdb to attach to process 25873.solstice#
> 
> /vice/srv/SrvLog:
> 03:53:44 Resource limit on data size are set to 1073741824
> 
> 03:53:44 Server etext 0x154fd0, edata 0x1712e0
> 03:53:44 RvmType is Rvm
> 03:53:44 Main process doing a LWP_Init()
> 03:53:44 Main thread just did a RVM_SET_THREAD_DATA
> 
> 03:53:44 Setting Rvm Truncate threshhold to 5.
> 
> Error rvm_load_segment returns 209
> 03:53:44 rds_load_heap error RVM_EOFFSET
> My /vice/srv.conf file looks like:
> /vice/srv.conf:
> -rvm /dev/wd1f /dev/wd1g 22m
> 
> So, have I found a bug, or am I doing something wrong? Where do I go
> from here? Thanks in advance.
> 
> -Len

In his case I guess the problem was that somehow he had gotten his
srv.conf file messed up and had something like 20m in place of the
size of the rvm segment. 

In my case I did not run vice-setup and I didn't modify the srv.conf
file and my srv.conf file looks fine. 

-rvm /dev/sdb5 /dev/sdb3 209715200

The error that I am getting is just a little different too:

SrvLog:
09:38:09 RvmType is Rvm
09:38:09 Main process doing a LWP_Init()
09:38:09 Main thread just did a RVM_SET_THREAD_DATA

09:38:09 Setting Rvm Truncate threshhold to 5.

Error rvm_load_segment returns 201
09:38:09 rds_load_heap error RVM_EINTERNAL

SrvErr:
Assertion failed: err == RVM_SUCCESS, file "/usr/src/redhat/BUILD/coda-5.2.7/coda-src/vice/srv.cc", line 1744
Sleeping forever.  You may use gdb to attach to process 826.

Any clues as to where to look for problems?
Should I do vice-setup-rvm again?

-ben
Received on 1999-07-19 13:03:15