unRAID Server Release 5.0-beta5b Available


limetech

Recommended Posts

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.

 

 

Link to comment

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.

Link to comment

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.

Link to comment

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

Link to comment

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  ::)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.