1. Wulf

    Wulf Community Admin

    That would imply that you are using mixed Rust versions, ie. you're either not fully updated with Rust or you're installing an old Oxide build. Oxide has already been updated and confirmed to be working fine with it.
     
  2. @Wulf any idea why the server is shutting down with linux?
     
  3. @Wulf
    yes, read it please one more time ;)
    OLD rust server + OLD oxide (2.0.3831) - servers are working
    NEW server files (from today) -> bootloop
    OLD rust server + NEW oxide (2.0.3834) error like you see :)

    i know i have mixed it, i had to try out how to get workink servers, and it looks like rust server update from today have fucked up something on linux EAC ;/

    Code:
    EasyAntiCheat Scout Shutting Down
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
    EasyAntiCheat Server Shutting Down
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
    [Raknet] Server Shutting Down (Shutting Down)Setting up 4 worker threads for Enlighten.Thread -> id: 7fcd12ffd700 -> priority: 1Thread -> id: 7fcd3a62c700 -> priority: 1Thread -> id: 7fcd3962a700 -> priority: 1Thread -> id: 7fcd39e2b700 -> priority: 1 
     
    Last edited by a moderator: Feb 22, 2018
  4. Wulf

    Wulf Community Admin

    It was an optional Rust update, so you can either use the old version + old Oxide meant for it, or update both to the new version. You can't just copy around mixed Rust DLLs and expect them to work without issues generally. If you haven't already, you should report it to Facepunch.
     
  5. @Wulf i know i can't mixed it, please don't make from me an idiot ;) ;) i had search a way to make my servers back online... i made a wipe and make update (i didn't supose there is a one... because they should be now one a month) and there was a bootloop (with/without oxide). i wrote this on twiter from RUST but i think nobody read this ;/
     
  6. LGSM down?

    Cloudflare error 521

    https://gameservermanagers.com/lgsm/rustserver/

    I tried using the raw link from github for LGSM, but EAC Scout keeps shutting the server down:

    upload_2018-2-22_14-51-46.png

    Edit: Thanks for moving the post - and the update.. thought I was going crazy.
     
    Last edited by a moderator: Feb 22, 2018
  7. Same here, server wont start anymore. (got automaticly update cronjobs) but now it wont start.

    Server 1 restarted again, wont start anymore.
    Server 2 stays up, don't know what is happening rn.
     
    Last edited by a moderator: Feb 22, 2018
  8. All servers restarted again, they are totally dead now.
    Cant start up, everytime crashes (easy anty cheat SHUTDOWN)

    EasyAntiCheat Scout Shutting Down
    EasyAntiCheat Server Shutting Down
     
    Last edited by a moderator: Feb 22, 2018
  9. It's a facepunch problem, they released a broken server update 8hrs ago, still no fix : /
     
  10. Mods load - get to here in console.

    Server startup complete
    EasyAntiCheat Scout Shutting Down
    EasyAntiCheat Server Shutting Down
    [DOUBLEPOST=1519339565][/DOUBLEPOST]So we're presently fucked is what I gather.
     
  11. Considering they still haven't released a patch for signs or skins I doubt we'll see another update anytime soon.
     
  12. I'm getting the same thing :(

    What do we do??
     
  13. Just wait :( i'll check the fix tomorrow RIP playerbase.
     
  14. well this is just great
    [DOUBLEPOST=1519344965][/DOUBLEPOST]Is there any hope to get this working soon? How can we go about reverting the update and the oxide update? Would someone be able to upload the old files and then we can replace them?
     
  15. I'm having the same problem on a fresh install with Ubuntu 16.04..

     
  16. I'm thinking the problem is with the libeac_server.so and libeasyanticheat.so files.... anyone have older versions of them or working versions on one server they can copy and paste for us to give it a try?

    If copying old version works, could someone upload them here?
     
  17. This for me too, except mine says

    Code:
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Facepunch.Steamworks Unity: LinuxPlayer
    Facepunch.Steamworks Os: Linux
    Facepunch.Steamworks Arch: x64
    Couldn't initialize Steam Server (2953410053)
     
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Server startup complete
    EasyAntiCheat Scout Shutting Down
     
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)EasyAntiCheat Server Shutting Down
     
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[Raknet] Server Shutting Down (Shutting Down)
    Setting up 4 worker threads for Enlighten.
      Thread -> id: 7f1192ffc700 -> priority: 1
      Thread -> id: 7f11927fb700 -> priority: 1
      Thread -> id: 7f11937fd700 -> priority: 1
      Thread -> id: 7f117bfff700 -> priority: 1 
    I feel that Couldn't initialize Steam Server (2953410053) is the problem.
    This occurs with OR without oxide, even with fresh install like OP

    My script has
    Code:
    export LD_LIBRARY_PATH="./RustDedicated_Data/Plugins/x86_64"
    export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/servers/rust1
    I added "export PATH" since it stopped working after last update, but it hasn't helped.