1. Wulf

    Wulf Community Admin

    You appear to be running the Rust server under the "rust" user, but you have Oxide installed under the "root" user. The "rust" user will not have permission to access ALL of those files until you either chmod them to the "rust" user or re-install with the user you intend to run the server under.
     
  2. thank you works now =)
     
  3. Checking Dependecies
    =================================
    curl
    ca-certificates
    file [FAIL]
    bsdmainutils
    util-linux
    python
    tmux
    lib32gcc1
    libstdc++6:i386 [FAIL]
    [ERROR ] Install rust-server: Checking dependencies: missing: file libstdc++6:i386
    [ERROR ] Install rust-server: SteamCMD is missing
     
  4. Wulf

    Wulf Community Admin

    dpkg --add-architecture i386
    apt-get update
    apt-get install libstdc++6:1386
     
  5. Instructions for Gentoo x64:
    1) Do not install mono
    2) edit "rustserver" script: add "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/"your_game_server"/rust_dedicated/RustDedicated_Data/Managed/x64/"
    make it the second line in the script.
     
  6. @Wulf
    Hey,
    I got this error: IOException: Too many open files
    How do i make a force save of the map if i get that error?

    Regards
     
  7. Wulf

    Wulf Community Admin

    You wouldn't be able to until you upped the limit in Linux. too many files open linux - Google-Suche
     
  8. Last edited by a moderator: Aug 17, 2016
  9. [ FAIL ] Starting rust-server: Permissions issues found
    Infomation! The current user (rustserver) does not have ownership of the following files:
    User Group File
    rustserver@ovh:/home/rust$
     
  10. Wulf

    Wulf Community Admin

    You'd need to chown your server/identity/cfg/users.cfg then most likely to the user running the server.
     
  11. Wulf

    Wulf Community Admin

    That's pretty much it.
     
  12. Hello sir i have install my server Successfully But No One Can join my server Except The User he have Rusty program and rcon pass

    How can I make it visible to everyone ??
     
  13. Wulf

    Wulf Community Admin

    Do you have the main server.port open and forwarded if behind a router?
     
  14. i have Dedicated From OVH All port open
     
  15. Wulf

    Wulf Community Admin

    If it the server is fully started and can be connected to via RCON, it sounds like a port issue.
     
  16. yes thanks sir

    I have to communicate with Technical Support In OVH And he has Open Port 28015
     
  17. Why are you using this when there is this ?
    Monitor · GameServerManagers/LinuxGSM Wiki · GitHub

    Also, nobody is a wizard here, if you don't provide logs and details about your installation, we have absolutely no clue 'bout why your server is crashing.
    [DOUBLEPOST=1473920121][/DOUBLEPOST]
    About glibc : glibc · GameServerManagers/LinuxGSM Wiki · GitHub
    About permission issues: Permissions · GameServerManagers/LinuxGSM Wiki · GitHub
    And ownership: File Ownership · GameServerManagers/LinuxGSM Wiki · GitHub
    Ultimately, you need an X64 distro as Rust will soak up more than 4GB RAM.

    Then once your system is OK, start from scratch or update your LGSM functions
    ./rustserver uf
    (run it twice)
    Or
    rm -R lgsm, then LGSM will redownload its functions again as well

    If you know the power of Linux, you'll use Linux. As said, just a matter of preferences. Linux is lighter though, so if you got an 8GB RAM server, then prefer Linux as it's lighter and Rust requires at least 5-6GB RAM for small maps. I wouldn't advise getting a server with less than 16GB RAM though.
     
    Last edited by a moderator: Sep 15, 2016
  18. linux oxide dl broken ..
     
  19. Wulf

    Wulf Community Admin

    Use the main zip, they were merged.