1 (edited by TaKs 2011-12-04 16:39:32)

Topic: problem starting the server.. on linux(debian)

version server is 0.61

tee@server:~/dm$ ./teeworlds_srv -f config.cfg
[4edb839d][engine]: running on unix-linux-amd64
[4edb839d][engine]: arch is little endian
[4edb839d][storage]: added path '$USERDIR' ('/home/tee/.teeworlds')
[4edb839d][storage]: added path '$DATADIR' ('data')
[4edb839d][storage]: added path '$CURRENTDIR' ('/home/tee/dm')
[4edb839d][console]: failed to open 'autoexec.cfg'
[4edb839d][console]: failed to open 'config.cfg'
[4edb839d][server]: starting...
[4edb839d][datafile]: loading. filename='maps/dm1.map'
[4edb839d][datafile]: allocsize=2684
[4edb839d][datafile]: readsize=2396
[4edb839d][datafile]: swaplen=2416
[4edb839d][datafile]: item_size=2012
[4edb839d][datafile]: loading done. datafile='maps/dm1.map'
[4edb839d][server]: maps/dm1.map crc is f2159e6e
[4edb839d][server]: server name is 'unnamed server'
[4edb839d][datafile]: loading data index=17 size=325 uncompressed=12000
[4edb839d][server]: version 0.6 626fce9a778df4d4
[4edb839d][engine/mastersrv]: refreshing master server addresses
[4edb839d][register]: refreshing ip addresses
[4edb839e][engine/mastersrv]: saving addresses
[4edb839e][register]: fetching server counts
[4edb83a1][register]: WARNING: No master servers. Retrying in 60 seconds

run the server with the command ./teeworlds_srv -f config.cfg
to files "teeworld_srv" and "config.cfg" set chmod +x
is the content of the file config.cfg

sv_name 10.35.67.86
sv_map dm1
sv_maprotation dm1 dm2 dm6 dm7 dm8 dm9 
sv_warmup 15
sv_scorelimit 25
sv_timelimit 600
sv_gametype dm 
sv_port 8301
sv_rounds_per_map 2
sv_register 0
rcon_password nt,tl[
sv_motd Hello,world!
sv_max_clients 12
sv_spectator_slots 4
sv_teambalance_time - 10
sv_spamprotection 1
sv_powerups 1 

help me please D:

2

Re: problem starting the server.. on linux(debian)

Are you connected to the interent? If yes,check your firewall.

[4edb83a1][register]: WARNING: No master servers. Retrying in 60 seconds

This doesn't just appear for now reason.

P.S.

sv_teambalance_time - 10

It's "sv_teambalance_time 10" without the "-"

Once in a century...

3

Re: problem starting the server.. on linux(debian)

are interested in the two lines,
[4edb839d][console]: failed to open 'autoexec.cfg'
[4edb839d][console]: failed to open 'config.cfg'
so it should be?

P.S. 
sv_teambalance_time - 10

It's "sv_teambalance_time 10" without the "-"

corrected
firewall look after by

4

Re: problem starting the server.. on linux(debian)

You shouldn't set +x on config.cfg.

About 'config.cfg not found':
Are you sure that this file is in your current directory?

5

Re: problem starting the server.. on linux(debian)

teeworlds_srv Optimal permissions: 0744
config.cfg Optimal permissions: 644
Ignore the autoexec.cfg warning!
Is the config.cfg file in the dm directory?
Check your firewall! Or are you banned from the master server?

6

Re: problem starting the server.. on linux(debian)

Thank you all solved the problem smile