( search forums )
SSH and SS 2.2.9
Soldat Forums - Server Talk - Server Help
dsfreak
July 2, 2005, 3:24 am
Ok..... I have SSH, the Soldat Server 2.2.9 and cron jobs, etc. So, I try to SSH start my server goting to ./WWW/soldatserver229/soldatserver and then it waits for bout sec, then says abort trap...... Why?
Plz help. thx

n00bface
July 2, 2005, 3:29 am
You're not starting it right. When you execute a binary file in Linux, using "./filename", the "./" means execute the file from the current directory.

You can either start your server by doing:

"/WWW/soldatserver229/soldatserver"
or
"cd /WWW/soldatserver229" followed by "./soldatserver"

If you want to keep the server running so it doesn't shut down as soon as you close your connection with the server, you should also use nohup command.

dsfreak
July 2, 2005, 3:35 am
KK, try that now...... hold on......



edit: nope, didnt work, still Abort Trap

n00bface
July 2, 2005, 4:17 am
Could you maybe paste the exact thing you're typing and the message that gets returned?

dsfreak
July 2, 2005, 6:45 am
Ok, this is exactly what it says::
bash$: WWW/soldatserver229/soldatserver
Abort trap
bash$:
OR
bash$: /WWW/soldatserver229/soldatserver
/WWW/soldatserver229/soldatserver: No such file or directory
bash$:

I think you get the idea....

n00bface
July 2, 2005, 9:26 am
quote:Ok, this is exactly what it says::
bash$: WWW/soldatserver229/soldatserver
Abort trap
bash$:
Wrong format, need the forward slash at the beginning
quote:OR
bash$: /WWW/soldatserver229/soldatserver
/WWW/soldatserver229/soldatserver: No such file or directory
bash$:
Means you have the directory wrong. Find the right directory and try again (Might want to try changing directories 1-by-1)

dsfreak
July 2, 2005, 9:50 pm
Ok, I seem to have tried everything, yet it still says abort trap. I try with forward slash, no direc, without, abort trap. cd to just "cd " then it still not work any way you tell me it works, if you would like, you can use my SSH and see if you can get it running.

KeFear
July 2, 2005, 10:18 pm
try this maybe:

cd www/soldatserver229
chmod soldatserver 755
./soldatserver

dsfreak
July 3, 2005, 12:22 am
Nope, man, this sucks.