Community Forums Today's Posts     Member List     Archive    
Results 1 to 11 of 11
  1. #1
    Join Date
    Jan 2010
    Location
    Washington DC
    Posts
    2

    ELF binary type "0" not known.

    I upload the ts server.gz file
    I extract the files
    I change to the proper directory
    I the permissions to 777
    I try to run the TS server and get this.
    http://img198.imageshack.us/img198/4160/elfbinary.png

    any ideas?

  2. #2
    Join Date
    Dec 2009
    Location
    Good old Germany
    Posts
    222
    Hi,

    what a server is that ? Root, V-Server, Webserver ????

    OS ? 32 or 64 bit ?

    ls -l ?

    which user did you use ??? whoami command

    more info and use the search function.

    Cheech

  3. #3
    Join Date
    Jan 2010
    Location
    Washington DC
    Posts
    2
    It is the: Teamspeak 3 Server 32-Bit 3.0.0-beta12
    it is hosted on one of my FreeBSD shells that I purchased off of http://www.digitalshells.com/services/shells

    thats about all i know about the server itself.

  4. #4
    Join Date
    Dec 2009
    Location
    Ukraine
    Posts
    21
    Quote Originally Posted by LinKs1337 View Post
    It is the: Teamspeak 3 Server 32-Bit 3.0.0-beta12
    it is hosted on one of my FreeBSD shells that I purchased off of http://www.digitalshells.com/services/shells

    thats about all i know about the server itself.
    There is no FreeBSD release of Teamspeak 3 yet. You need linuxcompat in order to run linux binaries under freebsd.

  5. #5
    Join Date
    Jan 2010
    Location
    Belarus
    Posts
    31
    Name:  Clip.PNG
Views: 608
Size:  19.2 KB
    FreeBSD 7.1 amd64

  6. #6
    Join Date
    Dec 2009
    Location
    Ukraine
    Posts
    21
    Quote Originally Posted by xEvAngelx View Post
    Name:  Clip.PNG
