Browsing not working after 1.1.23 ==> 1.2.2 update

Daniel Kasak dkasak at nusconsulting.com.au
Thu Aug 24 16:33:25 PDT 2006


Hi all.

I've had cups-1.2.2 working on my workstation for a while now ( with
browsing working ), but I updated the server today, and can't get
browsing working on it.

I'm getting the following in my /var/log/cups/error_log:

D [25/Aug/2006:09:29:47 +1000] cupsdUpdateCUPSBrowse: Refused 188 bytes
from 10.146.1.25
D [25/Aug/2006:09:29:47 +1000] cupsdUpdateCUPSBrowse: Refused 167 bytes
from 10.146.1.25
D [25/Aug/2006:09:29:48 +1000] cupsdUpdateCUPSBrowse: Refused 154 bytes
from 10.146.1.25

My config file ( note that I've changed a couple of @LOCAL lines to @ALL
in an attempt to get browsing working ):

# Show troubleshooting information in error_log.
LogLevel debug
SystemGroup lpadmin
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @ALL
BrowseAddress @ALL
DefaultAuthType Basic
<Location />
  # Allow shared printing and remote administration...
  Order allow,deny
  Allow @ALL
</Location>
<Location /admin>
  Encryption Required
  # Allow remote administration...
  Order allow,deny
  Allow @LOCAL
</Location>
<Location /admin/conf>
  AuthType Basic
  # Allow remote access to the configuration files...
  Order allow,deny
  Allow @LOCAL
</Location>
<Policy default>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job
Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription
Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job
Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes
Enable-Printer Disable-Printer Pause-Printer-After-Current-Job
Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer
Restart-Printer Shutdown-Printer Startup-Printer Promote-Job
Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class
CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>


Any ideas why browsing is not working. I did also at one point scp my
workstation's config file ( where browsing is working ) to the server (
and restarted ). Still no browsing :(

Dan




More information about the cups mailing list