• 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 Problem on dedicated server ddos

gremlee

Qumora.com
Joined
Jul 15, 2008
Messages
511
Reaction score
16
Hello fucking no lifers pinging my server.
i have putty when i try to start the tfs its start loading but at the end it says this


theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:46: boost::condition_variable::~condition_variable(): Assertion `!pthread_mutex_destroy(&internal_mutex)' failed.
Aborted
 
The error is a boost error.

Try to kill all screens with theforgottenserver.

What command to kill ?

root@ns304176:~/evodera# kill all theforgottenserver
-bash: kill: all: arguments must be process or job IDs
-bash: kill: theforgottenserver: arguments must be process or job IDs
 
Use: ps -ef | grep theforgottenserver to find if any PID is running.

Then use the command: kill XXXX

For example:
Code:
www-data 26488  457  0 15:56 ?  00:00:00 /usr/sbin/apache2 -k start

Then I'll do this to kill www-data: kill 26488.
 
Use: ps -ef | grep theforgottenserver to find if any PID is running.

Then use the command: kill XXXX

For example:
Code:
www-data 26488  457  0 15:56 ?  00:00:00 /usr/sbin/apache2 -k start

Then I'll do this to kill www-data: kill 26488.

Worked thanks alot again :)
 
Back
Top