This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Attached printer not working in openSuse 13.1

Tags: None
(comma "," separated)
joelm
Registered Member
Posts
31
Karma
0
As I have never looked at logs other than boot logs previously, I am uncertain about the correct procedure, although I did some research when you first asked about the tail of the error_log.

To this point, I have executed the command after the print attempts, but there may have been a delay. Should I start it before hitting the print command? If not, I can have the tail command ready in a terminal and start that almost immediately.

Thanks for your patience.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
Ideally, the command should be run beforehand.
You can use the following invocation to monitor each file for changes continuously. Press Control + C to exit the tail once you've finished gathering the log.
Code: Select all
tail -f /path/to/log

In particular, the error_log file is likely the most relevant.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
joelm
Registered Member
Posts
31
Karma
0
Thanks for the correction. I will do that and report back.
joelm
Registered Member
Posts
31
Karma
0
I now ran the tail just before and then attempted to print from KATE:
Code: Select all
linux-5:~ # tail -f /var/log/cups/error_log
D [02/May/2014:11:34:32 -0400] [cups-driverd] ChangedPPD=0
I [02/May/2014:11:34:35 -0400] [cups-driverd] No new or changed PPDs...
I [02/May/2014:11:34:35 -0400] [cups-driverd] No new or changed PPDs...
D [02/May/2014:11:34:35 -0400] Script header: Content-Type: application/ipp
D [02/May/2014:11:34:35 -0400] Script header:
D [02/May/2014:11:34:35 -0400] PID 946 (/usr/lib/cups/daemon/cups-driverd) exited with no errors.
D [02/May/2014:11:34:35 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:34:36 -0400] cupsdReadClient: 13 WAITING Closing on EOF
D [02/May/2014:11:34:36 -0400] cupsdCloseClient: 13
D [02/May/2014:11:34:36 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAcceptClient: 13 from localhost (Domain)
D [02/May/2014:11:48:43 -0400] Report: clients=1
D [02/May/2014:11:48:43 -0400] Report: jobs=16
D [02/May/2014:11:48:43 -0400] Report: jobs-active=0
D [02/May/2014:11:48:43 -0400] Report: printers=1
D [02/May/2014:11:48:43 -0400] Report: printers-implicit=0
D [02/May/2014:11:48:43 -0400] Report: stringpool-string-count=5075
D [02/May/2014:11:48:43 -0400] Report: stringpool-alloc-bytes=8872
D [02/May/2014:11:48:43 -0400] Report: stringpool-total-bytes=92000
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost                                               
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"                                                           
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1                                                                                     
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"                                                           
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.                                                                       
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1                                                                             
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default                                                                                                       
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.                                                           
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost                                       
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"                                                           
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1                                                                                     
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"                                                           
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.                                                                       
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1                                                                             
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers                                                                                                       
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost                                               
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"                                                           
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1                                                                                     
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"                                                           
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.                                                                       
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1                                                                             
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default                                                                                                       
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.                                                           
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost                                       
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"                                                           
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1                                                                                     
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:43 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:43 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:43 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default
D [02/May/2014:11:48:43 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:43 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:43 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Printers
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default
D [02/May/2014:11:48:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:48:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST /printers/hplaserjet4050series HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 Create-Job 1
D [02/May/2014:11:48:48 -0400] Create-Job ipp://localhost:631/printers/hplaserjet4050series
D [02/May/2014:11:48:48 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [02/May/2014:11:48:48 -0400] add_job: requesting-user-name="root"
D [02/May/2014:11:48:48 -0400] Adding default job-sheets values "none,none"...
I [02/May/2014:11:48:48 -0400] [Job 17] Adding start banner page "none".
D [02/May/2014:11:48:48 -0400] Discarding unused job-created event...
I [02/May/2014:11:48:48 -0400] [Job 17] Queued on "hplaserjet4050series" by "root".
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for Create-Job (ipp://localhost:631/printers/hplaserjet4050series) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 POST /printers/hplaserjet4050series HTTP/1.1
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:11:48:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:48:48 -0400] cupsdReadClient: 13 1.1 Send-Document 1
D [02/May/2014:11:48:48 -0400] Send-Document ipp://localhost:631/printers/hplaserjet4050series
D [02/May/2014:11:48:48 -0400] cupsdIsAuthorized: requesting-user-name="root"
D [02/May/2014:11:48:48 -0400] [Job 17] Auto-typing file...
D [02/May/2014:11:48:48 -0400] [Job 17] Request file type is application/pdf.
D [02/May/2014:11:48:48 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [02/May/2014:11:48:48 -0400] [Job 17] File of type application/pdf queued by "root".
I [02/May/2014:11:48:48 -0400] [Job 17] Adding end banner page "none".
D [02/May/2014:11:48:48 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:48:48 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:48:48 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:48:48 -0400] [Job 17] job-sheets=none,none
D [02/May/2014:11:48:48 -0400] [Job 17] argv[0]="hplaserjet4050series"
D [02/May/2014:11:48:48 -0400] [Job 17] argv[1]="17"
D [02/May/2014:11:48:48 -0400] [Job 17] argv[2]="root"
D [02/May/2014:11:48:48 -0400] [Job 17] argv[3]="Untitled"
D [02/May/2014:11:48:48 -0400] [Job 17] argv[4]="1"
D [02/May/2014:11:48:48 -0400] [Job 17] argv[5]="media=Letter job-uuid=urn:uuid:7bae3b8a-8d3d-35d8-6c3a-c30c5adc816f job-originating-host-name=localhost time-at-creation=1399045728 time-at-processing=1399045728 PageSize=Letter"
D [02/May/2014:11:48:48 -0400] [Job 17] argv[6]="/var/spool/cups/d00017-001"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[2]="CUPS_DOCROOT=/usr/share/cups/webcontent"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[8]="HOME=/var/spool/cups/tmp"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[10]="SERVER_ADMIN=root@linux-5"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[11]="SOFTWARE=CUPS/1.5.4"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[13]="USER=root"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[14]="CUPS_MAX_MESSAGE=2047"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[17]="IPP_PORT=631"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[18]="CHARSET=utf-8"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[19]="LANG=en.UTF-8"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[20]="PPD=/etc/cups/ppd/hplaserjet4050series.ppd"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[21]="RIP_MAX_CACHE=128m"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[22]="CONTENT_TYPE=application/pdf"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[23]="DEVICE_URI=parallel:/dev/lp1"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[24]="PRINTER_INFO=HP LaserJet 4050 Series Postscript (recommended)"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[25]="PRINTER_LOCATION="
D [02/May/2014:11:48:48 -0400] [Job 17] envp[26]="PRINTER=hplaserjet4050series"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[27]="PRINTER_STATE_REASONS=none"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[28]="CUPS_FILETYPE=document"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [02/May/2014:11:48:48 -0400] [Job 17] envp[30]="AUTH_I****"
I [02/May/2014:11:48:48 -0400] [Job 17] Started filter /usr/lib/cups/filter/pdftops (PID 4594)
I [02/May/2014:11:48:48 -0400] [Job 17] Started backend /usr/lib/cups/backend/parallel (PID 4595)
D [02/May/2014:11:48:48 -0400] Discarding unused job-state-changed event...
D [02/May/2014:11:48:48 -0400] Returning IPP successful-ok for Send-Document (ipp://localhost:631/printers/hplaserjet4050series) from localhost
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:48:48 -0400] [Job 17] STATE: +connecting-to-device
D [02/May/2014:11:48:48 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:48:48 -0400] [Job 17] Started filter pdftops (PID 4598)
D [02/May/2014:11:48:48 -0400] [Job 17] Started filter pstops (PID 4599)
D [02/May/2014:11:48:48 -0400] [Job 17] STATE: -connecting-to-device
D [02/May/2014:11:48:48 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:48:48 -0400] [Job 17] backendRunLoop(print_fd=0, device_fd=5, snmp_fd=-1, addr=(nil), use_bc=0, side_cb=0x7f55c5042130)
D [02/May/2014:11:48:48 -0400] [Job 17] PID 4598 (pdftops) exited with no errors.
D [02/May/2014:11:48:48 -0400] [Job 17] Page = 612x792; 12,12 to 600,780
D [02/May/2014:11:48:48 -0400] [Job 17] slow_collate=0, slow_duplex=0, slow_order=0
D [02/May/2014:11:48:48 -0400] [Job 17] Before copy_comments - %!PS-Adobe-3.0
D [02/May/2014:11:48:48 -0400] [Job 17] %!PS-Adobe-3.0
D [02/May/2014:11:48:48 -0400] [Job 17] %Produced by poppler pdftops version: 0.24.3 (http://poppler.freedesktop.org)
D [02/May/2014:11:48:48 -0400] [Job 17] %%Creator:
D [02/May/2014:11:48:48 -0400] [Job 17] %%LanguageLevel: 2
D [02/May/2014:11:48:48 -0400] [Job 17] %%DocumentSuppliedResources: (atend)
D [02/May/2014:11:48:48 -0400] [Job 17] %%DocumentMedia: 612x792 612 792 0 () ()
D [02/May/2014:11:48:48 -0400] [Job 17] %%BoundingBox: 0 0 612 792
D [02/May/2014:11:48:48 -0400] [Job 17] %%Pages: 1
D [02/May/2014:11:48:48 -0400] [Job 17] %%EndComments
D [02/May/2014:11:48:48 -0400] [Job 17] Before copy_prolog - %%BeginProlog
D [02/May/2014:11:48:48 -0400] [Job 17] Read 4096 bytes of print data...
D [02/May/2014:11:48:48 -0400] [Job 17] Before copy_setup - %%BeginSetup
D [02/May/2014:11:48:48 -0400] [Job 17] Before page loop - %%Page: 1 1
D [02/May/2014:11:48:48 -0400] [Job 17] Copying page 1...
D [02/May/2014:11:48:48 -0400] [Job 17] PAGE: 1 1
D [02/May/2014:11:48:48 -0400] Discarding unused job-progress event...
D [02/May/2014:11:48:48 -0400] [Job 17] pagew = 587.5, pagel = 768.0
D [02/May/2014:11:48:48 -0400] [Job 17] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [02/May/2014:11:48:48 -0400] [Job 17] PageLeft = 12.2, PageRight = 599.8
D [02/May/2014:11:48:48 -0400] [Job 17] PageTop = 780.1, PageBottom = 12.1
D [02/May/2014:11:48:48 -0400] [Job 17] PageWidth = 612.0, PageLength = 792.0
D [02/May/2014:11:48:48 -0400] [Job 17] Wrote 1 pages...
D [02/May/2014:11:48:48 -0400] [Job 17] PID 4599 (pstops) exited with no errors.
D [02/May/2014:11:48:48 -0400] PID 4594 (/usr/lib/cups/filter/pdftops) exited with no errors.
D [02/May/2014:11:48:48 -0400] [Job 17] STATE: -media-empty-warning
D [02/May/2014:11:48:48 -0400] [Job 17] STATE: -offline-report
I [02/May/2014:11:48:48 -0400] [Job 17] Printer is now connected.
D [02/May/2014:11:48:48 -0400] [Job 17] Set job-printer-state-message to "Printer is now connected.", current level=INFO
D [02/May/2014:11:48:48 -0400] [Job 17] Wrote 4096 bytes of print data...
D [02/May/2014:11:48:48 -0400] [Job 17] Read 8192 bytes of print data...
D [02/May/2014:11:48:48 -0400] Discarding unused job-progress event...
D [02/May/2014:11:48:48 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:48:48 -0400] [Job 17] Wrote 8192 bytes of print data...
D [02/May/2014:11:48:48 -0400] [Job 17] Read 8192 bytes of print data...
D [02/May/2014:11:48:48 -0400] [Job 17] Wrote 8192 bytes of print data...
D [02/May/2014:11:48:48 -0400] [Job 17] Read 661 bytes of print data...
D [02/May/2014:11:48:48 -0400] [Job 17] Wrote 661 bytes of print data...
D [02/May/2014:11:48:48 -0400] PID 4595 (/usr/lib/cups/backend/parallel) exited with no errors.
D [02/May/2014:11:48:48 -0400] Discarding unused job-completed event...
I [02/May/2014:11:48:48 -0400] [Job 17] Job completed.
D [02/May/2014:11:48:48 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:11:48:48 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:48:49 -0400] [Job 17] Unloading...
I [02/May/2014:11:49:19 -0400] Saving job.cache...
D [02/May/2014:11:49:20 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Printing jobs and dirty files"
^C
linux-5:~ #


From Konsole:
Code: Select all
linux-5:~ # /usr/lib/cups/backend/hp
direct hp "Unknown" "HP Printer (HPLIP)"
linux-5:~ # tail -f /var/log/cups/error_log
D [02/May/2014:11:48:48 -0400] PID 4595 (/usr/lib/cups/backend/parallel) exited with no errors.
D [02/May/2014:11:48:48 -0400] Discarding unused job-completed event...
I [02/May/2014:11:48:48 -0400] [Job 17] Job completed.
D [02/May/2014:11:48:48 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:11:48:48 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:11:48:48 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:48:49 -0400] [Job 17] Unloading...
I [02/May/2014:11:49:19 -0400] Saving job.cache...
D [02/May/2014:11:49:20 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Printing jobs and dirty files"
D [02/May/2014:11:53:49 -0400] Closing client 13 after 300 seconds of inactivity...
D [02/May/2014:11:53:49 -0400] cupsdCloseClient: 13
D [02/May/2014:11:53:49 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [02/May/2014:11:53:49 -0400] Report: clients=0
D [02/May/2014:11:53:49 -0400] Report: jobs=17
D [02/May/2014:11:53:49 -0400] Report: jobs-active=0
D [02/May/2014:11:53:49 -0400] Report: printers=1
D [02/May/2014:11:53:49 -0400] Report: printers-implicit=0
D [02/May/2014:11:53:49 -0400] Report: stringpool-string-count=5077
D [02/May/2014:11:53:49 -0400] Report: stringpool-alloc-bytes=8872
D [02/May/2014:11:53:49 -0400] Report: stringpool-total-bytes=92032
D [02/May/2014:11:53:53 -0400] cupsdAcceptClient: 13 from localhost (Domain)
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:53 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:53 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:53 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:53 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:53 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:53 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:53 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:53 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:53 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:53 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:53 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:53 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:53 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:53 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:53 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:53 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:53 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default
D [02/May/2014:11:53:53 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:53 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:53 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:56 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:56 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:56 -0400] CUPS-Get-Default
D [02/May/2014:11:53:56 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:56 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:56 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:56 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:56 -0400] CUPS-Get-Default
D [02/May/2014:11:53:56 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:56 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:56 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:56 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:56 -0400] CUPS-Get-Default
D [02/May/2014:11:53:56 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:56 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:11:53:56 -0400] CUPS-Get-Printers
D [02/May/2014:11:53:56 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:11:53:56 -0400] CUPS-Get-Default
D [02/May/2014:11:53:56 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:11:53:56 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST /printers/hplaserjet4050series HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 Create-Job 1
D [02/May/2014:11:53:56 -0400] Create-Job ipp://localhost:631/printers/hplaserjet4050series
D [02/May/2014:11:53:56 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [02/May/2014:11:53:56 -0400] add_job: requesting-user-name="root"
D [02/May/2014:11:53:56 -0400] Adding default job-sheets values "none,none"...
I [02/May/2014:11:53:56 -0400] [Job 18] Adding start banner page "none".
D [02/May/2014:11:53:56 -0400] Discarding unused job-created event...
I [02/May/2014:11:53:56 -0400] [Job 18] Queued on "hplaserjet4050series" by "root".
D [02/May/2014:11:53:56 -0400] Returning IPP successful-ok for Create-Job (ipp://localhost:631/printers/hplaserjet4050series) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 POST /printers/hplaserjet4050series HTTP/1.1
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:11:53:56 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:11:53:56 -0400] cupsdReadClient: 13 1.1 Send-Document 1
D [02/May/2014:11:53:56 -0400] Send-Document ipp://localhost:631/printers/hplaserjet4050series
D [02/May/2014:11:53:56 -0400] cupsdIsAuthorized: requesting-user-name="root"
D [02/May/2014:11:53:56 -0400] [Job 18] Auto-typing file...
D [02/May/2014:11:53:56 -0400] [Job 18] Request file type is application/pdf.
D [02/May/2014:11:53:56 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [02/May/2014:11:53:56 -0400] [Job 18] File of type application/pdf queued by "root".
I [02/May/2014:11:53:56 -0400] [Job 18] Adding end banner page "none".
D [02/May/2014:11:53:56 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:53:56 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:53:56 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:53:56 -0400] [Job 18] job-sheets=none,none
D [02/May/2014:11:53:56 -0400] [Job 18] argv[0]="hplaserjet4050series"
D [02/May/2014:11:53:56 -0400] [Job 18] argv[1]="18"
D [02/May/2014:11:53:56 -0400] [Job 18] argv[2]="root"
D [02/May/2014:11:53:56 -0400] [Job 18] argv[3]=""
D [02/May/2014:11:53:56 -0400] [Job 18] argv[4]="1"
D [02/May/2014:11:53:56 -0400] [Job 18] argv[5]="media=Letter job-uuid=urn:uuid:8fa85255-e348-37c9-6d04-7b21051dd965 job-originating-host-name=localhost time-at-creation=1399046036 time-at-processing=1399046036 PageSize=Letter"
D [02/May/2014:11:53:56 -0400] [Job 18] argv[6]="/var/spool/cups/d00018-001"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[2]="CUPS_DOCROOT=/usr/share/cups/webcontent"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[8]="HOME=/var/spool/cups/tmp"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[10]="SERVER_ADMIN=root@linux-5"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[11]="SOFTWARE=CUPS/1.5.4"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[13]="USER=root"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[14]="CUPS_MAX_MESSAGE=2047"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[17]="IPP_PORT=631"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[18]="CHARSET=utf-8"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[19]="LANG=en.UTF-8"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[20]="PPD=/etc/cups/ppd/hplaserjet4050series.ppd"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[21]="RIP_MAX_CACHE=128m"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[22]="CONTENT_TYPE=application/pdf"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[23]="DEVICE_URI=parallel:/dev/lp1"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[24]="PRINTER_INFO=HP LaserJet 4050 Series Postscript (recommended)"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[25]="PRINTER_LOCATION="
D [02/May/2014:11:53:56 -0400] [Job 18] envp[26]="PRINTER=hplaserjet4050series"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[27]="PRINTER_STATE_REASONS=none"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[28]="CUPS_FILETYPE=document"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [02/May/2014:11:53:56 -0400] [Job 18] envp[30]="AUTH_I****"
I [02/May/2014:11:53:56 -0400] [Job 18] Started filter /usr/lib/cups/filter/pdftops (PID 4721)
I [02/May/2014:11:53:56 -0400] [Job 18] Started backend /usr/lib/cups/backend/parallel (PID 4722)
D [02/May/2014:11:53:56 -0400] Discarding unused job-state-changed event...
D [02/May/2014:11:53:56 -0400] Returning IPP successful-ok for Send-Document (ipp://localhost:631/printers/hplaserjet4050series) from localhost
D [02/May/2014:11:53:56 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [02/May/2014:11:53:56 -0400] [Job 18] STATE: +connecting-to-device
D [02/May/2014:11:53:56 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:53:56 -0400] [Job 18] STATE: -connecting-to-device
D [02/May/2014:11:53:56 -0400] [Job 18] backendRunLoop(print_fd=0, device_fd=5, snmp_fd=-1, addr=(nil), use_bc=0, side_cb=0x7f59f28c6130)
D [02/May/2014:11:53:56 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:53:56 -0400] [Job 18] Started filter pdftops (PID 4724)
D [02/May/2014:11:53:56 -0400] [Job 18] Started filter pstops (PID 4725)
D [02/May/2014:11:53:56 -0400] [Job 18] Page = 612x792; 12,12 to 600,780
D [02/May/2014:11:53:56 -0400] [Job 18] slow_collate=0, slow_duplex=0, slow_order=0
D [02/May/2014:11:53:56 -0400] [Job 18] Before copy_comments - %!PS-Adobe-3.0
D [02/May/2014:11:53:56 -0400] [Job 18] %!PS-Adobe-3.0
D [02/May/2014:11:53:56 -0400] [Job 18] %Produced by poppler pdftops version: 0.24.3 (http://poppler.freedesktop.org)
D [02/May/2014:11:53:56 -0400] [Job 18] %%Creator:
D [02/May/2014:11:53:56 -0400] [Job 18] %%LanguageLevel: 2
D [02/May/2014:11:53:56 -0400] [Job 18] %%DocumentSuppliedResources: (atend)
D [02/May/2014:11:53:56 -0400] [Job 18] %%DocumentMedia: 612x792 612 792 0 () ()
D [02/May/2014:11:53:56 -0400] [Job 18] %%BoundingBox: 0 0 612 792
D [02/May/2014:11:53:56 -0400] [Job 18] %%Pages: 1
D [02/May/2014:11:53:56 -0400] [Job 18] %%EndComments
D [02/May/2014:11:53:56 -0400] [Job 18] Before copy_prolog - %%BeginProlog
D [02/May/2014:11:53:56 -0400] [Job 18] Read 4096 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Before copy_setup - %%BeginSetup
D [02/May/2014:11:53:56 -0400] [Job 18] STATE: -media-empty-warning
D [02/May/2014:11:53:56 -0400] [Job 18] STATE: -offline-report
I [02/May/2014:11:53:56 -0400] [Job 18] Printer is now connected.
D [02/May/2014:11:53:56 -0400] [Job 18] Set job-printer-state-message to "Printer is now connected.", current level=INFO
D [02/May/2014:11:53:56 -0400] Discarding unused job-progress event...
D [02/May/2014:11:53:56 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 4096 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Before page loop - %%Page: 1 1
D [02/May/2014:11:53:56 -0400] [Job 18] Copying page 1...
D [02/May/2014:11:53:56 -0400] [Job 18] PAGE: 1 1
D [02/May/2014:11:53:56 -0400] Discarding unused job-progress event...
D [02/May/2014:11:53:56 -0400] [Job 18] pagew = 587.5, pagel = 768.0
D [02/May/2014:11:53:56 -0400] [Job 18] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [02/May/2014:11:53:56 -0400] [Job 18] PageLeft = 12.2, PageRight = 599.8
D [02/May/2014:11:53:56 -0400] [Job 18] PageTop = 780.1, PageBottom = 12.1
D [02/May/2014:11:53:56 -0400] [Job 18] PageWidth = 612.0, PageLength = 792.0
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:53:56 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] PID 4724 (pdftops) exited with no errors.
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 1 pages...
D [02/May/2014:11:54:02 -0400] [Job 18] PID 4725 (pstops) exited with no errors.
D [02/May/2014:11:54:02 -0400] PID 4721 (/usr/lib/cups/filter/pdftops) exited with no errors.
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 8192 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Read 6823 bytes of print data...
D [02/May/2014:11:54:02 -0400] [Job 18] Wrote 6823 bytes of print data...
D [02/May/2014:11:54:02 -0400] PID 4722 (/usr/lib/cups/backend/parallel) exited with no errors.
D [02/May/2014:11:54:02 -0400] Discarding unused job-completed event...
I [02/May/2014:11:54:02 -0400] [Job 18] Job completed.
D [02/May/2014:11:54:02 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:11:54:02 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:11:54:02 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:11:54:02 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:11:54:03 -0400] [Job 18] Unloading...
I [02/May/2014:11:54:27 -0400] Saving job.cache...
D [02/May/2014:11:54:27 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Printing jobs and dirty files"
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
Interesting. Did either of those print jobs succeed? If they didn't, could you try printing a document from Libreoffice so I can compare the differences between the two logs? It certainly looks like CUPS believes the print job was successful - so my guess would be a driver problem, which would explain why printing via Samba worked.

Also, it may help if you set a default printer through the CUPS interface - there seems to be quite a bit of complaint in the log about that.

Finally, what is the model of printer, and what driver is the remote computer (which prints via Samba) using?


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
joelm
Registered Member
Posts
31
Karma
0
From LibreOffice (which does print; KATE and the Konsole did not):
Code: Select all
linux-5:~ # tail -f /var/log/cups/error_log
D [02/May/2014:20:18:11 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:18:11 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:18:11 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:20:18:11 -0400] CUPS-Get-Default
D [02/May/2014:20:18:11 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:20:18:11 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:18:11 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:18:11 -0400] cupsdReadClient: 13 WAITING Closing on EOF
D [02/May/2014:20:18:11 -0400] cupsdCloseClient: 13
D [02/May/2014:20:18:11 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [02/May/2014:20:18:48 -0400] cupsdAcceptClient: 13 from localhost (Domain)
D [02/May/2014:20:18:48 -0400] Report: clients=1
D [02/May/2014:20:18:48 -0400] Report: jobs=18
D [02/May/2014:20:18:48 -0400] Report: jobs-active=0
D [02/May/2014:20:18:48 -0400] Report: printers=1
D [02/May/2014:20:18:48 -0400] Report: printers-implicit=0
D [02/May/2014:20:18:48 -0400] Report: stringpool-string-count=5079
D [02/May/2014:20:18:48 -0400] Report: stringpool-alloc-bytes=8872
D [02/May/2014:20:18:48 -0400] Report: stringpool-total-bytes=92064
D [02/May/2014:20:18:48 -0400] cupsdReadClient: 13 WAITING Closing on EOF
D [02/May/2014:20:18:48 -0400] cupsdCloseClient: 13
D [02/May/2014:20:18:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [02/May/2014:20:18:48 -0400] cupsdAcceptClient: 13 from localhost (Domain)
D [02/May/2014:20:18:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:20:18:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:18:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:18:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:18:48 -0400] CUPS-Get-Printers
D [02/May/2014:20:18:48 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:18:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:18:48 -0400] cupsdReadClient: 13 POST / HTTP/1.1
D [02/May/2014:20:18:48 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:18:48 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:18:48 -0400] cupsdReadClient: 13 1.1 CUPS-Get-Default 1
D [02/May/2014:20:18:48 -0400] CUPS-Get-Default
D [02/May/2014:20:18:48 -0400] CUPS-Get-Default client-error-not-found: No default printer.
D [02/May/2014:20:18:48 -0400] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:18:48 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:18:50 -0400] cupsdReadClient: 13 POST /printers/hplaserjet4050series HTTP/1.1
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"                                                           
D [02/May/2014:20:18:50 -0400] cupsdAuthorize: No authentication data provided.                                                                       
D [02/May/2014:20:18:50 -0400] cupsdReadClient: 13 1.1 Create-Job 1                                                                                   
D [02/May/2014:20:18:50 -0400] Create-Job ipp://localhost:631/printers/hplaserjet4050series                                                           
D [02/May/2014:20:18:50 -0400] cupsdMarkDirty(----J-)                                                                                                 
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"                                     
D [02/May/2014:20:18:50 -0400] add_job: requesting-user-name="root"                                                                                   
D [02/May/2014:20:18:50 -0400] Adding default job-sheets values "none,none"...                                                                         
I [02/May/2014:20:18:50 -0400] [Job 19] Adding start banner page "none".                                                                               
D [02/May/2014:20:18:50 -0400] Discarding unused job-created event...                                                                                 
I [02/May/2014:20:18:50 -0400] [Job 19] Queued on "hplaserjet4050series" by "root".                                                                   
D [02/May/2014:20:18:50 -0400] Returning IPP successful-ok for Create-Job (ipp://localhost:631/printers/hplaserjet4050series) from localhost           
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"                                         
D [02/May/2014:20:18:50 -0400] cupsdReadClient: 13 POST /printers/hplaserjet4050series HTTP/1.1                                                       
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"                                         
D [02/May/2014:20:18:50 -0400] cupsdAuthorize: No authentication data provided.                                                                       
D [02/May/2014:20:18:50 -0400] cupsdReadClient: 13 1.1 Send-Document 1                                                                                 
D [02/May/2014:20:18:50 -0400] Send-Document ipp://localhost:631/printers/hplaserjet4050series                                                         
D [02/May/2014:20:18:50 -0400] cupsdIsAuthorized: requesting-user-name="root"                                                                         
D [02/May/2014:20:18:50 -0400] [Job 19] Auto-typing file...                                                                                           
D [02/May/2014:20:18:50 -0400] [Job 19] Request file type is application/pdf.                                                                         
D [02/May/2014:20:18:50 -0400] cupsdMarkDirty(----J-)                                                                                                 
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"                     
I [02/May/2014:20:18:50 -0400] [Job 19] File of type application/pdf queued by "root".                                                                 
I [02/May/2014:20:18:50 -0400] [Job 19] Adding end banner page "none".                                                                                 
D [02/May/2014:20:18:50 -0400] cupsdMarkDirty(----J-)                                                                                                 
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:18:50 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:18:50 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:18:50 -0400] [Job 19] job-sheets=none,none
D [02/May/2014:20:18:50 -0400] [Job 19] argv[0]="hplaserjet4050series"
D [02/May/2014:20:18:50 -0400] [Job 19] argv[1]="19"
D [02/May/2014:20:18:50 -0400] [Job 19] argv[2]="root"
D [02/May/2014:20:18:50 -0400] [Job 19] argv[3]="Untitled1"
D [02/May/2014:20:18:50 -0400] [Job 19] argv[4]="1"
D [02/May/2014:20:18:50 -0400] [Job 19] argv[5]="noCollate InputSlot=Auto PageSize=A4 job-uuid=urn:uuid:12d3ac54-7cf1-3909-64f0-a083083ee087 job-originating-host-name=localhost time-at-creation=1399076330 time-at-processing=1399076330"
D [02/May/2014:20:18:50 -0400] [Job 19] argv[6]="/var/spool/cups/d00019-001"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[2]="CUPS_DOCROOT=/usr/share/cups/webcontent"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[8]="HOME=/var/spool/cups/tmp"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[10]="SERVER_ADMIN=root@linux-5"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[11]="SOFTWARE=CUPS/1.5.4"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[13]="USER=root"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[14]="CUPS_MAX_MESSAGE=2047"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[17]="IPP_PORT=631"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[18]="CHARSET=utf-8"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[19]="LANG=en.UTF-8"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[20]="PPD=/etc/cups/ppd/hplaserjet4050series.ppd"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[21]="RIP_MAX_CACHE=128m"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[22]="CONTENT_TYPE=application/pdf"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[23]="DEVICE_URI=parallel:/dev/lp1"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[24]="PRINTER_INFO=HP LaserJet 4050 Series Postscript (recommended)"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[25]="PRINTER_LOCATION="
D [02/May/2014:20:18:50 -0400] [Job 19] envp[26]="PRINTER=hplaserjet4050series"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[27]="PRINTER_STATE_REASONS=none"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[28]="CUPS_FILETYPE=document"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [02/May/2014:20:18:50 -0400] [Job 19] envp[30]="AUTH_I****"
I [02/May/2014:20:18:50 -0400] [Job 19] Started filter /usr/lib/cups/filter/pdftops (PID 4114)
I [02/May/2014:20:18:50 -0400] [Job 19] Started backend /usr/lib/cups/backend/parallel (PID 4115)
D [02/May/2014:20:18:50 -0400] Discarding unused job-state-changed event...
D [02/May/2014:20:18:50 -0400] Returning IPP successful-ok for Send-Document (ipp://localhost:631/printers/hplaserjet4050series) from localhost
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:18:50 -0400] [Job 19] STATE: +connecting-to-device
D [02/May/2014:20:18:50 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:18:50 -0400] [Job 19] Started filter pdftops (PID 4118)
D [02/May/2014:20:18:50 -0400] [Job 19] Started filter pstops (PID 4119)
D [02/May/2014:20:18:50 -0400] [Job 19] STATE: -connecting-to-device
D [02/May/2014:20:18:50 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:18:50 -0400] [Job 19] backendRunLoop(print_fd=0, device_fd=5, snmp_fd=-1, addr=(nil), use_bc=0, side_cb=0x7f3d7e58f130)
D [02/May/2014:20:18:50 -0400] [Job 19] PID 4118 (pdftops) exited with no errors.
D [02/May/2014:20:18:50 -0400] [Job 19] Page = 595x842; 13,12 to 582,830
D [02/May/2014:20:18:50 -0400] [Job 19] slow_collate=0, slow_duplex=0, slow_order=0
D [02/May/2014:20:18:50 -0400] [Job 19] Before copy_comments - %!PS-Adobe-3.0
D [02/May/2014:20:18:50 -0400] [Job 19] %!PS-Adobe-3.0
D [02/May/2014:20:18:50 -0400] [Job 19] %Produced by poppler pdftops version: 0.24.3 (http://poppler.freedesktop.org)
D [02/May/2014:20:18:50 -0400] [Job 19] %%Creator: LibreOffice 4.1.5.3
D [02/May/2014:20:18:50 -0400] [Job 19] %%LanguageLevel: 2
D [02/May/2014:20:18:50 -0400] [Job 19] %%DocumentSuppliedResources: (atend)
D [02/May/2014:20:18:50 -0400] [Job 19] %%DocumentMedia: 595x842 595 842 0 () ()
D [02/May/2014:20:18:50 -0400] [Job 19] %%BoundingBox: 0 0 595 842
D [02/May/2014:20:18:50 -0400] [Job 19] %%Pages: 1
D [02/May/2014:20:18:50 -0400] [Job 19] %%EndComments
D [02/May/2014:20:18:50 -0400] [Job 19] Before copy_prolog - %%BeginProlog
D [02/May/2014:20:18:50 -0400] [Job 19] Read 4096 bytes of print data...
D [02/May/2014:20:18:50 -0400] [Job 19] Before copy_setup - %%BeginSetup
D [02/May/2014:20:18:50 -0400] [Job 19] Before page loop - %%Page: 1 1
D [02/May/2014:20:18:50 -0400] [Job 19] Copying page 1...
D [02/May/2014:20:18:50 -0400] [Job 19] PAGE: 1 1
D [02/May/2014:20:18:50 -0400] Discarding unused job-progress event...
D [02/May/2014:20:18:50 -0400] [Job 19] pagew = 568.3, pagel = 817.7
D [02/May/2014:20:18:50 -0400] [Job 19] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [02/May/2014:20:18:50 -0400] [Job 19] PageLeft = 13.4, PageRight = 581.8
D [02/May/2014:20:18:50 -0400] [Job 19] PageTop = 829.7, PageBottom = 12.1
D [02/May/2014:20:18:50 -0400] [Job 19] PageWidth = 595.0, PageLength = 842.0
D [02/May/2014:20:18:50 -0400] [Job 19] Wrote 1 pages...
D [02/May/2014:20:18:50 -0400] [Job 19] PID 4119 (pstops) exited with no errors.
D [02/May/2014:20:18:50 -0400] PID 4114 (/usr/lib/cups/filter/pdftops) exited with no errors.
D [02/May/2014:20:18:50 -0400] [Job 19] STATE: -media-empty-warning
D [02/May/2014:20:18:50 -0400] [Job 19] STATE: -offline-report
I [02/May/2014:20:18:50 -0400] [Job 19] Printer is now connected.
D [02/May/2014:20:18:50 -0400] [Job 19] Set job-printer-state-message to "Printer is now connected.", current level=INFO
D [02/May/2014:20:18:50 -0400] [Job 19] Wrote 4096 bytes of print data...
D [02/May/2014:20:18:50 -0400] [Job 19] Read 8192 bytes of print data...
D [02/May/2014:20:18:50 -0400] Discarding unused job-progress event...
D [02/May/2014:20:18:50 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:18:50 -0400] [Job 19] Wrote 8192 bytes of print data...
D [02/May/2014:20:18:50 -0400] [Job 19] Read 8192 bytes of print data...
D [02/May/2014:20:18:50 -0400] [Job 19] Wrote 8192 bytes of print data...
D [02/May/2014:20:18:50 -0400] [Job 19] Read 8041 bytes of print data...
D [02/May/2014:20:18:50 -0400] [Job 19] Wrote 8041 bytes of print data...
D [02/May/2014:20:18:50 -0400] PID 4115 (/usr/lib/cups/backend/parallel) exited with no errors.
D [02/May/2014:20:18:50 -0400] Discarding unused job-completed event...
I [02/May/2014:20:18:50 -0400] [Job 19] Job completed.
D [02/May/2014:20:18:50 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:20:18:50 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:20:18:50 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:18:51 -0400] [Job 19] Unloading...
I [02/May/2014:20:19:22 -0400] Saving job.cache...
D [02/May/2014:20:19:22 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Printing jobs and dirty files"
D [02/May/2014:20:23:51 -0400] Closing client 13 after 300 seconds of inactivity...
D [02/May/2014:20:23:51 -0400] cupsdCloseClient: 13
D [02/May/2014:20:23:51 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [02/May/2014:20:23:51 -0400] Report: clients=0
D [02/May/2014:20:23:51 -0400] Report: jobs=19
D [02/May/2014:20:23:51 -0400] Report: jobs-active=0
D [02/May/2014:20:23:51 -0400] Report: printers=1
D [02/May/2014:20:23:51 -0400] Report: printers-implicit=0
D [02/May/2014:20:23:51 -0400] Report: stringpool-string-count=5081
D [02/May/2014:20:23:51 -0400] Report: stringpool-alloc-bytes=8872
D [02/May/2014:20:23:51 -0400] Report: stringpool-total-bytes=92096

This log looks somewhat similar to the one previously from the attempt to print from Konsole.

The printer is an HP LaserJet 4050, and the remote driver is the HP LaserJet 4050 Series Postscript (recommended) proprietary driver (same on both machines).

I set the printer to default (maintenance > set as server default) and attempted (without success) to print again from KATE:
Code: Select all
linux-5:~ # tail -f /var/log/cups/error_log
D [02/May/2014:20:38:34 -0400] Discarding unused job-completed event...
I [02/May/2014:20:38:34 -0400] [Job 20] Job completed.
D [02/May/2014:20:38:34 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:20:38:34 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:20:38:34 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:20:38:34 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:38:34 -0400] cupsdReadClient: 13 WAITING Closing on EOF
D [02/May/2014:20:38:34 -0400] cupsdCloseClient: 13
D [02/May/2014:20:38:34 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:20:38:35 -0400] [Job 20] Unloading...
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:02 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:02 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:02 -0400] CUPS-Get-Default
D [02/May/2014:20:39:02 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:02 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:04 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:04 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:04 -0400] cupsdAuthorize: No authentication data provided.
I [02/May/2014:20:39:04 -0400] Saving job.cache...
D [02/May/2014:20:39:04 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Active clients and dirty files"
D [02/May/2014:20:39:04 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:04 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:04 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:04 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:04 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:04 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:04 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:04 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:04 -0400] CUPS-Get-Default
D [02/May/2014:20:39:04 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:04 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Printers 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Printers
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST / HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 CUPS-Get-Default 1
D [02/May/2014:20:39:05 -0400] CUPS-Get-Default
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST /printers/hplaserjet4050series HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 Create-Job 1
D [02/May/2014:20:39:05 -0400] Create-Job ipp://localhost:631/printers/hplaserjet4050series
D [02/May/2014:20:39:05 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [02/May/2014:20:39:05 -0400] add_job: requesting-user-name="root"
D [02/May/2014:20:39:05 -0400] Adding default job-sheets values "none,none"...
I [02/May/2014:20:39:05 -0400] [Job 21] Adding start banner page "none".
D [02/May/2014:20:39:05 -0400] Discarding unused job-created event...
I [02/May/2014:20:39:05 -0400] [Job 21] Queued on "hplaserjet4050series" by "root".
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for Create-Job (ipp://localhost:631/printers/hplaserjet4050series) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 POST /printers/hplaserjet4050series HTTP/1.1
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [02/May/2014:20:39:05 -0400] cupsdAuthorize: No authentication data provided.
D [02/May/2014:20:39:05 -0400] cupsdReadClient: 15 1.1 Send-Document 1
D [02/May/2014:20:39:05 -0400] Send-Document ipp://localhost:631/printers/hplaserjet4050series
D [02/May/2014:20:39:05 -0400] cupsdIsAuthorized: requesting-user-name="root"
D [02/May/2014:20:39:05 -0400] [Job 21] Auto-typing file...
D [02/May/2014:20:39:05 -0400] [Job 21] Request file type is application/pdf.
D [02/May/2014:20:39:05 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [02/May/2014:20:39:05 -0400] [Job 21] File of type application/pdf queued by "root".
I [02/May/2014:20:39:05 -0400] [Job 21] Adding end banner page "none".
D [02/May/2014:20:39:05 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:05 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:05 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:39:05 -0400] [Job 21] job-sheets=none,none
D [02/May/2014:20:39:05 -0400] [Job 21] argv[0]="hplaserjet4050series"
D [02/May/2014:20:39:05 -0400] [Job 21] argv[1]="21"
D [02/May/2014:20:39:05 -0400] [Job 21] argv[2]="root"
D [02/May/2014:20:39:05 -0400] [Job 21] argv[3]="Untitled"
D [02/May/2014:20:39:05 -0400] [Job 21] argv[4]="1"
D [02/May/2014:20:39:05 -0400] [Job 21] argv[5]="media=Letter job-uuid=urn:uuid:564d3486-3c9c-33fc-46c6-dfd047c090d5 job-originating-host-name=localhost time-at-creation=1399077545 time-at-processing=1399077545 PageSize=Letter"
D [02/May/2014:20:39:05 -0400] [Job 21] argv[6]="/var/spool/cups/d00021-001"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[2]="CUPS_DOCROOT=/usr/share/cups/webcontent"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[8]="HOME=/var/spool/cups/tmp"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[10]="SERVER_ADMIN=root@linux-5"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[11]="SOFTWARE=CUPS/1.5.4"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[13]="USER=root"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[14]="CUPS_MAX_MESSAGE=2047"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[17]="IPP_PORT=631"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[18]="CHARSET=utf-8"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[19]="LANG=en.UTF-8"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[20]="PPD=/etc/cups/ppd/hplaserjet4050series.ppd"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[21]="RIP_MAX_CACHE=128m"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[22]="CONTENT_TYPE=application/pdf"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[23]="DEVICE_URI=parallel:/dev/lp1"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[24]="PRINTER_INFO=HP LaserJet 4050 Series Postscript (recommended)"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[25]="PRINTER_LOCATION="
D [02/May/2014:20:39:05 -0400] [Job 21] envp[26]="PRINTER=hplaserjet4050series"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[27]="PRINTER_STATE_REASONS=none"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[28]="CUPS_FILETYPE=document"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [02/May/2014:20:39:05 -0400] [Job 21] envp[30]="AUTH_I****"
I [02/May/2014:20:39:05 -0400] [Job 21] Started filter /usr/lib/cups/filter/pdftops (PID 4706)
I [02/May/2014:20:39:05 -0400] [Job 21] Started backend /usr/lib/cups/backend/parallel (PID 4707)
D [02/May/2014:20:39:05 -0400] Discarding unused job-state-changed event...
D [02/May/2014:20:39:05 -0400] Returning IPP successful-ok for Send-Document (ipp://localhost:631/printers/hplaserjet4050series) from localhost
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [02/May/2014:20:39:05 -0400] [Job 21] STATE: +connecting-to-device
D [02/May/2014:20:39:05 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:39:05 -0400] [Job 21] STATE: -connecting-to-device
D [02/May/2014:20:39:05 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:39:05 -0400] [Job 21] backendRunLoop(print_fd=0, device_fd=5, snmp_fd=-1, addr=(nil), use_bc=0, side_cb=0x7f327195d130)
D [02/May/2014:20:39:05 -0400] [Job 21] Started filter pdftops (PID 4708)
D [02/May/2014:20:39:05 -0400] [Job 21] Started filter pstops (PID 4709)
D [02/May/2014:20:39:05 -0400] [Job 21] PID 4708 (pdftops) exited with no errors.
D [02/May/2014:20:39:05 -0400] [Job 21] Page = 612x792; 12,12 to 600,780
D [02/May/2014:20:39:05 -0400] [Job 21] slow_collate=0, slow_duplex=0, slow_order=0
D [02/May/2014:20:39:05 -0400] [Job 21] Before copy_comments - %!PS-Adobe-3.0
D [02/May/2014:20:39:05 -0400] [Job 21] %!PS-Adobe-3.0
D [02/May/2014:20:39:05 -0400] [Job 21] %Produced by poppler pdftops version: 0.24.3 (http://poppler.freedesktop.org)
D [02/May/2014:20:39:05 -0400] [Job 21] %%Creator:
D [02/May/2014:20:39:05 -0400] [Job 21] %%LanguageLevel: 2
D [02/May/2014:20:39:05 -0400] [Job 21] %%DocumentSuppliedResources: (atend)
D [02/May/2014:20:39:05 -0400] [Job 21] %%DocumentMedia: 612x792 612 792 0 () ()
D [02/May/2014:20:39:05 -0400] [Job 21] %%BoundingBox: 0 0 612 792
D [02/May/2014:20:39:05 -0400] [Job 21] %%Pages: 1
D [02/May/2014:20:39:05 -0400] [Job 21] %%EndComments
D [02/May/2014:20:39:05 -0400] [Job 21] Before copy_prolog - %%BeginProlog
D [02/May/2014:20:39:05 -0400] [Job 21] Read 8192 bytes of print data...
D [02/May/2014:20:39:05 -0400] [Job 21] Before copy_setup - %%BeginSetup
D [02/May/2014:20:39:05 -0400] [Job 21] Before page loop - %%Page: 1 1
D [02/May/2014:20:39:05 -0400] [Job 21] Copying page 1...
D [02/May/2014:20:39:05 -0400] [Job 21] PAGE: 1 1
D [02/May/2014:20:39:05 -0400] Discarding unused job-progress event...
D [02/May/2014:20:39:05 -0400] [Job 21] pagew = 587.5, pagel = 768.0
D [02/May/2014:20:39:05 -0400] [Job 21] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [02/May/2014:20:39:05 -0400] [Job 21] PageLeft = 12.2, PageRight = 599.8
D [02/May/2014:20:39:05 -0400] [Job 21] PageTop = 780.1, PageBottom = 12.1
D [02/May/2014:20:39:05 -0400] [Job 21] PageWidth = 612.0, PageLength = 792.0
D [02/May/2014:20:39:05 -0400] [Job 21] Wrote 1 pages...
D [02/May/2014:20:39:05 -0400] [Job 21] PID 4709 (pstops) exited with no errors.
D [02/May/2014:20:39:05 -0400] PID 4706 (/usr/lib/cups/filter/pdftops) exited with no errors.
D [02/May/2014:20:39:05 -0400] [Job 21] STATE: -media-empty-warning
D [02/May/2014:20:39:05 -0400] [Job 21] STATE: -offline-report
I [02/May/2014:20:39:05 -0400] [Job 21] Printer is now connected.
D [02/May/2014:20:39:05 -0400] [Job 21] Set job-printer-state-message to "Printer is now connected.", current level=INFO
D [02/May/2014:20:39:05 -0400] [Job 21] Wrote 8192 bytes of print data...
D [02/May/2014:20:39:05 -0400] Discarding unused job-progress event...
D [02/May/2014:20:39:05 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:39:05 -0400] [Job 21] Read 8192 bytes of print data...
D [02/May/2014:20:39:05 -0400] [Job 21] Wrote 8192 bytes of print data...
D [02/May/2014:20:39:05 -0400] [Job 21] Read 4757 bytes of print data...
D [02/May/2014:20:39:05 -0400] [Job 21] Wrote 4757 bytes of print data...
D [02/May/2014:20:39:05 -0400] PID 4707 (/usr/lib/cups/backend/parallel) exited with no errors.
D [02/May/2014:20:39:05 -0400] Discarding unused job-completed event...
I [02/May/2014:20:39:05 -0400] [Job 21] Job completed.
D [02/May/2014:20:39:05 -0400] cupsdMarkDirty(----J-)
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:20:39:05 -0400] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/May/2014:20:39:05 -0400] Discarding unused printer-state-changed event...
D [02/May/2014:20:39:06 -0400] [Job 21] Unloading...
I [02/May/2014:20:39:36 -0400] Saving job.cache...
D [02/May/2014:20:39:36 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Printing jobs and dirty files"
D [02/May/2014:20:39:36 -0400] Report: clients=1
D [02/May/2014:20:39:36 -0400] Report: jobs=21
D [02/May/2014:20:39:36 -0400] Report: jobs-active=0
D [02/May/2014:20:39:36 -0400] Report: printers=1
D [02/May/2014:20:39:36 -0400] Report: printers-implicit=0
D [02/May/2014:20:39:36 -0400] Report: stringpool-string-count=5085
D [02/May/2014:20:39:36 -0400] Report: stringpool-alloc-bytes=8872
D [02/May/2014:20:39:36 -0400] Report: stringpool-total-bytes=92160
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
Can you check the paper type in Libreoffice and Kate please? Based on some of the output, they seem to be using different types (Kate, etc use Letter - while Libreoffice uses A4). As a default, this should be correctable through the CUPS settings for your printer.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
joelm
Registered Member
Posts
31
Karma
0
Thanks. Paper size configuration needs to corrected. Unless I'm wrong, I don't see that as causing the problem here.

What may be a contributing factor is something I mentioned at the outset - the printer is attached to the pc through a parallel port (parallel:/dev/lpt1), and here the port is on a SIIG pci card that provides the physical parallel port (the ASUS motherboard of course doesn't have one). Because of the parallel port connection, I've run into another complication. The ultimate goal for the pc is to run Windows XP in a VirtualBox vm as a guest on SuSE Linux 13.1. Much to my amazement, the vm is up and running, and I've figured how to load programs. The snag arose when I went to print - the port lp1 is not directly accessible. While there are hints and suggestions on the virtualbox forum, I'm not confident they will resolve the issue. One suggestion using command line configuration disabled the vm.

Given the fact that the remote pc can print via Samba, I may be able to resolve both the local and the VirtualBox issues by placing the printer on the network (e.g., JetDirect). Of course, if I had a newer printer with a USB connection, this might well be a non-issue. The printer is a workhorse - purchased in 2000 and except for a replacement fusing roller assembly, is still going strong and I'm the only user. While some might argue that it is more printer that I need, 14 years of service more than justifies the original cost and size.
User avatar
toad
Global Moderator
Posts
1258
Karma
7
OS
I've only read the last couple of posts and not really checked the logs so apologies if this has been asked before..

You got hplip installed? With it come a number of very useful subprogrammes such as hp-check! Always helped me...


Debian testing
joelm
Registered Member
Posts
31
Karma
0
PS. From a quick check of prices of cards that plug into the printer, it may be less expensive to buy a new printer!
joelm
Registered Member
Posts
31
Karma
0
hplip is referenced in several posts.
User avatar
toad
Global Moderator
Posts
1258
Karma
7
OS
Right, now I've had the time to read through the whole thread and while you have hplip installed you apparently haven't run hp-check yet - that output would be interesting. Also, have you run systemsettings as root and installed the printer system wide?


Debian testing
joelm
Registered Member
Posts
31
Karma
0
Yes, thank you. I believe I have done all of that. For details, please see: http://forums.opensuse.org/showthread.php/497358-Attached-printer-not-working-in-openSuse-13-1.

I started this thread because my printing difficulties seem to occur only with KDE applications and I thought that the folks here would have a greater insight into how those applications function. And indeed, bcooksley has me looking at logs, about which no one else previously inquired.
joelm
Registered Member
Posts
31
Karma
0
One slight correction. I'm just fetching the logs and bcooksley is examining them. As I have not previously looked at CUPS error logs, I've just started attempting to decipher them.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
I've seen incorrect paper sizes causing issues like this before - that was one of the few differences I picked up between the Libreoffice log and the KDE application logs.

In terms of getting the printer passed through to Virtualbox - you can do this using IPP once it prints using CUPS on your local system (which appears to be the case as it works with Libreoffice). You will need to enable remote printing in the CUPS settings on your computer first though, otherwise it won't permit the "remote" virtual machine to send it jobs to process.

In the Windows VM, add a network printer, specifying ipp://<IP address of your computer>/printers/<Printer name in CUPS> as the address. If that doesn't work then specify http://<IP address>:631/printers/<Printer name in CUPS>. Then configure it in Windows to use any Postscript print driver (search under Generic - "PS" in the name is a good indicator).

Please note that this technique works well for any printer which CUPS can handle - you don't need to install drivers on the other systems either, as long as they can produce Postscript then CUPS will handle the rest of the process.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]


Bookmarks



Who is online

Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]