Ok, thanks Rumble! If I use bin/circle I get the following, which doesn't seem to generate a syslog.CRASH file:
root@raspberrypi:/home/pi/tbamud-master# bin/circle
No etc/config file, using defaults: No such file or directory
Using file descriptor for logging.
May 12 20:39:43 :: Loading configuration.
May 12 20:39:43 :: tbaMUD 3.66
May 12 20:39:43 :: Using lib as data directory.
May 12 20:39:43 :: Running game on port 4000.
May 12 20:39:43 :: Finding player limit.
May 12 20:39:43 :: Setting player limit to 300 using rlimit.
May 12 20:39:43 :: Opening mother connection.
May 12 20:39:43 :: Binding to all IP interfaces on this host.
May 12 20:39:43 :: Boot db -- BEGIN.
May 12 20:39:43 :: Resetting the game time:
May 12 20:39:43 :: No time file 'etc/time' starting from the beginning.
May 12 20:39:43 :: Current Gametime: 3H 2D 6M 729Y.
May 12 20:39:43 :: Initialize Global Lists
May 12 20:39:43 :: Initializing Events
May 12 20:39:43 :: Reading news, credits, help, ihelp, bground, info & motds.
May 12 20:39:43 :: Loading spell definitions.
May 12 20:39:43 :: Loading zone table.
May 12 20:39:43 :: 187 zones, 10472 bytes.
May 12 20:39:43 :: Loading triggers and generating index.
May 12 20:39:44 :: Loading rooms.
May 12 20:39:44 :: 12468 rooms, 1296672 bytes.
May 12 20:39:44 :: SYSERR: Format error in roomflags/sector type of room #2
root@raspberrypi:/home/pi/tbamud-master#
If I try the ./autorun & and this happens:
pi@raspberrypi ~/tbamud-master $ sudo -s
root@raspberrypi:/home/pi/tbamud-master# ./autorun &
[1] 6046
root@raspberrypi:/home/pi/tbamud-master# ls
autorun bin config.status log vms_autorun.com
autorun.amiga changelog configure macrun.pl
autorun.cmd cnf doc README.md
autorun.pl config.cache lib src
autorun.sh config.log LICENSE.md syslog.CRASH
[1]+ Done ./autorun
And I get a syslog.CRASH file that looks like this:
autorun starting game Tue May 12 20:43:09 EDT 2015
running bin/circle -q 4000
nohup: ignoring input
No etc/config file, using defaults: No such file or directory
May 12 20:43:09 :: Loading configuration.
May 12 20:43:09 :: tbaMUD 3.66
May 12 20:43:09 :: Using lib as data directory.
May 12 20:43:09 :: Running game on port 4000.
May 12 20:43:09 :: Finding player limit.
May 12 20:43:09 :: Setting player limit to 300 using rlimit.
May 12 20:43:09 :: Opening mother connection.
May 12 20:43:09 :: Binding to all IP interfaces on this host.
May 12 20:43:09 :: Boot db -- BEGIN.
May 12 20:43:09 :: Resetting the game time:
May 12 20:43:09 :: No time file 'etc/time' starting from the beginning.
May 12 20:43:09 :: Current Gametime: 6H 2D 6M 729Y.
May 12 20:43:09 :: Initialize Global Lists
May 12 20:43:09 :: Initializing Events
May 12 20:43:09 :: Reading news, credits, help, ihelp, bground, info & motds.
May 12 20:43:09 :: Loading spell definitions.
May 12 20:43:09 :: Loading zone table.
May 12 20:43:09 :: 187 zones, 10472 bytes.
May 12 20:43:10 :: Loading triggers and generating index.
May 12 20:43:10 :: Loading rooms.
May 12 20:43:10 :: 12468 rooms, 1296672 bytes.
May 12 20:43:10 :: SYSERR: Format error in roomflags/sector type of room #2
Quick boot mode -- rent check supressed.
Using file descriptor for logging.
autoscript terminated Tue May 12 20:43:10 EDT 2015