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.

DYNAMIX UNASSIGNED DEVICES ATE MY ARRAY!

Featured Replies

Ok, not really, but it did cause a reboot after making shares unaccessible. I was unable to download diagnostics, every time I'd click the download button this text would flash on the screen and then just return to the same page with no download initiated:

 

Warning: syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in state/disks.ini on line 257 in /usr/local/emhttp/plugins/dynamix/include/DeviceList.php on line 20

 

Additionally, green "array started" text at the bottom would flash back and forth between that an "array undefined"

 

1484974957_ScreenShot2019-06-10at7_44_13AM.png.5d82b148372d568254f857d8835c699a.png

 

and sure enough, it was. Unassigned devices went "nom-nom" on them.

 

578524691_ScreenShot2019-06-10at7_49_09AM.thumb.png.dfe61556ad317d7590589b264c622aac.png

 

 

 

 

fix common problems then popped up and said rootfs was full, but I wouldn't know why. nothing had changed really on the server.

 

1126307150_ScreenShot2019-06-10at7_43_20AM.png.278c2f69f93bba121c1b1344dccf46d2.png

 

 

I was able to get a quick look at the last bit of my syslog which showed numerous of these entries

 

Jun 10 04:03:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:04:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:05:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:06:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:07:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:08:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:09:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:10:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:11:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null
Jun 10 04:12:01 B1 crond[1817]: exit status 2 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null

 

 

I subsequently uninstalled the UD plugin and rebooted (unRaid 6.7.0) and reinstalled UD.

 

Just an FYI

 

 

 

Edited by 1812

  • 2 weeks later...

This has happened to me also. Rebooted and installed the newest rc release over the 6.7.0 installed, All good so far. 

But it was the exact errors 1812 submitted. Couldn't download diagnostics, array would go to green, orange and log gave me the same errors. 

  • 5 months later...

same here - was during an rsync clone to a remote smb mounted connection. I think that the connection dropped but Unassigned devices still accepted the data (maybe caching in ram until it was full?)

 

Edited by spants

I had this issue some time ago.  I bypassed the problem by writing a script that checks for the existence of a file on the unassigned disk path before allowing the copy to take place. Not the most elegant solution, but it works.

9 hours ago, MisterWolfe said:

I had this issue some time ago.  I bypassed the problem by writing a script that checks for the existence of a file on the unassigned disk path before allowing the copy to take place. Not the most elegant solution, but it works.

UD has been updated to solve this issue.

Before doing any writing to a UD mounted device you should check that it is mounted first.  You can do this in several ways.

MOUNTPOINT=/mnt/disks/DailyBackup

if [ -d $MOUNTPOINT ]; then
... do stuff
fi

or better

MOUNTPOINT=/mnt/disks/DailyBackup

if mountpoint -q $MOUNTPOINT; then
... do stuff
fi

 

Edited by dlandon

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.