CUPS-Get-Default client-error-not-found unable to use print options

Sam Yangsao syangsao at grenergy.com
Wed Sep 24 08:52:46 PDT 2008


Debugging why I'm not able to use any print options and see that when I send a job, CUPS is not able to get any Default options.  I'm wondering if there's something I'm missing here...

TIA

### access_log

localhost - - [24/Sep/2008:10:31:23 -0500] "POST / HTTP/1.1" 200 351 CUPS-Get-Printers successful-ok
localhost - - [24/Sep/2008:10:31:23 -0500] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [24/Sep/2008:10:31:23 -0500] "POST / HTTP/1.1" 200 75 CUPS-Get-Default client-error-not-found
localhost - - [24/Sep/2008:10:31:23 -0500] "POST /printers/3501test HTTP/1.1" 200 503 - successful-ok

### cupsd.conf

# Set the default printer/job policies...
<Policy default>
  # Job-related operations must be done by the owner or an adminstrator...
  <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
    Allow from all
  </Limit>

### printers.conf

<Printer 3501test>
Info
Location
DeviceURI socket://misr3501.prtr:9100
State Idle
StateTime 1222270253
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>





More information about the cups mailing list