This gave me invaid command when I tried $ sh -xv ./startup
I tried adding -xv to the startup but it gave me invalid options.... I didn't think I would be this hard just to get it going. My ack mud ran with almost no trouble... ----- Original Message ----- From: "Jef Waite" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, January 04, 2002 4:31 PM Subject: Re: Clueless > > 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 > > > > Since it looks like your script is set to run sh. Try this: > > $ sh -xv ./startup > > Don't worry about backgrounding it (and you don't need the space, BTW), > look at the output from this. This will show you both pre and post > processing of the script. > > jef > > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

