1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Server Help Linux64 Fails to start

Discussion in 'Multiplayer' started by necrogami, Dec 4, 2013.

  1. NitrousNetworks

    NitrousNetworks Intergalactic Tourist

    Yeah I understand, we are still working out pricing, because you can't limit memory or players.
     
  2. Halaster

    Halaster Space Spelunker

    That makes since, since it is so early on in beta. Its nice that you guys at least got the option up so quickly, even if it is too pricey for myself currently.
     
  3. NitrousNetworks

    NitrousNetworks Intergalactic Tourist

    :)
     
  4. cavelurker

    cavelurker Space Spelunker

    Can you please avoid posting off topic posts, especially advertisements? Please keep the forums and topics clean and make a new topic instead.
     
  5. Flobu

    Flobu Void-Bound Voyager

    Jansen's libs and patch doesnt work for me after the latest patch :(
    I get now
    I think it has something todo with the libraries again because the file is there
     
  6. Jansen

    Jansen Aquatic Astronaut

    Hi Flobu, check if ld-linux-x86-64.so.2 is still in /tmp (some distros wipe /tmp on a restart) and if it is readable/executable (chmod 755 /tmp/ld-linux-x86-64.so.2) by the starbound user
     
  7. cavelurker

    cavelurker Space Spelunker

  8. Flobu

    Flobu Void-Bound Voyager

    Jansen it doesn't even work with root :(
    I downloaded starbound again through steam and repeated your steps but it doesn't help
    ld-linux-x86-64.so.2 is in /tmp folder and has chmod 755 rights

    Does it work for others with the new starbound update?
     
  9. Jansen

    Jansen Aquatic Astronaut

    Wow, nice work! :up:

    Yes, see http://community.playstarbound.com/...ux64-fails-to-start.34495/page-3#post-1396375

    Could you do a "ls -alh" in your linux64/ folder?
     
  10. Flobu

    Flobu Void-Bound Voyager

    here the result

    Code:
    drwxr-xr-x 5 starbound starbound 4.0K Dec  6 19:36 .
    drwxr-xr-x 8 starbound starbound 4.0K Dec  6 19:18 ..
    -rwxr-xr-x 1 starbound starbound  73 Dec  6 19:20 bootstrap.config
    -rwxr-xr-x 1 starbound starbound  64 Dec  6 19:20 launch_starbound.sh
    -rwxr-xr-x 1 starbound starbound  71 Dec  6 19:20 launch_starbound_server.sh
    -rwxr-xr-x 1 starbound starbound 439K Dec  6 19:20 libGLEW.so.1.7
    -rwxr-xr-x 1 starbound starbound 1.8M Dec  4 23:30 libc.so.6
    -rw-r--r-- 1 starbound starbound 1.9M Dec  4 23:30 libcrypto.so.1.0.0
    -rw-r--r-- 1 starbound starbound  15K Dec  4 23:30 libdl.so.2
    -rw-r--r-- 1 starbound starbound 647K Dec  4 23:30 libfreetype.so.6
    -rw-r--r-- 1 starbound starbound  87K Dec  4 23:30 libgcc_s.so.1
    -rw-r--r-- 1 starbound starbound 1.1M Dec  4 23:30 libm.so.6
    -rw-r--r-- 1 starbound starbound  34K Dec  4 23:30 libogg.so.0
    -rw-r--r-- 1 starbound starbound 151K Dec  4 23:30 libpng12.so.0
    -rwxr-xr-x 1 starbound starbound 133K Dec  4 23:30 libpthread.so.0
    -rw-r--r-- 1 starbound starbound 374K Dec  4 23:30 libssl.so.1.0.0
    -rw-r--r-- 1 starbound starbound 957K Dec  4 23:30 libstdc++.so.6
    -rw-r--r-- 1 starbound starbound 179K Dec  4 23:30 libvorbis.so.0
    -rwxr-xr-x 1 starbound starbound 2.9M Dec  6 19:20 libvorbisenc.so.2
    -rw-r--r-- 1 starbound starbound  31K Dec  4 23:30 libvorbisfile.so.3
    -rw-r--r-- 1 starbound starbound  99K Dec  4 23:30 libz.so.1
    drwxr-xr-x 2 starbound starbound 4.0K Dec  4 23:33 linux_loader-dont-know-if-you-need-this
    -rwxr-xr-x 1 starbound starbound 313M Dec  6 19:20 starbound
    -rw-r--r-- 1 starbound starbound  356 Dec  5 00:53 starbound-loader.bspatch
    -rw-r--r-- 1 starbound starbound 3.4M Dec  4 23:46 starbound-server-x64-libdeps.tar.gz
    -rwxr-xr-x 1 starbound starbound 362K Dec  6 19:20 starbound.ico
    -rwxr-xr-x 1 root      root      220M Dec  6 19:36 starbound_server
    -rwxr-xr-x 1 starbound starbound 220M Dec  6 19:20 starbound_server_org
    drwxr-xr-x 2 starbound starbound 4.0K Dec  6 19:25 tmp
    drwxr-xr-x 2 starbound starbound 4.0K Dec  6 14:03 universe
    
     
  11. Jansen

    Jansen Aquatic Astronaut

    I see a tmp folder in your linux64/ folder. Did you copy ld-linux-x86-64.so.2 to this folder? That would be wrong. It needs to be copied to /tmp
    Code:
    cp linux_loader-dont-know-if-you-need-this/ld-linux-x86-64.so.2 /tmp/
    chmod 755 /tmp/ld-linux-x86-64.so.2
    
     
  12. Flobu

    Flobu Void-Bound Voyager

    Ok big thx that fixed the problem
    but i have no idea how it worked yesterday, really strange
     
  13. Patchu

    Patchu Intergalactic Tourist

    Switched to Fedora (19) using a minimal install and got it working pretty quickly with no issues. If you didn't check the standard addons, C development tools and libraries, and system tools, you may find there's more you need to do to get it running. SteamCMD needed a bunch of 32-bit libraries, and Starbound needed an older version of libpng. A good way to find things you're missing is with the command yum whatprovides x, where x whatever the starbound server tells you you're missing when you try and launch it.

    Install the following pakages via yum; some may automatically be installed as dependencies:
    yum install glibc-2.17-19.fc19.i686
    yum install libgcc-4.8.2-1.fc19.i686
    yum install libstdc++-4.8.2-1.fc19.i6i6
    yum install zlib-1.2.7-10.fc19.i686
    yum install libpng12-1.2.50-3.fc19.x86_64
    Install SteamCMD
    Install Starbound via appid 211820; you will need to log into an account that owns starbound to do this.
    Execute launch_starbound_server.sh in starbound/linux64
     
    Last edited: Dec 7, 2013
  14. goofolph

    goofolph Scruffy Nerf-Herder

    Attempting this I get the error

    Code:
    FATAL: kernel too old
    
     
  15. Jansen

    Jansen Aquatic Astronaut

    Which Distribution are you using? And which kernel (run 'uname -a')?
     
  16. Invisible Maniac

    Invisible Maniac Void-Bound Voyager

    We've run into the same exact Kernel too old error.

    uname -r data
    2.6.18-371.1.2.el5xen
     
  17. Halaster

    Halaster Space Spelunker

    That is super old.

    For example, my Ubuntu 12.10 right now is running 2.6.32-042, which came out in 2009 and has an end of life of the middle of next year.
    The current stable kernel release is 3.12.

    Your kernel on the other hand, 2.6.18, came out September 20th......... 2006.
    So your current kernel is over 7 years ago.
     
  18. Jansen

    Jansen Aquatic Astronaut

    This kernel is probably just too old for the loader/libc... sorry. You will have to update your kernel.
     
  19. Markillion

    Markillion Space Hobo

    For those that don't know how to make it executable, the command is:

    Code:
    mount -o remount,exec /tmp /var/tmp
     
  20. noobidoo

    noobidoo Void-Bound Voyager

    Hmm will the patch still work with the latest version or is a new one neede? the Debian (Debian GNU/Linux 6.0.6 (squeeze)) doesn't have libssl1.0.0 natively :/
     

Share This Page