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
Plugins not loading only on server startup sometimes (Linux only)
Discussion in 'Rust Discussion' started by Maurice, Jul 29, 2016.
-
Do your plugin files themselves have permissions? Are they owned by your Rust server user?
-
Yeah I gave the plugins the permission 505 and set the owner to the "Rust" account (Account that runs the server)
-
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
-
Well 505 must be enough (Owner & Other -> Read || Owner & Other -> Run)
-
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.
-
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 -
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? -
Wulf Community Admin
-
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 -
The problem now occures more often than before.
-
Wulf Community Admin
-
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 also tried this:
Code:Try:dpkg --add-architecture i386 apt-get updateAndapt-get install libstdc++6:1386Or perhaps:apt-get install libc6
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 meLast edited by a moderator: Sep 2, 2016 -
Could anyone help me please . I tried many things but without success
-
Maybe you don't have enough RAM. Check that
as root:
apt-get install htop
apt-get update && apt-get upgrade
htop -
I have over 32 GB of ram. By cons I do not understand the system too " htop "
-
@Wulf
I do not understand. I have 32 GB of RAM , all is a day I have all libc days , etc .. Please help me -
Maybe there is a collision between plugins?
-
I tried putting a single plugins, its done the same things
-
Wulf Community Admin