1

Topic: Can't start the server

/etc/teeworlds/server/teeworlds_srv: /usr/lib/libz.so.1: no version information available (required by /etc/teeworlds/server/teeworlds_srv)
/etc/teeworlds/server/teeworlds_srv: /lib/libc.so.6: version `GLIBC_2.4' not found (required by /etc/teeworlds/server/teeworlds_srv)

This is what i get, when i try to start the server. I've got the latest version of the 64 bit version. My VPS runs a 64x Debian Etch. I've found a tutorial to compile it, but i can't use the commands fetch and unzip, so the tutorial won't work for me. I've already tried it with the other two versions, but it didn't work.

2 (edited by spl0k 2009-02-03 19:10:26)

Re: Can't start the server

Use wget instead of fetch, and instead of the zip version of bam, take the tarball and extract it with the tar command.

So here's the code for getting the source reworked

$ wget "http://teeworlds.com/trac/bam/browser/releases/bam-0.2.0.tar.gz?format=raw"
$ tar xvzf "bam-0.2.0.tar.gz?format=raw"
$ rm "bam-0.2.0.tar.gz?format=raw"
$ wget http://teeworlds.com/files/teeworlds-VERSION-src.tar.gz
$ tar xvzf teeworlds-VERSION-src.tar.gz
$ rm teeworlds-VERSION-src.tar.gz
spl0k, aka Al`. From the HuH clan.
Noobing pwns since 01/01/1970.
TeeViewer - TeeComp

3

Re: Can't start the server

Thanks, it worked. One last question: How can i stop the server running? At the moment, i have to reboot the complete server to stop the TW server.

4

Re: Can't start the server

Ctrl+C is the universal command to abort or shut down anything in the terminal.
Furthermore you might want to use "screen":
http://www.linuxdynasty.org/screen-howto-part-1.html

5

Re: Can't start the server

Also, if you are on the teeworlds server and have rcon access you can use the command shutdown to turn the server off.