Printing being interrupted

Nejc Skoberne nejc at skoberne.net
Sat Jun 16 02:07:36 PDT 2007


Hello,

> You don't show your cupsd.conf settings. I bet it contains a "RIPCache 8m" statement (which is the default).

You were right, previously there was no RIPCache line at all in cupsd.conf. However, if I add it as follows:

LogLevel info
SystemGroup wheel
Listen *:631
Listen /var/run/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
DefaultAuthType Basic
RIPCache 32m
<Location />
  Order allow,deny
  Allow All
</Location>
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow All
</Location>
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow All
</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>

(and, of course, restart cupsd), the problem still doesn't go away (there is absolutely no difference between before and now).

Any other ideas?

Thanks,
Nejc




More information about the cups mailing list