UpdateCUPSBrowse: Refused xxx bytes from servername

Daniel Kasak dkasak at nusconsulting.com.au
Sun Jan 9 15:45:34 PST 2005


Hi all.

I'm trying out IPP printing from Windows, and I'm getting the following 
type of error turning up in the error_log:

UpdateCUPSBrowse: Refused 106 bytes from screamer.nusconsulting.com.au

When I open the print queue thing in Windows 2000 and try printing, the 
jobs appear, and the status of the printer changes to 'processing', but 
after that the above error starts appearing in the error_log and the 
status on the Windows clients isn't updated.

Where in the config files do I fix this?

Thanks :)

Dan

---

Relevent bits from my cupsd.conf:


Port 631
HostNameLookups On
Browsing On
BrowseProtocols cups
BrowseAddress 10.146.255.255
BrowseAllow 10.146.0.0/10.146.255.255
BrowseInterval 30
BrowsePort 631

<Location /jobs>
AuthClass Anonymous
AuthType None
Allow from @LOCAL
Allow from 127.0.0.1
Allow From 10.146.0.0/10.146.255.255
</Location>

<Location /printers>
Order Allow,Deny
AuthClass Anonymous
AuthType None
Allow From @LOCAL
</Location>

<Location /printers/RicohAP3200>
AuthClass Anonymous
AuthType None
#Order Allow,Deny
Allow From @LOCAL
Allow From 10.146.0.0/10.146.255.255
</Location>

<Location /printers/Laserjet4500>
AuthClass Anonymous
AuthType None
#Order Allow,Deny
Allow From @LOCAL
Allow From 10.146.0.0/10.146.255.255
</Location>




More information about the cups mailing list