( search forums )
soldat server & linux server
Soldat Forums - Server Talk - Server Help
Cliff
September 13, 2005, 6:04 pm
When running the following command line in my ssh
screen -s -m -S soldat /home/myuser/soldat/soldatserver
It tells me the server has started, however I can't find it in the processes list and I can't connect to it. What could be the problem?

Deleted User
September 14, 2005, 3:16 am
I dont think you can run the server by its complete path name, you need to run it like ./soldatserver (use the cd command to set the directory)

Not sure if this would work..
screen -s -m -S soldat cd /home/myuser/soldat/;./soldatserver

Deleted User
September 15, 2005, 6:46 pm
the command
screen -s -m -S soldat pathfromlocaldir/soldatserver
works fine on my machine.
do u use 'ps a'?

Cliff
September 16, 2005, 5:16 pm
I tried screen and I don't think it's working:(