Everything posted by doctapeppa
-
[7.0.1] I keep finding SSHD enabled after I've disabled it.
I see. Thank you.
-
[7.0.1] I keep finding SSHD enabled after I've disabled it.
tower-diagnostics-20250310-2038.zip I have disabled SSH from settings > ssh, by stopping it and setting Enable SSH Service to "No". Looking though my logs for different things and I keep seeing it listening on port 22 and I have not enabled it myself. When I go to settings > ssh, it is indeed running and I stop it. How can I pin down what is starting it? Can dockers turn on my SSH service somehow? Is SSH service automatically enabled after a reboot even if I've specifically set it to disabled? port 22 is not open to the internet but I'd still feel safer if ssh was not running when I don't need it to be.
-
[7.0.1] Don't have physical space for a new hard drive but I'd like to go dual-parity.
Oh wow! That's exactly what I needed. Thanks.
-
[7.0.1] Don't have physical space for a new hard drive but I'd like to go dual-parity.
My parity drive is 16TB. Array of 9 devices. My current idea is to move all files off of one of my 8TB drives (I have 24 TB free right now) and replace it with a 16 TB drive to use as second parity. I also want to replace one of the other 8TB drives with another 16 tb to get back the 8TB I'd be losing. My main question is how do I move the files from the 8TB I'll be replacing to the rest of the array? Do I have to move everything manually from disk to disk wherever there is space or is there a trick to get the files off and spread around with the mover or some plugin or something? tower-diagnostics-20250310-2038.zip
-
Mover hanging, now I can't take my array offline.
I just did root@Tower:~# lsof | grep "/mnt/user" and get move 264648 root 4r DIR 0,47 102 648799821318062208 /mnt/user move 1614964 root 4r DIR 0,47 102 648799821318062208 /mnt/user move 1644494 root 4r DIR 0,47 102 648799821318062208 /mnt/user is it safe to kill these? (scratch that. I tried to kill -9 one and nothing happened) still running. If I do mover stop, it says mover is not running.
-
Mover hanging, now I can't take my array offline.
Unraid 7.0.1 I'm trying to get my shares off of one of my cache drives onto the array to remove that cache drive and after a while of moving files, it just stops moving them. I did #mover stop and I was able to restart it from the Main page afterwards and it starts moving more files but it doesn't get very far before stopping again. Now, I go to stop my array to try and see if a reboot fixes this but I'm getting: root: rmdir: failed to remove '/mnt/user': Device or resource busy. All of my dockers are stopped and Docker is disabled. I have no VM's but that's disabled too. How can I safely stop the array without losing data and any idea why my mover is not...moving? tower-diagnostics-20250226-1803.zip
-
Question about cpu+mobo+ram upgrade
I currently have 1 parity + 8 sata drives and 2 cache drives all connected to my current mobo. Which has a ton of sata ports. The mobo I'm looking to upgrade to only has 8 sata ports so I will need to use an expansion card to get everything connected. Some will be plugged into the new mobo and the rest on the expansion card Adaptec ASR-7805 SAS2 HBA. Will Unraid just find all of my drives and have my array available when I boot up for the first time on the new hardware or will I need to reassign all the drives in the correct order? As I understand it, I will just use my current Unraid USB stick and boot the new system with that and everything connected. Also. My current system is using ECC ram and the new system will not be. Does that matter at all so that my array works on the new hardware?
-
[Support] binhex - rTorrentVPN
You are the man!! I had checked and triple checked all the settings in the download client settings in Sonarr but I had no idea that enabling "show advanced" would show extra options inside the download settings as well as outside. What a terrible design! Thank you kind sir.
-
[Support] binhex - rTorrentVPN
I have the default download directory set in rtorrent.rc as /data/downloads/ but torrents coming from Sonarr are getting added with the wrong directory specifically: /downloads/label/filename instead of the intended /data/downloads/label/filename. Torrents coming from Radarr, on the other hand, are added correctly (/data/downloads/label/filename) All three containers have /data/ mapped to the same share directory /usr/share/Plex Normally I would think this is a Sonarr problem but the research I have done suggests that the download directory is set by the downloader and all sonarr/radarr does is pass the torrent file to the download client. Any idea how I can fix this so that the torrents coming from Sonarr get added to the default download directory?
-
[Support] binhex - Radarr
Unraid 6.9.1 Radarr Version 3.0.2.4552 I need help trying to troubleshoot a problem that has been happening for a while now (at least 10 updates) and I can't pin down the cause. A lot of my movie downloads, maybe 1/4 of them are being transferred to the Plex Movie folder either corrupt or just not complete. In every instance of failure, the file size that ends up in the movie folder is quite smaller than the file downloaded. Playing the movie that's in the Plex folder will usually start fine and then get stuck at some point. If I manually copy the file over with cp or rsync it then works just fine. I'm using Radarr with rTorrent set as the download client. Automatically import downloads from download client is enabled Here is a part of the Radarr Logs that mentions the most recent one that failed. 2021-4-1 21:38:47.6|Info|DownloadService|Report sent to rutorrent. The Way 2010 LiMiTED MULTi 1080p BluRay x264-ZEST 2021-4-1 21:38:47.6|Info|MovieSearchService|Movie search completed. 1 reports downloaded. 2021-4-1 21:57:07.8|Warn|ImportApprovedMovie|Couldn't import movie /data/complete/seeding/radarr/The.Way.2010.LiMiTED.MULTi.1080p.BluRay.x264-ZEST/zest-the.way.2010.limited.multi.1080p.bluray.x264.mkv [v3.0.2.4552] System.IO.IOException: File copy incomplete. [/movies/The Way (2010)/The.Way.2010.LiMiTED.MULTi.1080p.BluRay.x264-ZEST.mkv] was 2234215796 bytes long instead of 2233167220 bytes. at NzbDrone.Common.Disk.DiskTransferService.TryCopyFileVerified(String sourcePath, String targetPath, Int64 originalSize) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskTransferService.cs:line 481 at NzbDrone.Common.Disk.DiskTransferService.TransferFile(String sourcePath, String targetPath, TransferMode mode, Boolean overwrite) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskTransferService.cs:line 356 at NzbDrone.Core.MediaFiles.MovieFileMovingService.TransferFile(MovieFile movieFile, Movie movie, String destinationFilePath, TransferMode mode) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\MovieFileMovingService.cs:line 119 at NzbDrone.Core.MediaFiles.MovieFileMovingService.CopyMovieFile(MovieFile movieFile, LocalMovie localMovie) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\MovieFileMovingService.cs:line 96 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeMovieFile(MovieFile movieFile, LocalMovie localMovie, Boolean copyOnly) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:line 71 at NzbDrone.Core.MediaFiles.MovieImport.ImportApprovedMovie.Import(List`1 decisions, Boolean newDownload, DownloadClientItem downloadClientItem, ImportMode importMode) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\MovieImport\ImportApprovedMovie.cs:line 123 2021-4-1 22:00:09.3|Info|MovieService|Assigning file [The.Way.2010.LiMiTED.MULTi.1080p.BluRay.x264-ZEST.mkv] to movie [[The Way (2010)][tt1441912, 59468]] 2021-4-1 22:33:18.0|Info|RssSyncService|Starting RSS Sync 2021-4-1 22:33:18.7|Info|DownloadDecisionMaker|Processing 50 releases Any help would be greatly appreciated, Doctapeppa