Community Forums Today's Posts     Member List     Archive    
Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17

    Sever hangs after exit putty

    Having a problem with TS server. I'm using Putty. Sever starts fine runs great and as soon as I exit putty server hangs up. You can log in TS client only as anonymous. If you was registered it don't matter. once you close putty you can not log in as registered and the TS admin times out. Now If i restart server and leave putty logged on to the server every thing works great. Once i close putty every thing goes crazzzzy!! I am running it on a database Mysql 5.0..... The only thing i think could be the problem is the file libmysqlclient_r.so.10.0.0 i downloaded and put in the TS directory. here is a copy of the server.log and server.ini

    Sever.log
    Code:
    ---------------------------------------------------------------
    -------------- log started at 31-05-07 22:26 -------------
    ---------------------------------------------------------------
    31-05-07 22:26:52,ALL,Info,server,	Server init initialized
    31-05-07 22:26:52,ALL,Info,server,	Server version: 2.0.20.1 Linux
    31-05-07 22:26:52,ALL,Info,server,	Starting VirtualServer id:1 with port:8767
    31-05-07 22:26:53,ALL,Info,server,	Server init finished
    31-05-07 22:26:53,WARNING,Info,server,	TeamSpeak Server daemon activated
    31-05-07 22:28:10,ERROR,All,CLIENT,	SID: 1 DBValidLogin Exception: EDatabaseError.dbExpress Error: Operation Not Supported
    Server.ini
    Code:
    [Main Config]
    ExternalIPDectection=1
    HTTPServer Port=14533
    HTTPServer Enabled=1
    DateTimeFormat=dd-mm-yyyy hh:nn:ss
    TCPQueryPort=51235
    AllowedClientNameChars=
    DisAllowedClientNameChars=()[]{}
    BoundToIp1=69.89.16.xxx
    
    [debug]
    MessageTypes=LMTALL
    MessageDepths=LMDALL
    
    [WebPost]
    AdminEmail=pain@x-squad.net
    ISPLinkURL=www.x-squad.net
    ISPName=-X-Squad
    ISPCountryNumber=2457
    Enabled=1
    PostURL=www.x-squad.net/teamspeak2/webpost.php
    ListPublic=1
    UserAgent=teamspeak
    
    [log]
    access_r=0
    access_u=0
    channel_registerred=0
    channel_unregisterred=0
    sa=0
    chat=0
    kick_server=0
    kick_channel=0
    
    [Spam]
    max_commands=10
    in_seconds=2
    
    [ISP]
    GFX URL=http://x-squad.net/teamspeak2/logo/logo.jpg
    
    [DBEXPRESS]
    sqldir=mysql_sql/
    Drivername=mysql
    Database=xxxxxxxxxxx
    Hostname=localhost
    User_name=xxxxxxxxxx
    Password=xxxxxxxxxxx
    GetDriverFunc=getSQLDriverMYSQL
    VendorLib=./libmysqlclient_r.so.10.0.0
    LibraryName=./libsqlmy.so
    Active=1

  2. #2
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17
    Any one having this problem at all? I cant find any help in forums or FAQ

  3. #3
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    How about giving people time to reply?

    As you havent even left it a day

  4. #4
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17
    Quote Originally Posted by Reedy Boy View Post
    How about giving people time to reply?

    As you havent even left it a day
    How about if you don't have nothing to contribute to this thread then keep it to your self? huh!!

  5. #5
    BHKai is offline -= Undercover TeamSpeak Fanatic =-
    Join Date
    Jan 2007
    Location
    LA
    Posts
    4,700
    Quote Originally Posted by -X-Pain View Post
    How about if you don't have nothing to contribute to this thread then keep it to your self? huh!!
    Check out his post count. He has help a lot with problems that people have had on this forum. There are a few people that are very active and help when they can. But not everyone has expertise in everything.

    You are running an outdated version of TS.

    You are starting the server through putty? or are you running TS as a service?

  6. #6
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17
    i downloaded the TS from here so Im sure its up to date. Im running TS on my web host with SSH access. I use putty to extract and run TS server. Its on a Linux server CentOS_2.6.9 ...MySQL 5 ...PHP Version 5.1.6

  7. #7
    BHKai is offline -= Undercover TeamSpeak Fanatic =-
    Join Date
    Jan 2007
    Location
    LA
    Posts
    4,700
    Quote Originally Posted by -X-Pain View Post
    i downloaded the TS from here so Im sure its up to date. Im running TS on my web host with SSH access. I use putty to extract and run TS server. Its on a Linux server CentOS_2.6.9 ...MySQL 5 ...PHP Version 5.1.6
    There is an updated executable, but you will need to run TS as a service as once you log off ssh everything you had running gets cut off.

  8. #8
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17
    yea I did try that beta but still did not fix it. what due you mean "run TS as a service"?
    One Thing I didnt say is that TS runs fine on Mysqllite even after i close putty

  9. #9
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17
    From what ive read you can only run TS as a service under windows. is this correct? i have TS on a dedicated server with Linux.. using a database, How can i use it as a service? Im a bit confused here.

  10. #10
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17
    Ive come to the conclusion that as soon as I exit putty i lose connection to the database. If I leave putty on and start TS server it connects to the database and i then close putty and lose connection to the database. Any help would be great thanks!!!

  11. #11
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17
    Im still having this problem. Once i close putty i lose connection to the database. As long as putty remains running on my PC, TS stays connected to the db. For now I can only run TS off mysqlLite

  12. #12
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    It actually sounds like the process is running with the instance of your ssh connection

    (Which BHKai suggested)

    Hence, then any active programs are killed when you leave


    You would need to start the application on startup via init.d


    So if you start it via this method, using the sqlite file, it will stay active?

  13. #13
    Join Date
    Jun 2007
    Location
    CA
    Posts
    17
    Yes If with sglite it will stay active. That is how i have it set now. This is running off my website through www.bluehost.com Im a bit of a n00b at linux. I dont think i could restart the server beings i dont have that kind of control.

  14. #14
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    I believe TS uses a persistant MySQL Connection

    Disconnecting from SSH may cause this connection to drop, hence meaning it cant use the DB

    I believe there was a user before, whom tried to use a free web MySQL service, but had problems as they didnt allow persistant connections

  15. #15
    Join Date
    Jan 2003
    Location
    The Netherlands
    Posts
    1,425
    Or make a new screen ( screen -S tss ) (if im right, i always forget the command to save it, were tss is the name of the screen) then start up TS, when its booted and running fine press ctrl+A and D (after each other, keep ctrl pressed.) To reconnect tot he screen use screen -R

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Start TS from ssh - ssh hangs on exit
    By Quadling in forum [TeamSpeak 2] Server Support
    Replies: 6
    Last Post: 19-11-2009, 02:25
  2. TeamSpeak 2 Anti-Flood Daemon
    By ScP in forum [TeamSpeak 2] Addons & Scripts
    Replies: 193
    Last Post: 07-09-2009, 18:27

Posting Permissions

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