Hi there,
Since I´ve updated to
Samba 3.0.23c-1.fc5, the system-config-samba command returns this:
Code:
[root@server ~]# system-config-samba
Traceback (most recent call last):
File "/usr/share/system-config-samba/system-config-samba.py", line 41, in ?
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 177, in __init__
self.parseFile()
File "/usr/share/system-config-samba/sambaParser.py", line 215, in parseFile
token = self.createToken(line, section)
File "/usr/share/system-config-samba/sambaParser.py", line 264, in createToken token = sambaToken.SambaToken(sambaToken.SambaToken.SAMBA_TOKEN_KEYVAL, (name, value))
File "/usr/share/system-config-samba/sambaToken.py", line 63, in __init__
raise AttributeError, value
AttributeError: ('debug level', '2')
Could anyone help me figure out the problem???
Thanks a lot!