ClientException when creating local user

Status
Not open for further replies.

ptp-steve

Cadet
Joined
Apr 23, 2018
Messages
2
Build FreeNAS-11.1-U4
Platform Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz
Memory 8154MB

We've had a problem for a few months (and updated twice in an effort to resolve it to no effect) where when we create new users via the WebGUI we get the following error

Exception Type: ClientException
Exception Value:
[Errno 1] Operation not permitted: '/mnt/vol_dozer1/homes/firstname.lastname/.ssh'
Exception Location: /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 394
Server time: Tue, 15 May 2018 10:31:50 +0100

The user is created, the home directory is created, but the .ssh is still owned by root.

Code:
root@dozer:~ # ll /mnt/vol_dozer1/homes/firstname.lastname/
total 33
-rwxrwxr-x+ 1 firstname.lastname  techies  983 May 15 11:21 .cshrc*
-rwxrwxr-x+ 1 firstname.lastname  techies  182 May 15 11:21 .login*
-rwxrwxr-x+ 1 firstname.lastname  techies   91 May 15 11:21 .login_conf*
-rwxrwxr-x+ 1 firstname.lastname  techies  301 May 15 11:21 .mail_aliases*
-rwxrwxr-x+ 1 firstname.lastname  techies  267 May 15 11:21 .mailrc*
-rwxrwxr-x+ 1 firstname.lastname  techies  728 May 15 11:21 .profile*
-rwxrwxr-x+ 1 firstname.lastname  techies  212 May 15 11:21 .rhosts*
-rwxrwxr-x+ 1 firstname.lastname  techies  780 May 15 11:21 .shrc*
drwxrwxr-x+ 2 root			  techies	2 May 15 11:21 .ssh/


Users only access the NAS via SMB so SSH access is not required.

I feel the issue is related to permissions, but I've been unable to find a resolution on my own.

Any advice gratefully received!

Cheers

Steve
 
D

dlavigne

Guest
Please create a report at bugs.freenas.org and post the issue number here.
 
Status
Not open for further replies.
Top