1. Wulf

    Wulf Community Admin

    Sure, just start it using Hurtworld directly or a .sh script like what Oxide includes with it.
     
  2. And how do I update the server like I do on windows? That's my problem. The part where you use steam cmd to download it.
     
  3. Wulf

    Wulf Community Admin

    You'd install it and update it the same way, you'd just be using the Linux version of SteamCMD. SteamCMD - Valve Developer Community
     
  4. Get some read and stop saying crap.
    Update · dgibbs64/linuxgsm Wiki · GitHub
    BTW, there was a script update recently, and functions structure have changed. So you may wanna update LGSM as well.
    ./hwserver update-functions
     
  5. I'm owner of Elite, and i use LGSM, is good.
     
  6. hello im buy a vps and im try to run my server but:

    ./Hurtworld.x86: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by ./Hurtworld.x86)
    ./Hurtworld.x86: /lib/i386-linux-gnu/libm.so.6: version `GLIBC_2.15' not found (required by ./Hurtworld.x86)

    what im can do ? debian 7 64 bit
     
  7. Wulf

    Wulf Community Admin

    sudo apt-get install libc6
     
  8. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    /edit
    im ty apt-get -f install dont work
     
  9. Wulf

    Wulf Community Admin

    aptitude update
    aptitude install libc6

    or maybe:

    aptitude install libc6-dev
     
  10. root@:~# aptitude update
    -bash: aptitude: command not found
    root@:~# aptitude install libc6
    -bash: aptitude: command not found
    root@:~# aptitude install libc6-dev
    -bash: aptitude: command not found
     
  11. Wulf

    Wulf Community Admin

  12. thx :) you are THE BEST

    my server work but im cant connect (im see server Online status)
     
    Last edited by a moderator: Jun 2, 2016
  13. ./host.sh: line 1: Hurtworld.x86: command not found
     
  14. Wulf

    Wulf Community Admin

    Try ./Hurtworld.x86.
     
  15. -bash: ./Hurtworld.x86: No such file or directory
    hmm im are inside this folder
    [DOUBLEPOST=1464875893][/DOUBLEPOST]SHUt your play!
     
  16. Can't seem to figure out how to start the server. i've tried multiple things. running the host.sh file the start.sh file and even making my own script with this:
    ./Hurtworld.x86 -nographics -batchmode -exec "host 12871;queryport 12881;servername [BE];maxplayers 60" -logfile "gamelog.txt"
    Can anyone help?
     
  17. Wulf

    Wulf Community Admin

    It's likely already started, you just won't have a console.
     
  18. I can't seem to connect to it even locally

    Do you need any iptables?
     
  19. Wulf

    Wulf Community Admin

    It shouldn't have to be opened by default unless you installed something that added a firewall.
     
  20. I din't :s Do you know a good working script?