Views: 608
Size:  19.2 KB
    FreeBSD 7.1 amd64
    i didn't manage to run x64 version of TS3 server so i use x32 version on freebsd 8.0 amd64. perhaps i should brandelf it...

  7. #7
    Join Date
    Jan 2010
    Location
    Belarus
    Posts
    31
    Quote Originally Posted by hedgehog View Post
    i didn't manage to run x64 version of TS3 server so i use x32 version on freebsd 8.0 amd64. perhaps i should brandelf it...
    server# brandelf -t freebsd ./ts3server_linux_amd64

    server# readelf -h ./ts3server_linux_amd64
    Code:
    ELF Header:
      Magic:   7f 45 4c 46 02 01 01 09 00 00 00 00 00 00 00 00
      Class:                             ELF64
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - FreeBSD
      ABI Version:                       0
      Type:                              EXEC (Executable file)
      Machine:                           Advanced Micro Devices X86-64
      Version:                           0x1
      Entry point address:               0x40ab10
      Start of program headers:          64 (bytes into file)
      Start of section headers:          3775984 (bytes into file)
      Flags:                             0x0
      Size of this header:               64 (bytes)
      Size of program headers:           56 (bytes)
      Number of program headers:         8
      Size of section headers:           64 (bytes)
      Number of section headers:         30
      Section header string table index: 29
    server# ./ts3server_linux_amd64
    Code:
    ELF interpreter /lib64/ld-linux-x86-64.so.2 not found
    Abort

  8. #8
    Join Date
    Jan 2010
    Location
    Belarus
    Posts
    31
    FreeBSD 7.1 amd64

    We download teamspeak3-server_linux-x86-3.0.0-beta12.tar.gz
    We unpack
    We put linux_base-f10-10_2

    After start gives out in broad gulls

    Code:
    2010-01-13 15:52:33.936218|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta12 [Build: 9596]
    2010-01-13 15:52:33.936521|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, (c)TeamSpeak Systems GmbH
    2010-01-13 15:52:33.936579|INFO    |DatabaseQuery |   | dbPlugin version: 3.6.21
    2010-01-13 15:52:33.943338|DEVELOP |              |   | TS3ANetwork::ResolveHostName failed error: -2 (Name or service not known) 0
    2010-01-13 15:52:33.943688|WARNING |Accounting    |   | Unable to find valid license key, falling back to limited functionality
    2010-01-13 15:52:33.944717|ERROR   |Accounting    |   | failed to register accounting service
    2010-01-13 15:52:33.945458|ERROR   |ServerLibPriv |   | Server() error while starting servermanager, error: instance check error
    Sometimes it is useful to look a forum
    We assort further FreeBSD

    Code:
    sftp# ./ts3server_linux_x86
    Logging started
    2010-01-13 17:15:45.546351|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta12 [Build: 9596]
    2010-01-13 17:15:45.546702|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, (c)TeamSpeak Systems GmbH
    2010-01-13 17:15:45.546762|INFO    |DatabaseQuery |   | dbPlugin version: 3.6.21
    2010-01-13 17:15:45.562768|DEVELOP |              |   | TS3ANetwork::ResolveHostName failed error: -2 (Name or service not known) 0
    2010-01-13 17:15:45.594564|CRITICAL|              |   | TS3ANetwork::IPFamilyToAf SHOULD NOT REACH THIS
    sftp#
    Last edited by xEvAngelx; 13-01-2010 at 17:15.

  9. #9
    Join Date
    Jan 2010
    Location
    Belarus
    Posts
    31
    Quote Originally Posted by xEvAngelx View Post
    FreeBSD 7.1 amd64

    Code:
    sftp# ./ts3server_linux_x86
    Logging started
    2010-01-13 17:15:45.546351|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta12 [Build: 9596]
    2010-01-13 17:15:45.546702|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, (c)TeamSpeak Systems GmbH
    2010-01-13 17:15:45.546762|INFO    |DatabaseQuery |   | dbPlugin version: 3.6.21
    2010-01-13 17:15:45.562768|DEVELOP |              |   | TS3ANetwork::ResolveHostName failed error: -2 (Name or service not known) 0
    2010-01-13 17:15:45.594564|CRITICAL|              |   | TS3ANetwork::IPFamilyToAf SHOULD NOT REACH THIS
    sftp#
    Add to /etc/hosts

    Code:
    62.146.63.84 accounting.teamspeak.com
    and rejoice
    Last edited by xEvAngelx; 26-01-2010 at 15:31.

  10. #10
    Join Date
    Aug 2006
    Location
    MSK-RU
    Posts
    2

    FreeBSD 7.2

    On version
    teamspeak3-server_linux-x86-3.0.0-beta17.tar.gz
    I get:
    Code:
    2010-02-05 14:43:57.832192|WARNING |VirtualServer |  1| --------------------------------------------------------
    terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
      what():  epoll: Function not implemented
    2010-02-05 14:43:57.933825|INFO    |Query         |   | whitelist ips: 127.0.0.1,
    Checking...
    Code:
    #sockstat | grep ts3server
    #
    So it fails to start.

    On version
    teamspeak3-server_linux-x86-3.0.0-beta16.tar.gz
    I get:
    Code:
    2010-02-05 14:28:11.447581|WARNING |VirtualServer |  1| --------------------------------------------------------
    2010-02-05 14:28:11.548591|INFO    |Query         |   | whitelist ips: 127.0.0.1,
    Checking...
    Code:
    #sockstat | grep ts3server     
    root     ts3server_ 34668 5  tcp4   123.123.123.123:30033   *:*
    root     ts3server_ 34668 6  udp4   123.123.123.123:9987    *:*
    root     ts3server_ 34667 5  tcp4   123.123.123.123:30033   *:*
    root     ts3server_ 34667 6  udp4   123.123.123.123:9987    *:*
    root     ts3server_ 34666 5  tcp4   123.123.123.123:30033   *:*
    root     ts3server_ 34666 6  udp4   123.123.123.123:9987    *:*
    root     ts3server_ 34665 5  tcp4   123.123.123.123:30033   *:*
    root     ts3server_ 34665 6  udp4   123.123.123.123:9987    *:*
    root     ts3server_ 34664 5  tcp4   123.123.123.123:30033   *:*
    root     ts3server_ 34664 6  udp4   123.123.123.123:9987    *:*
    root     ts3server_ 34663 5  tcp4   123.123.123.123:30033   *:*
    root     ts3server_ 34663 6  udp4   123.123.123.123:9987    *:*
    root     ts3server_ 34662 5  tcp4   123.123.123.123:30033   *:*
    root     ts3server_ 34662 6  udp4   123.123.123.123:9987    *:*
    #
    Working...

    In other words version beta17 doesn't work with FreeBSD.

    Having:
    Code:
    #uname -v
    FreeBSD 7.2-RELEASE #0:

  11. #11
    Join Date
    Jan 2010
    Location
    Belarus
    Posts
    31
    Quote Originally Posted by Makc666 View Post
    On version
    .....
    Having:
    Code:
    #uname -v
    FreeBSD 7.2-RELEASE #0:
    also very problem
    Foul came with FreeBSD
    http://forum.teamspeak.com/showthread.php?t=50966
    Topic UP

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Error to install Teamspeak3 Server
    By JohnnyKing94 in forum Linux / FreeBSD
    Replies: 24
    Last Post: 07-01-2010, 21:22
  2. Service Binary
    By IonEyes in forum [TeamSpeak 2] Server Support
    Replies: 8
    Last Post: 02-10-2009, 05:14
  3. [Ts2] Windows/Linux Server Binary BETA 2.0.22.3
    By ScP in forum [TeamSpeak 2] Developer Releases
    Replies: 19
    Last Post: 30-06-2006, 19:44
  4. ELF binary type "3" not known.
    By HabaneroaSalsa in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 18-09-2004, 16:48
  5. Custom types of Channel Commanders
    By xTweaker in forum [TeamSpeak 2] General Questions
    Replies: 1
    Last Post: 12-03-2004, 04: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
  •