I had set port number in startup.dat file but I also just changed port
number in comm.c as well. But I still get the same error:
bash: ./startup: No such file or directory

I tried ./startup &, ./startup 6565 &, ./startup.dat &, and ./startup.dat
6565 &. But all of these give me the same error.

Any other ideas?

Brian

----- Original Message -----
From: "ArKHaM" <[EMAIL PROTECTED]>
To: "Brian Merkley" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Friday, January 04, 2002 3:29 PM
Subject: Re: Clueless


> here once more....type it exactly like it is here:
> If you have set the port in comm.c to the port you want then use:
>
> ./startup &    <----there's a space in there!
>
> if you haven't set the port and want to run it somewhere other than 4k:
>
> ./rom <portnumber> &   <----again there's spaces!
>
> Arkham
> ----- Original Message -----
> From: Brian Merkley <[EMAIL PROTECTED]>
> To: Edwin Groothuis <[EMAIL PROTECTED]>
> Cc: <[email protected]>
> Sent: Friday, January 04, 2002 5: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
> >
>


Reply via email to