Halvliter

Members
  • Posts

    47
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Halvliter's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. Unraid Version 6.9.2 2021-04-07 binhex-rtorrentvpn - latest version VPN: Mullvad I have been running rtorrent with this configuration for 6 months without hiccups, but today all my torrents say: I have tried rebooting the docker several times, but no luck. What can I do now? EDIT: Tried a reboot of the server, and now the logs show this: The ERROR-message is this: What can cause this to suddenly happen ? And more importantly, how to fix it ? EDIT: SOLVED! I generated a new .conf-file from Mullvad, and that solved it! supervisord.log
  2. This is a new way of using Rclone for me, thank you for helping me! I must not have been paying attention to all the information when I installed it. 1. I have now tried to clean up all my shares, take a look below: An overview: Specific details of the shares: cryptmedia: mount_mergerfs rclonecache system torrent 2. Yes, I must have not utilized the local share properly, I see that now! I use Plex, Radarr and Sonarr. I must make some adjustments so that it is used correct. Am I thinking correct when I want to: OPTION 1 1. Radarr sends torrent to rTorrent. 2. rTorrent downloads torrent to /mnt/user/torrent/seeding 3. Radarr sends hard-copy link to /mnt/user/local/movies/Movie 1 (2022)/Movie1.mkv 4. Plex gets access to Movie 1 via /mnt/user/mount_mergerfs/Movie 1 (2022)/Movie1.mkv 5. Upload script copies Movie1.mkv to crypt:media/movies/Movie 1 (2022)/Movie1.mkv 6. When torrent is seeded long enough deletes file from /mnt/user/torrent/seeding/movie.mkv 7. Plex continues to have access to moviefile OPTION 2 1. Radarr sends torrent to rTorrent. 2. rTorrent downloads torrent to /mnt/user/torrent/seeding 3. Radarr imports (COPY) movie to /mnt/user/local/movies/Movie 1 (2022)/Movie1.mkv 4. Plex gets access to Movie 1 via /mnt/user/mount_mergerfs/Movie 1 (2022)/Movie1.mkv 5. Upload script moves Movie1.mkv to crypt:media/movies/Movie 1 (2022)/Movie1.mkv 6. When torrent is seeded long enough deletes file from /mnt/user/torrent/seeding/movie.mkv 7. Plex continues to have access to moviefile I have very limited upload speed only 20 mbit. What is the best way to setup Radarr and Sonarr? I also have several Kodi-boxes accessing the crypt:media, so I would still like to have the .nfo's, subtitles and posters in the cloud. This command, are these the folders inside /mnt/user/local that I want to be mounted in /mnt/user/mount_mergerfs? MountFolders=\{"downloads/complete,downloads/intermediate,downloads/seeds,movies,tv"\} # comma separated list of folders to create within the mount 3. Thank you very much, by your explaination I would like to stop using rclone-cache. How do I disable it ? Under the required settings, do I remove these? Or set them to "ignore" RcloneCacheShare="/mnt/user0/rclonecache" # location of rclone cache files without trailing slash e.g. /mnt/user0/mount_rclone RcloneCacheMaxSize="400G" # Maximum size of rclone cache RcloneCacheMaxAge="336h" # Maximum age of cache files In the rclone mount-settings do I remove these ? --dir-cache-time $RcloneMountDirCacheTime \ --attr-timeout $RcloneMountDirCacheTime \ --cache-dir=$RcloneCacheShare/cache/$RcloneRemoteName \ After the share is empty, then I can delete the share "rclonecache" ? 4. Well, this is actually embarassing. I have not used the upload script at all. I have added a proposal to the script here. Does it look okay ? Sorry for the bombardment of questions.... I have to rethink all the prosesses.
  3. Thank you! 1. Shares all over the place - How can I fix this? Can you give me an example, please? 2. Fully cloudbased - I'm not entirely sure what you mean here ? I am used to the "old" way of mounting rclone, I just had a startup-script for mounting, and had another rclone copy script for adding new media. 3. Using VFS cache on seperate disk - Thank you very much for that tip, I will clean up the disk 1, and use that for VFS-cache. How do I ensure that only disk 1 is used for vfs-cache ? In the meantime, I will disable it, will it be enough to remove these parts from the mountscript? --vfs-cache-mode full \ --vfs-cache-max-size $RcloneCacheMaxSize \ --vfs-cache-max-age $RcloneCacheMaxAge \ and change --vfs-read-ahead 1G \ to perhaps --vfs-read-ahead 512MB \ 4. Logging upload - I have not see the progress in the upload script. Where would I be able to view the progress ? The only thing I see is this: 02.10.2022 13:59:50 INFO: Script complete Script Finished Oct 02, 2022 13:59.50 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_mount/log.txt Thank you again.
  4. That is true, my post was very hasted, I'm sorry. I have edited my previous post, I hope that helps. Thank you.
  5. I have added the following command to the script, because I like to follow the upload process: Command2="--stats=2m --stats-log-level NOTICE --log-file=/mnt/user/torrent/rclone/log.txt" and it ran for many weeks without problems. Filesize was maybe 30-40 MB. Suddenly the file grew to a couple of gigabytes, so I deleted the file and rebooted. After an hour the log-file is now 2.5 GB, and filled with these lines (repeated MANY times): 2022/10/02 14:24:23 INFO : vfs cache purgeClean item.Reset media/TV-serie/Stargate SG-1 (1997)/Season 05/Stargate SG-1 (1997) - S05E04 - The Fifth Man [DVD][8bit][x264][AC3 5.1]-MEECH.mkv: Empty item skipped, freed 0 bytes 2022/10/02 14:24:23 INFO : vfs cache purgeClean item.Reset media/TV-serie/Stargate SG-1 (1997)/Season 05/Stargate SG-1 (1997) - S05E04 - The Fifth Man [DVD][8bit][x264][AC3 5.1]-MEECH.mkv: Empty item skipped, freed 0 bytes 2022/10/02 14:24:23 INFO : vfs cache purgeClean item.Reset media/TV-serie/Stargate SG-1 (1997)/Season 05/Stargate SG-1 (1997) - S05E04 - The Fifth Man [DVD][8bit][x264][AC3 5.1]-MEECH.mkv: Empty item skipped, freed 0 bytes Sometimes I have the same problems as the user in this thread, but I haven´t found any solution to that problem: Any idea on how to fix this? EDIT: Added mountscript in spoiler: User shares, all computed: I've also included my diagnostics. tower-diagnostics-20221002-1559.zip
  6. My setup: Unraid version: Version 6.9.2 2021-04-07 M/B: Hewlett-Packard 1589 Version 0.00 - s/n: CZC4457NYP BIOS: Hewlett-Packard Version J61 v03.69. Dated: 03/25/2014 CPU: Intel® Xeon® CPU E5-1650 v2 @ 3.50GHz HVM: Not Available IOMMU: Not Available Cache: 384 KiB, 1536 KiB, 12 MB Memory: 16 GiB DDR3 Multi-bit ECC (max. installable capacity 256 GiB) Graphics: NVIDIA Quadro K2000 Nvidia Driver Version:470.103.01 Information on CPU: https://ark.intel.com/content/www/us/en/ark/products/75780/intel-xeon-processor-e51650-v2-12m-cache-3-50-ghz.html Intel® Virtualization Technology (VT-x) ‡Yes Intel® Virtualization Technology for Directed I/O (VT-d) ‡Yes Intel® VT-x with Extended Page Tables (EPT) ‡Yes It says "Not Available" in the Info-screen on my server, but Intel says both VT-x and VT-d are available on this CPU. ---- I used this guide to enable hardware acceleration with GPU in Plex. It says in the guide that I can´t use the GPU with VM´s. Is it possible for me to install a VM, somehow using the capabilities of my CPU, even though Unraid says it is not available ?
  7. Thanks again! Too complex for me right now, but I will remember it when I have some extra time to learn how to do it. I've just used SpaceInvaderOnes guide for now.
  8. Thank you for the quick reply. I've tried to google it, but I'm not sure if I'm on the right track:
  9. I have set up rclone to run once a day, and it seems to start sometime between 1 AM and 5 AM (My local time). I have a 5 MB/s speed limiter. What is weird is that if that rclone is already running backup, sometimes it starts a second backup and that really messes up my router and bandwith. Is there a way to make sure that if rclone is running, it will not start again?
  10. Thank you for trying! I've tried various things, but I haven't cracked the code yet. Bazarr: Sonarr: Bazarr-setup: This is my latest shot. Didn't work.
  11. I'm struggling to pass the test to connect Bazarr to Sonarr. Sonarr Version 2.0.0.5338 My TV-shows are located at /mnt/user/media/TV-shows My questions are: When I install the docker, I set the Host Path 2 and 3 to my movies and TV-shows folder. and the container path is /tv and /movies 1. Listening IP Address - 0.0.0.0 or the IP-address of my server? 2. Path Mappings For TV Shows: Path for Sonarr: (Root path to the directory Sonarr accesses) Should this path be /mnt/user/media/TV-shows? or Bazarr container path /tv? Or Sonarr container path /media? Path for Bazarr: (Path that Bazarr should use to access the same path remotely) Should this path be /mnt/user/media/TV-shows? or Bazarr container path /tv? Or Sonarr container path /media? 3. Connection settings Hostname or IP Address 127.0.0.1 or IP-address of my fileserver? SSL enabled? API Key? Do I need the API key?
  12. Something is off with my network after I decided to upload my library using rclone. It's laggy and sometimes totally unresponcive. I checked the logs and noticed this: 2019/11/01 10:13:03 INFO : Transferred: 465.178G / 996.936 GBytes, 47%, 4.478 MBytes/s, ETA 1d9h46m42s Errors: 24 (retrying may help) Checks: 2947 / 2947, 100% Transferred: 363 / 458, 79% Elapsed time: 29h32m57.2s Transferring: * Filmer/Clo***********.mkv: 27% /49.695G, 655.219k/s, 15h59m21s * Filmer/Ene***********.mkv: 65% /15.468G, 124/s, 12957h36m16s * Filmer/Ferd***********.mkv: 90% /5.465G, 782.069k/s, 11m15s * Filmer/Fin***********.mkv: 18% /17.577G, 6/s, 625091h40m4s 2019/11/01 10:13:23 INFO : Transferred: 643.361G / 1007.445 GBytes, 64%, 4.583 MBytes/s, ETA 22h35m55s Errors: 50 (retrying may help) Checks: 2734 / 2734, 100% Transferred: 628 / 686, 92% Elapsed time: 39h55m59.4s Transferring: * Filmer/Fin***********.mkv: 64% /17.577G, 811.294k/s, 2h13m36s * Filmer/Goo***********.mkv: 93% /5.172G, 1014.824k/s, 5m40s * Filmer/Hai***********.mkv: 44% /8.748G, 1.350M/s, 1h1m15s * Filmer/Hosti***********.mkv: 45% /9.838G, 1.189M/s, 1h17m26s 2019/11/01 10:13:24 INFO : Transferred: 59.923G / 548.503 GBytes, 11%, 3.072 MBytes/s, ETA 1d21h14m4s Errors: 21 (retrying may help) Checks: 3067 / 3067, 100% Transferred: 8 / 75, 11% Elapsed time: 5h32m52.3s Transferring: * Filmer/Find***********.mkv: 33% /18.877G, 822.903k/s, 4h26m10s * Filmer/Gho***********.mkv: 17% /7.650G, 1.622M/s, 1h6m40s * Filmer/Ha***********.mkv: 43% /8.748G, 1.003M/s, 1h24m45s * Filmer/Hon***********.mkv: 28% /16.219G, 1.075M/s, 3h5m2s Normally rclone only uploads 4 files at a time.
  13. That did the trick! I uninstalled by ticking the box and "Remove", and then installing "Rclone-beta". Thank you very much!
  14. Configuration file doesn't exist, but rclone will use this path: /boot/config/plugins/rclone/.rclone.conf I'm using the beta-branch. I updated a couple of days ago (maybe a week?) and after that I had some problems with booting after a clean shutdown (That problem is solved here: https://forums.unraid.net/topic/84652-solved-only-blinking-cursor-after-clean-shutdown/) When I did the setup of rclone I used Spaceinvaderone's guide, and I've looked for the original config file, but the only one I can find is the empty one. It might be easier to just do a clean config?
  15. It might be an error on my part, but after the latest update my config file is empty: My mount script log says this: 2019/10/29 17:31:45 NOTICE: Config file "/boot/config/plugins/rclone/.rclone.conf" not found - using defaults 2019/10/29 17:31:45 Failed to create file system for "disk1:media": didn't find section in config file and when I SSH into the server I see this: 2019/10/29 17:39:47 NOTICE: Config file "/boot/config/plugins/rclone/.rclone.conf" not found - using defaults No remotes found - make a new one Are there any backup config files or did I update the script without reading the fine print?