1

Topic: [HELP]DM , need help in create server

All greetings. I downloaded the server under the Linux x86, version 0.5.1.
I have a Linux Centos 5.4. Revered as need to run, but the server does not run constantly swears that there is some Lib. Where can I download a package all the necessary libraries for the server?
For example:

./teeworlds_srv -f wmtrain.cfg
./teeworlds_srv: /usr/lib/libz.so.1: no version information available (required by ./teeworlds_srv)
./teeworlds_srv: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./teeworlds_srv)
./teeworlds_srv: error while loading shared libraries: libssp.so.0: cannot open shared object file: No such file or directory

I'm from Russia , sorry for my English.

2

Re: [HELP]DM , need help in create server

As far as I know you need to update the glibc of your distro.
This could be useful: http://www.held.org.il/blog/?p=51
By the way, as far as I know, you can re-compile the teeworlds sources using your system packages.

Support Staff - ESL.eu Teeworlds Admin

3

Re: [HELP]DM , need help in create server

Have you tried installing Teeworlds with your packetmanager? It should automatically install all required libraries.
If CentOS doesn't have a package for Teeworlds you need to install the libraries on your own. Again, they should be avaiable through your packetmanager.
For Teeworlds 0.5.1 there is also a version for an old glibc on the download page.

aka cheesy

4

Re: [HELP]DM , need help in create server

Thank you, but set the auto installer to package is not possible. (The server in the so-called local area network and Internet access is not there). How can I be? Download source? 'll Show as it was then collected, if not difficult.

5

Re: [HELP]DM , need help in create server

I don't have any experience with CentOS. Maybe some other forum member can help you.
Or maybe you could try to get help at a CentOS support forum. They should know how to install packages "offline".

aka cheesy

6

Re: [HELP]DM , need help in create server

[4b86d65d][engine]: running on unix-linux-ia32
[4b86d65d][engine]: arch is little endian
[4b86d65d][engine/datadir]: paths used:
[4b86d65d][engine/datadir]:     .
[4b86d65d][engine/datadir]:     /root/.teeworlds
[4b86d65d][engine/datadir]:     data
[4b86d65d][engine/datadir]: saving files to: /root/.teeworlds
[4b86d65d][console]: executing 'server.cfg'
[4b86d65d][console]: failed to open 'autoexec.cfg'
[4b86d65d][datafile]: datafile loading. filename='maps/ctf2.map'
[4b86d65d][server]: maps/ctf2.map crc is b219e713
[4b86d65d][server]: server name is 'JustNetworkProject'
[4b86d65d][datafile]: loading data index=12 size=1031 uncompressed=79200
[4b86d65d][server]: version 0.5 b67d1f1a1eea234e
[4b86d65d][engine/mastersrv]: refreshing master server addresses
[4b86d65d][register]: refreshing ip addresses
[4b86d65e][engine/mastersrv]: saving addresses
[4b86d65e][register]: fetching server counts
[4b86d661][register]: WARNING: No master servers. Retrying in 60 seconds
[4b86d69d][register]: refreshing ip addresses
[4b86d69d][register]: fetching server counts
[4b86d6a0][register]: WARNING: No master servers. Retrying in 60 seconds
[4b86d6dc][register]: refreshing ip addresses
[4b86d6dc][register]: fetching server counts
[4b86d6df][register]: WARNING: No master servers. Retrying in 60 seconds
[4b86d71b][register]: refreshing ip addresses
[4b86d71b][register]: fetching server counts
[4b86d71e][register]: WARNING: No master servers. Retrying in 60 seconds
[4b86d75a][register]: refreshing ip addresses
[4b86d75a][register]: fetching server counts
[4b86d75d][register]: WARNING: No master servers. Retrying in 60 seconds

Help please. What is
[4b86d75d][register]: WARNING: No master servers. Retrying in 60 seconds ?

7 (edited by Lanta 2010-02-25 22:08:39)

Re: [HELP]DM , need help in create server

Dimanok wrote:

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

Your firewall and/or router is not setup up properly. You need to open your port (UDP 8303) to run a teeworlds server. If you don't know how, search it on google:
http://lmgtfy.com/?q=port%20forwarding
or here in the teeworlds forum:
http://www.teeworlds.com/forum/viewtopi … 173#p57173
If you give us your router name we can help u more. Maybe be also a software problem (firewall software or proxy server) or a internet problem (natted IP address).

Support Staff - ESL.eu Teeworlds Admin

8 (edited by Dimanok 2010-02-26 12:07:03)

Re: [HELP]DM , need help in create server

UDP port 8303 is open. What do mean this error? The server must connect to the master server on the Internet? If so, how to get around this, because I have a server in local network and Internet access does not.
Show you in advance thanks.

9

Re: [HELP]DM , need help in create server

Put this in your configuration file:
sv_register 0

10

Re: [HELP]DM , need help in create server

If you don't want your server to be acceessed from the internet, add

sv_register 0

to your configuration.

You can always connect to your server locally, even if it gives you this warning.

aka cheesy

11

Re: [HELP]DM , need help in create server

Thanks all ! Compiling of the package of 0.5.1 and sv_register 0 helped smile