![]() |
HowTo.SetUpATeamspeakServer HistoryHide minor edits - Show changes to markup January 06, 2008, at 11:16 PM
by -- rem extra
Changed lines 44-45 from:
Error, Either an old instance of teamspeak is still running, or an other application is using the tcpquery port! to:
Error, Either an old instance of teamspeak is still running, or an other application is using the tcpquery port! Deleted lines 46-47:
-bash-3.2# June 11, 2007, at 05:49 PM
by -- removed false wikilinks
Changed line 1 from:
to:
Installing TeamSpeakChanged lines 6-7 from:
to:
Once you have gunzip installed copy the TeamSpeak server into a directory, Such as /home/teamspeak June 08, 2007, at 10:21 PM
by -- Expanded by copying some from vent page
Added lines 1-31:
Installing TeamSpeak?Download the TeamSpeak Server, and also get the updated executable for Linux The server files come as a tar.bz2, and the updated executable is not packaged Once you have gunzip installed copy the TeamSpeak? server into a directory, Such as /home/teamspeak cp ts2_server_rc2_20201.tar.bz2 /home tar xjvf ts2_server_rc2_20201.tar.bz2 This will extract it into a directory called tss2_rc2 To move the updated executable to the teamspeak directory cd / mv server_linux /home/tss2_rc2 You will probably have to chmod the server_linux file to make it executable: chmod +x server_linux Make sure the permissions are set ok for the server_linux file as follows (ls -l will show you the permissions) - rwxr-x--x Installing i386 EmulatorNow install Qemu, this is required to run the server which has been written for i386 processors and not ARM processors which is what your Slug CPU is. Once Qemu is installed, open up the ventrilo_srv.ini with nano (this is what I used, but any editor like vi should work fine). NotesJune 07, 2007, at 07:53 PM
by --
Changed lines 4-21 from:
qemu: uncaught target signal 11 (Segmentation fault) - exiting to:
qemu: uncaught target signal 11 (Segmentation fault) - exiting Reedy Boy: qemu-i386 ./server_linux doesnt seem to do anything for me Pressing ctrl +c twice -bash-3.2# qemu-i386 ./server_linux Error, Either an old instance of teamspeak is still running, or an other application is using the tcpquery port! Error, Server was not started! -bash-3.2# But its unconnectable The process also has to be killed via kill -9 pid June 07, 2007, at 07:44 PM
by -- Copied Text from Ventrilo Page
Added lines 1-4:
For all you Teamspeak users, I tried running the Linux version of the server using the same method as above, but got the following error and don't know what it means :[
Runtime error 0 at 40228BE8 qemu: uncaught target signal 11 (Segmentation fault) - exiting |