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.

(5.0rc16c) cold boot/ s3 sleep: user shares are rand. not mounted

Featured Replies

hi guys,

 

i experience a weird behaviour on my unraid server (since version 5.0rc13 or something). when i do a cold boot or a wake on lan from s3 sleep my unraid server starts the array but my user shares list is empty. this happens randomly. sometimes everything goes well. than i have to stop the array on the main page and start it again. after this everything is working absolutely fine. but i can not relie on the first boot to be clean.

 

 

here is the part of the syslog from the first start:

...
Aug 17 12:04:42 Stitch emhttp: shcmd (18): udevadm settle
Aug 17 12:04:42 Stitch emhttp: shcmd (19): /usr/local/sbin/emhttp_event array_started
Aug 17 12:04:42 Stitch emhttp_event: array_started
Aug 17 12:04:42 Stitch emhttp: Mounting disks...
Aug 17 12:04:42 Stitch emhttp: shcmd (20): mkdir /mnt/disk1
Aug 17 12:04:42 Stitch emhttp: shcmd (21): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md1 /mnt/disk1 |& logger
Aug 17 12:04:42 Stitch kernel: REISERFS (device md1): found reiserfs format "3.6" with standard journal
Aug 17 12:04:42 Stitch kernel: REISERFS (device md1): using ordered data mode
Aug 17 12:04:42 Stitch kernel: reiserfs: using flush barriers
Aug 17 12:04:42 Stitch kernel: REISERFS (device md1): journal params: device md1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Aug 17 12:04:42 Stitch kernel: REISERFS (device md1): checking transaction log (md1)
Aug 17 12:04:42 Stitch kernel: REISERFS (device md1): Using r5 hash to sort names
Aug 17 12:04:42 Stitch emhttp: shcmd (22): chmod 777 '/mnt/disk1'
Aug 17 12:04:42 Stitch emhttp: shcmd (23): chown nobody:users '/mnt/disk1'
Aug 17 12:04:42 Stitch avahi-daemon[22427]: Server startup complete. Host name is Stitch.local. Local service cookie is 4204679022.
Aug 17 12:04:42 Stitch emhttp: shcmd (24): mkdir /mnt/disk2
Aug 17 12:04:42 Stitch emhttp: shcmd (25): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md2 /mnt/disk2 |& logger
Aug 17 12:04:42 Stitch kernel: REISERFS (device md2): found reiserfs format "3.6" with standard journal
Aug 17 12:04:42 Stitch kernel: REISERFS (device md2): using ordered data mode
Aug 17 12:04:42 Stitch kernel: reiserfs: using flush barriers
Aug 17 12:04:42 Stitch kernel: REISERFS (device md2): journal params: device md2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Aug 17 12:04:42 Stitch kernel: REISERFS (device md2): checking transaction log (md2)
Aug 17 12:04:42 Stitch kernel: REISERFS (device md2): Using r5 hash to sort names
Aug 17 12:04:43 Stitch emhttp: shcmd (26): chmod 777 '/mnt/disk2'
Aug 17 12:04:43 Stitch emhttp: shcmd (27): chown nobody:users '/mnt/disk2'
Aug 17 12:04:43 Stitch emhttp: shcmd (28): mkdir /mnt/user
Aug 17 12:04:43 Stitch emhttp: shcmd (29): /usr/local/sbin/shfs /mnt/user -disks 16777214 -o noatime,big_writes,allow_other -o remember=330  |& logger
Aug 17 12:04:43 Stitch emhttp: shcmd (30): /usr/local/sbin/emhttp_event disks_mounted
Aug 17 12:04:43 Stitch emhttp_event: disks_mounted
Aug 17 12:04:43 Stitch avahi-daemon[22427]: Service "Stitch-SMB" (/services/smb.service) successfully established.
Aug 17 12:04:43 Stitch avahi-daemon[22427]: Service "Stitch" (/services/afp.service) successfully established.
Aug 17 12:04:43 Stitch pms: Starting Plex...
...

 

and here after i stop and restart the array:

...
Aug 17 12:16:48 Stitch emhttp: shcmd (1508): udevadm settle
Aug 17 12:16:48 Stitch emhttp: shcmd (1509): /usr/local/sbin/emhttp_event array_started
Aug 17 12:16:48 Stitch emhttp_event: array_started
Aug 17 12:16:48 Stitch emhttp: Mounting disks...
Aug 17 12:16:48 Stitch emhttp: shcmd (1510): mkdir /mnt/disk1
Aug 17 12:16:48 Stitch emhttp: shcmd (1511): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md1 /mnt/disk1 |& logger
Aug 17 12:16:48 Stitch kernel: REISERFS (device md1): found reiserfs format "3.6" with standard journal
Aug 17 12:16:48 Stitch kernel: REISERFS (device md1): using ordered data mode
Aug 17 12:16:48 Stitch kernel: reiserfs: using flush barriers
Aug 17 12:16:48 Stitch kernel: REISERFS (device md1): journal params: device md1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Aug 17 12:16:48 Stitch kernel: REISERFS (device md1): checking transaction log (md1)
Aug 17 12:16:48 Stitch kernel: REISERFS (device md1): Using r5 hash to sort names
Aug 17 12:16:49 Stitch emhttp: shcmd (1512): chmod 777 '/mnt/disk1'
Aug 17 12:16:49 Stitch emhttp: shcmd (1513): chown nobody:users '/mnt/disk1'
Aug 17 12:16:49 Stitch emhttp: shcmd (1514): mkdir /mnt/disk2
Aug 17 12:16:49 Stitch emhttp: shcmd (1515): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md2 /mnt/disk2 |& logger
Aug 17 12:16:49 Stitch kernel: REISERFS (device md2): found reiserfs format "3.6" with standard journal
Aug 17 12:16:49 Stitch kernel: REISERFS (device md2): using ordered data mode
Aug 17 12:16:49 Stitch kernel: reiserfs: using flush barriers
Aug 17 12:16:49 Stitch kernel: REISERFS (device md2): journal params: device md2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Aug 17 12:16:49 Stitch kernel: REISERFS (device md2): checking transaction log (md2)
Aug 17 12:16:49 Stitch kernel: REISERFS (device md2): Using r5 hash to sort names
Aug 17 12:16:49 Stitch emhttp: shcmd (1516): chmod 777 '/mnt/disk2'
Aug 17 12:16:49 Stitch emhttp: shcmd (1517): chown nobody:users '/mnt/disk2'
Aug 17 12:16:49 Stitch emhttp: shcmd (1518): mkdir /mnt/user
Aug 17 12:16:49 Stitch emhttp: shcmd (1519): /usr/local/sbin/shfs /mnt/user -disks 16777214 -o noatime,big_writes,allow_other -o remember=330  |& logger
Aug 17 12:16:49 Stitch emhttp: shcmd (1520): /usr/local/sbin/emhttp_event disks_mounted
Aug 17 12:16:49 Stitch emhttp_event: disks_mounted
Aug 17 12:16:50 Stitch pms: Starting Plex...
...

syslog-2013-08-17.txt.zip

An add-on is preventing the array form starting correctly.

  • Author

ok and can you see what Plugin it is in the log?

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.