Results 1 to 1 of 1
First Post!
Hey everyone,
I am setting up a typical Samba + CUPS printing configuration. I can see the shares just fine, but the printer share isn't working.
smb.conf:
Code:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-19-2012 #1Just Joined!
- Join Date
- Oct 2012
- Posts
- 1
Samba + CUPS: Unable to Print
First Post!
Hey everyone,
I am setting up a typical Samba + CUPS printing configuration. I can see the shares just fine, but the printer share isn't working.
smb.conf:
Here is the problem:Code:[global] server string = "My Server" map to guest = Bad User obey pam restrictions = Yes 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 load printers = Yes printing = cups printcap name = cups dns proxy = No usershare allow guests = Yes panic action = /usr/share/samba/panic-action %d idmap config * : backend = tdb security = user guest ok = Yes [printers] comment = Home Printers path = /var/spool/samba create mask = 0700 printable = Yes public = Yes #printcap name = /etc/printcap print command = /usr/bin/lpr -P%p -r %s printing = cups guest ok = Yes [print$] comment = Printer Drivers #path = /etc/samba/drivers path = /var/lib/samba/printers browsable = Yes public = Yes read only = Yes write list = admin [music] comment = Music path = /srv/media/music write list = admin read only = Yes [videos] comment = Videos path = /srv/media/videos write list = admin read only = Yes [share] comment = File Share path = /srv/share read only = No writeable = Yes
I can print a test page through the CUPS web portal just fine, but for some reason smbclient can't talk to CUPS.Code:$ sudo smbclient //myserver/myprinter Enter root's password: Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.3] smb: \> echo "TESTING" | print echo failed: NT_STATUS_IO_TIMEOUT
Any suggestions? Thanks in advance!


Reply With Quote
