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.

topherino

Members
  • Joined

  • Last visited

  1. Diagnostics attached tower-diagnostics-20260226-2108.zip
  2. I am running Unraid 7.2.3. I have been trying to identify the cause of my disks not spinning down. A few weeks ago I thought I had a fix - it was to set the spindown delay on each disk in the array, rather than allow the default to trickle down. This worked - disks started spinning down after an hour of inactvity. I wrote a User Script to run (using hdparm to set to 242) after the array starts and thought it was solved (even though this seems to be a problem with Unraid not honouring the default). In the last week I have noticed the disks are not spinning down again, after a couple of weeks of uptime - I need to run my script to set the spindown delay per disk and then they do. Is there a known issue in Unraid with spindown that I can't find on the internet? Years ago (< v6) spindown was not a problem. MORE THOUGHTS: It's like there is a disconnect between the default spindown, the per disk spindown and the spindown set by hdparm). What is the mechanism Unraid uses to determine when to spin down disks? Does it rely on its own "last use" time per disk then send a spindown command? (I assume this is the case - if so this could be why my hdparm set is being forgotten) here is my script: #!/bin/bash HDPARM_VALUE=242 echo "Waiting for array to start..." # Wait until disks.ini exists and is populated while [ ! -s /var/local/emhttp/disks.ini ]; do sleep 2 done echo "Array is started." echo "Applying spindown delay to parity and array disks..." # Extract device= entries (sdX, nvmeXnY) DEVS=$(grep -oP 'device="\K[^"]+' /var/local/emhttp/disks.ini | grep -v "flash") for DEVNAME in $DEVS; do DEV="/dev/$DEVNAME" if [[ ! -b "$DEV" ]]; then echo "Skipping $DEVNAME (no block device)" continue fi hdparm -S "$HDPARM_VALUE" "$DEV" >/dev/null 2>&1 echo "Set spindown delay on $DEV" done echo "Done."
  3. I take this back. After upgrading from 7.2.0 to 7.2.3 my disks are now not spinning down again.
  4. I thought it might be useful for other people who might be facing the same problem. For years I have been trying to diagnose why my disks weren't spinning down: I've tried stopping dockers, uninstalling plugins, upgrading Unraid etc. I've finally found a solution and this was to set the spindown delay per disk rather than to the default! For some reason the one one hour default delay wasn't being inherited.
  5. I think this is solved - I have connected this 4Kn drive to the motherboard directly, and no more errors after multiple spin downs. Suspect this is because it was connected to the legacy 9207-8i which has known issues with 4Kn drives.
  6. Earlier today the disk spun back up with another 32 errors. The extended self test complted without error. One thing to note is I have all disks in the array connected to two LSI 9207-8i, which do not support 4Kn "officially", and this disk is the only 4Kn. however the disk rebuilt OK and there have been over 10 million sucessful reads since. Could this be the reason why I am getting sector read errors? I have attached diagnostics. tower-diagnostics-20260104-1908.zip
  7. After replacing a smaller drive with this and the rebuild successful, I spun down all disks (I am tracking down a problem where they are not automatically), the new disk spun up and I received one disk error in the Unraid dashboard - none since. SMART scan is OK and I am in the process of doing an extended test. Jan 2 09:47:50 Tower kernel: I/O error, dev sdr, sector 6464106752 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 Jan 2 09:47:50 Tower kernel: md: disk6 read error, sector=6464106688 I am wondering whether to worry about this (I have ordered a replacement just in case but might just add the new disk to the aray).
  8. Hi has anyone had anyone made any progress with this? I am still unable to get Frigate to detect my USB Coral after upgrading to Unraid 7
  9. I've had two of these happen since I upgraded to 6.12.0 and have rolled back to 6.11.5 like you. Seems more stable so far.
  10. The rebuild finished successfully in the end, however this morning after kicking off the mover to get the system back to a good state it went offline (blank screen, not reachable on network) again. I've rolled back to 6.11.5 as I suspect this instability is down to 6.12.0 - the server has been rock solid for months before the upgrade.
  11. As above, my server has died around the time it was due to complete a disk rebuild. Luckily I already have the syslog server enabled. There are a large number of lines in the log around the time it crashed like this: Jun 17 17:26:00 Tower php-fpm[6964]: [WARNING] [pool www] child 18572 exited on signal 9 (SIGKILL) after 13.448421 seconds from start Syslog lines before and after the crash, I forced a shutdown at about 18:05 after seeing that the server was unresponsive and stuck on unRAID boot. Any ideas? Jun 17 16:29:44 Tower emhttpd: spinning down /dev/sdf Jun 17 16:30:34 Tower emhttpd: spinning down /dev/sdr Jun 17 16:30:34 Tower emhttpd: spinning down /dev/sdq Jun 17 16:31:08 Tower emhttpd: spinning down /dev/sds Jun 17 16:31:08 Tower emhttpd: spinning down /dev/sdn Jun 17 16:31:24 Tower emhttpd: spinning down /dev/sdd Jun 17 16:31:37 Tower emhttpd: spinning down /dev/sdk Jun 17 16:31:39 Tower emhttpd: spinning down /dev/sdh Jun 17 16:31:40 Tower emhttpd: spinning down /dev/sdl Jun 17 16:31:46 Tower emhttpd: spinning down /dev/sdj Jun 17 16:31:52 Tower emhttpd: spinning down /dev/sdo Jun 17 16:31:53 Tower emhttpd: spinning down /dev/sdp Jun 17 16:32:06 Tower kernel: mdcmd (58): set md_write_method 0 Jun 17 16:32:06 Tower kernel: Jun 17 16:32:22 Tower emhttpd: spinning down /dev/sdi Jun 17 16:43:03 Tower emhttpd: spinning down /dev/sde Jun 17 16:56:09 Tower emhttpd: read SMART /dev/sdn Jun 17 16:56:14 Tower emhttpd: read SMART /dev/sdj Jun 17 16:56:23 Tower emhttpd: read SMART /dev/sdd Jun 17 16:56:44 Tower emhttpd: read SMART /dev/sdq Jun 17 16:56:52 Tower emhttpd: read SMART /dev/sdl Jun 17 16:57:05 Tower emhttpd: read SMART /dev/sds Jun 17 17:01:15 Tower emhttpd: read SMART /dev/sde Jun 17 17:21:22 Tower emhttpd: read SMART /dev/sdo Jun 17 17:21:33 Tower emhttpd: read SMART /dev/sdf Jun 17 17:21:55 Tower emhttpd: read SMART /dev/sdk Jun 17 17:21:55 Tower emhttpd: read SMART /dev/sdh Jun 17 17:21:55 Tower emhttpd: read SMART /dev/sdr Jun 17 17:21:55 Tower emhttpd: read SMART /dev/sdi Jun 17 17:22:09 Tower kernel: mdcmd (59): set md_write_method 1 Jun 17 17:22:09 Tower kernel: Jun 17 17:26:00 Tower php-fpm[6964]: [WARNING] [pool www] child 18572 exited on signal 9 (SIGKILL) after 13.448421 seconds from start Jun 17 17:26:02 Tower php-fpm[6964]: [WARNING] [pool www] child 18573 exited on signal 9 (SIGKILL) after 15.246233 seconds from start Jun 17 17:26:05 Tower php-fpm[6964]: [WARNING] [pool www] child 18581 exited on signal 9 (SIGKILL) after 17.519854 seconds from start Jun 17 17:26:16 Tower php-fpm[6964]: [WARNING] [pool www] child 19423 exited on signal 9 (SIGKILL) after 13.088010 seconds from start Jun 17 17:26:27 Tower php-fpm[6964]: [WARNING] [pool www] child 19447 exited on signal 9 (SIGKILL) after 17.427857 seconds from start Jun 17 17:26:44 Tower php-fpm[6964]: [WARNING] [pool www] child 19483 exited on signal 9 (SIGKILL) after 31.906754 seconds from start Jun 17 17:26:57 Tower php-fpm[6964]: [WARNING] [pool www] child 19574 exited on signal 9 (SIGKILL) after 37.215285 seconds from start Jun 17 17:27:17 Tower php-fpm[6964]: [WARNING] [pool www] child 19609 exited on signal 9 (SIGKILL) after 40.251549 seconds from start Jun 17 17:27:30 Tower php-fpm[6964]: [WARNING] [pool www] child 19636 exited on signal 9 (SIGKILL) after 38.833944 seconds from start Jun 17 17:27:42 Tower php-fpm[6964]: [WARNING] [pool www] child 19705 exited on signal 9 (SIGKILL) after 33.462388 seconds from start Jun 17 17:28:07 Tower php-fpm[6964]: [WARNING] [pool www] child 19813 exited on signal 9 (SIGKILL) after 34.387948 seconds from start Jun 17 17:28:16 Tower php-fpm[6964]: [WARNING] [pool www] child 20349 exited on signal 9 (SIGKILL) after 39.641391 seconds from start Jun 17 17:28:19 Tower php-fpm[6964]: [WARNING] [pool www] child 20372 exited on signal 9 (SIGKILL) after 35.862451 seconds from start Jun 17 17:28:37 Tower php-fpm[6964]: [WARNING] [pool www] child 20547 exited on signal 9 (SIGKILL) after 15.529951 seconds from start Jun 17 17:28:44 Tower php-fpm[6964]: [WARNING] [pool www] child 20553 exited on signal 9 (SIGKILL) after 20.183873 seconds from start Jun 17 17:29:23 Tower php-fpm[6964]: [WARNING] [pool www] child 21145 exited on signal 9 (SIGKILL) after 32.638050 seconds from start Jun 17 17:29:33 Tower php-fpm[6964]: [WARNING] [pool www] child 21154 exited on signal 9 (SIGKILL) after 41.826269 seconds from start Jun 17 17:30:17 Tower php-fpm[6964]: [WARNING] [pool www] child 21239 exited on signal 9 (SIGKILL) after 44.186443 seconds from start Jun 17 17:30:40 Tower php-fpm[6964]: [WARNING] [pool www] child 21298 exited on signal 9 (SIGKILL) after 55.225397 seconds from start Jun 17 17:31:09 Tower php-fpm[6964]: [WARNING] [pool www] child 21849 exited on signal 9 (SIGKILL) after 40.263303 seconds from start Jun 17 17:31:35 Tower php-fpm[6964]: [WARNING] [pool www] child 21906 exited on signal 9 (SIGKILL) after 48.283361 seconds from start Jun 17 17:35:30 Tower nginx: 2023/06/17 17:28:20 [error] 7092#7092: *1041948 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 10.0.0.67, server: 10-0-0-9.xxx.myunraid.net, request: "POST /plugins/unassigned.devices/UnassignedDevices.php HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "10-0-0-9.xxx.myunraid.net", referrer: "https://10-0-0-9.xxx.myunraid.net/Main" Jun 17 17:35:38 Tower nginx: 2023/06/17 17:28:20 [error] 7092#7092: *1041948 auth request unexpected status: 502 while sending to client, client: 10.0.0.67, server: 10-0-0-9.xxx.myunraid.net, request: "POST /plugins/unassigned.devices/UnassignedDevices.php HTTP/2.0", host: "10-0-0-9.xxx.myunraid.net", referrer: "https://10-0-0-9.xxx.myunraid.net/Main" Jun 17 17:42:37 Tower php-fpm[6964]: [WARNING] [pool www] child 20482 exited on signal 9 (SIGKILL) after 862.776645 seconds from start Jun 17 17:43:35 Tower php-fpm[6964]: [WARNING] [pool www] child 23524 exited on signal 9 (SIGKILL) after 628.501667 seconds from start Jun 17 17:44:37 Tower php-fpm[6964]: [WARNING] [pool www] child 29755 exited on signal 9 (SIGKILL) after 48.124581 seconds from start Jun 17 17:45:35 Tower php-fpm[6964]: [WARNING] [pool www] child 30442 exited on signal 9 (SIGKILL) after 47.418422 seconds from start Jun 17 17:46:36 Tower php-fpm[6964]: [WARNING] [pool www] child 30697 exited on signal 9 (SIGKILL) after 45.732086 seconds from start Jun 17 17:47:58 Tower php-fpm[6964]: [WARNING] [pool www] child 31337 exited on signal 9 (SIGKILL) after 48.213143 seconds from start Jun 17 17:48:47 Tower php-fpm[6964]: [WARNING] [pool www] child 31570 exited on signal 9 (SIGKILL) after 43.416692 seconds from start Jun 17 18:05:12 Tower kernel: mdcmd (36): set md_write_method 1 Jun 17 18:05:12 Tower kernel: Jun 17 18:05:12 Tower cache_dirs: Arguments= Jun 17 18:05:12 Tower cache_dirs: Max Scan Secs=10, Min Scan Secs=1 Jun 17 18:05:12 Tower cache_dirs: Scan Type=adaptive Jun 17 18:05:12 Tower cache_dirs: Min Scan Depth=4 Jun 17 18:05:12 Tower cache_dirs: Max Scan Depth=none Jun 17 18:05:12 Tower cache_dirs: Use Command='find -noleaf' Jun 17 18:05:12 Tower cache_dirs: ---------- Caching Directories --------------- tower-diagnostics-20230617-1814.zip
  12. OK, thanks, I suspect it's on the way out. I'm thinking perhaps because I've recently started spinning down drives this has put added wear on them but as it has been powered on for over five years it's to be expected.
  13. I think Fix Common Problems starts at 4:40AM on the daily schedule.
  14. I was syncing a new parity drive and not long into this operation one of my oldest drives threw 30 read errors, and another 82 the day after. However the sync completed successfully. I have ran an extended self-test on the drive and it completed without error too. Wondering whether this drive is failing, or perhaps this is because the sync forced a read of a long forgotten part of the disk? (read somewhere this can be a cause of this). I have not run a full parity check for about two months, since changing my schedule to quarterly so perhaps that would have caused this too. I have a new 18TB drive ready but I'd prefer to keep this disk in the array. I've attached the latest SMART report. Thanks. tower-smart-20230611-1417.zip
  15. I've had it running for a few days. The last crash was between Mar 25 16:05:43 and Mar 25 20:02:13. You can see the UPS comms warning every ten minutes leading up to that and then nothing, until I do a hard reboot. syslog-10.0.0.9.log

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.