• 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!

Linux - Debian 8.0 help

Dope23

Member
Joined
May 19, 2014
Messages
179
Reaction score
10
hello guys i need help how i can restart my server from linux im use Debian 8.0 and FileZilla Client
BAzx-I.png


Your Dope23
 
Last edited:
root@rs001047:~# -bash: /tfs.sh: "Datei oder Verzeichnis nicht gefunden"
"File or directory not found"
-bash: -bash:: Kommando nicht gefunden.
root@rs001047:~# root@rs001047:~#
-bash: root@rs001047:~#: Kommando nicht gefunden.
root@rs001047:~#

have this he say
File or directory not found
 
ok the server restart only in putty but not ingame i have not a kick ingame
and this error
[ServicePort::eek:pen] Error: bind: Address already in use
[ServicePort::eek:pen] Error: bind: Address already in use
[ServicePort::eek:pen] Error: bind: Address already in use
[ServicePort::eek:pen] Error: bind: Address already in use
[ServicePort::eek:pen] Error: bind: Address already in use
[ServicePort::eek:pen] Error: bind: Address already in use
[ServicePort::eek:pen] Error: bind: Address already in use
[ServicePort::eek:pen] Error: bind: Address already in use
 
oh a restart, seems like you have the server on a screen.

Code:
1. First make save on your server.
2. On putty execute this to reconnect in the screen: screen -r
*If you have multiple screens and you don't know which one is then you can execute this to check all the screens created: screen -ls
3. Then in the screen do this: Ctrl + C

Also you can try this.
Code:
1. cd /home/server/
2. killall -9 tfs
 
Last edited:
This command does not restart your server. It starts your server. That's it. So obviously you wont have a restart ingame.
 
thx the server restart but now i can not log in the server and get this error
[ServicePort::eek:pen] Error: bind: Address already in use


@Damon
ingame restart ?
 
In 1.2 I think it is /closeserver to set it in closed state, and then /closeserver shutdown to shut it down
(if someone want to know, lol)
Haha no idea acctually :D Just remembered these commands xD Anyway good to know I guess^^
 
But why say eh me now Adresse allready use what i need to to now i can mit log in The Game More but Putte say Server online
 
i have now this error
CFWfxeL.png

Try to restarting the networks.
Code:
/etc/init.d/networking restart

If doesn't work then try to reboot your server (VPS, Dedicated).

Also you can check if there still is a tfs process running (which i guess is the problem) with the command: top
If yes then, check all your screens created or execute killall -9 tfs
 
i have this error
[ServicePort::eek:pen] Error: bind: Address already in use
[ServicePort::eek:pen] Error: bind: Address already in use
 
ok thx all of you its work now
and now if i want to make a restart i make ingame /closeserver or what the command its and than in putty cd /home/server
./tfs right ?
and thx for your help
 
Back
Top