1. Hello guys,

    I've got a problem right now.

    My Rust Server runs on a Linux Server (Debian 8) and restarts automatically via Crontab.

    But after almost every restart, only Rust:IO loads. When I list up the plugins, it says "Compiler disconnected: plugin failed to compile" but I don't know why.

    I've done chmod 755 on both CSharpCompiler and CSharpCompiler.x86 (As usual)


    Thanks in advance!

    Maurice
     
  2. Do your plugin files themselves have permissions? Are they owned by your Rust server user?
     
  3. Yeah I gave the plugins the permission 505 and set the owner to the "Rust" account (Account that runs the server)
     
  4. When I had a Linux server I just gave the whole folder 755 and set the owner to my Rust server account.
    Code:
    chmod 755 -R yourserverdirectory
    Code:
    chown yourserveruser -R yourserverdirectory
    (I think), it's been a while since I used Linux for Rust server hosting.
     
  5. Well 505 must be enough (Owner & Other -> Read || Owner & Other -> Run)
     
  6. Wulf

    Wulf Community Admin

    Do you have any issue with reloading the plugins after the server has been started? If not, then you've likely encountered a bug on Linux that a couple others have reported, but we've been unable to reproduce.
     
  7. If I use the command "reload *" after the server started (and the plugins are not loaded) they load withouth a problem.
     
    Last edited by a moderator: Jul 29, 2016
  8. Is there a way to fix this? Maybe via an extension? Rust:IO loads withouth a problem.
    What about creating a Extension that loads the plugins afterwards if its possible?
     
  9. Wulf

    Wulf Community Admin

    Rust:IO isn't a plugin that gets compiled, it's an extension and is already compiled. This isn't an issue on Windows servers, unsure why some Linux servers have the issue (it's rare), but you can create a simple plugin to reload them OnServerInitialized if you'd like, though it'd be best if we can figure out why it's an issue in the first place.
     
  10. It wont seem to be working.

    If I try to reload the plugins at OnServerInitialized, sometimes the plugins still wont load...
    It still shows up: Failed to compile: Compiler disconnected
     
  11. The problem now occures more often than before.
     
  12. Wulf

    Wulf Community Admin

    Nothing has changed, so that'd be pretty odd.
     
  13. Hello,
    I have a problem with plugins that will not compile .
    I use the LGSM script to my server rust.
    I use Debian 7.10( wheezy )( 64bit).
    My oxide version: 2350.

    Here logs:
    Code:
    00:14 [Info] Loading Oxide Core v2.0.2350...
    00:14 [Info] Loading extensions...
    00:14 [Info] Loaded extension CSharp v1.0.2350 by Oxide Team
    00:14 [Info] Loaded extension JavaScript v1.0.2350 by Oxide Team
    00:14 [Info] Loaded extension Lua v1.0.2350 by Oxide Team
    00:14 [Info] Loaded extension MySql v1.0.2350 by Oxide Team
    00:14 [Info] Loaded extension Python v1.0.2350 by Oxide Team
    00:14 [Info] Loaded extension Rust:IO for Oxide v2.9.0 by playrust.io / dcode
    00:14 [Info] Loaded extension SQLite v1.0.2350 by Oxide Team
    00:14 [Info] Loaded extension Unity v1.0.2350 by Oxide Team
    00:14 [Info] Loaded extension Rust v1.0.2350 by Oxide Team
    00:14 [Info] Using Covalence provider for game 'Rust'
    00:14 [Info] Loading plugins...
    00:14 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    00:14 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    00:14 [Info] Loaded plugin Rust:IO for Oxide v2.9.0 by playrust.io / dcode
    00:14 [Info] Loaded plugin Admin Spawn v1.1.2 by InSaNe8472
    00:14 [Info] Loaded plugin Admin Menu v2.0.6 by FlamingMojo
    00:14 [Error] AirdropExtended plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] BetterChat plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] BetterLoot plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] Clans plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] CompassGUI plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] CraftingController plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] Crosshair plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] DeathNotes plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] Economics plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] FauxClip plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] FriendlyFire plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] GUIShop plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] GatherManager plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] HeliControl plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] InfoPanel plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] JoinQuitMsg plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] Kits plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] LustyMap plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] NTeleportation plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] QuickSmelt plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] RemoverTool plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] ServerInfo plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] StackSizeController plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] TimeOfDay plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] Updater plugin failed to compile!
    00:14 [Error] Compiler closed.
    00:14 [Error] XpBooster plugin failed to compile!
    00:14 [Error] Compiler closed.
    I tried the command "chmod + x, chmod 777 , chmod 775 " on the files you need but without success.

    I also tried this:
    Code:
    Try:dpkg --add-architecture i386
    apt-get updateAndapt-get install libstdc++6:1386Or perhaps:apt-get install libc6
    But its not working.

    There are only 2 which compiles plugins : Admin Admin Menu and Spawn . Why others will not compile ?

    How can I be paid this problem?

    To know that I have this problem since I reinstalled my dedicated server before I reinstall its work well.

    PS: I'm sorry for my English, I'm French.

    Thank you in advance to those who will help me
     
    Last edited by a moderator: Sep 2, 2016
  14. Could anyone help me please . I tried many things but without success
     
  15. Maybe you don't have enough RAM. Check that
    as root:
    apt-get install htop
    apt-get update && apt-get upgrade
    htop
     
  16. I have over 32 GB of ram. By cons I do not understand the system too " htop "
     
  17. @Wulf
    I do not understand. I have 32 GB of RAM , all is a day I have all libc days , etc .. Please help me
     
  18. Maybe there is a collision between plugins?
     
  19. I tried putting a single plugins, its done the same things
     
  20. Wulf

    Wulf Community Admin

    It isn't, that would be something else entirely. Plugin conflicts are not usually an issue either.

    Memory is unlikely the cause. The compiler being closed is generally caused by missing dependencies or permissions.