[OpenAFS] FS exited on signal 6

matt matt@cs.auckland.ac.nz
Mon, 11 Oct 2004 19:53:04 +1300


> 
> 
> sure, put it in afs somewhere (assuming no cores)
> 
unfortunately due to the uni internet traffic charges we have not been 
able to open up afs to internet. But I put the files on web server

http://www.cs.auckland.ac.nz/~matt/101004-afslog.tgz

>>> How about a core? backtrace?
>>
>>
>> no cores in /var/lib/openafs/cores
> 
> 
> hm. how are you starting bosserver?
> 
we are using default debian openafs-fileserver init.d script see bit below.

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/bosserver
NAME=bosserver
DESC="AFS Server"


exec 3>/dev/null
exec </dev/null

test -f $DAEMON || exit 0



case "$1" in
   start)
         echo -n "Starting $DESC: "
         start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
                 --exec $DAEMON
         echo "$NAME."
         ;;