Community Forums Today's Posts     Member List     Archive    
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2007
    Location
    Brasil
    Posts
    54

    TS3 Server can't start. error: instance check error

    Hi guys, i have one VPS on hostdime.com and i can't start my teamspeak 3 server.

    Here it's the log file:

    2011-02-16 01:44:10.989177|INFO |ServerLibPriv | | Server Version: 3.0.0-beta30 [Build: 12998], Linux
    2011-02-16 01:44:10.989379|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2011-02-16 01:44:10.989412|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
    2011-02-16 01:44:10.989656|INFO |DatabaseQuery | | checking database integrity (may take a while)
    2011-02-16 01:44:11.009081|INFO |SQL | | db_CreateTables() tables created
    2011-02-16 01:44:11.192941|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
    2011-02-16 01:44:11.193373|ERROR |Accounting | | failed to register local accounting service
    2011-02-16 01:44:11.193409|ERROR |ServerLibPriv | | Server() error while starting servermanager, error: instance check error


    Anyone can help me?

    Thanks

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

    Please read the documentation :
    Quote Originally Posted by Server_quickstart.txt
    In some cases, the server process terminates on startup and the error message reads
    "Server() error while starting servermanager, error: instance check error".

    As long as you don't have a license key embededded we make sure you only run exactly
    one instance of the TS3 server free unregistered version. We use shared memory to
    facilitate the communication to detect other running instances, which requires tmpfs
    to be mounted at /dev/shm. If you (for whatever reason) do not have this mounted, the
    above error will occur.

    To fix this problem, the following commands or file edits need to be done as root user
    (or using something like sudo). This is a temporary fix until your next reboot.

    mount -t tmpfs tmpfs /dev/shm

    Now, to make sure this mount is done automatically upon reboot edit the file /etc/fstab
    and add the line:

    tmpfs /dev/shm tmpfs defaults 0 0

  3. #3
    Join Date
    Aug 2007
    Location
    Brasil
    Posts
    54
    Quote Originally Posted by florian_fr40 View Post
    Hello

    Please read the documentation :
    I had already tried this...

    root@vps [~]# mount -t tmpfs tmpfs /dev/shm
    mount: mount point /dev/shm does not exist
    root@vps [~]#

  4. #4
    Join Date
    Aug 2007
    Location
    Brasil
    Posts
    54
    Quote Originally Posted by igorsantos11 View Post
    I had already tried this...

    root@vps [~]# mount -t tmpfs tmpfs /dev/shm
    mount: mount point /dev/shm does not exist
    root@vps [~]#

    Anyone can help me?

  5. #5
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    2
    A workaround is to put the nonprofit licence into folder. I don´t know the solution for that mounting problem.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Resolved] Server() error while starting servermanager, error: instance check error
    By dani4u87 in forum Linux / FreeBSD
    Replies: 8
    Last Post: 13-08-2012, 00:22
  2. Replies: 2
    Last Post: 10-02-2011, 00:35
  3. Fixed Blacklist Check Timeout Error
    By Dunto in forum General Questions
    Replies: 1
    Last Post: 09-01-2011, 07:05
  4. Error in start server
    By mbyte in forum Linux / FreeBSD
    Replies: 0
    Last Post: 03-01-2010, 06:37
  5. Error, Either an old instance of teamspeak is still running, or an other appl
    By ||Gecko|| in forum [TeamSpeak 2] Server Support
    Replies: 6
    Last Post: 18-06-2006, 12:04

Posting Permissions

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