I had Samba setup and working fine. Not sure what happened, the only thing I can think of was a yum update. Now any time I start the Samba config, KDE, it asks for the root password, and then nothing. In a terminal window system-config-samba gives this output:
Traceback (most recent call last):
File "/usr/share/system-config-samba/system-config-samba.py", line 41, in <module>
mainWindow.MainWindow(debug_flag)
File "/usr/share/system-config-samba/mainWindow.py", line 79, in __init__
self.samba_data = sambaParser.SambaParser(self)
File "/usr/share/system-config-samba/sambaParser.py", line 180, in __init__
self.parseFile()
File "/usr/share/system-config-samba/sambaParser.py", line 218, in parseFile
token = self.createToken(line, section)
File "/usr/share/system-config-samba/sambaParser.py", line 265, in createToken
if name and self.honour_default_value_comments:
AttributeError: SambaParser instance has no attribute 'honour_default_value_comments'
I have figured that Samba doesn't like the info on these lines in these files, but I have no idea what to change them to, or if I even should. Any help would be appreciated.