Topic: Register to Master - Multi-server one account
Hi,
I've got a Debian Lenny who are hosting :
- 1 TDM
- 1 CTF
- 1 Duel
- 1 FFA
- 1 Instagib
All these servers are run by one account "teewars"
Here are one runfile
#!/bin/sh
GAME_PATH="/home/teewars/teeworlds-0.4.2-linux_x86"
cd ${GAME_PATH}
screen -S teeworldsDuel -d -m ${GAME_PATH}/teeworlds_srv \
-f ~/.teeworlds/duel.cfg
All are working fine, I/you can see these servers on the master list.
I've got another box on Ubuntu 8.04 server
I do the same stuff as other server, except I've create a "teeworlds" user (it's "teewars" on my debian)
When running all of the server, sometime I see it on the master list, sometime no.
After some minutes, only one server is in the master list, other disappear.
Any body got the same issue ?
I've tryed teeworlds binary, and rebuilding from source.
I've tryed to change ports number, server name ...
I've always got that (if no player connect)
[481899d9][engine]: running on unix-linux-ia32
[481899d9][engine]: arch is little endian
[481899d9][console]: executing '/home/teeworlds/.teeworlds/duel.cfg'
[481899d9][console]: failed to open '/home/teeworlds/.teeworlds/autoexec.cfg'
[481899d9][datafile]: datafile loading. filename='data/maps/dm1.map'
[481899d9][server]: data/maps/dm1.map crc is e6991fb3
[481899d9][server]: server name is 'Teeworlds.Net - Duel 1'
[481899d9][datafile]: loading data index=10 size=325
[481899d9][game]: -- Death Match --
[481899d9][server]: version 0.4 1bd7780b0f76307c
[481899d9][engine/mastersrv]: refreshing master server addresses
[481899d9][register]: refreshing ip addresses
[481899d9][engine/mastersrv]: saving addresses
[481899d9][register]: fetching server counts
[481899dc][register]: choosen 'master1.teeworlds.com' as master, sending heartbeats
[481899dc][register]: no firewall/nat problems detected
[481899dc][register]: no firewall/nat problems detected
[481899dc][register]: server registered
And nothing ...
It's doing me crazy.