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 Server Release 5.0-beta5b Available

Featured Replies

Download

 

More fixes...

 

Please read the Release Notes located on the unRAID wiki.

 

In particular, uninstall or disable any 3rd party add-ons until the add-on author has verified correct operation with this release.

But I wasn't even done downloading beta5a yet!  :P

Confirming that modifying security settings / export now works.

 

Another weird issue:

 

Adding a 500GB disk for Time Machine, assigning it to slot 20 (I actually only have 7 disks, but chose 20 for the TM drive).

 

1) Pre-clear the disk using Joe's pre_clear.sh script (v1.7 latest) with the parameter -A (for sector 64)

2) Disk preclears fine, no errors

3) Assign to slot 20

4) Start the array, asks to format disk

5) Format disk

6) Turns green, able to copy data on it

7) Stop array

8) Once array is stopped, disk20 turns blue

9) I have to select 'I am sure I want to do this" to restart the array

10) It proceeds to go through a FULL preclear and wipes the drive of any data.

11) Once it's done, rinse and repeat from step #4

 

I rebooted my server a bit too quickly so I will redo the steps above and post the full syslog. But it's a curious problem and I wouldn't want this to happen to anyone else. Thankfully my drive was empty.

 

 

This release looks good.

 

How many releases after this till final?

 

Hoping we'll get 3T drive support in there!

Another weird issue:

 

Adding a 500GB disk for Time Machine, assigning it to slot 20 (I actually only have 7 disks, but chose 20 for the TM drive).

 

1) Pre-clear the disk using Joe's pre_clear.sh script (v1.7 latest) with the parameter -A (for sector 64)

2) Disk preclears fine, no errors

3) Assign to slot 20

4) Start the array, asks to format disk

5) Format disk

6) Turns green, able to copy data on it

7) Stop array

8) Once array is stopped, disk20 turns blue

9) I have to select 'I am sure I want to do this" to restart the array

10) It proceeds to go through a FULL preclear and wipes the drive of any data.

11) Once it's done, rinse and repeat from step #4

 

 

I have the exact same issue.  I have 9 data disks + 1 in slot 20.  Right now I am on step 10 of the procedure you outlined.

  • Author

Another weird issue:

 

Adding a 500GB disk for Time Machine, assigning it to slot 20 (I actually only have 7 disks, but chose 20 for the TM drive).

 

1) Pre-clear the disk using Joe's pre_clear.sh script (v1.7 latest) with the parameter -A (for sector 64)

2) Disk preclears fine, no errors

3) Assign to slot 20

4) Start the array, asks to format disk

5) Format disk

6) Turns green, able to copy data on it

7) Stop array

8) Once array is stopped, disk20 turns blue

9) I have to select 'I am sure I want to do this" to restart the array

10) It proceeds to go through a FULL preclear and wipes the drive of any data.

11) Once it's done, rinse and repeat from step #4

 

 

I have the exact same issue.  I have 9 data disks + 1 in slot 20.  Right now I am on step 10 of the procedure you outlined.

 

Yes there's a problem in -beta5b, about to release -beta6.

Is anyone else having difficulty adding users?

 

I was able to create a password for the root user, but when I try to add another user nothing happens.  Here is what I see in my syslog when I try:

 

Mar  1 08:12:53 UNRAID login[7057]: ROOT LOGIN  on '/dev/pts/0' from '192.168.1.108'
Mar  1 08:14:17 UNRAID emhttp: shcmd (71): useradd -g users -d / -s /bin/false -c '' Jarod 2>&1 |logger
Mar  1 08:14:17 UNRAID logger: useradd: invalid user name 'Jarod'
Mar  1 08:14:17 UNRAID emhttp: shcmd (72): chpasswd <<< Jarod:"*****"
Mar  1 08:14:17 UNRAID emhttp: _shcmd: shcmd (72): exit status: 1
Mar  1 08:14:17 UNRAID emhttp: shcmd (73): smbpasswd -L -s -a Jarod <<< "*****"$'\n'"*****"
Mar  1 08:14:17 UNRAID emhttp: _shcmd: shcmd (73): exit status: 1
Mar  1 08:14:17 UNRAID emhttp: shcmd (74): cp /etc/passwd /etc/shadow /etc/samba/private/smbpasswd /boot/config

  • Author

Is anyone else having difficulty adding users?

 

I was able to create a password for the root user, but when I try to add another user nothing happens.  Here is what I see in my syslog when I try:

 

Mar  1 08:12:53 UNRAID login[7057]: ROOT LOGIN  on '/dev/pts/0' from '192.168.1.108'
Mar  1 08:14:17 UNRAID emhttp: shcmd (71): useradd -g users -d / -s /bin/false -c '' Jarod 2>&1 |logger
Mar  1 08:14:17 UNRAID logger: useradd: invalid user name 'Jarod'
Mar  1 08:14:17 UNRAID emhttp: shcmd (72): chpasswd <<< Jarod:"*****"
Mar  1 08:14:17 UNRAID emhttp: _shcmd: shcmd (72): exit status: 1
Mar  1 08:14:17 UNRAID emhttp: shcmd (73): smbpasswd -L -s -a Jarod <<< "*****"$'\n'"*****"
Mar  1 08:14:17 UNRAID emhttp: _shcmd: shcmd (73): exit status: 1
Mar  1 08:14:17 UNRAID emhttp: shcmd (74): cp /etc/passwd /etc/shadow /etc/samba/private/smbpasswd /boot/config

 

User names can not contain capital letters.  Here are the rules:

 

- First character of a username must be a lower-case letter, or the underscore '_' character.

- Subsequent characters of a username may be lower-case letters, underscore, or dash '-' character.

- The very last character of a username is permitted to be a dollar sign '$'

- Maximum total length is 32 characters

 

Put another way (straight from the code of 'useradd' linux utility):

 

User/group names must match [a-z_][a-z0-9_-]*[$]

 

I keep meaning to write a javascript verification script but it somehow doesn't get onto my todo list  ::)

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.