1. @Wulf
    For authorizations, it is files "CSharpCompiler, CSharpCompiler.x86, RustDedicated_Data, Managed"? then what are the dependencies to have? and the ram is not normal because I have 32 gb of ram. Would you help me to find out how?
     
  2. @Wulf
    UP ! please help me :)
     
  3. You've told me, that this is an issue with Oxide/Rust @ Linux, but you're not able to reproduce the bug.

    I've fixed my problem, with running a PHP Rcon Script after every restart via crontab. Since then I haven't had that problem again.
     
  4. Hello @Maurice,
    Can you explain me how to do with the crontab because I're not very well understood.
     
  5. How I fixed it:

    First make sure to have php5 installed (apt-get install php5).

    Then use nano to create a file called loadplugins.sh in your Rust Directory (e.g. /home/rust):
    nano loadplugins.sh

    Paste the following into the file:


    sleep 20s ; echo "`php /RUSTDIRECTORY/loadplugins/run.php`"
    sleep 20s ; echo "`php /RUSTDIRECTORY/loadplugins/run.php`"
    sleep 20s ; echo "`php /RUSTDIRECTORY/loadplugins/run.php`"
    sleep 20s ; echo "`php /RUSTDIRECTORY/loadplugins/run.php`"


    This code will run the run.php file 4 times in a 20 second interval.

    Then either unrar the .rar archive and then upload the folder to your Rust Directory (e.g. /home/rust).
    Rar File ||| Virustotal

    Now you will have a loadplugins folder with the files config.php, functions.php and run.php in it.
    Set the permissions of these files to 644:
    cd /RUSTDIRECTORY/loadplugins -> chmod -R 644 *

    You now need to edit the config.php file, to fit your server settings (Server IP, Rcon Password and Rcon Port).

    The last thing to do, is to edit the crontab tasks:
    Use the command crontab -e to edit the crontab settings.
    Enter the following into crontab below all the #


    */30 * * * * echo "`/bin/sh /RUSTDIRECTORY/loadplugins.sh`"


    This will run the loadplugins.sh file every 30 Minutes.

    Now the server should try to load all the plugins 4 times every 30 Minutes.

    If you need help, just contact me :)
     
  6. Wulf

    Wulf Community Admin

    Plugins failing to compile on load only is one thing, them failing all the time is another thing entirely. Not every case of the compiler closing or being disconnected is the same.
     
  7. I have this strange intermittent problem with oxide. Dedicated server running Ubuntu 16.04, used the LGSM thread to install rust server and oxide. Server has a daily restart at 5am using crontab. However sometimes when the server restarts it doesn't load all plugins and the first one to mess it up is the plugin Clans but sometimes everything is fine.

    Code:
    05:00 [Info] Loading Oxide Core v2.0.2404...
    05:00 [Info] Loading extensions...
    05:00 [Info] Loaded extension CSharp v1.0.2404 by Oxide Team
    05:00 [Info] Loaded extension JavaScript v1.0.2404 by Oxide Team
    05:00 [Info] Loaded extension Lua v1.0.2404 by Oxide Team
    05:00 [Info] Loaded extension MySql v1.0.2404 by Oxide Team
    05:00 [Info] Loaded extension Python v1.0.2404 by Oxide Team
    05:00 [Info] Loaded extension Rust:IO for Oxide v2.9.0 by playrust.io / dcode
    05:00 [Info] Loaded extension SQLite v1.0.2404 by Oxide Team
    05:00 [Info] Loaded extension Unity v1.0.2404 by Oxide Team
    05:00 [Info] Loaded extension Rust v1.0.2404 by Oxide Team
    05:00 [Info] Using Covalence provider for game 'Rust'
    05:00 [Info] Loading plugins...
    05:00 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    05:00 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    05:00 [Info] Loaded plugin Rust:IO for Oxide v2.9.0 by playrust.io / dcode
    05:00 [Info] Loaded plugin Timed Events v1.1.3 by InSaNe8472
    05:00 [Info] Loaded plugin Voter v1.4.0 by Bombardir
    05:00 [Error] Clans plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] CraftingController plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] CupboardRadius plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] DeathNotes plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] Economics plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] Friends plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] GUIAnnouncements plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] GUIShop plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] GatherManager plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] HeliControl plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] HelpText plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] InfoPanel plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] JoinQuitMsg plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] Kits plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] LustyMap plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] NTeleportation plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] NightLantern plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] QuickSmelt plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] SignArtist plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] StackSizeController plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] Tickets plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] Updater plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    05:00 [Error] XpBooster plugin failed to compile!
    05:00 [Error] Compiler disconnected.
    I made sure all files and directories are 755, I've removed Clans and reinstalled Clans, still doing it.
     
  8. Server restarted at 5am as scheduled and all plugins loaded fine. Lol. Let's see what happens tomorrow.

    Server froze yesterday, had to restart it. It's i5 processor, 16gb ram and only have around 20 people at a time on. Logs doesn't show anything. I might be thinking hardware issue?
     
  9. This morning and yesterday morning, same thing happened in first post. loaded the first 5 plugins then everything else failed. Anyone else using Ubuntu 16.04 having any problems??? All plugins and configs were working fine on every daily restart on my VPS (Using Ubuntu 14) before I transferred to a dedicated server.
     
  10. I have got the same problem. When I restart my server to update oxide I have got to delete all plugins and paste them from my backup folder. That´s the only way to make them work :(
    [DOUBLEPOST=1475840208][/DOUBLEPOST]
    Same problem :( Server is freezing after restarting | Oxide
     
  11. Sadly I have a similar story here,
    Plugins fail to compile ~50% percent of the time in a seemingly random pattern.
    I use the LGSM script to start/stop/restart my server. I have cronjobs to restart it twice a day and make backups four times a day. However the issue occurs whether I start the server or the cronjob does.

    Info:
    Oxide Version: 2.0.2478

    Server:

    Ubuntu 14.04.4 LTS 64bit
    32GB Ram
    i7-4790K

    Logs:

    Code:
    14:43 [Info] Loading Oxide Core v2.0.2478...
    14:43 [Info] Loading extensions...
    14:43 [Info] Loaded extension CSharp v1.0.2478 by Oxide Team
    14:43 [Info] Loaded extension JavaScript v1.0.2478 by Oxide Team
    14:43 [Info] Loaded extension Lua v1.0.2478 by Oxide Team
    14:43 [Info] Loaded extension MySql v1.0.2478 by Oxide Team
    14:43 [Info] Loaded extension Python v1.0.2478 by Oxide Team
    14:43 [Info] Loaded extension Rust:IO for Oxide v2.9.0 by playrust.io / dcode
    14:43 [Info] Loaded extension SQLite v1.0.2478 by Oxide Team
    14:43 [Info] Loaded extension Unity v1.0.2478 by Oxide Team
    14:43 [Info] Loaded extension Rust v1.0.2478 by Oxide Team
    14:43 [Info] Using Covalence provider for game 'Rust'
    14:43 [Info] Loading plugins...
    14:43 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    14:43 [Info] Loaded plugin Rust v1.0.0 by Oxide Team
    14:43 [Info] Loaded plugin Rust:IO for Oxide v2.9.0 by playrust.io / dcode
    14:43 [Info] Loaded plugin Day & Night System v1.0.3 by Mughisi
    14:43 [Info] Loaded plugin Rank-ME v2.6.3 by SkinN
    14:43 [Error] BetterChat plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] BetterLoot plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] BetterSay plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] Clans plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] CorpseDuration plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] DeathNotes plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] FriendlyFire plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] InfoPanel plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] NTeleportation plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] NoDecay plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] Notifier plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] PlaytimeTracker plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] RemoverTool plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] RulesGUI plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] SignArtist plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] StackSizeController plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] TimedExecute plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] Updater plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] VisualCupboard plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    14:43 [Error] XPManager plugin failed to compile!
    14:43 [Error] Compiler disconnected.
    Also the Compiler Log is the exact same when it works to when it doesn't. No difference at all.

    I can load them most of the time after it's up though with oxide.load *
     
  12. Try to give 755 permission to the entire server. It´s working for me atleast for now.
     
  13. Wulf

    Wulf Community Admin

    For those still having this issue, please try the latest Oxide build. If you still experience the issue, please let me know if there is any additional output shown in the logs.
     
  14. I have only 3 plugins that work.
    How do others work?
     
  15. @Wulf, I have a solid solution for Linux server owners. When you replace the Oxide files in the RustDedicated_Data folder Linux will not automatically assign the permission to execute to some files. I'm guessing a certain file in there is trying to call another that Oxide needs to start.

    I've confirmed this is the case by repeated testing

    HOW TO FIX (EASY MODE)
    Once you've stopped your server, move the files overs. Then reset the permissions of RustDedicated_Data recursively to allow Owner to Read Write and Execute and everything else to Read and Execute (that's 0755 permission mentioned before).
     
  16. it's OK
    A big thank-you