Waseh

Community Developer
  • Posts

    203
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Waseh

  1. @Greygoose The error might be a clue The plugin tries to ping 8.8.8.8, 1.1.1.1 and the rclone server only pinging the next in line if no answer was recieved from the former. So the installer can't reach the internet. Do you get an answer if you ping the above adresses from command line?
  2. Well that's not entirely true since rclone has a somewhat experimental GUI built in. For more info check this link But it should be noted that rclone itself is first and foremost a command line tool
  3. As i suspected something is wrong at rclones part with the latest beta release. There are no linux binaries available which is why it fails to fetch the new version. Nothing to do but wait until it's resolved
  4. @jjslegacy Yea im seeing the same thing. Won't be able to have a closer look for the next 24 hours tho. Stable branch updates no problem so my guess would be the problem is with the zip/at rclones end
  5. I pushed a new version yesterday that will only re-download rclone at boot if a newer version is available
  6. @animeking This could be related. I'm not sure you'll be able to get this to work if your problem is indeed related to that issue until a fix is deployed. Did you check how much memory rclone is using before the array becomes unresponsive? You could run htop from ssh and look for "rcloneorig". If rclone is filling your memory then the question is probably better suited for the rclone forum.
  7. No, only if there's no connection at all
  8. @Lilarcor If there is an Internet connection it will download the latest version on reboot. If no connection is available it will install the last fetched version. This is the intended behavior
  9. The beta branch plugin has now been updated with a migration script. Users of the beta branch will now be moved to the new plugin automatically when you check for updates and then update the plugin. @diffdrumdave
  10. That's because you are on the beta branch. As mentioned that one is getting deprecated while the old stable branch now provides the ability to install both stable and beta. So to sum up that is as expected 😄
  11. @Nickjones818 what exactly do you mean with bi-directional sync? 😄 This plugin only provides a way to install and keep rclone up to date. All functions are provided by rclone itself and the scripts of the community such as @DZMM rclone mount scripts.
  12. The update is now live. If you installed the test version you should be able to update directly to the new live version by checking for plugin updates.
  13. @DZMM I can't seem to reproduce it. Oh and my question about rclone running was not a question about if it was working but related to the fact that if the rclone binary probably was busy. With that being said i have updated the way the binary is replaced so we shouldn't run into the same problem again.
  14. @DZMM Scratch that, the update script shouldn't affect survivability after a reboot. I'll investigate, could just be because the hackish way i did the test version.
  15. @DZMM Yea actually the update script might actually ruin the ability for plugin to survive a reboot (if no internet connection is present at boot) I'll fix that for the release. I'm pushing the update to the main branch in an hour or so it will be live for everyone
  16. I mostly use the editor to add new config flags as they get released in new versions as well as easy backup.
  17. @DZMM with the risk of sounding like a broken record, is rclone running? (Including a rclone mount 😉) I'll bump up the max chars on the editor
  18. For some reason rclone is not returning the version number for betas right now. I will add an error message instead of just a blank space in the next release.
  19. Hi Guys So I’ve finally started using rclone mount again after several years with only doing weekly scripted backups. This prompted me to give the plugin a bit of an overhaul to fix some of my own long-standing nuisances with the plugin. Gone are the default scripts and the script editor (You should really use UserScripts for all your script needs). The config file can still be edited. The settings page has been overhauled and i intend to deprecate the beta branch of the plugin for this new unified model. You are now able to change branch at will in the settings page as well as update rclone if a new version is available. Current version as well as newest version will now be shown in the settings page. If you want to check it out you can install/update the plugin manually by inserting THIS URL in the plugins/install plugin settings menu. It's a drop in replacement for the stable branch. Whenever this version has proven itself without any major bugs i will merge it with the master branch and deprecate the beta branch. @Stupifier @DZMM if you get the chance please test out the new version and see if there's any glaring bugs I’ve missed. Edit: A picture to show the new settings page
  20. @crazyhorse90210 please search this thread regarding --allow-non-empty, it's already been discussed. And if it's merged then just update your version of rclone by either rebooting your machine or reinstall the plugin. Both methods will pull the newest version.
  21. No, sorry. You will have to wait until it's merged into the main beta channel or modify the plugin yourself / replace the binary 😄
  22. That would suggest the plugin didn't install correctly. Have you tried reinstalling it? Does it show any errors during install? Does the plug-in show up in the web gui?
  23. @bar1 You are not using the Community Applications addon are you? The links to the plg's in the first post were outdated. They have been updated now but you really should consider using Community Applications instead of installing manually.
  24. Bought my pro license back in 2010. Can't believe how much has happened since then. So much polish to the UI and the addition of docker and easy VM's has been amazing. Support for SSD's in the array would be nice.
  25. That means that rclone IS running and you have to stop it to update. Either kill all the rclone processes that are running or do as @Stupifier recommended and reboot the server.