PDA

View Full Version : Runtime Error when Starting & No such process on shutdown?


mrpopup
03-12-2005, 23:59
Alright, I'm a little new to linux, and confused about what to do. I don't know if this has been posted yet or not, but if so, just please point me in the right direction.

When I startup the script, this happens...


[root@ip-***-***-***-*** tss2_rc2]# ./teamspeak2-server_startscript start
WARNING ! For security reasons we advise: DO NOT RUN THE SERVER AS ROOT
!!!!!!!!!!!
starting the teamspeak2 server
TeamSpeak Server Daemon started with PID 5750
[root@ip-***-***-***-*** tss2_rc2]# Runtime error 231 at 0805975D

[root@ip-***-***-***-*** tss2_rc2]#



then when I shutdown the script, this happens...

[root@ip-***-***-***-*** tss2_rc2]# ./teamspeak2-server_startscript stop
stopping the teamspeak2 server./teamspeak2-server_startscript: line 43: kill: (5750) - No such process
server does not shutdown cleanly - killing
./teamspeak2-server_startscript: line 53: kill: (5750) - No such process
[root@ip-***-***-***-*** tss2_rc2]#


I'm confused, I have no clue what either one means.
I'll be greatful for all the help.

Thank You.

St4Lk3R
04-12-2005, 18:45
hi there,

as the script says, you should NEVER run a TeamSpeak˛-Server as root! Try to create a new user for the script and chown the script to this user.

To the second problem: It seems that the TS˛-Server is not started, or the PID-File could not be saved properly.