Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

miicar

Members
  • Joined

  • Last visited

Everything posted by miicar

  1. Also looking to shed some light on this issue! SAS SSD LB206M Drives are what started spamming it (they are not in any pools yet. I just have them sitting in unassigned devices). Is there firmware i should be updating on the drives? Quick Google-fu seems to point to a SMART issue for reading the drive? Any help would be great before i put these into production and flood my LOG with stuff.
  2. @comet424 I got my first PC (cyrix586) and learned from there, but servers/networking were mostly new to me before unraid. I am planning on building a ProxMox setup as my next adventure. I am led to believe its better at handling some things then unraid.
  3. @comet424 For the most part, UNRAID has been a great platform! It was my first venture into a server builds; now i've built 3! Besides this propfind issue and (mostly) user errors, its been versatile and solid, and the community is very helpful!
  4. Alright thanks for that info. I will try those things. All my PC's are w10 (trying to stay away from 11 till they get that OS stable). Its one of those issues that seems to have many paths to a cause, and hard to replicate to test if a fix actually works; other then waiting. I did manage to stuble on a post that explained how to extend the limit by putting the following in a script that runs every time the server boots. I have added that in the "user scripts" pluggin, so we'll see if that quiets things down as well: "# Fix NGINX limits # sed cannot find the file when executed directly, waiting for 10 secs first sleep 10 sed -i "s;zone=authlimit:1m rate=30r/m;zone=authlimit:1m rate=60r/s;g" /etc/nginx/nginx.conf sed -i "s;zone=authlimit burst=20;zone=authlimit burst=60;g" /etc/nginx/conf.d/locations.conf /usr/sbin/nginx -s reload" https://forums.unraid.net/bug-reports/stable-releases/61210-nginx-authlimit-increase-does-not-stick-r3017/
  5. Did you ever get this resolved? Its been giving me a headache for a couple years now! I keep trying different things and nothing seems to stop it from happening (or track down the reason for it happening in the first place)! I have 10+ PCs that access the server and it can show any of those PC's ip addresses randomly! It also can crashe large file transfers, if the "propfind" event happens while i'm opening a big file, which is really frustrating! But its extreamly random. Some days, it will be quiet, some days its happening every half an hour (on a random PC's IP)! I see allot of people complain about this, but no real solutions! nginx: #date# [error] 18865#18865: *1451745 limiting requests, excess: 20.844 by zone "authlimit", client: #client ip#, server: , request: "PROPFIND /login HTTP/1.1", host: "#host name#"
  6. Can I (should I) remove a failed drive until the new drive arrives without it shrinking the pool automatically? I have a failed disk in a BTRFS RAID6 pool, and its spamming my log with errors. Should i just leave it till the new drive arrives? or can i pull it from the pool so it stops trying to access it? I don't want it to rebalance, with less drives, till i replace the failed one.
  7. I have held off on doing this, since it was indicated that it would be fixed in the new releases. I haven't been having as many "propfinds" since upgrading to 7.x.x, but i still notice them, every few days in the logs. I wonder if this is something UNRAID needs to implement in their OS across the board? Or is it a case by case basis that needs the adjustment? When it happens, everything locks up and no one can access files for a few seconds!
  8. I also get this "shfs: /usr/sbin/zfs unmount 'cache/*' 2>&1 shfs: /usr/sbin/zfs destroy 'cache/*' 2>&1 shfs: cannot destroy 'cache/*': dataset is busy shfs: /usr/sbin/zfs mount 'cache/*' 2>&1" spammed in my logs when mover is running! Its bothered me, but I've always believed it was due to people having folders/files open, overnight, whilst the mover is trying to do its job; so its not able to remove the empty folder from the cache pool. I have a large setup with many pools with over 100TB total storage! Its used in a production environment so these pools are filled/emptied every day! Since this is an expected behaviour, and the shares use the "cache" all the time (so the empty folder will, most likely, just be created again the next day), we need a setting to tune out these empty folder deletes whilst mover is running! I suggest this so that the logs are not flooded with pointless messages, burying possible more important ones (i'm one of those weirdo daily log readers). Is there already a way to set the mover to "if share uses this cache pool, leave root folder in pool"? If not, i think it would be a great addition (and i assume being able to turn it on or off would appease some who want the folder to go away every move operation). If I'm not missing this setting somewhere, I will post this in feature requests as well!
  9. Installed 7.1.4 a couple weeks back. Server's been acting up a little, so I gave it a shut down and reboot. Now, even after multiple reboots, it comes back up with ZERO drives in the main pool area! Those drives are showing up in sys-devices tho... I have 2 PCiE SAS (external drives) cards and onboard SAS on this setup, and none of them are showing their drives on reboot. The only drives that are showing are the SSD's on a PCiE and onboard SATA port. Once i remove a video card things work again on boot...kind of. But it still randomly crash and i have to reboot (which hangs and doesn't reboot so i have to manually cut power to restart it). its running very slow as well. Never had this issue before! Nothing has changed besides the OS version. miicarstorage-NO DISKS AT ALL 2-diagnostics-20250722-2127.zip miicarstorage-NO DISKS AT ALL-diagnostics-20250722-2127.zip
  10. answered this already.
  11. I get that...and it does, but it doesn't include the files when that is checked?!?!?! Enabled; "True". The container setting for "Shares" is set to "/mnt"; the source, within LBU, is set to "/mnt/user"; destination is set to a pool via "/mnt/user/onsitebu/". This are backups, not syncs (onsite and later an offsite component; 2 separate profiles; i am focusing on the onsite for sake of argument here.). I am only excluding the shares that i do not want (ie. appdata, docker, etc, and the wildcard of ".Recycle.Bin"; but even without that wildcard, things are not operating as it seems to be setup). I would rather have it set up this way, so that if I, or others, add a share down the road, i don't have to remember to add a new entry to the backup. It would be ideal to always back up everything, besides the shares i tell it not to. I have ensured there is plenty of space in the backup server(s) for this. What screens do you need to see? Its a mixture of ZFS, and BTRFS exclusive pools, and pool supported array (XFS) based shares, (writes to pool, then mover moves to array for storage every night), that need to be backed up on a regular basis. Pools are simple ZFS, but i have had the same issues before i converted them from BTRFS (since unRAID 7 made ZFS tools work properly). I was trying to inject humor into my frustration. Thanks for helping me here. I will be donating to you if you have a link to such in your profile. I am sure I am missing something obvious (for a seasoned Linux user).
  12. LUCKY BACKUP: "Do NOT create extra directory" seems quite self explanatory...till it doesn't do what it seems to indicate! when NOT checked, it ONLY creates the folder, not the files within.................................... when checked, it puts the files in, but not in the folder (as expected i guess). HOW TF can i make this create the folders AND include the data (and subfolders) within that said folder? Furthermore, it would stand to reason, if i set the source as "/mnt/user", and excluded the shares that i did NOT want to include (appdata, docker, movies, etc), everything, not excluded, would back up from the user folder, besides the folders i excluded of course; but this does not happen! Some shares are just ignored and left empty (if the folder is even created)! Maybe i'm dum as a stump and cant understand simple concepts, but i have tried to follow all guides etc and gotten nowhere but angry. (I have also created raw rsync scripts and manually run them in attempts to mirror what LBU is doing, and they work fine...once.) (Anyone know a user friendly, gui driven, self hosted backup docker?)
  13. Well, i tried this, and it returns "cannot destroy 'cache/{share name}': dataset is busy". Weirdly enough, after that didn't work, i was able to to to File Manager and delete the folders! Not sure what was the solution here, just sharing my experience!
  14. Will this actually relocate a bad sector in the "do not use" part of the HDD's firmware? If not, is there anything i could run in unraid to do this with? lets assume i don't care about the data on the HDD's. Over the years, i have gotten given many HDD's from clients, some work well, some not so much, but i would like to set up something to run all HDD's through a check/repair process (and trash the ones that fail at the HW level).
  15. Hey. Did you ever figure out a faster way to move millions of tiny files quickly? I'm trying to move DB's between pools, and i'm on day 6. The total is only a couple TB's (using the file manager plugin on 7.0)
  16. yes...thats what has been done.
  17. Just to revive this, I am on 7.0.1. When the shares minimum free space is reached, the files just stop saving, they don't start saving to the array as one would assume (as per documentation). I'm frustrated/confused!
  18. I too am looking for a solution to this. I use OBS to record muticam NDI footage at work, and it shares the GPU with my VM. If i just want to do something simple, with a single NDI camera, i don't need the GPU's assistance and the VM can be left alone. But the container wont start unless i remove those lines...but that's allot of hassle and "where did i put that info" when i need the GPU access again. Although, as i type this, i realize i do have the notes plugin installed. So for now, i can use that to store my GPU settings But it would be nice if there is a way to comment the setting out in the basic edit page! (I have tried using "#" at the front of the line, but the container fails to apply the changes.)
  19. I might have missed this, but can anyone tell me how (or is it possible) to install additional plugins to the unraid+OBSdocker setup? I am assuming they would have to be Linux supported plugins? I would like to record multiple NDI cameras (offline; no streaming), with audio to separate files for editing later in premier pro! There is a plugin for it, so i'm just trying to find some guidance or tips from anyone who has installed plugins (of any kind) using this setup! Thanks! Love the OBS+NDI+unraid integration! I use it at home for a streaming PC setup, and it works so well, i'm trying to expand to capturing multiple camera angles at once (to separate files)! (just starting this multi-cam journey, so when i figure it out, i will post my findings, if no one else does before then)
  20. So...the issue is back! I double checked that the USB and pwr management "put to sleep" settings are disabled. But i have to use the "Hotplug" plugin to attach the Mouse and keyboard dongles (only, i don't have to detach them). I bet windows update thought changing a driver setting somewhere was a good idea, but i cant seem to find the culprit🤢
  21. Sort of. I don't get massive storms as much, but it still happens from time to time. I think with the latest updates, its happening allot less. About to switch my home server over to 7.0.1, i hope that will have everything solved.
  22. the problem is, i have rebooted the server a number of times since that faulty/bloated backup run. I did upload the debug log (b43ce314-661f-4de5-874d-9e24bba9a28b) after i ran the manual backup, but i doubt that will be much help, as it seemed to run properly.
  23. So after a long long time, the super bloated plex backup shows that it did indeed backup my whole media collection for some reason! I have no idea why, as the setting in the backup app are only set to "appdata" and nothing else! Also, when i manually did the backup (a couple days after the auto one ran), non of the media files were backed up; it only backed up the appdata folder, as expected! So, i continue to be confused! I didn't check the krusader backup that was bloated as well, but i'm going to assume something similar has happened there! Maybe a bug where it looks at the folders the docker containers are pointing to and backs those up too?
  24. 🤢🤮 Not going to install spyware11 but i will check out the 7z fork and try to figure out what was the bloat.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.