• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

bindOnlyGlobalAddress

MeNi

*^#%$%
Joined
Jul 23, 2008
Messages
183
Reaction score
12
Chce odpalic server, ale wywala mi blad:

Code:
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:38: boost::condition_variable::~condition_variable(): Assertion `!pthread_cond_destroy(&cond)' failed.

Jakie IP wpisac w config.lua? 127.0.0.1, czy zewnetrzne? Na co ustawic bindOnlyGlobalAddres, na TRUE, czy FALSE?

Code:
ip = "127.0.0.1"
bindOnlyGlobalAddress = false

Narazie chce odpalic jeden serwer na maszynie, ale gdybym potem chcial odpalic drugi na IP FailOver, to jak poustawiac config?
 
Ustaw na TRUE, a adres ip ustaw na taki pod jakim jest ustawiona domena ;)

I jeśli sie nie myle, to zabij proces o nazwe theforgottenserver :D
 
Chce odpalic server, ale wywala mi blad:

Code:
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:38: boost::condition_variable::~condition_variable(): Assertion `!pthread_cond_destroy(&cond)' failed.

Jakie IP wpisac w config.lua? 127.0.0.1, czy zewnetrzne? Na co ustawic bindOnlyGlobalAddres, na TRUE, czy FALSE?

Code:
ip = "127.0.0.1"
bindOnlyGlobalAddress = false

Narazie chce odpalic jeden serwer na maszynie, ale gdybym potem chcial odpalic drugi na IP FailOver, to jak poustawiac config?

Ten błąd wskazuje odpaloną już aplikacje na tym samym porcie/IP.
 
Ten błąd wskazuje odpaloną już aplikacje na tym samym porcie/IP.
Rozwiązanie:
Code:
killall -9 theforgottenserver
Na przyszłość:
Code:
netstat -lnp | grep {PORT}
 
Back
Top