• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ screen is terminating please help

Raschu

New Member
Joined
Aug 2, 2011
Messages
69
Reaction score
1
Hi guys

When i try to run my server by comand
screen ./tfs
then i got this error:
Please see ss.

Someone know what i need to do ?

Thanks

Rasch

aas.png
 
you are clicking ctrl + c to close it. Use ctrl + a + d to deattach also you need to have right permissions on tfs file to run it via screen afaik
use: screen -A -m -d -S tfs ./tfs
 
use
screen -d -m -S server ./tfs
screen -x server
and if you wanna "quit" screen module use
ctrl + a + d instead of ctrl + c

Also, are you sure that your executable is called tfs (and is in directory /home/ots/tfs) ?
 

Similar threads

Back
Top