PDA

View Full Version : TS Server fubar'd


Adariel
16-04-2005, 17:57
ok ... here's the basics:

Had TS running fine, but decided to move it to the root directory instead of under a friend's webspace. Went in to putty to stop the server so that I could move it over. Well, it gave me an error "tsserver2.pid is missing, no started server ?". Well I know the server is still running cuz I'm able to log in to the server.

So I try start and restart ... both times I get the error that "Error, Either an old instance of teamspeak is still running, or
an other application is using the tcpquery port!
Error, Server was not started!"

So, now I'm really lost. I figure that if I just delete the files from the friend's webspace, that will stop it good and dead and then I can reinstall and restart it on the root space.

No dice ... after installing on the root space, I get the same errors when trying to start the thing. So I go to check the server on the client, and lo and behold, I can still log in! So the server is running amok on it's own without any way to webadmin it or anything. How can I kill it for good and completely remove it and start fresh?

Peter
16-04-2005, 18:29
killall -9 server_linux

Adariel
16-04-2005, 18:35
gives me

server_linux(4280): Operation not permitted
server_linux(4281): Operation not permitted
server_linux(4294): Operation not permitted
server_linux(4295): Operation not permitted
server_linux(4296): Operation not permitted
server_linux(4297): Operation not permitted
server_linux: no process killed

Peter
16-04-2005, 20:36
Well either do that command as the user that started the ts server, or as root. You can't kill a TS server a different user than yourself has running.