Results 1 to 15 of 41
Thread: linux server debian package
-
20-03-2003, 19:37 #1
linux server debian package
Below is a link to a debian package I assembled that will make the installation of the server a bit easier for debian users. This is the first debian package I've made so it probably has some faults. Let me know if you find any.
Just use "dpkg -i tss_2.0.19.16-1_i386.deb" as root to install.
The package sets up the server to run on bootup as well.
Use "/etc/init.d/tss start" or "stop" or "restart" as root if needed.
tss_2.0.19.16-1_i386.deb
--EDIT--
latest version: tss_2.0.20.1-1_i386.debLast edited by elitak; 16-09-2004 at 10:51. Reason: Updated Version
-
20-03-2003, 19:41 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
could you please use the server build 22 ?
-
20-03-2003, 19:48 #3
This is the Teamspeak2 Linux Server 2.0.19.16 (Build 19?), it's the one I get when I click on the linux server link on the downloads page. Is there a link to Build 22 someplace?
-
21-03-2003, 15:24 #4
-= TeamSpeak Addict =-
- Join Date
- Jul 2002
- Location
- Netherlands
- Posts
- 498
Better make a new deb with the 22 version availably in the developper section in this forum. That version is patched buggered and all. And a bit better than our initial release.
-
22-03-2003, 09:43 #5
Okay, here is the updated package. It uses build 22.
tss_2.0.19.22-1_i386.deb
Again, let me know if this is helpful or if the package is broken in any way.
-
01-04-2003, 04:14 #6
-= TeamSpeak User =-
- Join Date
- Apr 2003
- Location
- OK
- Posts
- 3
Elitak,
Thanks for the package. I tried to use it but did something wrong. I am new to linux and have a debian woody installation. I wanted to see if you, or anyone else, might be able to point me in the right direction to solve my problem. I am not even sure what to search for to start solving the problem. I have tried reading the apt HOWTO but must be missing something. The problem that I am having is the package installation failed due to my libc6 version. Now when I try to install anything with apt-get it wants to remove tss but can't remove it. I am having trouble figuring out how to get rid of the errors. I have searched packages.debian.org/stable for libc6 to try and upgrade but just don't know enough to understand what is happening. When I run apt-get install libc6 apt tells me that libc6 is already the latest version. I also did apt-get update and then upgrade and then dist-upgrade. Then I tried apt-get -f install and dpkg --configure -a, which is listed in section 7 of the apt HOWTO, to correct the problem. None of those worked.
Any pointers would be appreciated.
Here is the output that dpkg -i tss_2.0.19.22-1_i386.deb returns as root:
Selecting previously deselected package tss.
(Reading database ... 60507 files and directories currently installed.)
Preparing to replace tss 2.0.19.22-1 (using tss_2.0.19.22-1_i386.deb) ...
Unpacking replacement tss ...
rm: cannot remove `/etc/rc1.d/S95tss': No such file or directory
dpkg: warning - old post-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
dpkg: dependency problems prevent configuration of tss:
tss depends on libc6 (>= 2.3.1-1); however:
Version of libc6 on system is 2.2.5-11.2.
dpkg: error processing tss (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
tss
Thanks
-
01-04-2003, 09:17 #7
Unstable...
I have a debian woody installation too, but I am not new to linux anymore.Originally posted by vern_
Elitak,
Here is the output that dpkg -i tss_2.0.19.22-1_i386.deb returns as root:
Selecting previously deselected package tss.
(Reading database ... 60507 files and directories currently installed.)
Preparing to replace tss 2.0.19.22-1 (using tss_2.0.19.22-1_i386.deb) ...
Unpacking replacement tss ...
rm: cannot remove `/etc/rc1.d/S95tss': No such file or directory
dpkg: warning - old post-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
dpkg: dependency problems prevent configuration of tss:
tss depends on libc6 (>= 2.3.1-1); however:
Version of libc6 on system is 2.2.5-11.2.
dpkg: error processing tss (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
tss
Thanks
As you can see, there is a dependency prolbem. The version of libc6 on your system is too old to run the TeamSpeak server. Unfortunately, the required version of libc6 is not yet available in the stable archives. The best thing you can do (I did that too and it worked) is download the latest libc6 (2.3.1-16) and libdb1-compat (2.1.3-7) from packages.debian.org. Just search the unstable archives and you should find them. Then, run "dpkg -P libnss-db" to remove that package (otherwise you will see it will conflict with the new libc6). Then install both downloaded packages with "dpkg -i <libdb1-compat.deb-file> <libc6.deb-file>." After that, you should be able to run "dpkg -i <tss.deb-file>" without any problems.
-
02-04-2003, 00:40 #8
-= TeamSpeak User =-
- Join Date
- Apr 2003
- Location
- OK
- Posts
- 3
AdLentis,
Thanks for the help, you are a lifesaver. I did everything that you outlined and it all worked perfectly. Now the .deb package works properly as well. No more error messages. Your instructions also helped me understand a little more about dpkg.
Thanks to Elitak for the package, much easier to manage TS now.
-
02-04-2003, 05:21 #9
You're welcome!
-
17-04-2003, 00:19 #10TazWare.com Guest
Blegh!
Finally after a GOOD talk to my Debian install i managed to install the packages you gave, my system was talking about depencies and cannot install,,, while logged in with webmin i made it dance, thanks for the tips, finally the TS server runs like a charm

-Taz
-
30-04-2003, 18:17 #11
-= TeamSpeak User =-
- Join Date
- Apr 2003
- Location
- germany
- Posts
- 9
i installeds the package too
after i won the fight with my libc6 it runs :0)
the only thing is
i get a error msg although the ts server runs perfectly
i get this msg
"Error starting Daemon. ABorted"
but like i said TS is running, i can config it ....
better then no msg and ts is not running :0)
big thx for the package and the libc6 update help
greetz
spas
-
30-04-2003, 19:09 #12
-= TeamSpeak Lover =-
- Join Date
- Mar 2003
- Location
- Pompey, England
- Posts
- 56
Spas,Originally posted by spas
the only thing is
i get a error msg although the ts server runs perfectly
i get this msg
"Error starting Daemon. ABorted"
but like i said TS is running, i can config it ....
Read my thread here on that subject:
http://www.teamspeak.org/forums/show...hlight=aborted
Nick
-
30-04-2003, 19:40 #13
-= TeamSpeak User =-
- Join Date
- Apr 2003
- Location
- germany
- Posts
- 9
oh ok :0)
thank you again
-
11-06-2003, 01:13 #14
-= TeamSpeak User =-
- Join Date
- Jun 2003
- Location
- Germany
- Posts
- 8
Can anyone make a new Debian Packet for the new Version?
I donno howto do it, otherwise i would do it ...
Thanks in advance
-
15-06-2003, 00:24 #15
Here's the updated package (2.0.19.40)
tss_2.0.19.40-1_i386.deb
Let me know if you encounter any problems or if anything is missing.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[solved] i need some help with my ts server
By rebelwarrior in forum [TeamSpeak 2] Client SupportReplies: 3Last Post: 14-11-2008, 00:34 -
Can't enter admistration or my server.
By TheSavior in forum [TeamSpeak 2] Server SupportReplies: 12Last Post: 10-06-2006, 22:48 -
The novel lol
By Plebby in forum [TeamSpeak 2] Client SupportReplies: 0Last Post: 02-01-2006, 12:24 -
I can find my IP
By Barmace in forum [TeamSpeak 2] Server SupportReplies: 16Last Post: 21-05-2005, 12:01 -
TS server and wn 98 probs ?
By ghboom in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 30-05-2003, 06:05



Reply With Quote


