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.

unRAID 4.5 stopped when I changed the spin down setting

Featured Replies

For the past few days I've been running my unRAID box with the drives spun up all the time, as I've been doing some long SMART tests on some of the drives.  Anyway last night I did a clean parity check, so today I replaced one of the drives and rebuilt it without incident.  About 45 minutes after the rebuild had finished I went to the "Settings" page and changed the "Default spin down delay" back to 15 minutes (from Never), when I hit "Apply" the page greyed out and the web interface stopped working.

 

I looked at the syslog through unMENU and saw that some odd errors had just appeared (see end of the attached full log).  At this point I just did a "shutdown -r now" from the telnet interface and the system restarted ok.

 

Here is the relevant excerpt, you can see it immediately started to spin down the drives and upon spinning down drive 4 it ran into some sort of problem:

 

[pre]

Mar 21 17:28:41 saturn kernel: mdcmd (3181): set spinup_group 9 0

Mar 21 17:28:41 saturn kernel: mdcmd (3183): spindown 0

Mar 21 17:28:42 saturn kernel: mdcmd (3184): spindown 1

Mar 21 17:28:43 saturn kernel: mdcmd (3185): spindown 3

Mar 21 17:28:45 saturn kernel: mdcmd (3187): spindown 4

Mar 21 17:28:45 saturn kernel: BUG: unable to handle kernel paging request at f832d000

Mar 21 17:28:45 saturn kernel: IP: [<f83228c4>] md_cmd_proc_read+0x41/0x54 [md_mod]

Mar 21 17:28:45 saturn kernel: *pdpt = 0000000001426001 *pde = 000000003740f067 *pte = 0000000000000000

Mar 21 17:28:45 saturn kernel: Oops: 0000 [#1] SMP

Mar 21 17:28:45 saturn kernel: last sysfs file: /sys/devices/pci0000:00/0000:00:1f.2/host8/target8:0:0/8:0:0:0/block/sdg/stat

Mar 21 17:28:45 saturn kernel: Modules linked in: md_mod xor ahci e1000e sata_sil24

Mar 21 17:28:45 saturn kernel:

Mar 21 17:28:45 saturn kernel: Pid: 1334, comm: emhttp Not tainted (2.6.31.6-unRAID #6)       

Mar 21 17:28:45 saturn kernel: EIP: 0060:[<f83228c4>] EFLAGS: 00210202 CPU: 0

Mar 21 17:28:45 saturn kernel: EIP is at md_cmd_proc_read+0x41/0x54 [md_mod]

Mar 21 17:28:45 saturn kernel: EAX: f6da7f38 EBX: fffffc1c ECX: 3ffff149 EDX: fffffc1c

Mar 21 17:28:45 saturn kernel: ESI: f832d000 EDI: f59926f8 EBP: f6da7f04 ESP: f6da7ef4

Mar 21 17:28:45 saturn kernel:  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068

Mar 21 17:28:45 saturn kernel: Process emhttp (pid: 1334, ti=f6da6000 task=f6e72f40 task.ti=f6da6000)

Mar 21 17:28:45 saturn kernel: Stack:

Mar 21 17:28:45 saturn kernel:  f6da7f38 f8322883 00000000 f598f000 f6da7f4c c109814d 00000400 f6da7f3c

Mar 21 17:28:45 saturn kernel: <0> 00000000 00000400 00000000 00000400 b7724000 f6dacae0 00000000 f6dacae0

Mar 21 17:28:45 saturn kernel: <0> 00000400 f598f000 00000001 f6dacae0 c1098042 fffffffb f6da7f70 c1094b32

Mar 21 17:28:45 saturn kernel: Call Trace:

Mar 21 17:28:45 saturn kernel:  [<f8322883>] ? md_cmd_proc_read+0x0/0x54 [md_mod]

Mar 21 17:28:45 saturn kernel:  [<c109814d>] ? proc_file_read+0x10b/0x22d

Mar 21 17:28:45 saturn kernel:  [<c1098042>] ? proc_file_read+0x0/0x22d

Mar 21 17:28:45 saturn kernel:  [<c1094b32>] ? proc_reg_read+0x56/0x6a

Mar 21 17:28:45 saturn kernel:  [<c1094adc>] ? proc_reg_read+0x0/0x6a

Mar 21 17:28:45 saturn kernel:  [<c1067ff6>] ? vfs_read+0x8a/0x114

Mar 21 17:28:45 saturn kernel:  [<c106838d>] ? sys_read+0x3b/0x60

Mar 21 17:28:45 saturn kernel:  [<c1002935>] ? syscall_call+0x7/0xb

Mar 21 17:28:45 saturn kernel: Code: 55 f0 e8 5a a4 e0 c8 8d 50 01 29 f2 39 d3 7c 0b 8b 45 0c 89 d3 c7 00 01 00 00 00 8b 45 f0 89 d9 81 c6 08 95 32 f8 c1 e9 02 89 38 <f3> a5 89 d9 83 e1 03 74 02 f3 a4 5a 89 d8 5b 5e 5f 5d c3 55 89

Mar 21 17:28:45 saturn kernel: EIP: [<f83228c4>] md_cmd_proc_read+0x41/0x54 [md_mod] SS:ESP 0068:f6da7ef4

Mar 21 17:28:45 saturn kernel: CR2: 00000000f832d000

Mar 21 17:28:45 saturn kernel: ---[ end trace 77db56e579f1d259 ]---

Mar 21 17:28:46 saturn kernel: mdcmd (3188): spindown 6

Mar 21 17:28:47 saturn kernel: mdcmd (3189): spindown 7

Mar 21 17:28:47 saturn kernel: mdcmd (3190): spindown 8

Mar 21 17:28:48 saturn kernel: mdcmd (3191): spindown 9

[/pre]

 

 

Regards,

 

Stephen

syslog-2010-03-21.txt

Send an e-mail to lime-tech.  Point them to this thread.

 

Joe L.

  • Author

Send an e-mail to lime-tech.  Point them to this thread.

 

Joe L.

 

Ok, I have sent them an email copy.

 

Regards,

 

Stephen

Archived

This topic is now archived and is closed to further replies.

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.