Community Forums Today's Posts     Member List     Archive    
Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Join Date
    May 2011
    Posts
    9

    Exclamation Server Crashed and Crashed

    Hello,
    I´ve got an V-Server. And i have installed a Teamspeak Server (AMD 64x) on my Server.
    After ~ 5 Min. the Server Crashed. In Putty stands this :
    ts3server.pid found, but no server running. Possibly your previously started server crashed
    Please view the logfile for details.
    I Have watched in the Logfiles but ther is nothing about the Teamspeak.

    What can I Do ?

    Greetings BlackRain

  2. #2
    Join Date
    Jul 2002
    Location
    Germany
    Posts
    2,836
    Quote Originally Posted by BlackRain1058 View Post
    I Have watched in the Logfiles but ther is nothing about the Teamspeak.

    What can I Do ?
    You need to check the ts3 server log files, not the system logs . For debugging best you use the "minimal runscript" to start the ts3 server so you can see exactly what is happening in the shell (just leave it open for those 5 minutes...)

  3. #3
    Join Date
    May 2011
    Posts
    9
    These are the 2 Latest Logs:
    2011-05-27 21:21:04.045004|INFO |ServerLibPriv | | Server Version: 3.0.0-beta30 [Build: 12998], Linux
    2011-05-27 21:21:04.045340|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2011-05-27 21:21:04.045374|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
    2011-05-27 21:21:04.045691|INFO |DatabaseQuery | | checking database integrity (may take a while)
    2011-05-27 21:21:04.075464|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
    2011-05-27 21:21:04.242340|INFO |Accounting | | Licensing Information
    2011-05-27 21:21:04.242433|INFO |Accounting | | type : Non-profit
    2011-05-27 21:21:04.242488|INFO |Accounting | | starting date : Sat Nov 27 00:00:00 2010
    2011-05-27 21:21:04.242519|INFO |Accounting | | ending date : Sun Nov 27 00:00:00 2011
    2011-05-27 21:21:04.242546|INFO |Accounting | | max virtualservers: 10
    2011-05-27 21:21:04.242571|INFO |Accounting | | max slots : 512
    2011-05-27 21:21:04.268878|INFO |FileManager | | listening on 0.0.0.0:30033
    2011-05-27 21:21:04.327381|INFO |VirtualServer | 1| listening on 0.0.0.0:9987
    2011-05-27 21:21:04.328598|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
    2011-05-27 21:21:04.329247|INFO |Query | | listening on 0.0.0.0:10011
    2011-05-27 21:24:01.851923|INFO |ServerMain | | Received signal SIGTERM, shutting down.
    2011-05-27 21:24:02.079978|INFO |VirtualServer | 1| stopped


    2011-05-27 21:24:06.760689|INFO |ServerLibPriv | | Server Version: 3.0.0-beta30 [Build: 12998], Linux
    2011-05-27 21:24:06.761033|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2011-05-27 21:24:06.761069|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
    2011-05-27 21:24:06.761402|INFO |DatabaseQuery | | checking database integrity (may take a while)
    2011-05-27 21:24:06.949675|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
    2011-05-27 21:24:07.359307|INFO |Accounting | | Licensing Information
    2011-05-27 21:24:07.359397|INFO |Accounting | | type : Non-profit
    2011-05-27 21:24:07.359457|INFO |Accounting | | starting date : Sat Nov 27 00:00:00 2010
    2011-05-27 21:24:07.359487|INFO |Accounting | | ending date : Sun Nov 27 00:00:00 2011
    2011-05-27 21:24:07.359514|INFO |Accounting | | max virtualservers: 10
    2011-05-27 21:24:07.359539|INFO |Accounting | | max slots : 512
    2011-05-27 21:24:07.411624|INFO |FileManager | | listening on 0.0.0.0:30033
    2011-05-27 21:24:07.534391|INFO |VirtualServer | 1| listening on 0.0.0.0:9987
    2011-05-27 21:24:07.535578|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
    2011-05-27 21:24:07.536249|INFO |Query | | listening on 0.0.0.0:10011
    2011-05-27 21:27:01.309564|INFO |ServerMain | | Received signal SIGTERM, shutting down.
    2011-05-27 21:27:01.404150|INFO |VirtualServer | 1| stopped


    What now ?
    And how can i Start "minimal Runscript" ?

  4. #4
    Join Date
    May 2011
    Posts
    9
    I Cant Poste the LogFiles here.
    What now ?

    Edit: The Logs are one Post before
    Last edited by BlackRain1058; 31-05-2011 at 19:48.

  5. #5
    Join Date
    Jun 2008
    Posts
    7,776
    The whole process gets stopped from outside.

    This is the command for the minimal startscript.
    Code:
    ./ts3server_minimal_runscript.sh
    ---------------------------------------------------------
    Please don't send me private messages with support questions as long I or someone else from Teamspeak Staff asked for it.
    Seriously > They belong into the forum and maybe other users have these questions/problems too.


    TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
    NPL License (Registration)

  6. #6
    Join Date
    May 2011
    Posts
    9
    Ahhh
    Thanks I LOVE YOU

  7. #7
    Join Date
    May 2011
    Posts
    9
    But IF i Close the Console (Putty)
    The Teamspeak goes Offline
    Why ?

  8. #8
    Join Date
    May 2011
    Posts
    4
    u started it in your putty console, so it wont stay up. add this on end of that "> /dev/null 2>&1 &" dont use root account for ts3

  9. #9
    Join Date
    May 2011
    Posts
    9
    So ?
    ./ts3server_minimal_runscript.sh
    and then this > /dev/null 2>&1 &
    ?

  10. #10
    Join Date
    Jan 2011
    Location
    US
    Posts
    266

    Minimum runscript is for debugging

    Hi,

    Use the normal startup script if you want it to stay on.

    It seems something terminated your server normally. Why don't you update your server first? There was a remote shutdown exploit in your server version.

  11. #11
    Join Date
    May 2011
    Posts
    9
    First i Used this : ./ts3server_startscript.sh start
    But the Server Crashed after ~ 5 Minutes.
    And if i Used this : ./ts3server_minimal_runscript.sh
    And Closed Putty the Teamspeak will cloesd too.

    The Server is on the Newest Version

  12. #12
    Join Date
    Apr 2011
    Posts
    15
    Code:
    screen -dmS ts3 ./ts3server_minimal_runscript.sh

  13. #13
    Join Date
    Apr 2011
    Posts
    15
    If you are have screen at your maschine use screen mode:
    Code:
    screen -dmS ts3 ./ts3server_minimal_runscript.sh
    To view screen:
    Code:
    screen -r ts3
    For stop screen just read him and press CTRL+C

    If u have that error: "ts3server.pid found, but no server running. Possibly your previously started server crashed" u can use ts3server_startscript.sh but with restart command or just delete ts3server.pid from server

  14. #14
    Join Date
    May 2011
    Posts
    9
    I Havent on my V Server Screen Mode :O

  15. #15
    Join Date
    Apr 2011
    Posts
    15
    apt-get install screen

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Virtual server crashed !!
    By droody in forum Server Support
    Replies: 2
    Last Post: 04-03-2011, 11:30
  2. Server crashed in Beta 30
    By j.cedric in forum Linux / FreeBSD
    Replies: 6
    Last Post: 24-11-2010, 17:26
  3. The TeamSpeak 3 Server has crashed
    By hernihosting in forum Windows
    Replies: 0
    Last Post: 07-08-2010, 07:54
  4. Server Crashed
    By Polli in forum Server Support
    Replies: 2
    Last Post: 28-12-2009, 08:47

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •