[Leaplist] CUPS printer status

Dan Cherry dscherry at bellsouth.net
Mon Dec 11 13:39:12 EST 2006


Hi,
I've had a CUPS printer status that reads...

Ready: Network host '192.168.1.110' is busy; will retry in 30 seconds...

since yesterday afternoon.
I've restarted CUPS, turned the printer off/on, Added the client IP 
address to cupsd.conf, and assorted other desperate attempts found while 
googling.

This is an Ubuntu system (I've run the Cups-cleanup), and the printer 
works from the linux system it's attached to, and is 'visible' by all 
other Linux systems.

If I 'Stop' the printer, all other systems immediately see it as 
'paused'.  When I restart the printer the other systems immediately see 
it as ready: but with the busy status described above. The 'other' 
systems just put the job in a local queue when they attempt to print. 
The cupsd.conf file is below.

If anyone has run into this, and found a solution, could you share it, 
please?

Thanks,
-- 
Dan Cherry
dscherry (@) bellsouth.net

Finding a solution to a problem doesn't solve the problem...
Implementing the solution solves the problem.

-----------------------------------------
# Show general information in error_log.
LogLevel info
SystemGroup lpadmin
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
   # Allow shared printing and remote administration...
   Order Deny,Allow
   Deny From All
#  Allow @LOCAL
   Allow From 127.0.0.1
   Allow From 192.168.1.*
</Location>
<Location /admin>
   # Allow remote administration...
   Order Deny,Allow
   Deny From All
   Allow From 127.0.0.1
   Allow From 192.168.1.*
#  Allow @LOCAL
</Location>
<Location /admin/conf>
   AuthType Basic
   Require user @SYSTEM
   # Allow remote access to the configuration files...
   Order Deny,Allow
   Deny From All
   Allow From 127.0.0.1
   Allow From 192.168.1.*
#  Allow @LOCAL
#  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>
   # Only the owner or an administrator can cancel a job...
   <Limit Cancel-Job>
     Order deny,allow
     Require user @OWNER @SYSTEM
   </Limit>
   <Limit All>
     Order deny,allow
   </Limit>
</Policy>
Include /etc/cups/cups.d/ports.conf
Include /etc/cups/cups.d/browse.conf
# Allow remote access
Port 631
Listen 127.0.0.1:631
Listen /var/run/cups/cups.socks


More information about the Leaplist mailing list