Re: Samba server not working after upgrade
I think I'm having the same problem with Hardy. Win98 and WinXP machines on my network can see my Kubuntu share, but Hardy box can't see shares on the Win boxes. Here are the active defs from my smb.conf according to the testparm utility:
[global]
workgroup = HOMENET
server string = %h server (Samba, Ubuntu)
interfaces = eth0, localhost
map to guest = Bad User
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
name resolve order = lmhosts host bcast
printcap name = cups
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
host msdfs = No
invalid users = root
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
guest ok = Yes
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /etc/samba/drivers
write list = root
[DATASHARE]
path = /datashare
read only = No
guest ok = Yes
I added the line "host msdfs = No" according to a suggested workaround for Bug #95452 in kdenetwork, but it didn't help. Anyone have any further suggestions?
I think I'm having the same problem with Hardy. Win98 and WinXP machines on my network can see my Kubuntu share, but Hardy box can't see shares on the Win boxes. Here are the active defs from my smb.conf according to the testparm utility:
[global]
workgroup = HOMENET
server string = %h server (Samba, Ubuntu)
interfaces = eth0, localhost
map to guest = Bad User
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
name resolve order = lmhosts host bcast
printcap name = cups
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
host msdfs = No
invalid users = root
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
guest ok = Yes
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /etc/samba/drivers
write list = root
[DATASHARE]
path = /datashare
read only = No
guest ok = Yes
I added the line "host msdfs = No" according to a suggested workaround for Bug #95452 in kdenetwork, but it didn't help. Anyone have any further suggestions?
Comment