On Mon, Jul 17, 2000 at 10:59:17AM -0500, Jerry Jaskierny wrote:
> i seem to be having a problem with my server.conf.  i don't have a
> /etc/coda/server.conf .  i run "vice-setup".  it says "server.conf has
> not been created.  shall i create on?".  "yes".  i give it my root
> directory.  this is the following output afterwards.
> 
> Couldn't find /etc/coda/server.conf
> Couldn't find /etc/coda/server.conf
> Setting up /vice
> Directories under /vice are setup
> 
> my "server.conf" was never created.  it wrote unable to find server.conf, so i
> wondered if there was just a mistake with the vice-setup script.  i made an
> attempt at trying to follow the script, but unfortunately, i'm rusty and was
> uanble to read it.  thanks.  jerry

It looks like the file /etc/coda/server.conf.ex is missing from the rpm,
never noticed that because I mostly tested upgrading existing servers.

I've attached /etc/coda/server.conf.ex to this email.

Jan


# This is an example server.conf file ... and documentation for all
# configurable options.
#
# Default values are left commented.

#
# Number of server processes running on this machine.
#
#numservers=1

#
# Prefix of server tree
#
#vicedir=/vice

#
# Should the server use private mmaps for RVM
#
#mapprivate=0

#
# RVM parameters
#
# For a single server on a machine use:
#
#rvm_log=
#rvm_data=
#rvm_data_length=
#hostname=

#
# For multiple servers:  Define the above 4 in a file: server_X.conf
# for a server which is started with the parameter "-n X" or define the
# following replacing X with the server number.
#
#rvm_log_X=
#rvm_data_X=
#rvm_data_length_X=
#hostname_X=

# The advantage of using server_X.conf files is that other parameters
# besides the rvm parameters can be defined for each server.  All
# servers should have the same vicedir. server.conf will be read first
# and then the server_X.conf file will be read.  Any definition in
# server_X.conf will override a definition of the same variable in the
# server.conf file.  e.g.  mapprivate=1 in server.conf, mapprivate=0
# in server_2.conf will have the server started with "-n 2" use
# anonymous mapping while the "default" action is to run with private
# mappings.

# Other parameters as set by startserver script.  Defaults are commented
# out if default is different than startserver script.

#
# How full the log can get before it is truncated.
#
#rvmtruncate=0
rvmtruncate=5

#
# Specify the number of rpc2 buffers to keep in a circular log, this can be
# useful for debugging.
#
#trace=0        
trace=100

#
# Location of the vicetab file (relative to the vicedir prefix).
#
#vicetab=db/vicetab

#authenticate=1
#buffs=100
#cbwait=240
#chk=30
#comparedirreps=1
#dumpvm=0
#forcesalvage=1
#large=500
#lwps=6
#nodebarrenize=0
#nowriteback=0
#pollandyield=1
#pathtiming=1
#resolution=1
#retrycnt=4
#salvageonshutdown=0
#sendahead=8
#small=500
#stack=96
#timeout=15
#windowsize=32
#zombify=0

Reply via email to