1. Nothing yet
     
  2. Thanks guys!

    I just removed all "old" lgsm server install, downloaded again, move some files around, updated the quickfix from Fred and BOOM! Online!
     
  3. So the fix is to reinstall LGSM?
    [DOUBLEPOST=1519409336][/DOUBLEPOST]Please explain
     
  4. Explain moved some files around?
     
  5. The rustserver script has a line similar to this: nano rustserver
    executable="./RustDedicated"

    This needs to be changed to include the path to the Rust plugins, like this:
    executable="LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`dirname $0`/serverfiles/RustDedicated_Data/Plugins/x86_64 ./RustDedicated"
     
  6. Thanks... Sorted now
     
  7. nvm fix is there :D
     
  8. What I did was :
    I'm running a Debian Linux server.

    I was running an OLD version of LGSM. So that was my first problem. I copy everything under /home/*rustservername to a /temp folder.
    Then I removed everything under /home/*rustservername and use the link :
    Code:
    sudo wget -N --no-check-certificate https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh rustserver
    Then I did run the:
    Code:
    ./rustserver install
    
    And started the server with:
    Code:
    ./rustserver start
    Then stop it as soon as it starts with:
    Code:
    ./rustserver stop
    Then I went into the config file for the server, server settings for name/user/mapsize/ports and so on.
    Then I did the Quickfix from Fred in this:
    Code:
    ~/lgsm/config-lgsm/rustserver/server.cfg
    And added this line to that config file:
    Code:
    executable="LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${homeDir}/serverfiles/RustDedicated_Data/Plugins/x86_64 ./RustDedicated"
    Then copying back serverfiles, plugins, config/data for plugins.

    Now my server is running again! :)
     
  9. LGSM received a patch fix not long ago - it works ok now, at least on Debian
    I'm getting a new problem now, on Centos 7 .. after the lgsm fix, the oxide Csharp Compiler stopped working..
    :(
     
  10. Is the CSharp in /home/*rustserveruser/serverfiles/ ?

    Mine is:
    Code:
    ~/home/*rustserveruser/serverfiles/CSharpCompiler.x86_x64