Can't re-create a user after re-installation

Status
Not open for further replies.

wanstronian

Dabbler
Joined
Aug 26, 2015
Messages
27
Hi folks, my mobo failed and I had to replace it and re-install FreeNAS. I've imported the volume and can go in as root in the CLI and navigate around - all my files are in one piece.

Now, I'm trying to re-create the users in the web interface and when I try and create I get the following output (note the asterisks are my redactions):
Request Method: POST
Request URL: http://192.168.1.76/admin/account/bsdusers/add/
Software Version: FreeNAS-11.1-RELEASE (dc7d195f4)
Exception Type: ClientException
Exception Value:
[Errno 1] Operation not permitted: '/mnt/volume1/Jim_Files/Jim/.ssh'
Exception Location: /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 394
Server time: Sun, 31 Dec 2017 03:25:08 -0800
Traceback



Request information
GET
No GET data

POST
Variable Value
__all__ ''
bsdusr_uid '1000'
bsdusr_username 'Jim'
bsdusr_creategroup 'on'
bsdusr_home '/mnt/volume1/Jim_Files'
bsdusr_mode '755'
bsdusr_shell '/bin/csh'
bsdusr_full_name 'Jim'
bsdusr_email '********@gmail.com'
bsdusr_password '*****'
bsdusr_password2 '*****'
bsdusr_microsoft_account 'on'
bsdusr_sshpubkey ''
selecAt_from '27'
__form_id 'dialogForm_bsdusers'
FILES
No FILES data

COOKIES
Variable Value
csrftoken 'U2pWJEYyPMIG7An856EkE2OHIUnPxYq1bEwkFa0S6RYqGsOPKndlhouZraZdWc3x'
sessionid '4deso8xtxjujtftrmjdxgrx9si92h9lr'
fntreeSaveStateCookie 'root%2Croot%2F61%2Croot%2F61%2F62%2Croot%2F61%2F62%2F63%2Croot%2F1%2Croot%2F1%2F2%2Croot%2F1%2F5'
META
Variable Value

Can anyone advise please?
 

wanstronian

Dabbler
Joined
Aug 26, 2015
Messages
27
Hi again folks. Scratch that - I've solved it now. I was trying to set the home directory to an existing area on the volume, FreeNAS didn't like that. Setting to /nonexistent and now it works.
 
Status
Not open for further replies.
Top