LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Problems with RH9 samba server configuration tool (https://www.linuxquestions.org/questions/linux-networking-3/problems-with-rh9-samba-server-configuration-tool-224977/)

plunday 08-31-2004 06:12 PM

Problems with RH9 samba server configuration tool
 
I did something wrong somewhere, because this was working before I started tinkering with the smbconf file using gedit (lesson learned, but I normally don't trust the GUI).

Here is the output when I try to run the Samba Server Config tool from a command line...


[root@localhost /]# 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: ('only guest', 'yes')


Thanks.

this213 08-31-2004 07:13 PM

I have the exact same issue - I got what I wanted out of hand-editing the file so I figured why bother fixing it. I guess it would be nice if it worked the way it was supposed to though.

Call me lazy - but it's been a long day.

The only difference with mine is the last line:
AttributeError: ('share modes', 'no')

odious1 08-31-2004 07:18 PM

Can you post smb.conf file so we can take a look?

plunday 08-31-2004 07:30 PM

Sure. The reason I need the gui is because I think I messed up my smbuser or smbpasswd files...I am confused over accounts at this point, and when I could not get the GUI back I was getting worried.

I have only included the lines that are not commented out:


[global]
workgroup = MSHOME
hosts allow = 10.1.1 127.
server string = My Samba Server
encrypt passwords = yes
pam password change = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[homes]
comment = Home Directories
browseable = yes
writable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
[public]
path = /var/myweb
public = yes
only guest = yes
writable = yes
printable = no

odious1 08-31-2004 07:42 PM

Don't see anything particularly wrong with that. I don't know why the tool won't parse it for you. Run testparm from the command line and see if it gives you any errors.

this213 08-31-2004 07:45 PM

This may seem a bit crazy, but until I could find the actual error, I commented out lines 19 & 20 of /usr/share/redhat-config-samba/sambaToken.py and it looks like it's working fine.

I'll post again when I've found the actual error - but I'm pretty sure it's got nothing to do with your samba configuration.

Note that I'm not recomending this as a fix - those line appear to specifically exists so that if the app thinks there's something wrong with it, it can exit gracefully. However, it does look usable in this state (for the moment anyway)

this213 08-31-2004 08:42 PM

Boy, it really has been a long day.

open your smb.conf file and edit out the:
only guest = yes
line

plunday 08-31-2004 10:30 PM

That did it. Thanks.

Also, I had to change the Server Security from User to Share.

Thanks.

I LOVE LINUX!!!


All times are GMT -5. The time now is 01:41 AM.