FreeNAS-11.1-U6 (caffd76fa) SMB failed to start

Status
Not open for further replies.

codenamezero

Explorer
Joined
Sep 4, 2011
Messages
59
Anyone else have this problem and know how to workaround/fix it?



Request Method:
POST
Request URL: http://192.168.1.8/services/cifs/
Software Version: FreeNAS-11.1-U6 (caffd76fa)
Exception Type: ServiceFailed
Exception Value:
The SMB service failed to reload.
Exception Location: ./freenasUI/services/forms.py in save, line 276
Server time: Sun, 16 Sep 2018 21:57:34 -0400

Environment:

Software Version: FreeNAS-11.1-U6 (caffd76fa)
Request Method: POST
Request URL: http://192.168.1.8/services/cifs/


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/services/views.py" in services_cifs
209. form.save()
File "./freenasUI/services/forms.py" in save
276. "cifs", _("The SMB service failed to reload.")

Exception Type: ServiceFailed at /services/cifs/
Exception Value: The SMB service failed to reload.


Request information
GET
No GET data

POST
Variable Value
__all__ ''
cifs_srv_netbiosname 'freenas'
cifs_srv_netbiosalias ''
cifs_srv_workgroup 'BLAH'
cifs_srv_description 'FreeNAS Server'
cifs_srv_doscharset 'CP437'
cifs_srv_unixcharset 'UTF-8'
cifs_srv_loglevel '1'
cifs_srv_localmaster 'on'
cifs_srv_timeserver 'on'
cifs_srv_guest 'nobody'
cifs_srv_filemask ''
cifs_srv_dirmask ''
cifs_srv_nullpw 'on'
cifs_srv_smb_options ''
cifs_srv_zeroconf 'on'
cifs_srv_hostlookup 'on'
cifs_srv_allow_execute_always 'on'
cifs_srv_obey_pam_restrictions 'on'
cifs_srv_bindip '192.168.1.8'
idmap_tdb_range_low '90000001'
idmap_tdb_range_high '100000000'
__form_id 'dialogForm_'
FILES
No FILES data

COOKIES
Variable Value
fntreeSaveStateCookie 'root%2Croot%2F1%2Croot%2F1%2F6%2Croot%2F193%2Croot%2F193%2F199%2Croot%2F193%2F199%2F201%2Croot%2F1%2F7%2Croot%2F64%2Croot%2F64%2F65%2Croot%2F180'
csrftoken '********'
sessionid 'w3lu58euv9lyw0hrmbgybp4y5cr3bqgd'
META
Variable Value
 
D

dlavigne

Guest
Please create a report at bugs.freenas.org and post the issue number here.
 

Agent79

Cadet
Joined
Sep 23, 2018
Messages
1
I had that exact error after I turned on the samba schema in LDAP configuration. If i disable it. Samba runs fine without that error.
I do not have samaba schemas setup in my LDAP server. I will set those up later.
 
Status
Not open for further replies.
Top