Everything posted by Excessus
-
[Plugin] CA Fix Common Problems
I installed a USB 2.5Gbe NIC to do some speed testing and configured it to be on the same subnet as the main NIC. I later removed the NIC. Now I am getting the "Multiple NICs on the same IPv4 network" warning; however, there is no longer an eth1 to reconfigure. I don't see any way of fixing this error without re-installing the NIC, which feels a bit like unintended behavior.
-
unRAIDFindDuplicates.sh
Your source file should look like this: and not, like this: It's been a while since I've need to use the script, so I forgot what options I had to use to generate the former.
-
unRAIDFindDuplicates.sh
Thanks for this. I ended up creating a real problem for myself with the unbalance plugin (cancelling it in progress causes it to leave copies of files in place) and I needed a real utility to deal with the mess. Unfortunately for me, while the output of this app is useful, I had far, far too many duplicates to deal with by hand. So I wrote this little Windows (sorry) utility to automate the process for me: Loading file... Buffy S01E10.mkv size mismatch! Chef S01E04.mkv size mismatch! Read 1515 / 2589 lines. Finding size mismatches... /mnt/disk11/media/series/Buffy the Vampire Slayer/Buffy S01E10.mkv : 99,975,168 /mnt/disk12/media/series/Buffy the Vampire Slayer/Buffy S01E10.mkv : 1,981,632,213 /mnt/disk6/media/series/Buffy the Vampire Slayer/Buffy S01E10.mkv : 1,981,632,213 /mnt/disk12/media/series/Chef/Chef S01E04.mkv : 487,030,784 /mnt/disk6/media/series/Chef/Chef S01E04.mkv : 1,045,681,530 Generating list of files that are safe to delete... Script will delete 955 out of 1,515 files. Total space saved: 1,317,440,808,558 bytes (1.2 TB) File C:\zzz\delete.txt successfully created. Essentially, it parses the script's log file, highlights the files that are safe to leave in place and those that are risky and creates a script file that you can execute from the UnRAID console. The output of the script looks like this: echo "Keeping /mnt/disk11/media/series/Angel/Season 1/Angel S01E08.mkv" rm "/mnt/disk12/media/series/Angel/Season 1/Angel S01E08.mkv" rm "/mnt/disk6/media/series/Angel/Season 1/Angel S01E08.mkv" echo "Keeping /mnt/disk11/media/series/Angel/Season 1/Angel S01E09.mkv" rm "/mnt/disk12/media/series/Angel/Season 1/Angel S01E09.mkv" rm "/mnt/disk6/media/series/Angel/Season 1/Angel S01E09.mkv" echo "Keeping /mnt/disk11/media/series/Angel/Season 1/Angel S01E10.mkv" rm "/mnt/disk12/media/series/Angel/Season 1/Angel S01E10.mkv" rm "/mnt/disk6/media/series/Angel/Season 1/Angel S01E10.mkv" echo "Keeping /mnt/disk11/media/series/Angel/Season 1/Angel S01E11.mkv" In the hope that I can save others some time, I have included the app (binary and source) in this post. Be careful, folks! I sincerely hope that no one loses their data with this thing. UnRAIDdeDupe.zip
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
I am having a problem similar to alturismo. My drives are randomly spinning since about a week ago. There is nothing in the file activity logs to support the drives powering on. It seems to possibly be related to running VM's, but I couldn't swear to it. Perhaps the latest version of UnRAID is polling the activity of drives in way different than previous releases?
-
[Support] Linuxserver.io - Qbittorrent
I was driving myself nuts with this same issue. The fix was to add: WebUI\Address=* WebUI\ServerDomains=* to the end of the config file in /mnt/user/appdata/qbittorrent/qBittorrent/qBittorrent.conf and restart the docker.
-
Preclear plugin
I figured that it was something along those lines. I was just wondering about the specific issue. In any case, I have faith that the author will figure it out in time; it's too useful a plugin to be killed by a vague incompatibility issue.
-
Preclear plugin
Any idea why the upgrade instructions for unraid 6.4 say to remove the preclear plugin? I've been searching for known issues and haven't been able to find any.
-
[Plugin] CA Fix Common Problems
I have been have a lot of problems with my unRAID build (see here if interested) so I ran the Extended Test on my system. Unfortunately, since I have about 1TB of stuff in lost+found I can't view the log in the browser since it's so big that it causes the browser to crash. I assume that it's stored somewhere on the disk and I'd like to view it from the console. Any idea where I can find it?