|
1. On Startup
|
|
Fri Jan 7, 2005 [12:59 PM]
|
Kiba
Email not supplied
member since: Jan 5, 2005
|
Reply
|
|
ok i have compiled the mud and there was no problems and when when i type ./startup & i get this
@avalon:~/dist/src$ ./startup & [1] 17312 : Command not found.st/src$ : Command not found. : No such file or directory.
and then it just sits. then when i close out of the shell and try to log on to the mud i get connection refused. any help?
|
|
|
|
|
2. RE: On Startup
|
|
Fri Jan 7, 2005 [4:12 PM]
|
xunil
todd.rickard@gmail.com
member since: Aug 28, 2004
|
In Reply To
Reply
|
|
Well first off, is you startup script located in your src?? and is your port set correctly in it.
when you do find it, do 'chomod 777 startup' to avoid any startup troubles that some people seem to have.
Aim me if you still are haveing problems.
Aim:jtrpdx
|
|
|
|
|
3. RE: On Startup
|
|
Sat Jan 8, 2005 [6:40 AM]
|
Rhaelar
rhaelar@sdmud.com
member since: Aug 22, 2004
|
In Reply To
Reply
|
|
You're not supposed to do it like that, and xunil, what you said was wrong. Kiba you need to do this instead:
cd ~/dist/src ./startup &
IF it tells you the file may not be executed or is not a binary, do the following command:
chmod +x startup
, then try again.
Good luck.
|
|
|
|
|