PDA

View Full Version : Two Problems.


espartochaos
06-05-2008, 04:50
Problem one:

Yesterday I had my Server Running Up and Good. But today when I tried it I got a Error Message.

nizate@Gaming:~$ sudo start-stop-daemon --chuid teamspeak --chdir /opt/tss2_rc2 --start --exec /opt/tss2_rc2/server_linux
[sudo] password for nizate:
Warning, We found an already existing PID file, which will be overwritten
Error starting daemon. Aborted

I wasn't sure if there was another server running or what so I tried stopping it and found out there wasn't one already running.

This is my Linux OS and Version

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04"

Before This I did Have another problem...

Problem Two:

After I had the server running yesterday I tried to go to the admin/client login page, and the server super admin page, well it would let me log in at first, but after I typed in my information it would stall and not go to the Admin Page. I can access the Login screen but when I to login it just sits there "Loading" or whatever... I don't see the actual admin page...

So if anyone can help me on these two Problems I would Greatly appreciate it... I looked on the FAQs and ALL over the web and couldn't get a answer...

Thanks.
Edit/Delete Message

espartochaos
06-05-2008, 15:53
*bump* anyone have an idea?

xRichard
06-05-2008, 22:30
I think you need to go to this dir:
/opt/tss2_rc2

And check if there is a .pid file if so try to rename/remove it and then start your server.
(But before you remove it open it and write down the number it says there because that's the ID of the possible Teamspeak server that is running!!!!)

If that doesn't work or you can't find it: Try a restart or a force-reload.
Works for me if it crashed.

ozman
09-05-2008, 07:56
sudo killall server_linux
cd /opt/tss2_rc2/
sudo rm tsserver2.pid
sudo /opt/tss2_rc2/teamspeak2-server_startscript start