I have a printer on a machine running Kubuntu 8.04, and I can see it and print to it just fine from both XP and Vista. However, I cannot see it from any of my machines running either 8.04 or Mint5. Looking at smb4k I can see that the printer share shows up, but CUPS never sees it. In reality, I have another machine with Mint5 and a printer, and it has the same issue. This seems like it is the opposite problem most have regarding printing.
Below is the output from SWAT:
[global]
workgroup = XXXXXXX
server string = %h server (Samba, Ubuntu)
map to guest = Bad User
obey pam restrictions = Yes
passdb backend = tdbsam
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
invalid users = root
[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root
create mask = 0660
directory mask = 0700
guest ok = Yes
printable = Yes
case sensitive = No
browseable = No
One thing I find curious is that my smb.conf file clearly has browseable = Yes, but it is apparently over-ridden somewhere - no matter what I do SWAT says it is set to No. I would appreciate any help in getting this working, as it is really the last thing I have to solve.
Below is the output from SWAT:
[global]
workgroup = XXXXXXX
server string = %h server (Samba, Ubuntu)
map to guest = Bad User
obey pam restrictions = Yes
passdb backend = tdbsam
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
invalid users = root
[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root
create mask = 0660
directory mask = 0700
guest ok = Yes
printable = Yes
case sensitive = No
browseable = No
One thing I find curious is that my smb.conf file clearly has browseable = Yes, but it is apparently over-ridden somewhere - no matter what I do SWAT says it is set to No. I would appreciate any help in getting this working, as it is really the last thing I have to solve.
Comment