Everything posted by Waseh
-
[Plugin] rclone
rclone could be doing any number of things so shutting it down gracefully really depends on what you've got going on. As mentioned earlier on this very page you can kill the proces if you want to to force the update - However standard warnings with killing processes apply.
- [Plugin] rclone
-
[Plugin] rclone
I only asked you to do the ping because your post originally contained the no internet error that you removed in your edit 😛 Google how to kill a proces in Linux - look for rcloneorig when you call ps -A to find the pid Be aware that if you kill the proces you might screw something up if say you have a rclone remote mounted and don't close it gracefully
-
[Plugin] rclone
Try to ping 1.1.1.1 and 8.8.8.8 Edit: you just edited the post right? 😜 because now I don't see a no internet error which means that you don't really have an error except for the fact that perhaps rclone is running while trying to update? 😛
-
[Plugin] rclone
Yea i had pushed an incomplete change to the plugin by accident so it didn't ping 8.8.8.8 correctly. Glad it's working now
-
[Plugin] rclone
Well the logging clearly explains what's going on. The plugin determined that there isn't a connection to the internet. It does this by first pinging 8.8.8.8 and if that fails then pings 1.1.1.1 The question then remains why both of these checks are failing if, as it seems, the server actually is connected to the internet. Edit: seems like I pushed the wrong commit so it just pinged 1.1.1.1 twice. Try the new version (2018.09.10c) I just pushed
-
[Plugin] rclone
Try updating now Also be aware that the update wont complete if rclone is currently running.
-
[Plugin] rclone
And here i thought 1.1.1.1 would be reachable by anybody seeings as it's a DNS server run by cloudflare. So visiting 1.1.1.1 in your browser yields nothing?
-
[Plugin] rclone
What happens if you try to ping 1.1.1.1?
-
[Plugin] rclone
Don't worry about it - glad we got it working Yea that happened when you deleted the whole folder of rclone / rclone-beta as it contains the config. The commands I posted earlier would have prevented that from happening.
-
[Plugin] rclone
Well this seems to indicate that you have a problem connecting to the rclone website so this does not seem to be a problem relating to the plugin. Can you open the non SSL version in your browser?: http://downloads.rclone.org/rclone-current-linux-amd64.zip
-
[Plugin] rclone
Ah now we might be getting somewhere. Try running this: curl --retry 3 --retry-delay 2 --retry-max-time 30 -o /boot/config/plugins/rclone/install/rclone-current.test.zip https://downloads.rclone.org/rclone-current-linux-amd64.zip
-
[Plugin] rclone
What happens if you run: curl --connect-timeout 5 --retry 3 --retry-delay 2 --retry-max-time 30 -o /boot/config/plugins/rclone/install/rclone-current.test.zip https://downloads.rclone.org/rclone-current-linux-amd64.zip
-
[Plugin] rclone
That won't be enough unfortunately. You could try running these commands: rm -rf /boot/config/plugins/rclone-beta/install rm -f /usr/sbin/rcloneorig rm -f /usr/sbin/rclone rm -f /etc/ssl/certs/ca-certificates.crt removepkg rclone-2018.08.25-bundle However that still doesn't explain why the download is failing. I don't have any problems pulling the beta as of right now.
-
[Plugin] rclone
Try following this path /boot/config/plugins/rclone-beta/install/ and check the file size of the rclone-beta-latest.old.zip (should be around 7-8 mb) - then delete it and try installing the plugin again. It probably won't install but it will clear up if the download is failing.
-
[Plugin] rclone
What version of the plugin are you upgrading from? Also have you tried removing the plugin and installing it again? It doesn't seem to actually be downloading a functioning archive.
-
[Plugin] rclone
Hey guys I've pushed an update that should make the install hang for a shorter amount of time if no internet connection is available as well as retrying downloading rclone if the rclone website is unresponsive. Also i have added a check to see if the unpacking of the rclone archive was successful. This should make it easier to understand why an install failed as the "rclone running" error was triggering for other reasons as well. Cheers
-
[Plugin] rclone
Well that is a bit weird ? Glad you got it working though!
-
[Plugin] rclone
Configs are kept even when uninstalling so you don't have to worry about removing and reinstalling the plugin
-
[Plugin] rclone
That would suggest that the plugin didn't install correctly since only the wrapper seems to be present. Is this new behavior and/or is it connected to updating or installing on reboot while offline?
-
[Plugin] rclone
Hey guys Sorry for the lack of updates in a (long) while ? Real life has been taking up a lot of time and my own install of rclone has been sufficient for my needs. However both the stable branch as well as the beta branch should now be able to survive a reboot even if no internet connection is available. Please test it out and see if it's working as intended. I also fixed the missing icon on the settings page. Cheers
-
Dynamix - V6 Plugins
Do you mind sharing your changes?
-
[Plugin] rclone
Both branches always pull the newest version on install (and reinstall or reboot). Also i'm more than open to pull requests if anyone has any changes they think would benefit the community.
-
Dynamix - V6 Plugins
I'm also experiencing this
-
[Plugin] rclone
It should survive a reboot as is (my install is surviving fine at least)