-
meyerjoe83 started following Help With New Build , Setting Up First Container , key file from v5 and 1 other
- [Plugin] rclone
-
[Plugin] rclone
When I create a copy script, once I abort the script still seems to run. Is there a way to stop all rclone scripts running or some way to stop copying if the script isn't running in the background?
-
[Plugin] rclone
Oh I didnt' realize those were variables, I thought it was just the instructions. I figured it out finally. I tried manually creating the Mount folder by adding a share. But you have to let the script create that new folder. Like I said I am noob, but thanks for the help guys!
-
[Plugin] rclone
I don't see a folder for /mnt/disks/ I have tried /mnt/user and I have tried /mnt/disk3 but neither seems to work. How do I get the option for /mnt/disks?
-
[Plugin] rclone
I am using the scripts now and still not seeing anything on the mount. I am using the mount script. I have my docker container set to r/w slave. When I go into that folder listed in the mount script I am not seeing any contents still though #!/bin/bash #---------------------------------------------------------------------------- # This script mounts your remote share with the recommended options. | # Just define the remote you wish to mount as well as the local mountpoint. | # The script will create a folder at the mountpoint | #---------------------------------------------------------------------------- # Local mountpoint mntpoint="/local/path" # It's recommended to mount your remote share in /mnt/disks/subfolder - # This is the only way to make it accesible to dockers # Remote share remoteshare="remote:path" # If you want to share the root of your remote share you have to # define it as "remote:" eg. "acd:" or "gdrive:" #--------------------------------------------------------------------------------------------------------------------- mkdir -p $/mnt/user/disk3 rclone mount --max-read-ahead 1024k --allow-other $secret: $/mnt/disk3/Mount &
-
[Plugin] rclone
It's just a hunch but I'd say the mointpoint does not exist. Also, update your plugin if you don't have the latest. The OP needs to be updated to reflect this but the latest version supplies scripts for mounting and unmounting (for the user scripts plugin). All you have to do is specify the source and destination so you don't have to deal with things like forgetting to create the mountpoint first. If you do have the latest version just go into the settings page for the plugin to activate the script. Yes, or editing an existing container. Thanks for the help. I was able to get the mount run without errors and added it to plex, but don't see any contents. This is my Mount Script mkdir -p $/mnt/disk3/Mount/ rclone mount --max-read-ahead 1024k --allow-other $secret: $/mnt/disk3/Mount/ & This seems to work because I am not getting any errors in the logs, but I may be incorrect I have my container for plex setup like this: /mnt/disk3/Mount/ Access Mode: RW/Slave Any thoughts on why content isn't showing up? Appreciate the help, I'm definitely a noob when it comes to this
-
[Plugin] rclone
Hey, I don't understand your directions on how to mount: I created a folder called mount and tried running this command: rclone mount --allow-other secret: /mnt/user/mount/ & I get this error: Fatal error: failed to mount FUSE fs: mountpoint does not exist: /mnt/user/mount What am I missing here? For this part of the instructions: Set the container/host volume with a mode of Read Write,Slave, else the files will not show up inside the container. That is when I am creating the container for plex?
-
[Deprecated] Linuxserver.io - CouchPotato
Nvm I just got it to work. Thanks!
-
[Deprecated] Linuxserver.io - CouchPotato
I'm using SABnzbd and they are both pointing to: /mnt/user/Downloads/couchpotato/ It's weird because I can see the folder when I choose that director in couchpotato.
-
[Deprecated] Linuxserver.io - CouchPotato
Hi, Thanks for the docker. Was able to get everything setup and working except the renamer. I get this error. I am using the /downloads/couchpotato/ as the from folder; so the subfolder it is referencing is indeed in that folder, not sure what to change,hoping this is just a easy fix that i missed [tato.core.plugins.renamer] The provided media folder /downloads/couchpotato/kubo.and.the.two.strings.2016.1080p.bluray.x264-geckos.1-Obfuscated.cp(tt4302938)/ac8ad3d1ba5644c8b2a007f822ab9bda.mkv does not exist and could also not be found in the 'from' folder.
-
Speedtest.net for unRAID 6.1+
Thanks that fixed it!
-
Speedtest.net for unRAID 6.1+
Are you on unRAID 6.1.9? If so update the plugin. Just tried that and got an error while trying to update: plugin: updating: speedtest.plg +============================================================================== | Skipping package tablesorter-2.27.6-x86_64-1 (already installed) +============================================================================== plugin: skipping: python-2.7.12-x86_64-1.txz - unRAID version too low, requires at least version 6.2 plugin: downloading: https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/packages/6.2/python-2.7.9-x86_64-1.txz ... failed (Invalid URL / Server error response) plugin: wget: https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/packages/6.2/python-2.7.9-x86_64-1.txz download failure (Invalid URL / Server error response)
-
Speedtest.net for unRAID 6.1+
Just installed the plugin but can't seem to get it to run. I changed timeout speed to 60 seconds. When I click Begin Test all i get is "Internet bandwidth test started" and then a done button and results show up with no info. Logs show: Oct 28 04:18:55 Tower emhttp: cmd: /usr/local/emhttp/plugins/speedtest/scripts/speedtest-xml Oct 28 04:18:55 Tower speedtest: Internet bandwidth test started Oct 28 04:18:55 Tower speedtest: Host: Oct 28 04:18:55 Tower speedtest: Oct 28 04:18:55 Tower speedtest: Internet bandwidth test completed
meyerjoe83
Members
-
Joined
-
Last visited