Kilrah
Members
-
Joined
-
Last visited
Solutions
-
Kilrah's post in Lincstation N2 LEDs with Unraid 7.2 was marked as the answerIt's in the list of fixes for 7.2.1.
Version 7.2.1-rc.1 2025-11-07 | Unraid Docs
This is a small update with some great fixes and improvements.
-
Kilrah's post in Replacing an existing drive (to increase storage) while also changing another existing drive to parity? was marked as the answerAh the 10TB doesn't need to be rebuilt, so then yes you can do it in one go, do New Config, assign all the drives as desired and let it build parity. Just won't have protection during that process.
-
Kilrah's post in qbittorrent - how to do a simple port forward was marked as the answerWhat's that "source" in the router? Might need to be empty or it'd only forward stuff coming from the address specified which will never happen.
-
Kilrah's post in How to pass server timezone to Docker container was marked as the answerThe standard TZ variable. As you can see anytime a container is added/edited the run command contains it.
If they decided to require a different variable then I'm not sure how to reference the existing one.
-
Kilrah's post in how to shrink my cache drive was marked as the answerGitHub
unraid_scripts_and_guides/guides/recreate_dockerimg.md at...
Unraid scripts and guides I've put together. Contribute to jcofer555/unraid_scripts_and_guides development by creating an account on GitHub.Change the size to something more sensible between steps 3 and 4.
-
Kilrah's post in Lost data inside the container - how to retreive it was marked as the answerIt's the program that will have misidentified it as sqlite3, since you know it's a raw disk image rename it to img and try to mount it on a linux distro that has btrfs tools installed (assuming the image is the default btrfs format).
-
Kilrah's post in Mount ExFat SSD USB was marked as the answerUnassigned Devices is what you need to mount external drives yes. Might need Unassigned Devices Plus too for exfat.
People often tend to assume everyone has those installed already
-
Kilrah's post in User home shares was marked as the answerThere is nothing automated for this, so that's what you need to do.
-
Kilrah's post in Out Of Memory errors detected on your server. What should I do? was marked as the answerYou ran out of RAM and litellm was killed.
Did you reboot since? FCP will keep warning an out of memory event happened until a reboot.
-
Kilrah's post in Unassigned Drive Still Showing up despite Being Removed was marked as the answerReboot?
Did you unmount and remove it from UD before decommissionning it?
-
Kilrah's post in Reallocated sector count fail and parity check running with kb/s was marked as the answerI think what i would do is
Remove Parity 2
Start, now running array in normal state with 1 parity
Remove failing drive, start, now array degraded with the failing drive emulated
Assign the 3TB that was parity 2 as replacement for the failed drive, let it rebuild
Once you have your new 8TB assign it to parity 2.
-
Kilrah's post in Server May Be Dying, Need Command Line Commands was marked as the answerYes, same for reboot.
-
Kilrah's post in Upgrade assistant missing. was marked as the answerThat should be in the support thread for that plugin. Seen it mentioned a few times there.
-
Kilrah's post in Resume parity check after CLEAN shutdown/boot? was marked as the answerParity check does not keep state across a reboot unless you use the parity check tuning plugin. If you do and it didn't work in that case then you should post in that plugin's support thread, if you don't then it's correct and it was cancelled by shutting down.
-
Kilrah's post in [SOLVED] GPU Passthrough Windows 10 VM was marked as the answerTry that
Uploading Attachment...
-
Kilrah's post in whats with all the blacklisted apps suddenly?? was marked as the answerGithub broke and that apparently wasn't handled correctly.
-
Kilrah's post in Getting Daily Scheduled Parity Checks? 2x have completed fine so why... was marked as the answerCorrect
Yep
Fine for me, I don't care that it's the first day of the month, but starting it on a Sunday is good since I don't have much regular stuff scheduled that day, since most things are day of week dependent it makes more sense to me than day of month.
-
Kilrah's post in 7.0.1 USB Usage was marked as the answerNothing wrong there.
-
Kilrah's post in Missing checkbox for Format unmountable disks was marked as the answerMake sure you don't have any ad/script blocking extensions in your browser, try another one
-
Kilrah's post in Restoring flash backup to new USB drive with different license was marked as the answerWell what you can do is in the 2nd step instead of copying only the config folder you basically delete everything on the new drive and copy everything from the old onto it (then remove old .key files and put the one for that drive). Then everything will be identical, just the license key is replaced with the one for the new drive.
-
Kilrah's post in Huge number of Docker images(?) - what is this? was marked as the answerDocker when using the native zfs driver internally uses datasets for lots of things e.g. each individual image layers, so that's normal.
When storing the Docker filesystem on ZFS storage it's recommended to either use a Docker image, or use the overlay driver if you want folder mode.
-
Kilrah's post in cloudflare dns doesn't allow tcp/udp proxying in free plan - do you guys know good alternatives? was marked as the answerJust don't proxy? If you want proxy enabled for other things create another subdomain that's not proxied and thus will return your wan ip, that you said works.
-
Kilrah's post in Cant mount external drive encrypted with Veracrypt. was marked as the answerProbably not. LUKS will mount just fine on any linux distro, Windows there are workarounds using WSL.
If you like Veracrypt that's probably still the more appropriate solution for you, just you have to make an image file instead of whole disk encryption. I doubt it'd have much impact on perf.
-
Kilrah's post in NextCloud Docker Container Missing was marked as the answerRun that command in unraid's terminal.
Actions-Reinstall brings you to the edit page, only ticking the checkbox then install at the bottom does it directly since it's meant for multi-selection.
-
Kilrah's post in Raspberry pi image VM was marked as the answerProbably technically possible but not easy and slow since that'd mean emulating the code meant for the Pi's ARM chip on x86. Also the Pi's boot sequence is weird so while the apps could be emulated a whole image probably can't be run as is.
Just installing klipper on a Debian install should be easier and more straightforward.