I upgraded to 3.8-14.03 on two different Rockstor servers. Both broke Samba. The following is the error received when going to the Samba page:
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 40, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/smart_manager/views/samba_service.py”, line 44, in get
config = get_global_config()
File “/opt/rockstor/src/rockstor/system/samba.py”, line 179, in get_global_config
config[fields[0].strip()] = fields[1].strip()
IndexError: list index out of range
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 40, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/smart_manager/views/samba_service.py”, line 44, in get
config = get_global_config()
File “/opt/rockstor/src/rockstor/system/samba.py”, line 179, in get_global_config
config[fields[0].strip()] = fields[1].strip()
IndexError: list index out of range
I can still access the shares, but not configure anything.
@rockstoruser24, @grizzly, @Flyer, @KarstenV Thanks all and by way of a quick update: the issue already opened and referenced for this problem now has a pending pull request (code change) against it so hopefully after review by @suman a fix should be available shortly. Thanks for your patience on this one and for promptly reporting.
I’m having the same issue. I cant access anything on my samba share nor can I access anything via the emby plugin I use. A patch is desperate needed. plez halp
@Blake_Mcconahy Welcome to the Rockstor community and yes I think the fix for this should be out very shortly, just needs to be double checked first and then released.
Thanks for the support but I have bigger problems now. It wont even boot into rockstor properly. Its giving me an error on startup that says “entering emergency mode. Exit the shell to continue.” I cannot acess the web ui. Its says I need to type journalctl to show an error report. It then lists 1014 lines with various ones being red. I will post the error report on a different thread due to its size.