SMB service fail to start ..HELP PLEASE

Status
Not open for further replies.

Tomer

Dabbler
Joined
Jun 26, 2017
Messages
17
Hello,
recently I've installed the version 11, i was able to bring to life my old NETAPP storage :)
iSCSI works great!
but when I try configure the SMB service it unable to save config and error message pop out
I don't know the reason and would love some help!
Code:
Request Method:	  POST	
	
	 Request URL:	  http://10.100.100.6/services/cifs/	
	
	 Software Version:	  FreeNAS-11.0-RELEASE (a2dc21583)	
	
	 Exception Type:	  ServiceFailed	
	
	 Exception Value:	
<django.utils.functional.lazy.<locals>.__proxy__ object at 0x81e5587f0>
		
	 Exception Location:	  ./freenasUI/services/forms.py in save, line 266	
	
	 Server time:	  Mon, 26 Jun 2017 18:21:14 +0300	
	
Traceback

Environment:

Software Version: FreeNAS-11.0-RELEASE (a2dc21583)
Request Method: POST
Request URL: http://10.100.100.6/services/cifs/


Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
  39.			 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
  208.			 form.save()
File "./freenasUI/services/forms.py" in save
  266.				 "cifs", _("The SMB service failed to reload.")

Exception Type: ServiceFailed at /services/cifs/
Exception Value: <django.utils.functional.lazy.<locals>.__proxy__ object at 0x81e5587f0>

Request information
GET
	
No GET data

POST
				
		  Variable		  Value		
						
			__all__			 ''		
				
			cifs_srv_netbiosname			 'SMB'		
				
			cifs_srv_netbiosalias			 ''		
				
			cifs_srv_workgroup			 'workgroup'		
				
			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_smb_options			 ''		
				
			cifs_srv_zeroconf			 'on'		
				
			cifs_srv_hostlookup			 'on'		
				
			cifs_srv_min_protocol			 'SMB2'		
				
			cifs_srv_max_protocol			 'SMB3'		
				
			cifs_srv_allow_execute_always			 'on'		
				
			cifs_srv_obey_pam_restrictions			 'on'		
				
			cifs_srv_bindip			 '10.100.100.6'		
				
			idmap_tdb_range_low			 '90000001'		
				
			idmap_tdb_range_high			 '100000000'		
				
			__form_id			 'dialogForm_'		
				
FILES
	
No FILES data

COOKIES
				
		  Variable		  Value		
						
			OMVSESSID			 '2fru2btl24em9chpk1fpd406u7'		
				
			X-OPENMEDIAVAULT-WEBGUI-%241%24jgRo2LlW%24x7xxEIKFbRIyjyhzGkqw%2F0			 'What+does+a+mirror+look+at%3F'		
				
			csrftoken			 'CCR0qXXgwEVI1h8d9rP5w8gQhSdhy48MMkvq0elcLMsziVHCjx72iBNoIbkiB1Rn'		
				
			sessionid			 '8y1asd35xmfsdrscgis00py0tgxm8vw1'		
				
			fntreeSaveStateCookie			 'root%2Croot%2F64%2Croot%2F64%2F65%2F78%2Croot%2F160%2Croot%2F10%2Croot%2F10%2F17%2Croot%2F64%2F65%2Croot%2F112%2Croot%2F112%2F122%2Croot%2F161'		
				
META
		
		 Variable		 Value	
					
 
Last edited by a moderator:
D

dlavigne

Guest
You shouldn't be getting a traceback. Please create a bug report at bugs.freenas.org that includes the full text of the traceback and post the issue number here.
 

js130874

Cadet
Joined
Jan 25, 2018
Messages
2
I'm new to FreeNAS and I've just installed 11.1 from scratch, no issues during install and iSCSI works a treat! However, I'm getting almost the same error when trying to start the SMB service. I've checked the above link for "24830: Enabling SMB while Domain Controller service is running throws a traceback". I don't have the domain controller service running (I have Windows AD) and I don't have the Traceback option visible to me under my SMB options (I'm assuming because I don't have the DC service running?).

This is my first time, so please be gentle. Any help would be greatly appreciated.
 

js130874

Cadet
Joined
Jan 25, 2018
Messages
2
I'm new to FreeNAS and I've just installed 11.1 from scratch, no issues during install and iSCSI works a treat! However, I'm getting almost the same error when trying to start the SMB service. I've checked the above link for "24830: Enabling SMB while Domain Controller service is running throws a traceback". I don't have the domain controller service running (I have Windows AD) and I don't have the Traceback option visible to me under my SMB options (I'm assuming because I don't have the DC service running?).

This is my first time, so please be gentle. Any help would be greatly appreciated.

Ignore me guys....It must've been something I did during install. I have reinstalled and eveything is working fine now.
 
Status
Not open for further replies.
Top