Community Forums Today's Posts     Member List     Archive    
Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2012
    Posts
    5

    Solved Connecting to server

    Hi there!

    I've been installing the ts3 server on my vps.

    It uses only ipv6, but it is fully installed.

    The problem is that I cant acess it. I've acessed to logs and it says :

    2012-02-13 20:20:28.809001|INFO |VirtualServer | 1| listening on 0.0.0.0:9987

    That is. He's connecting to 0.0.0.0. But I changed the config.ini. The problem is that I dont know what I shall write in the ip adress.

    I tested with the domain name : cafn.v6.net, but it listens to the same port. And tested with ipv6, also without any good result.

    What shall I do ?

    Here is my ts3server.ini info :
    machine_id=
    default_voice_port=9987
    voice_ip=cafn.v6.net
    licensepath=
    filetransfer_port=30033
    filetransfer_ip=cafn.v6.net
    query_port=10011
    query_ip=cafn.v6.net
    dbplugin=ts3db_sqlite3
    dbpluginparameter=
    dbsqlpath=sql/
    dbsqlcreatepath=create_sqlite/
    logpath=logs
    logquerycommands=1

  2. #2
    Join Date
    May 2010
    Posts
    6,372
    Hello

    Instead the domain name, write the IP : 82.98.86.163
    (and ./ts3server_startscript.sh start inifile=ts3server.ini)

  3. #3
    Join Date
    Feb 2012
    Posts
    5
    2012-02-14 13:30:00.606232|ERROR |VirtualServer | 1| bind failed on 82.98.86.163:9987
    2012-02-14 13:30:00.709293|INFO |VirtualServer | 1| stopped


    It gives me this error. Why does that happen ?

    Thanks

  4. #4
    Join Date
    May 2010
    Posts
    6,372
    I guess you arleady have another Teamspeak instance running at the same time.
    Stop all Teamspeak process and start your server.

  5. #5
    Join Date
    Feb 2012
    Posts
    5
    cafn# sh ts3server_startscript.sh status
    No server running (ts3server.pid is missing)

    cafn# ./ts3server_startscript.sh start inifile=ts3server.ini
    Starting the TeamSpeak 3 server
    TeamSpeak 3 server started, for details please view the log file

    cafn# ./ts3server_startscript.sh status
    Server seems to have died

    This is all that happened :S

  6. #6
    Join Date
    May 2010
    Posts
    6,372
    With this command check all process : ps -aux | grep ts3
    Kill all process.

    Also please post the result of ls -al from the Teamspeak server folder.

  7. #7
    Join Date
    Feb 2012
    Posts
    5
    cafn# ps -aux
    USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
    root 24156 0.0 0.0 6920 1344 ?? SsJ 12:48PM 0:00.00 /usr/sbin/syslogd -s
    root 24268 0.0 0.0 26132 3980 ?? IsJ 12:48PM 0:00.00 /usr/sbin/sshd
    root 24278 0.0 0.0 12024 3668 ?? SsJ 12:48PM 0:00.03 sendmail: accepting co
    smmsp 24284 0.0 0.0 12024 3608 ?? IsJ 12:48PM 0:00.00 sendmail: Queue runner
    root 24290 0.0 0.0 7976 1372 ?? SsJ 12:48PM 0:00.00 /usr/sbin/cron -s
    root 31985 0.0 0.1 38064 4612 ?? IsJ 1:42PM 0:00.02 sshd: root@notty (sshd
    root 31988 0.0 0.0 10308 2084 ?? IsJ 1:42PM 0:00.00 csh -c /usr/libexec/sf
    root 31990 0.0 0.0 20628 2944 ?? IJ 1:42PM 0:00.00 /usr/libexec/sftp-serv
    root 32274 0.0 0.1 38064 4332 ?? SsJ 1:44PM 0:00.10 sshd: root@pts/12 (ssh
    root 32738 0.0 0.0 10308 2604 12 SsJ 1:44PM 0:00.02 -csh (csh)
    root 33532 0.0 0.0 11024 3120 12 SJ 1:54PM 0:00.01 ./psybnc psybnc.conf
    root 35626 0.0 0.0 8040 1216 12 R+J 2:01PM 0:00.00 ps -aux

    cafn# ls -al
    total 6602
    drwxr-xr-x 8 root wheel 512 Feb 14 13:46 .
    drwxr-xr-x 3 root wheel 512 Feb 14 13:48 ..
    -rw-r--r-- 1 root wheel 34858 Feb 13 20:02 CHANGELOG
    -rw-r--r-- 1 root wheel 24099 Feb 13 20:02 LICENSE
    drwxr-xr-x 2 root wheel 512 Feb 13 20:02 doc
    drwx------ 3 root wheel 512 Feb 13 20:03 files
    -rwxr-xr-x 1 root wheel 230595 Feb 13 20:02 libts3db_mysql.so
    -rwxr-xr-x 1 root wheel 1034535 Feb 13 20:02 libts3db_sqlite3.so
    drwx------ 2 root wheel 512 Feb 14 13:45 logs
    -rw-r--r-- 1 root wheel 1 Feb 13 20:03 query_ip_blacklist.txt
    -rw-r--r-- 1 root wheel 10 Feb 13 20:03 query_ip_whitelist.txt
    drwxr-xr-x 2 root wheel 3584 Feb 13 20:02 serverquerydocs
    drwxr-xr-x 4 root wheel 3584 Feb 13 20:02 sql
    -rw-r--r-- 1 root wheel 295 Feb 14 12:03 ts3server.ini
    -rw-r--r-- 1 root wheel 6 Feb 14 13:45 ts3server.pid
    -rw-r--r-- 1 root wheel 191488 Feb 14 13:45 ts3server.sqlitedb
    -rwxr-xr-x 1 root wheel 5116792 Feb 13 20:02 ts3server_freebsd_amd64
    -rwxr-xr-x 1 root wheel 432 Feb 13 20:02 ts3server_minimal_runscript.sh
    -rwxr-xr-x 1 root wheel 2842 Feb 13 20:02 ts3server_startscript.sh
    drwxr-xr-x 2 root wheel 512 Feb 13 20:02 tsdns

  8. #8
    Join Date
    May 2010
    Posts
    6,372
    First, it's absolutely not recomended to start your Teamspeak server as root (like almost every ext program on unix system).

    It's better to create a new user and put the server folder in the home user folder.

    So ok for process.
    Just stupid question but, the domain and so the IP, point on this server or it's an external domain pointing on another place ?

  9. #9
    Join Date
    Feb 2012
    Posts
    5
    Hmm problem fixed, it was a problem with the hoster, due to ports and all that stuff. Canceled that service and moved into another. Working 100%

    Thanks for the help

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Connecting to a Server
    By piXel in forum [TeamSpeak 2] Client Support
    Replies: 3
    Last Post: 21-08-2006, 13:28
  2. Connecting Server
    By lunatic4651 in forum [TeamSpeak 2] Server Support
    Replies: 3
    Last Post: 02-11-2004, 16:03
  3. Help with others connecting to my ts server
    By Mitchel9279 in forum [TeamSpeak 2] Client Support
    Replies: 4
    Last Post: 29-05-2003, 05: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
  •