[WBEL-users] Samba GUI won't run...

jamaguy jamaguy@nervesync.com
Wed, 11 Aug 2004 18:41:37 -0700


You'll need to open the /etc/samba/smb.conf file and put a semicolin in 
front of  the line:
    cups options = raw

The redhat samba gui for some reason doesn't like/accept  that this line 
is a valid samab config directive, perhaps its new to SMB3 and the 
python hasn't been updated for it? Anyhoo, that got things up and 
running when I tried it out. 

Ben

Administrator at Syngility wrote:

>Can someone shed some light on this please?
>
>[root@wbel01 root]# redhat-config-samba
>Traceback (most recent call last):
>  File "/usr/share/redhat-config-samba/redhat-config-samba.py", line 20,
>in ?
>    mainWindow.MainWindow(debug_flag)
>  File "/usr/share/redhat-config-samba/mainWindow.py", line 58, in
>__init__
>    self.samba_data = sambaParser.SambaParser(self)
>  File "/usr/share/redhat-config-samba/sambaParser.py", line 24, in
>__init__
>    self.parseFile()
>  File "/usr/share/redhat-config-samba/sambaParser.py", line 55, in
>parseFile
>    token = self.createToken(line)
>  File "/usr/share/redhat-config-samba/sambaParser.py", line 127, in
>createToken    token =
>sambaToken.SambaToken(sambaToken.SambaToken.SAMBA_TOKEN_KEYVAL, (name,
>value), self.parent)
>  File "/usr/share/redhat-config-samba/sambaToken.py", line 20, in
>__init__
>    raise AttributeError, value
>AttributeError: ('cups options', 'raw')
>[root@wbel01 root]# python
>Python 2.2.3 (#1, Dec 12 2003, 22:10:01)
>[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-20)] on linux2
>Type "help", "copyright", "credits" or "license" for more information.
>  
>
>>>>help
>>>>        
>>>>
>Type help() for interactive help, or help(object) for help about object.
>
>
>_______________________________________________
>Whitebox-users mailing list
>Whitebox-users@beau.org
>http://beau.org/mailman/listinfo/whitebox-users
>  
>