cannot edit user to set up simple SMB share

Status
Not open for further replies.

mr.juro

Cadet
Joined
Apr 26, 2018
Messages
3
Hi there!
I tried to edit user so I can set up simple SMB share and got following error.
Code:
Traceback

						
Request Method:	  POST	
	
	 Request URL:	  http://192.168.100.10/admin/account/bsdusers/edit/33/bsdUsersForm	
	
	 Software Version:	  FreeNAS-11.1-U4 (89e3d93bc)	
	
	 Exception Type:	  ClientException	
	
	 Exception Value:	
[Errno 1] Operation not permitted: '/mnt/Volume1/dusihome/.ssh/authorized_keys'
		
	 Exception Location:	  /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 421	
	
	 Server time:	  Thu, 26 Apr 2018 20:24:41 +0200	
	

Environment:

Software Version: FreeNAS-11.1-U4 (89e3d93bc)
Request Method: POST
Request URL: http://192.168.100.10/admin/account/bsdusers/edit/33/bsdUsersForm


Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
  42.			 response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
  249.			 response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
  178.			 response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
  162.		 return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
  23.				 return view_func(request, *args, **kwargs)
File "./freenasUI/freeadmin/options.py" in wrapper
  210.				 return self._admin.admin_view(view)(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/utils/decorators.py" in _wrapped_view
  149.					 response = view_func(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/views/decorators/cache.py" in _wrapped_view_func
  57.		 response = view_func(request, *args, **kwargs)
File "./freenasUI/freeadmin/site.py" in inner
  142.			 return view(request, *args, **kwargs)
File "./freenasUI/freeadmin/options.py" in edit
  571.					 mf.save()
File "./freenasUI/account/forms.py" in save
  403.			 pk = c.call(*args, data)
File "./freenasUI/account/forms.py" in save
  403.			 pk = c.call(*args, data)
File "/usr/local/lib/python3.6/site-packages/middlewared/client/client.py" in call
  421.			 raise ClientException(c.error, c.errno, c.trace, c.extra)

Exception Type: ClientException at /admin/account/bsdusers/edit/33/bsdUsersForm
Exception Value: [Errno 1] Operation not permitted: '/mnt/Volume1/dusihome/.ssh/authorized_keys'


Request information
GET
	
No GET data

POST
				  
		  Variable		  Value		
										
			 __all__			  ''			
									  
			 bsdusr_uid			  '1000'			
									  
			 bsdusr_username			  'dusi'			
									  
			 bsdusr_group			  '29'			
									  
			 bsdusr_home			  '/mnt/Volume1/dusihome'			
									  
			 bsdusr_shell			  '/bin/csh'			
									  
			 bsdusr_full_name			  'duri a sisa'			
									  
			 bsdusr_email			  ''			
									  
			 bsdusr_password			  '********'			
									  
			 bsdusr_password2			  '********'			
									  
			 bsdusr_microsoft_account			  'on'			
									  
			 bsdusr_sshpubkey			  ''			
									  
			 selecAt_from			  '27'			
									  
			 bsdusr_to_group			  '40'			
									  
			 bsdusr_mode			  '755'			
									  
			 __form_id			  'dialogForm_bsdusers'			
						  
FILES
	
No FILES data

COOKIES
				  
		  Variable		  Value		
										
			 csrftoken			  '********'			
									  
			 fntreeSaveStateCookie			  'root%2Croot%2F28%2F38%2Croot%2F44%2Croot%2F60%2Croot%2F60%2F61%2Croot%2F60%2F71%2Croot%2F60%2F75%2Croot%2F60%2F84%2Croot%2F94%2Croot%2F94%2F104%2Croot%2F128%2Croot%2F94%2F98%2Croot%2F1%2F5%2Croot%2F60%2F61%2F62%2Croot%2F98%2Croot%2F98%2F108%2Croot%2F60%2F61%2F62%2F63%2Croot%2F62%2F77%2Croot%2F100%2F110%2Croot%2F104%2Croot%2F1%2F2%2Croot%2F1%2Croot%2F1%2F6%2Croot%2F62%2Croot%2F62%2F85%2Croot%2F133%2Croot%2F62%2F63%2Croot%2F46%2Croot%2F134%2Croot%2F134%2F144%2Croot%2F10%2Croot%2F62%2F63%2F64%2F65%2Croot%2F1%2F7%2Croot%2F140%2Croot%2F106%2F116%2Croot%2F110%2Croot%2F110%2F120%2Croot%2F62%2F63%2F64'			
									  
			 sessionid			  'nwhv5qj799fl80n1aodjlnrsqkeg5n8f'			
						  
META
				 
Variable		 Value

not sure how to read this and google spits o me many unrelevant things.
I'm a windows guy and new to FreeNAS, please have sympathy.

Thanks a lot anyone who can explain what might be wrong.

Thanks
 
Last edited by a moderator:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Please file a bug report and post the issue number here.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Same error here when I try to change any users groups or passwords - any update on this?
Doesn't look to me like any report was made. I suggest you start a new post with a detailed explanation of the problem you are having, complete with FreeNAS version and hardware description.
 
Status
Not open for further replies.
Top