[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cups Unable to locate printer



/Hi everyone
i have setup a printserver and i am able to printer locally from the
printserver,
i have setup a clientserver to print to the printserver,
avahi is installed on both servers,
from the clientserver when i try a test print from the cups admin page
the print job returns with the following error

Unable to locate printer "maybel.local

File: /etc/cups/cupsd.conf                                      


this the cupsd.conf on the printclient and the printserver

LogLevel warn
MaxLogSize 0
Listen *:631
Listen /var/run/cups/cups.sock
Browsing On
BrowseLocalProtocols dnssd
DefaultAuthType Basic
DefaultEncryption IfRequested
WebInterface Yes
<Location />
  # Restrict access to the server...
  Order allow,deny
  Allow all
</Location>
<Location /admin>
  Order allow,deny
  allow 10.2.1.*
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
  Allow all
</Location>


is there a configuration step that i've missed ?

shadrock
/


Reply to: