Teamspeak on Fedora10 64bit System
The teamspeak2 server is not 64-bit compatible.
Follow this guide to get the teamspeak2 server running on 64-Bit Fedora 10
1.) Download the latest binaries from http://www.teamspeak.com
wget ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ts2_server_rc2_202319.tar.bz2
2.) Extract the archive
tar -xvzf ts2_server_rc2_202319.tar.bz2
3.) After running the startup script ./teamspeak2-server_startscript
I got following error messages:
“libgcc_s.so.1 must be installed for pthread_cancel to workâ€
./teamspeak2-server_startscript: ./server_linux: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
It’s necessary to install the 32-bit libraries.
run:
yum install libgcc.i386
4.) Create a user for teamspeak
Teamspeak on Fedora10 64bit System
5.) Change Permissions of the teamspeak folder
chown -R teamspeak:teamspeak /*ts folder*
6.) Change User and run teamspeak
su teamspeak
./teamspeak2-server_startscript start
starting the teamspeak2 server
TeamSpeak Server Daemon started with PID 30062
7.) Switch back to root and lock the teamspeak account, so nobody than root can use it.
passwd -l teamspeak
Sidebar
Wiki
Sidebar
Last blog posts
-
tivoli itm 6.2 change agent hostname to other then original system hostname
Tue 15 of Mar., 2011 19:17 CET
-
X11 secure display forwarding via ssh error
Tue 15 of Mar., 2011 19:03 CET
-
Android 2.2.1 delay between accepting call and actually hearing the caller
Tue 15 of Mar., 2011 18:50 CET
-
AIX: Get PVID directly from hdisk using od
Thu 15 of Apr., 2010 15:25 CEST
-
Power Blade: Add additional vscsi adapters to lpar / vhosts to vio server
Wed 24 of Mar., 2010 09:49 CET
-
Bug in xymon 4.3.3 Beta 2 splitncv
Tue 23 of Feb., 2010 10:11 CET
-
Analysing screen and browser window sizes reported by AWStats using R
Thu 18 of Feb., 2010 14:14 CET
-
Nagios on FreeBSD
Wed 27 of Jan., 2010 13:24 CET
-
Freebsd sendmail via Exchangeserver
Thu 17 of Dec., 2009 10:39 CET
-
xymon netapp vfiler quota monitoring
Tue 24 of Nov., 2009 17:55 CET

Last blog post comments