PDA

View Full Version : Error stating daemon. Aborted


stuffie
28-09-2002, 16:49
Started teampeak server under Linux Slackware 7.1 and it says:

root@linux:/usr/src/tss2# ./server_linux
Error stating daemon. Aborted

server.log says:

28-09-02 17:33:11,ERROR,Info,server, EAccessViolation: Access violation at address 400DF501, accessing address 0000014C

Thats it, no teamspeak server. Checked with ps -x.

Somebody? Please?

FloorPie
28-09-2002, 17:41
The 'tss.minimal_startscript' script start TS2 by `./server_linux -PID=tsserver2.pid`.
Are there a server.ini / server.db files? If so, have you tried renaming them, or deleting them, so your server will create new ones - all accounts will be lost though.

You've probably heard this a hundred times... but you probably should create a user to run ts2 as, rather than doing it from root. :)

stuffie
28-09-2002, 17:52
>The 'tss.minimal_startscript' script start TS2 by `./server_linux -PID=tsserver2.pid`.

I tried, no effect.

>Are there a server.ini / server.db files? If so, have you tried renaming them, or deleting them, so your server will create new ones - all accounts will be lost though.

yes, there are. deleted them and restarted, no effect.

>You've probably heard this a hundred times... but you probably should create a user to run ts2 as, rather than doing it from root.

No, never heard it before :) but it doesnt matter though... it is not a solution for the problem.

Could it be the glibc version? Mine is:
$ /lib/libc.so.6
GNU C Library stable release version 2.1.3, by Roland McGrath et al.
etc, etc

FloorPie
28-09-2002, 19:43
I don't know, but here's what mine says:

$ /lib/libc.so.6
GNU C Library stable release version 2.2.4, by Roland McGrath et al.

$ ldd ./server_linux
/lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40017000)
libpthread.so.0 => /lib/libpthread.so.0 (0x4002b000)
libdl.so.2 => /lib/libdl.so.2 (0x40042000)
libc.so.6 => /lib/libc.so.6 (0x40046000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

stuffie
28-09-2002, 21:33
Hmmm, mine says:

root@linux:/usr/src/tss2# ldd server_linux
libpthread.so.0 => /lib/libpthread.so.0 (0x40017000)
libdl.so.2 => /lib/libdl.so.2 (0x4002a000)
libc.so.6 => /lib/libc.so.6 (0x4002d000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

no /lib/libNoVersion.so.1, is that a problem?

blacke
29-09-2002, 12:41
I've the same problem.
I'm running Debian and it doesn't have libNoVersion in any of it's packages. Tried to take from a rpm-pack but didn't work.

Took it from glibc-2.2.5-39 under RH 7.3 updates.

Any thoughts about this?

stuffie
04-10-2002, 17:05
Just downloaded latest version 2.0.17.20, but still cant run it.
This is my log:

---------------------------------------------------------------
-------------- log started at 04-10-02 18:02 -------------
---------------------------------------------------------------
04-10-02 18:02:35,ALL,Info,server, Server startup initialized
04-10-02 18:02:35,ALL,Info,server, Server version: 2.0.17.20 Linux
OK
04-10-02 18:02:35,ALL,Info,server, Starting server with port: 8767
04-10-02 18:02:35,WARNING,Info,SERVER, Default Server created
04-10-02 18:02:35,WARNING,Info,SERVER, Default Administrator account created
04-10-02 18:02:35,WARNING,Info,SERVER, LoginName: admin LoginPw: hbgo4
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 04-10-02 18:02 --------------
---------------------------------------------------------------
04-10-02 18:02:35,ERROR,Info,server, EAccessViolation: Access violation at address 400DF501, accessing address 000000B8

blacke
05-10-2002, 13:10
OK, after some more reading and checking the server is upp and running although it says "Error stating daemon. Aborted".

Tried administrating it trough web but no success there, aborted adding a user after one hour.

stuffie
05-10-2002, 22:14
OK, thats great!

What did you do?

blacke
06-10-2002, 13:52
Not sure. Tried to start it a couple of times, all saying "Error stating daemon. Aborted". Then when I looked in the process list I hade about five TS-servers running. Killed them all and started upp one again and it runs. Haven't tested it comunication yeat.

stuffie
19-11-2002, 10:34
updated glibc from 2.1.3 to 2.2.5 and it works now.