Waseh

Community Developer
  • Posts

    203
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Waseh

  1. 1 hour ago, 5footbanana said:

    Any chance of an update to this plugin?  Really want to utilise Proton Drive.  I set this plugin up years ago with Googledrive/onedrive and userscripts. 

     

    Not sure the best way to get protondrive working :) Thanks

    Beta support seems to have been added to the rclone beta branch a couple of months ago, so just go to the settings page for the plugin and change to the beta branch? No need for an update.

  2. 35 minutes ago, photonix said:

    Just want to add my findings regarding IO issues during boot that may help someone. I am seeing the same issues on my new hardware (Intel 12600K running on MSI PRO Z690-A DDR4). I ruled out the USB stick right away as it continues to work fine on other hardware.

    I've narrowed down the IO issues occurring during the copy of rclone -> /sbin/rcloneorig . The file is 80% copied and the USB drive is reset. This appears to be a timing issue with something going on in the background at the time the copy takes place in my setup. I added a 10 second wait just before the copy and that resolved the boot issue:
     

    if [ -f /boot/config/plugins/rclone/install/rclone ]; then 
      sleep 10
      cp /boot/config/plugins/rclone/install/rclone /usr/sbin/rcloneorig.new
      mv /usr/sbin/rcloneorig.new /usr/sbin/rcloneorig
      chown root:root /usr/sbin/rcloneorig
      chmod 755 /usr/sbin/rcloneorig
      version=`rcloneorig --version | head -n 1`
    fi;

     

    Tough to diagnose this edge case since it could be a factor of hardware, number of plugins loading, etc. Hope the helps others that might run into this. 

    If anybody else who has this problem can confirm it as a fix I'm happy to implement it for everybody 

  3. 23 minutes ago, unraidyn said:

    If you want to know something really weird, if I modify the plugin to delete the plugin directory as the first action in the installation script:

     

    if [ -d /boot/config/plugins/rclone ]; then
      rm -rf /boot/config/plugins/rclone
    fi;

     

    It works fine. There is something about that specific '/boot/config/plugins/rclone/install/rclone' file that my install really doesn't like.

    In the logs you posted it already starts by throwing errors trying to copy the existing rclone binary to the sbin directory.
    Then you get errors trying to just download the untouched zip file from the rclone webpage to your flash drive and then errors trying to create a config file.
    If anything it's the rclone folder it doesn't like. I suggest reading up on IO errors and see if you can find a solution that way.

  4. 1 hour ago, unraidyn said:

    Nope, it appears its still broken. Not sure what to do, but this is currently making the server unbootable in its fresh-installed state.

    You're having I/O errors on your flash drive. I'd be surprised if this was related to the rclone plugin. Could be a corrupt filesystem or dying flash drive or any other number of things.

    But again I don't think this is related to this plugin specifically.

  5. 1 hour ago, kg_wintermute said:

    Upon attempting install with Unraid 6.11.1, the install fails with the following output.

    plugin: installing: rclone.plg
    plugin: downloading: rclone.plg ... 100%
    plugin: downloading: rclone.plg ... done
    Executing hook script: pre_plugin_checks
    
    +==============================================================================
    | Installing new package /boot/config/plugins/rclone/install/rclone-2022.01.20-bundle.txz
    +==============================================================================
    
    Verifying package rclone-2022.01.20-bundle.txz.
    Installing package rclone-2022.01.20-bundle.txz:
    PACKAGE DESCRIPTION:
    Package rclone-2022.01.20-bundle.txz installed.
    Connection error - Check firewall or dns settings
    Install failed - No binary found
    plugin: run failed: /bin/bash
    Executing hook script: post_plugin_checks

     

    So did you try checking your firewall or DNS settings like it says? It can't download the binary from the rclone server.

  6. 2 hours ago, Mark12 said:

    Hi folks, is there some kind of tutorial for mounting a WebDAV share using this plugin? I looked through the initial post, but that info seems out of date and the links are referring to GDrive.

     

    What I want to do: mount my Nextcloud WebDAV folders as writeable for Sonarr/Radarr/rrrrr containers. My Nextcloud already contains all my files and I want to keep it that way.

     

    I installed the user scripts plugin but am totally at a loss as what to enter/do there?

    Have you looked at the rclone documentation?

  7. 7 minutes ago, undone said:

    Is it somehow possible to move the config file to another location (e.g. the encrypted array SSD)?
    If I currently restart Unraid without starting the array, the configuration file can be accessed with all sensitive information - I would like to change that.

     

    Sorry if the question has already been asked in the earlier pages.

    You can call rcloneorig instead of rclone and feed it the --config flag like so:

    rcloneorig --config

    Followed of course by the new path

  8. 19 hours ago, Digital Shamans said:

    Hi,

     

    I'm a new user of rClone and when following the Space Invador's tutorial realised that I am missing the "File to edit" dropdown menu on the left side in Unraid's rClone settings.

    From that menu I supposed to be able to choose options such as "config", "rclone custom script", "mount script", "unmount script".

    I have a different menu instead, which allows me to choose branch.
    So I did, move to 1.60.0-beta.6433.ce3b65e6 but the menu is still missing.

    Appreciate any suggestions.

     

    Cheers,
    DS

    That option was removed some time ago.

    Use the User Scripts plugin by Squid to create rclone scripts instead

    • Like 1
  9. 6 hours ago, ddrulez said:

    I hope this permission issue get fixed. Can´t upgrade to 6.10 until then. I need the Dropbox share with write permissions...

     

     

    This plugin is not going to be able to fix anything unfortunately. It just installs the rclone binary and does some unraid specific QoL things.
    I'm not having any permission problems on 6.10.x so it isn't universal either.

  10. @Luciano200x

    The plugin probably didn't install correctly. Try removing it and adding it again and check the install popup for errors. Most likely you are blocking the download from the rclone website somewhere (firewall, pihole)

     

    I seem to have introduced an error in the plugin where it doesn't correctly remove all packages on a failed install giving the impression that the plugin installed correctly when in fact it didn't.

     

    I'll fix it first time I get a chance

  11. 10 hours ago, IMTheNachoMan said:

    First, thank you for making this app!

     

    There are 37 pages in this so I apologize if this was already covered and I missed it.

     

    Rclone now has a web UI capability. Any plans to add that to the Unraid UI for rclone? Like a quick way to start/stop, and change settings (like port and password)?

    I actually considered this when i first saw it a couple of years ago, but then and seemingly still, the feature is classified as experimental.
    When it gets more mature (or at least loses the experimental tag) i'd love to look into adding it in a more seamless way to the plugin.

  12. 9 hours ago, tvmainia said:

    I AM indeed on 1.56.

     

    When I go to the plugin page, i see:
    Stable
    Installed version: 1.56.0
    Latest version:     1.56.0

     

    When I select "Beta" from the pull-down menu, I see:
    Beta
    Installed version: 1.56.0
    Latest version:     Error fetching version number

     

    For the heck of it, I tried updating it, but it errors out:
    "Update failed - Please try again"

     

    Any ideas on how to get the beta to install?

     

    Thank you

    There seems to be a problem at rclones end right now with no version number being returned for the beta version.

    Will probably be fixed soon

  13. @Dr.NAS

    Could you link me the official source? Can't seem to find it on the rclone github repo.

     

    I agree though the colorful icon is a bit jarring in the new design language of unraid. There is an all black version on the rclone repo i might switch to.

     

    Edit: oh now i remember why I chose the color version, the monochrome won't work on the dark mode theme! Going to leave it as it is.

  14. @livingonline8

    ... I see that you were actually one of the people that already asked this question back in December and Stupifier told you not to mount to a non-empty folder.

    The allow-non-empty function does not work anymore on unraid.

     

    I suggest you read the suggestions you already got a couple of months ago 🙄