#!/bin/sh # Written by Furey. # With additions from Tony and Alander. # Converted to /bin/sh by Paruda :p
But there is no BIN folder. When I dl'd the code from the other guys server it only had area, gods, log, player, and src folders. Within src there is a bak file with seems to have all the source info. There is no sh file tho. I assumed this was normal for ROM and as I said the mud was operational when I took over. Brian ----- Original Message ----- From: "Brian Reus" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, January 04, 2002 3:32 PM Subject: Re: Clueless > look at the first line of your startup program.. It should be something like > /bin/csh or something else.. make sure that program exists. > > Brian > ----- Original Message ----- > From: "Brian Merkley" <[EMAIL PROTECTED]> > To: "Edwin Groothuis" <[EMAIL PROTECTED]> > Cc: <[email protected]> > Sent: Friday, January 04, 2002 6:17 PM > Subject: Re: Clueless > > > > All the files appear to be present and this is exactly what I am typing: > > > > chmod 700 startup.dat (which appears to work ok) > > ./startup.dat 6565& (Or ./startup 6565&) > > > > and I get the following error: > > bash: ./startup.dat: No such file or directory > > [1] 32311 > > [1] Exit 127 > > > > Anyone have any ideas? > > > > Still Clueless :P > > > > Brian > > > > > > > > ----- Original Message ----- > > From: "Edwin Groothuis" <[EMAIL PROTECTED]> > > To: "Brian Merkley" <[EMAIL PROTECTED]> > > Cc: <[email protected]> > > Sent: Thursday, January 03, 2002 7:56 PM > > Subject: Re: Clueless > > > > > > > On Thu, Jan 03, 2002 at 07:09:42PM -0800, Brian Merkley wrote: > > > > chmod 700 startup.dat seemed to be accepted ok as no error or replys > but > > > > when I type ./startup.dat& it says No such file or directory when I am > > in > > > > the src file and can see the startup.dat. However there is an * right > > after > > > > startup.dat for some reason. I dunno if that means anything... > > > > > > Make sure all the files referenced by in the startup file do exist. > > > For example, csh will probably not exist on your system. Rewrite > > > the shell-script to use sh/bash commands and you're happy. > > > > > > Edwin > > > > > > -- > > > Edwin Groothuis | Personal website: > http://www.MavEtJu.org > > > [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal > Dimensions: > > > ------------------+ > http://www.FatalDimensions.org/ > > > > > > > > > -- > > ROM mailing list > > [email protected] > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

