make check always fails

Manfred Wilner mwilner at zebra.com
Wed Apr 10 12:15:34 PDT 2013


Hello,
I am trying for a while now to compile a downloaded version of CUPS so that I can ensure to have a proper dev env before making changes to a filter file.
The make check is always failing with the same error but I have no idea what I have to do so that this error doesn't happen.
I have been trying on various Ubuntu 12 systems and am now on Ubuntu 12.04 and down to CUPS 1.5.3 as this seems to be the installed version.
When I install the CUPS that passed make with sudo make install printing stops working while printing worked before.
As I don't know how to attach a file here I am copying the complete error log below.
Hope someone has an idea.
Thank you,
\Manfred


CUPS 1.5 Software Test Report

This software test report provides detailed test results that are used to evaluate the stability and compliance of CUPS Version 1.5.
Document Overview

This software test plan is organized into the following sections:

    1 - IPP Compliance Tests
    2 - Command Tests
    3 - Log Files

1 - IPP Compliance Tests

This section provides the results to the IPP compliance tests outlined in the CUPS Software Test Plan. These tests were run on 2013-04-10 by manfred on ubuntu.


"4.1-requests.test":
    No Attributes                                                        [PASS]
    Charset Attribute                                                    [PASS]
    Language Attribute                                                   [PASS]
    Language + Charset Attributes                                        [PASS]
    Charset + Language Attributes                                        [PASS]
    Charset + Language + Printer URI Attributes                          [PASS]
    Charset + Language + Job URI Attributes                              [PASS]
    Bad IPP Version                                                      [PASS]

Summary: 8 tests, 8 passed, 0 failed, 0 skipped
Score: 100%

"4.2-cups-printer-ops.test":
    Add Printer Test1                                                    [PASS]
    Verify Printer Test1 Added                                           [PASS]
    Delete Printer Test1                                                 [PASS]
    Verify Printer Test1 Deleted                                         [PASS]
    Subscribe to Printer Events                                          [PASS]
    Add Printer Test2                                                    [PASS]
    Verify Printer Test2 Added                                           [PASS]
    Modify Printer Test2                                                 [PASS]
    Re-Add Printer Test1                                                 [PASS]
    Verify Printer Test1 Re-Added                                        [PASS]
    Get Default Printer with no default set                              [PASS]
    Set Default Printer to Test1                                         [PASS]
    Get Default Printer                                                  [PASS]
    Get IPP/2.x Attributes for Printer Test1                             [PASS]

Summary: 14 tests, 14 passed, 0 failed, 0 skipped
Score: 100%

"4.3-job-ops.test":
    Print PostScript Job with bad job-sheets value to Test1              [PASS]
    Print PostScript Job to Test1                                        [PASS]
    Get Job Attributes                                                   [PASS]
    Print JPEG Job to Test2                                              [PASS]
    Get Job Attributes                                                   [PASS]
    Print Text Job to Test1                                              [PASS]
    Print PDF Job to Test1                                               [PASS]
    Hold Job on Test1                                                    [PASS]
    Release Job on Test1                                                 [PASS]
    Print Held Image Job to Test1                                        [PASS]
    Cancel Job                                                           [PASS]
    Get Job List on Test1                                                [PASS]
    Get All Jobs                                                         [PASS]

Summary: 13 tests, 13 passed, 0 failed, 0 skipped
Score: 100%

"4.4-subscription-ops.test":
    Add Printer Subscription w/Lease                                     [PASS]
        notify-subscription-id (integer) = 3
    [7 second delay]
    Verify Subscription Expiration                                       [PASS]
    Add 2 Printer Subscriptions w/Lease                                  [FAIL]
        RECEIVED: 157 bytes in response
        status-code = client-error-too-many-subscriptions (There are too many subscriptions.)
        attributes-charset (charset) = utf-8
        attributes-natural-language (naturalLanguage) = en
        notify-subscription-id (integer) = 4
        status-message (textWithoutLanguage) = There are too many subscriptions.
        EXPECTED: STATUS successful-ok (got client-error-too-many-subscriptions)
        status-message="There are too many subscriptions."
        notify-subscription-id (integer) = 4
    List Printer Subscriptions                                           [PASS]
        notify-events (keyword) = printer-state-changed
        notify-printer-uri (uri) = ipp://localhost:8631/printers/Test1
        notify-subscription-id (integer) = 4
    Check MaxSubscriptions limits                                        [PASS]

Summary: 5 tests, 4 passed, 1 failed, 0 skipped
Score: 80%

2 - Command Tests

This section provides the results to the command tests outlined in the CUPS Software Test Plan. These tests were run on 2013-04-10 by manfred on ubuntu.


"5.1-lpadmin.sh":
Add Printer Test

    lpadmin -p Test3 -v file:/dev/null -E -m drv:///sample.drv/deskjet.ppd
    PASSED

Modify Printer Test

    lpadmin -p Test3 -v file:/tmp/Test3 -o PageSize=A4
    PASSED

Delete Printer Test

    lpadmin -x Test3
    PASSED


"5.2-lpc.sh":
LPC Test

    lpc status
Test1:
	printer is on device '/tmp/Test1' speed -1
	queuing is enabled
	printing is enabled
	no entries
	daemon present
Test2:
	printer is on device '/tmp/Test2' speed -1
	queuing is enabled
	printing is enabled
	1 entries
	daemon present
    PASSED


"5.3-lpq.sh":
LPQ Test

    lpq -P Test1
Test1 is ready
no entries
    PASSED


"5.4-lpstat.sh":
LPSTAT Test

    lpstat -t
scheduler is running
system default destination: Test1
device for Test1: /tmp/Test1
device for Test2: /tmp/Test2
Test1 accepting requests since Wed Apr 10 11:54:54 2013
Test2 accepting requests since Wed Apr 10 11:54:54 2013
printer Test1 is idle.  enabled since Wed Apr 10 11:54:54 2013
printer Test2 is idle.  enabled since Wed Apr 10 11:54:54 2013
	No pages were found.
Test2-2                 manfred         204800   Wed Apr 10 11:54:54 2013
    PASSED

LPSTAT Test

    lpstat -H
    FAILED (localhost:8631
Test2-2                 manfred         204800   Wed Apr 10 11:54:54 2013)

"5.5-lp.sh":
LP Default Test

    lp testfile.pdf
request id is Test1-6 (1 file(s))
    PASSED

LP Destination Test

    lp -d Test2 testfile.jpg
request id is Test2-7 (1 file(s))
    PASSED

LP Options Test

    lp -d Test1 -P 1-4 -o job-sheets=classified,classified testfile.pdf
request id is Test1-8 (1 file(s))
    PASSED

LP Flood Test (10 times in parallel)

    lp -d Test1 testfile.jpg
    lp -d Test2 testfile.jpg
request id is Test1-9 (1 file(s))
request id is Test2-10 (1 file(s))
request id is Test1-11 (1 file(s))
request id is Test2-12 (1 file(s))
request id is Test2-13 (1 file(s))
request id is Test1-14 (1 file(s))
request id is Test2-15 (1 file(s))
request id is Test1-16 (1 file(s))
request id is Test1-17 (1 file(s))
request id is Test2-18 (1 file(s))
request id is Test1-19 (1 file(s))
request id is Test2-20 (1 file(s))
request id is Test1-21 (1 file(s))
request id is Test2-22 (1 file(s))
request id is Test2-23 (1 file(s))
request id is Test1-24 (1 file(s))
request id is Test1-25 (1 file(s))
request id is Test2-26 (1 file(s))
request id is Test2-27 (1 file(s))
    PASSED

request id is Test1-28 (1 file(s))
Waiting for jobs to complete...24...22...

"5.6-lpr.sh":
LPR Default Test

    lpr testfile.pdf
    PASSED

LPR Destination Test

    lpr -P Test2 testfile.jpg
    PASSED

LPR Options Test

    lpr -P Test1 -o number-up=4 -o job-sheets=standard,none testfile.pdf
    PASSED

LPR Flood Test (10 times in parallel)

    lpr -P Test1 testfile.jpg
    lpr -P Test2 testfile.jpg
    PASSED

Waiting for jobs to complete...45...43...

"5.7-lprm.sh":
LPRM Current Test

    lpr -o job-hold-until=indefinite testfile.jpg
    lprm
    PASSED

LPRM Destination Test

    lpr -P Test1 -o job-hold-until=indefinite testfile.jpg
    lprm Test1
    PASSED


"5.8-cancel.sh":
Cancel Destination Test

    lp -d Test1 -o job-hold-until=indefinite testfile.jpg
request id is Test1-54 (1 file(s))
    cancel Test1
    PASSED

Cancel All Test

    cancel -a
    PASSED


"5.9-lpinfo.sh":
LPINFO Devices Test

    lpinfo -v
network http
network ipp
direct pseudo:///deskjet
network socket
network lpd
direct pseudo:///laserjet
    PASSED

LPINFO Drivers Test

    lpinfo -m
drv:///sample.drv/dymo.ppd Dymo Label Printer
drv:///sample.drv/epson9.ppd Epson 9-Pin Series
drv:///sample.drv/epson24.ppd Epson 24-Pin Series
drv:///sample.drv/stcolor2.ppd Epson New Stylus Color Series
drv:///sample.drv/stphoto2.ppd Epson New Stylus Photo Series
drv:///sample.drv/stcolor.ppd Epson Stylus Color Series
drv:///sample.drv/stphoto.ppd Epson Stylus Photo Series
drv:///sample.drv/generpcl.ppd Generic PCL Laser Printer
lsb/usr/cupsfilters/Generic-PDF_Printer-PDF.ppd Generic PDF Printer
drv:///sample.drv/generic.ppd Generic PostScript Printer
lsb/usr/cupsfilters/textonly.ppd Generic text-only printer
lsb/usr/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd HP Color LaserJet CM3530 MFP PDF
lsb/usr/ghostscript/model/pxlcolor.ppd HP Color LaserJet Series PCL 6 CUPS
drv:///sample.drv/deskjet.ppd HP DeskJet Series
lsb/usr/hplip/HP/HP-Fax-hpcups.ppd HP Fax hpcups
lsb/usr/hplip/HP/HP-Fax-hpijs.ppd HP Fax hpijs
lsb/usr/hplip/HP/HP-Fax2-hpcups.ppd HP Fax2 hpcups
lsb/usr/hplip/HP/HP-Fax2-hpijs.ppd HP Fax2 hpijs
lsb/usr/hplip/HP/HP-Fax3-hpcups.ppd HP Fax3 hpcups
lsb/usr/hplip/HP/HP-Fax3-hpijs.ppd HP Fax3 hpijs
lsb/usr/hplip/HP/HP-Fax4-hpcups.ppd HP Fax4 hpcups
lsb/usr/hplip/HP/HP-Fax4-hpijs.ppd HP Fax4 hpijs
drv:///sample.drv/laserjet.ppd HP LaserJet Series PCL 4/5
lsb/usr/ghostscript/model/pxlmono.ppd HP LaserJet Series PCL 6 CUPS
lsb/usr/cupsfilters/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd HP PhotoSmart Pro B8300 CUPS/pdftoijs/hpijs
drv:///sample.drv/intelbar.ppd Intellitech IntelliBar Label Printer, 1.5
drv:///sample.drv/okidata9.ppd Oki 9-Pin Series
drv:///sample.drv/okidat24.ppd Oki 24-Pin Series
raw Raw Queue
drv:///sample.drv/zebracpl.ppd Zebra CPCL Label Printer
drv:///sample.drv/zebraep1.ppd Zebra EPL1 Label Printer
drv:///sample.drv/zebraep2.ppd Zebra EPL2 Label Printer
drv:///sample.drv/zebra.ppd Zebra ZPL Label Printer
    PASSED

LPINFO Drivers Test

    lpinfo -m | grep -q sample.drv
    PASSED

3 - Log Files
Summary

PASS: All job control files purged.

PASS: Printer 'Test1' correctly produced 35 page(s).

FAIL: Printer 'Test2' produced 0 page(s), expected 23.

PASS: 135 requests logged.

PASS: CUPS-Get-Default not logged.

PASS: 0 emergency messages.

PASS: 0 alert messages.

PASS: 0 critical messages.

FAIL: 171 error messages, expected 18.

E [10/Apr/2013:11:54:53.851328 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
E [10/Apr/2013:11:54:53.853901 -0700] Missing attributes-natural-language attribute
E [10/Apr/2013:11:54:53.853988 -0700] Missing printer-uri, job-uri, or ppd-name attribute
E [10/Apr/2013:11:54:53.854216 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
E [10/Apr/2013:11:54:53.856103 -0700] Missing attributes-charset attribute
E [10/Apr/2013:11:54:53.856188 -0700] Missing attributes-natural-language attribute
E [10/Apr/2013:11:54:53.856268 -0700] Missing printer-uri, job-uri, or ppd-name attribute
E [10/Apr/2013:11:54:53.856574 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
E [10/Apr/2013:11:54:53.859168 -0700] Missing attributes-charset attribute
E [10/Apr/2013:11:54:53.859266 -0700] Missing attributes-natural-language attribute
E [10/Apr/2013:11:54:53.859348 -0700] Missing printer-uri, job-uri, or ppd-name attribute
E [10/Apr/2013:11:54:53.859880 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
E [10/Apr/2013:11:54:53.862340 -0700] Missing printer-uri, job-uri, or ppd-name attribute
E [10/Apr/2013:11:54:53.862815 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
E [10/Apr/2013:11:54:53.868812 -0700] Returning IPP client-error-bad-request for Get-Jobs (ipp://localhost:8631/jobs) from localhost
E [10/Apr/2013:11:54:53.871263 -0700] Returning IPP server-error-version-not-supported for Get-Jobs (no URI) from localhost
E [10/Apr/2013:11:54:54.134396 -0700] Returning IPP client-error-bad-request for Print-Job (ipp://localhost:8631/printers/Test1) from localhost
E [10/Apr/2013:11:54:54.192660 -0700] [Job 2] The print file could not be opened.
E [10/Apr/2013:11:54:54.202063 -0700] [Job 2] No pages were found.
E [10/Apr/2013:11:54:54.205260 -0700] [Job 2] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:01.283586 -0700] Returning IPP client-error-too-many-subscriptions for Create-Printer-Subscription (ipp://localhost:8631/printers/Test1) from localhost
E [10/Apr/2013:11:55:01.291139 -0700] Returning IPP client-error-too-many-subscriptions for Create-Printer-Subscription (ipp://localhost:8631/printers/Test1) from localhost
E [10/Apr/2013:11:55:01.759244 -0700] [Job 7] The print file could not be opened.
E [10/Apr/2013:11:55:01.762313 -0700] [Job 7] No pages were found.
E [10/Apr/2013:11:55:01.763228 -0700] [Job 7] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:01.992382 -0700] [Job 10] The print file could not be opened.
E [10/Apr/2013:11:55:01.992409 -0700] [Job 10] No pages were found.
E [10/Apr/2013:11:55:01.997305 -0700] [Job 10] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.069067 -0700] [Job 12] The print file could not be opened.
E [10/Apr/2013:11:55:02.069091 -0700] [Job 12] No pages were found.
E [10/Apr/2013:11:55:02.071492 -0700] [Job 12] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.097539 -0700] [Job 13] The print file could not be opened.
E [10/Apr/2013:11:55:02.099817 -0700] [Job 13] No pages were found.
E [10/Apr/2013:11:55:02.101391 -0700] [Job 13] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.147064 -0700] [Job 15] The print file could not be opened.
E [10/Apr/2013:11:55:02.147176 -0700] [Job 15] No pages were found.
E [10/Apr/2013:11:55:02.148453 -0700] [Job 15] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.197620 -0700] [Job 18] The print file could not be opened.
E [10/Apr/2013:11:55:02.197674 -0700] [Job 18] No pages were found.
E [10/Apr/2013:11:55:02.206135 -0700] [Job 18] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.247728 -0700] [Job 20] The print file could not be opened.
E [10/Apr/2013:11:55:02.247751 -0700] [Job 20] No pages were found.
E [10/Apr/2013:11:55:02.250085 -0700] [Job 20] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.280671 -0700] [Job 22] The print file could not be opened.
E [10/Apr/2013:11:55:02.283537 -0700] [Job 22] No pages were found.
E [10/Apr/2013:11:55:02.284784 -0700] [Job 22] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.303557 -0700] [Job 23] The print file could not be opened.
E [10/Apr/2013:11:55:02.306301 -0700] [Job 23] No pages were found.
E [10/Apr/2013:11:55:02.317372 -0700] [Job 23] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.344726 -0700] [Job 26] The print file could not be opened.
E [10/Apr/2013:11:55:02.344778 -0700] [Job 26] No pages were found.
E [10/Apr/2013:11:55:02.355309 -0700] [Job 26] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.379966 -0700] [Job 27] The print file could not be opened.
E [10/Apr/2013:11:55:02.382502 -0700] [Job 27] No pages were found.
E [10/Apr/2013:11:55:02.384018 -0700] [Job 27] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.947199 -0700] [Job 9] The print file could not be opened.
E [10/Apr/2013:11:55:02.948165 -0700] [Job 9] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.959132 -0700] [Job 11] The print file could not be opened.
E [10/Apr/2013:11:55:02.960261 -0700] [Job 11] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.972383 -0700] [Job 14] The print file could not be opened.
E [10/Apr/2013:11:55:02.973250 -0700] [Job 14] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.983857 -0700] [Job 16] The print file could not be opened.
E [10/Apr/2013:11:55:02.984816 -0700] [Job 16] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:02.995738 -0700] [Job 17] The print file could not be opened.
E [10/Apr/2013:11:55:02.996779 -0700] [Job 17] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:03.020716 -0700] [Job 19] The print file could not be opened.
E [10/Apr/2013:11:55:03.021511 -0700] [Job 19] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:03.034835 -0700] [Job 21] The print file could not be opened.
E [10/Apr/2013:11:55:03.037402 -0700] [Job 21] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:03.051806 -0700] [Job 24] The print file could not be opened.
E [10/Apr/2013:11:55:03.053484 -0700] [Job 24] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:03.068415 -0700] [Job 25] The print file could not be opened.
E [10/Apr/2013:11:55:03.070977 -0700] [Job 25] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:55:03.085738 -0700] [Job 28] The print file could not be opened.
E [10/Apr/2013:11:55:03.086934 -0700] [Job 28] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:11:59:55.629784 -0700] [Job 2] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741142 -0700] [Job 7] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741203 -0700] [Job 9] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741258 -0700] [Job 10] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741312 -0700] [Job 11] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741366 -0700] [Job 12] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741419 -0700] [Job 13] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741505 -0700] [Job 14] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741560 -0700] [Job 15] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741613 -0700] [Job 16] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741666 -0700] [Job 17] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741719 -0700] [Job 18] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741773 -0700] [Job 19] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741911 -0700] [Job 20] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741974 -0700] [Job 21] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742028 -0700] [Job 22] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742082 -0700] [Job 23] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742136 -0700] [Job 24] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742190 -0700] [Job 25] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742259 -0700] [Job 26] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742312 -0700] [Job 27] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742366 -0700] [Job 28] Stopping unresponsive job!
E [10/Apr/2013:12:01:06.536546 -0700] [Job 30] The print file could not be opened.
E [10/Apr/2013:12:01:06.540723 -0700] [Job 30] No pages were found.
E [10/Apr/2013:12:01:06.541632 -0700] [Job 30] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:06.668818 -0700] [Job 32] The print file could not be opened.
E [10/Apr/2013:12:01:06.668884 -0700] [Job 32] No pages were found.
E [10/Apr/2013:12:01:06.690744 -0700] [Job 32] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:06.822479 -0700] [Job 34] The print file could not be opened.
E [10/Apr/2013:12:01:06.822543 -0700] [Job 34] No pages were found.
E [10/Apr/2013:12:01:06.833832 -0700] [Job 34] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:06.940604 -0700] [Job 36] The print file could not be opened.
E [10/Apr/2013:12:01:06.940628 -0700] [Job 36] No pages were found.
E [10/Apr/2013:12:01:06.944340 -0700] [Job 36] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:06.965387 -0700] [Job 38] The print file could not be opened.
E [10/Apr/2013:12:01:06.978276 -0700] [Job 38] No pages were found.
E [10/Apr/2013:12:01:06.979212 -0700] [Job 38] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.037291 -0700] [Job 41] The print file could not be opened.
E [10/Apr/2013:12:01:07.045938 -0700] [Job 41] No pages were found.
E [10/Apr/2013:12:01:07.050086 -0700] [Job 41] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.093616 -0700] [Job 42] The print file could not be opened.
E [10/Apr/2013:12:01:07.093639 -0700] [Job 42] No pages were found.
E [10/Apr/2013:12:01:07.095500 -0700] [Job 42] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.128039 -0700] [Job 44] The print file could not be opened.
E [10/Apr/2013:12:01:07.128080 -0700] [Job 44] No pages were found.
E [10/Apr/2013:12:01:07.128793 -0700] [Job 44] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.154836 -0700] [Job 47] The print file could not be opened.
E [10/Apr/2013:12:01:07.157735 -0700] [Job 47] No pages were found.
E [10/Apr/2013:12:01:07.170460 -0700] [Job 47] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.227084 -0700] [Job 48] The print file could not be opened.
E [10/Apr/2013:12:01:07.227107 -0700] [Job 48] No pages were found.
E [10/Apr/2013:12:01:07.231677 -0700] [Job 48] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.266685 -0700] [Job 50] The print file could not be opened.
E [10/Apr/2013:12:01:07.269511 -0700] [Job 50] No pages were found.
E [10/Apr/2013:12:01:07.276581 -0700] [Job 50] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.820349 -0700] [Job 33] The print file could not be opened.
E [10/Apr/2013:12:01:07.828997 -0700] [Job 33] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.842274 -0700] [Job 35] The print file could not be opened.
E [10/Apr/2013:12:01:07.857029 -0700] [Job 35] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.870233 -0700] [Job 37] The print file could not be opened.
E [10/Apr/2013:12:01:07.881069 -0700] [Job 37] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.894271 -0700] [Job 39] The print file could not be opened.
E [10/Apr/2013:12:01:07.904223 -0700] [Job 39] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.917727 -0700] [Job 40] The print file could not be opened.
E [10/Apr/2013:12:01:07.929046 -0700] [Job 40] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.942131 -0700] [Job 43] The print file could not be opened.
E [10/Apr/2013:12:01:07.957024 -0700] [Job 43] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.970364 -0700] [Job 45] The print file could not be opened.
E [10/Apr/2013:12:01:07.980299 -0700] [Job 45] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:07.994210 -0700] [Job 46] The print file could not be opened.
E [10/Apr/2013:12:01:08.019075 -0700] [Job 46] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:08.035529 -0700] [Job 49] The print file could not be opened.
E [10/Apr/2013:12:01:08.045070 -0700] [Job 49] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:01:08.058388 -0700] [Job 51] The print file could not be opened.
E [10/Apr/2013:12:01:08.063715 -0700] [Job 51] Job stopped due to filter errors; please consult the error_log file for details.
E [10/Apr/2013:12:06:11.662821 -0700] [Job 30] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.662884 -0700] [Job 32] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.662939 -0700] [Job 33] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.662993 -0700] [Job 34] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663047 -0700] [Job 35] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663101 -0700] [Job 36] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663155 -0700] [Job 37] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663208 -0700] [Job 38] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663262 -0700] [Job 39] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663315 -0700] [Job 40] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663368 -0700] [Job 41] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663422 -0700] [Job 42] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663525 -0700] [Job 43] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663580 -0700] [Job 44] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663633 -0700] [Job 45] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663686 -0700] [Job 46] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663740 -0700] [Job 47] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663793 -0700] [Job 48] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663845 -0700] [Job 49] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663899 -0700] [Job 50] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663989 -0700] [Job 51] Stopping unresponsive job!

PASS: 9 warning messages.

PASS: 0 notice messages.

PASS: 450 info messages.

PASS: 9282 debug messages.

PASS: 107966 debug2 messages.
access_log

localhost - - [10/Apr/2013:11:54:53.850423 -0700] "POST /printers HTTP/1.1" 200 9 Get-Jobs client-error-bad-request
localhost - - [10/Apr/2013:11:54:53.853196 -0700] "POST /printers HTTP/1.1" 200 38 Get-Jobs client-error-bad-request
localhost - - [10/Apr/2013:11:54:53.855580 -0700] "POST /printers HTTP/1.1" 200 44 Get-Jobs client-error-bad-request
localhost - - [10/Apr/2013:11:54:53.857938 -0700] "POST /printers HTTP/1.1" 200 72 Get-Jobs client-error-bad-request
localhost - - [10/Apr/2013:11:54:53.861630 -0700] "POST /printers HTTP/1.1" 200 72 Get-Jobs client-error-bad-request
localhost - - [10/Apr/2013:11:54:53.868028 -0700] "POST /printers HTTP/1.1" 200 109 Get-Jobs client-error-bad-request
localhost - - [10/Apr/2013:11:54:53.870458 -0700] "POST /printers HTTP/1.1" 200 112 Get-Jobs server-error-version-not-supported
localhost - - [10/Apr/2013:11:54:53.884392 -0700] "POST /admin/ HTTP/1.1" 200 9273 CUPS-Add-Modify-Printer successful-ok
localhost - - [10/Apr/2013:11:54:53.946786 -0700] "POST /admin/ HTTP/1.1" 200 123 CUPS-Delete-Printer successful-ok
localhost - - [10/Apr/2013:11:54:53.956229 -0700] "POST / HTTP/1.1" 200 252 Create-Printer-Subscription successful-ok
localhost - - [10/Apr/2013:11:54:53.959363 -0700] "POST /admin/ HTTP/1.1" 200 9273 CUPS-Add-Modify-Printer successful-ok
localhost - - [10/Apr/2013:11:54:54.002286 -0700] "POST /admin/ HTTP/1.1" 200 207 CUPS-Add-Modify-Printer successful-ok
localhost - - [10/Apr/2013:11:54:54.015355 -0700] "POST /admin/ HTTP/1.1" 200 9177 CUPS-Add-Modify-Printer successful-ok
localhost - - [10/Apr/2013:11:54:54.059647 -0700] "POST /admin/ HTTP/1.1" 200 123 CUPS-Set-Default successful-ok
localhost - - [10/Apr/2013:11:54:54.125310 -0700] "POST /printers/Test1 HTTP/1.1" 200 17505 Print-Job client-error-bad-request
localhost - - [10/Apr/2013:11:54:54.136205 -0700] "POST /printers/Test1 HTTP/1.1" 200 17476 Print-Job successful-ok
localhost - - [10/Apr/2013:11:54:54.165595 -0700] "POST /printers/Test2 HTTP/1.1" 200 204351 Print-Job successful-ok
localhost - - [10/Apr/2013:11:54:54.192121 -0700] "POST /printers/Test1 HTTP/1.1" 200 3907 Print-Job successful-ok
localhost - - [10/Apr/2013:11:54:54.203950 -0700] "POST /printers/Test1 HTTP/1.1" 200 279928 Print-Job successful-ok
localhost - - [10/Apr/2013:11:54:54.224383 -0700] "POST /printers/Test1 HTTP/1.1" 200 170 Hold-Job successful-ok
localhost - - [10/Apr/2013:11:54:54.227527 -0700] "POST /printers/Test1 HTTP/1.1" 200 170 Release-Job successful-ok
localhost - - [10/Apr/2013:11:54:54.229918 -0700] "POST /printers/Test1 HTTP/1.1" 200 204341 Print-Job successful-ok
localhost - - [10/Apr/2013:11:54:54.236082 -0700] "POST /jobs HTTP/1.1" 200 143 Cancel-Job successful-ok
localhost - - [10/Apr/2013:11:54:54.272845 -0700] "POST / HTTP/1.1" 200 263 Create-Printer-Subscription successful-ok
localhost - - [10/Apr/2013:11:55:01.281900 -0700] "POST / HTTP/1.1" 200 372 Create-Printer-Subscription client-error-too-many-subscriptions
localhost - - [10/Apr/2013:11:55:01.289738 -0700] "POST / HTTP/1.1" 200 263 Create-Printer-Subscription client-error-too-many-subscriptions
localhost - - [10/Apr/2013:11:55:01.343201 -0700] "POST /admin/ HTTP/1.1" 200 209 CUPS-Add-Modify-Printer successful-ok
localhost - - [10/Apr/2013:11:55:01.360795 -0700] "POST /admin/ HTTP/1.1" 200 227 CUPS-Add-Modify-Printer successful-ok
localhost - - [10/Apr/2013:11:55:01.423437 -0700] "POST /admin/ HTTP/1.1" 200 9699 CUPS-Add-Modify-Printer successful-ok
localhost - - [10/Apr/2013:11:55:01.482029 -0700] "POST /admin/ HTTP/1.1" 200 150 CUPS-Delete-Printer successful-ok
localhost - - [10/Apr/2013:11:55:01.675518 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.678555 -0700] "POST /printers/Test1 HTTP/1.1" 200 280009 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:01.715606 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.719174 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:01.761496 -0700] "POST /printers/Test1 HTTP/1.1" 200 388 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.766814 -0700] "POST /printers/Test1 HTTP/1.1" 200 280009 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:01.812811 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.815263 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:01.860701 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.862421 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.906048 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.911644 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.913879 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.889239 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:01.891208 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.004912 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.011011 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:01.974080 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:01.978675 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:01.993527 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.035601 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.045423 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.090732 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.036221 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.039477 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.094824 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.119171 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.128182 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.130477 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.132386 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.134294 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.136559 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.102316 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.105083 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.156420 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.159472 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:11:55:02.137252 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.145965 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.167605 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.174191 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.176679 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.180292 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.183813 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.189792 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.212598 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:11:55:02.220121 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.456633 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.459821 -0700] "POST /printers/Test1 HTTP/1.1" 200 280009 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.493674 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.496846 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.551210 -0700] "POST /printers/Test1 HTTP/1.1" 200 356 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.555356 -0700] "POST /printers/Test1 HTTP/1.1" 200 280009 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.591532 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.594906 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.648808 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.682112 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.696875 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.670812 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.709792 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.716011 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.804168 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.807238 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.829595 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.835200 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.884033 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.886192 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.860012 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.864015 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.874690 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.877694 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.926010 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.928025 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.930390 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.934054 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.953717 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.962663 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.967707 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.972637 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.931825 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.934623 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.993624 -0700] "POST /printers/Test2 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.996117 -0700] "POST /printers/Test1 HTTP/1.1" 200 352 Create-Job successful-ok
localhost - - [10/Apr/2013:12:01:06.981895 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.983895 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.985920 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:06.987961 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:07.014088 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:07.016931 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:07.020475 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:07.031169 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:07.056118 -0700] "POST /printers/Test2 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:01:07.058685 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:07:12.599931 -0700] "POST /printers/Test1 HTTP/1.1" 200 355 Create-Job successful-ok
localhost - - [10/Apr/2013:12:07:12.603159 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:07:12.630788 -0700] "POST /jobs/ HTTP/1.1" 200 170 Cancel-Job successful-ok
localhost - - [10/Apr/2013:12:07:12.651173 -0700] "POST /printers/Test1 HTTP/1.1" 200 355 Create-Job successful-ok
localhost - - [10/Apr/2013:12:07:12.654638 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:07:12.683909 -0700] "POST /jobs/ HTTP/1.1" 200 170 Cancel-Job successful-ok
localhost - - [10/Apr/2013:12:07:12.712814 -0700] "POST /printers/Test1 HTTP/1.1" 200 355 Create-Job successful-ok
localhost - - [10/Apr/2013:12:07:12.716392 -0700] "POST /printers/Test1 HTTP/1.1" 200 204419 Send-Document successful-ok
localhost - - [10/Apr/2013:12:07:12.754928 -0700] "POST /jobs/ HTTP/1.1" 200 165 Cancel-Job successful-ok
localhost - - [10/Apr/2013:12:07:12.769117 -0700] "POST /admin/ HTTP/1.1" 200 161 Purge-Jobs successful-ok
localhost - - [10/Apr/2013:12:07:12.819588 -0700] "POST / HTTP/1.1" 200 1159 CUPS-Get-Devices -
localhost - - [10/Apr/2013:12:07:12.898626 -0700] "POST / HTTP/1.1" 200 9581 CUPS-Get-PPDs -
localhost - - [10/Apr/2013:12:07:12.951282 -0700] "POST / HTTP/1.1" 200 9581 CUPS-Get-PPDs -

error_log

W [10/Apr/2013:11:54:51.712924 -0700] No limit for Validate-Job defined in policy default and no suitable template found.
W [10/Apr/2013:11:54:51.713047 -0700] No limit for Cancel-Jobs defined in policy default and no suitable template found.
W [10/Apr/2013:11:54:51.713167 -0700] No limit for Cancel-My-Jobs defined in policy default and no suitable template found.
W [10/Apr/2013:11:54:51.713287 -0700] No limit for Close-Job defined in policy default and no suitable template found.
W [10/Apr/2013:11:54:51.713408 -0700] No limit for CUPS-Get-Document defined in policy default and no suitable template found.
W [10/Apr/2013:11:54:51.713467 -0700] No JobPrivateAccess defined in policy default - using defaults.
W [10/Apr/2013:11:54:51.713504 -0700] No JobPrivateValues defined in policy default - using defaults.
W [10/Apr/2013:11:54:51.713547 -0700] No SubscriptionPrivateAccess defined in policy default - using defaults.
W [10/Apr/2013:11:54:51.713576 -0700] No SubscriptionPrivateValues defined in policy default - using defaults.
I [10/Apr/2013:11:54:51.713633 -0700] Remote access is disabled.
D [10/Apr/2013:11:54:51.713676 -0700] Added auto ServerAlias ubuntu
I [10/Apr/2013:11:54:51.714040 -0700] Loaded configuration file "/tmp/cups-manfred/cupsd.conf"
D [10/Apr/2013:11:54:51.714098 -0700] Repairing ownership of "/tmp/cups-manfred/spool"
D [10/Apr/2013:11:54:51.714132 -0700] Repairing access permissions of "/tmp/cups-manfred/spool"
D [10/Apr/2013:11:54:51.714170 -0700] Repairing ownership of "/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:51.714211 -0700] Creating missing directory "/tmp/cups-manfred/share/rss"
D [10/Apr/2013:11:54:51.714304 -0700] Repairing ownership of "/tmp/cups-manfred/share/rss"
D [10/Apr/2013:11:54:51.714337 -0700] Repairing access permissions of "/tmp/cups-manfred/share/rss"
D [10/Apr/2013:11:54:51.714372 -0700] Repairing ownership of "/tmp/cups-manfred"
D [10/Apr/2013:11:54:51.714420 -0700] Repairing access permissions of "/tmp/cups-manfred"
D [10/Apr/2013:11:54:51.714497 -0700] Repairing ownership of "/tmp/cups-manfred/certs"
D [10/Apr/2013:11:54:51.714532 -0700] Repairing access permissions of "/tmp/cups-manfred/certs"
D [10/Apr/2013:11:54:51.714567 -0700] Repairing ownership of "/tmp/cups-manfred"
D [10/Apr/2013:11:54:51.714599 -0700] Repairing ownership of "/tmp/cups-manfred/ppd"
D [10/Apr/2013:11:54:51.714627 -0700] Repairing access permissions of "/tmp/cups-manfred/ppd"
D [10/Apr/2013:11:54:51.714663 -0700] Repairing ownership of "/tmp/cups-manfred/ssl"
D [10/Apr/2013:11:54:51.714691 -0700] Repairing access permissions of "/tmp/cups-manfred/ssl"
D [10/Apr/2013:11:54:51.714726 -0700] Repairing ownership of "/tmp/cups-manfred/cupsd.conf"
D [10/Apr/2013:11:54:51.714756 -0700] Repairing access permissions of "/tmp/cups-manfred/cupsd.conf"
D [10/Apr/2013:11:54:51.714824 -0700] Repairing ownership of "/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:51.714854 -0700] Repairing access permissions of "/tmp/cups-manfred/spool/temp"
I [10/Apr/2013:11:54:51.715456 -0700] Configured for up to 100 clients.
I [10/Apr/2013:11:54:51.715490 -0700] Allowing up to 100 client connections per host.
I [10/Apr/2013:11:54:51.715517 -0700] Using policy "default" as the default.
I [10/Apr/2013:11:54:51.715595 -0700] Full reload is required.
I [10/Apr/2013:11:54:51.717084 -0700] Loaded MIME database from "/tmp/cups-manfred/share/mime" and "/tmp/cups-manfred": 35 types, 40 filters...
D [10/Apr/2013:11:54:51.726380 -0700] cupsdLoadRemoteCache: Not loading remote cache.
D [10/Apr/2013:11:54:51.726860 -0700] Scanning /tmp/cups-manfred/spool for jobs...
I [10/Apr/2013:11:54:51.726960 -0700] Full reload complete.
D [10/Apr/2013:11:54:51.726986 -0700] cupsdCleanFiles(path="/tmp/cups-manfred/spool/temp", pattern="(null)")
I [10/Apr/2013:11:54:51.727018 -0700] Cleaning out old files in "/tmp/cups-manfred/spool/temp"...
D [10/Apr/2013:11:54:51.727054 -0700] cupsdCleanFiles(path="/tmp/cups-manfred/share", pattern="*.ipp")
I [10/Apr/2013:11:54:51.727084 -0700] Cleaning out old files in "/tmp/cups-manfred/share"...
I [10/Apr/2013:11:54:51.727376 -0700] Listening to 127.0.0.1:8631 on fd 7...
I [10/Apr/2013:11:54:51.727537 -0700] Resuming new connection processing...
D [10/Apr/2013:11:54:51.727696 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:54:51.729279 -0700] Discarding unused server-started event...
D [10/Apr/2013:11:54:52.730646 -0700] Report: clients=0
D [10/Apr/2013:11:54:52.730753 -0700] Report: jobs=0
D [10/Apr/2013:11:54:52.730783 -0700] Report: jobs-active=0
D [10/Apr/2013:11:54:52.730811 -0700] Report: printers=0
D [10/Apr/2013:11:54:52.730837 -0700] Report: printers-implicit=0
D [10/Apr/2013:11:54:52.730906 -0700] Report: stringpool-string-count=146
D [10/Apr/2013:11:54:52.730935 -0700] Report: stringpool-alloc-bytes=5512
D [10/Apr/2013:11:54:52.730962 -0700] Report: stringpool-total-bytes=4504
D [10/Apr/2013:11:54:53.789673 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:54:53.789894 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:54:53.789925 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:54:53.789957 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:54:53.842329 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:54:53.850429 -0700] cupsdReadClient: 10 POST /printers HTTP/1.1
D [10/Apr/2013:11:54:53.850470 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.850826 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.851138 -0700] cupsdReadClient: 10 1.1 Get-Jobs 29868
D [10/Apr/2013:11:54:53.851233 -0700] Discarding unused server-audit event...
D [10/Apr/2013:11:54:53.851267 -0700] Get-Jobs client-error-bad-request: No attributes in request.
E [10/Apr/2013:11:54:53.851328 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
D [10/Apr/2013:11:54:53.851840 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:54:53.853200 -0700] cupsdReadClient: 10 POST /printers HTTP/1.1
D [10/Apr/2013:11:54:53.853234 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.853397 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.853821 -0700] cupsdReadClient: 10 1.1 Get-Jobs 29869
E [10/Apr/2013:11:54:53.853901 -0700] Missing attributes-natural-language attribute
D [10/Apr/2013:11:54:53.853961 -0700] Discarding unused server-audit event...
E [10/Apr/2013:11:54:53.853988 -0700] Missing printer-uri, job-uri, or ppd-name attribute
D [10/Apr/2013:11:54:53.854065 -0700] Discarding unused server-audit event...
D [10/Apr/2013:11:54:53.854092 -0700] Request attributes follow...
D [10/Apr/2013:11:54:53.854119 -0700] attr "attributes-charset": group_tag = 1, value_tag = 47
D [10/Apr/2013:11:54:53.854145 -0700] End of attributes...
D [10/Apr/2013:11:54:53.854176 -0700] Get-Jobs client-error-bad-request: Missing required attributes.
E [10/Apr/2013:11:54:53.854216 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
D [10/Apr/2013:11:54:53.854698 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:54:53.855585 -0700] cupsdReadClient: 10 POST /printers HTTP/1.1
D [10/Apr/2013:11:54:53.855620 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.855783 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.856033 -0700] cupsdReadClient: 10 1.1 Get-Jobs 29870
E [10/Apr/2013:11:54:53.856103 -0700] Missing attributes-charset attribute
D [10/Apr/2013:11:54:53.856162 -0700] Discarding unused server-audit event...
E [10/Apr/2013:11:54:53.856188 -0700] Missing attributes-natural-language attribute
D [10/Apr/2013:11:54:53.856243 -0700] Discarding unused server-audit event...
E [10/Apr/2013:11:54:53.856268 -0700] Missing printer-uri, job-uri, or ppd-name attribute
D [10/Apr/2013:11:54:53.856323 -0700] Discarding unused server-audit event...
D [10/Apr/2013:11:54:53.856348 -0700] Request attributes follow...
D [10/Apr/2013:11:54:53.856396 -0700] attr "attributes-natural-language": group_tag = 1, value_tag = 48
D [10/Apr/2013:11:54:53.856423 -0700] End of attributes...
D [10/Apr/2013:11:54:53.856454 -0700] Get-Jobs client-error-bad-request: Missing required attributes.
E [10/Apr/2013:11:54:53.856574 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
D [10/Apr/2013:11:54:53.857015 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:54:53.857943 -0700] cupsdReadClient: 10 POST /printers HTTP/1.1
D [10/Apr/2013:11:54:53.857976 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.858141 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.858439 -0700] cupsdReadClient: 10 1.1 Get-Jobs 29871
E [10/Apr/2013:11:54:53.859168 -0700] Missing attributes-charset attribute
D [10/Apr/2013:11:54:53.859240 -0700] Discarding unused server-audit event...
E [10/Apr/2013:11:54:53.859266 -0700] Missing attributes-natural-language attribute
D [10/Apr/2013:11:54:53.859322 -0700] Discarding unused server-audit event...
E [10/Apr/2013:11:54:53.859348 -0700] Missing printer-uri, job-uri, or ppd-name attribute
D [10/Apr/2013:11:54:53.859403 -0700] Discarding unused server-audit event...
D [10/Apr/2013:11:54:53.859429 -0700] Request attributes follow...
D [10/Apr/2013:11:54:53.859729 -0700] attr "attributes-natural-language": group_tag = 1, value_tag = 48
D [10/Apr/2013:11:54:53.859776 -0700] attr "attributes-charset": group_tag = 1, value_tag = 47
D [10/Apr/2013:11:54:53.859803 -0700] End of attributes...
D [10/Apr/2013:11:54:53.859836 -0700] Get-Jobs client-error-bad-request: Missing required attributes.
E [10/Apr/2013:11:54:53.859880 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
D [10/Apr/2013:11:54:53.860647 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:54:53.861636 -0700] cupsdReadClient: 10 POST /printers HTTP/1.1
D [10/Apr/2013:11:54:53.861672 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.861842 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.862189 -0700] cupsdReadClient: 10 1.1 Get-Jobs 29872
E [10/Apr/2013:11:54:53.862340 -0700] Missing printer-uri, job-uri, or ppd-name attribute
D [10/Apr/2013:11:54:53.862406 -0700] Discarding unused server-audit event...
D [10/Apr/2013:11:54:53.862431 -0700] Request attributes follow...
D [10/Apr/2013:11:54:53.862459 -0700] attr "attributes-charset": group_tag = 1, value_tag = 47
D [10/Apr/2013:11:54:53.862578 -0700] attr "attributes-natural-language": group_tag = 1, value_tag = 48
D [10/Apr/2013:11:54:53.862621 -0700] End of attributes...
D [10/Apr/2013:11:54:53.862654 -0700] Get-Jobs client-error-bad-request: Missing required attributes.
E [10/Apr/2013:11:54:53.862815 -0700] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
D [10/Apr/2013:11:54:53.863474 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:54:53.864594 -0700] cupsdReadClient: 10 POST /printers HTTP/1.1
D [10/Apr/2013:11:54:53.864636 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.864805 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.865642 -0700] cupsdReadClient: 10 1.1 Get-Jobs 29873
D [10/Apr/2013:11:54:53.865722 -0700] Get-Jobs ipp://localhost:8631/printers
D [10/Apr/2013:11:54:53.866085 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost:8631/printers) from localhost
D [10/Apr/2013:11:54:53.866693 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:54:53.868034 -0700] cupsdReadClient: 10 POST /printers HTTP/1.1
D [10/Apr/2013:11:54:53.868073 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.868239 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.868641 -0700] cupsdReadClient: 10 1.1 Get-Jobs 29874
D [10/Apr/2013:11:54:53.868712 -0700] Get-Jobs ipp://localhost:8631/jobs
D [10/Apr/2013:11:54:53.868771 -0700] Get-Jobs client-error-bad-request: No printer-uri in request.
E [10/Apr/2013:11:54:53.868812 -0700] Returning IPP client-error-bad-request for Get-Jobs (ipp://localhost:8631/jobs) from localhost
D [10/Apr/2013:11:54:53.869366 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:54:53.870463 -0700] cupsdReadClient: 10 POST /printers HTTP/1.1
D [10/Apr/2013:11:54:53.870562 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.870745 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.871098 -0700] cupsdReadClient: 10 0.0 Get-Jobs 29875
D [10/Apr/2013:11:54:53.871187 -0700] Discarding unused server-audit event...
D [10/Apr/2013:11:54:53.871218 -0700] Get-Jobs server-error-version-not-supported: Bad request version number 0.0.
E [10/Apr/2013:11:54:53.871263 -0700] Returning IPP server-error-version-not-supported for Get-Jobs (no URI) from localhost
D [10/Apr/2013:11:54:53.871916 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:54:53.872866 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:54:53.872897 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:54:53.872926 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:54:53.882817 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:54:53.884397 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:54:53.884433 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:54:53.884655 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.885164 -0700] cupsdReadClient: 10 1.1 CUPS-Add-Modify-Printer 29868
D [10/Apr/2013:11:54:53.908252 -0700] CUPS-Add-Modify-Printer ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:53.911282 -0700] Copied PPD file successfully
D [10/Apr/2013:11:54:53.911438 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:53.911469 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [10/Apr/2013:11:54:53.911820 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:53.911851 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.911878 -0700] load_ppd: Loading /tmp/cups-manfred/ppd/Test1.ppd...
D [10/Apr/2013:11:54:53.918446 -0700] load_ppd: Saving /tmp/cups-manfred/share/Test1.data...
D [10/Apr/2013:11:54:53.923411 -0700] cupsdRegisterPrinter(p=0x41d48d40(Test1))
D [10/Apr/2013:11:54:53.923442 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:53.923471 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.923536 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:54:53.923617 -0700] Discarding unused printer-added event...
I [10/Apr/2013:11:54:53.923645 -0700] New printer "Test1" added by "anonymous".
D [10/Apr/2013:11:54:53.923677 -0700] Returning IPP successful-ok for CUPS-Add-Modify-Printer (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:53.924975 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.925926 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:53.925966 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:53.926138 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.926583 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 29869
D [10/Apr/2013:11:54:53.926662 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:53.930602 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:53.935690 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.946792 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:54:53.946833 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:53.947007 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.947367 -0700] cupsdReadClient: 10 1.1 CUPS-Delete-Printer 29870
D [10/Apr/2013:11:54:53.947439 -0700] CUPS-Delete-Printer ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:53.947820 -0700] Discarding unused printer-deleted event...
I [10/Apr/2013:11:54:53.948068 -0700] Printer "Test1" deleted by "anonymous".
D [10/Apr/2013:11:54:53.948167 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:53.948196 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.948254 -0700] cupsdDeregisterPrinter(p=0x41d48d40(Test1), removeit=1)
D [10/Apr/2013:11:54:53.949861 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:53.949906 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.949934 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:54:53.949965 -0700] Returning IPP successful-ok for CUPS-Delete-Printer (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:53.950449 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.951733 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:53.951788 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:53.951959 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.952309 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 29871
D [10/Apr/2013:11:54:53.952406 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:53.952474 -0700] Get-Printer-Attributes client-error-not-found: The printer or class does not exist.
D [10/Apr/2013:11:54:53.952516 -0700] Returning IPP client-error-not-found for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:53.953091 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.956235 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:53.956274 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:53.956441 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.957096 -0700] cupsdReadClient: 10 1.1 Create-Printer-Subscription 29872
D [10/Apr/2013:11:54:53.957171 -0700] Create-Printer-Subscription ipp://localhost:8631/
D [10/Apr/2013:11:54:53.957229 -0700] cupsdCreateSubscription(con=0x41d445f8(10), uri="ipp://localhost:8631/")
D [10/Apr/2013:11:54:53.957469 -0700] recipient="testnotify://"
D [10/Apr/2013:11:54:53.957537 -0700] notify-lease-duration=86400
D [10/Apr/2013:11:54:53.957567 -0700] notify-time-interval=0
D [10/Apr/2013:11:54:53.957598 -0700] cupsdAddSubscription(mask=380, dest=(nil)(), job=(nil)(0), uri="testnotify://")
D [10/Apr/2013:11:54:53.957634 -0700] Added subscription #1 for server.
D [10/Apr/2013:11:54:53.957676 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:54:53.957706 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.957736 -0700] Returning IPP successful-ok for Create-Printer-Subscription (ipp://localhost:8631/) from localhost
D [10/Apr/2013:11:54:53.958313 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.959369 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:54:53.959409 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:53.959640 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.960283 -0700] cupsdReadClient: 10 1.1 CUPS-Add-Modify-Printer 29873
D [10/Apr/2013:11:54:53.960782 -0700] CUPS-Add-Modify-Printer ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:54:53.961952 -0700] Copied PPD file successfully
D [10/Apr/2013:11:54:53.962067 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:53.962096 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.962353 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:53.962380 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.962407 -0700] load_ppd: Loading /tmp/cups-manfred/ppd/Test2.ppd...
D [10/Apr/2013:11:54:53.968269 -0700] load_ppd: Saving /tmp/cups-manfred/share/Test2.data...
D [10/Apr/2013:11:54:53.973806 -0700] cupsdRegisterPrinter(p=0x41d61208(Test2))
D [10/Apr/2013:11:54:53.973838 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:53.973867 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.973894 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:54:53.974955 -0700] Notifier testnotify started - PID = 13830
D [10/Apr/2013:11:54:53.975144 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:54:53.975187 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:54:53.975243 -0700] New printer "Test2" added by "anonymous".
D [10/Apr/2013:11:54:53.975300 -0700] Returning IPP successful-ok for CUPS-Add-Modify-Printer (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:54:53.976018 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:53.977246 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:53.977283 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:53.977463 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:53.977840 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 29874
D [10/Apr/2013:11:54:53.977912 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:54:53.984062 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:54:53.985738 -0700] [Notifier] argc=3
D [10/Apr/2013:11:54:53.985773 -0700] [Notifier] argv[0]="/tmp/cups-manfred/bin/notifier/testnotify"
D [10/Apr/2013:11:54:53.985804 -0700] [Notifier] argv[1]="testnotify://"
D [10/Apr/2013:11:54:53.985953 -0700] [Notifier] argv[2]=""
D [10/Apr/2013:11:54:53.986016 -0700] [Notifier] TMPDIR="/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:53.986051 -0700] [Notifier] event-notification-attributes-tag:
D [10/Apr/2013:11:54:53.986115 -0700] [Notifier]
D [10/Apr/2013:11:54:53.991440 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.002292 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:54:54.002331 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.002509 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.003063 -0700] cupsdReadClient: 10 1.1 CUPS-Add-Modify-Printer 29875
D [10/Apr/2013:11:54:54.003138 -0700] CUPS-Add-Modify-Printer ipp://localhost:8631/printers/Test2
I [10/Apr/2013:11:54:54.003391 -0700] Setting Test2 device-uri to "file:/tmp/Test2" (was "file:///dev/null".)
I [10/Apr/2013:11:54:54.003422 -0700] Setting Test2 printer-is-accepting-jobs to 1 (was 0.)
D [10/Apr/2013:11:54:54.003481 -0700] Discarding unused printer-state-changed event...
I [10/Apr/2013:11:54:54.003511 -0700] Setting Test2 printer-state to 3 (was 5.)
D [10/Apr/2013:11:54:54.003657 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.007597 -0700] load_ppd: Loading /tmp/cups-manfred/share/Test2.data...
D [10/Apr/2013:11:54:54.013158 -0700] cupsdRegisterPrinter(p=0x41d61208(Test2))
D [10/Apr/2013:11:54:54.013189 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:54.013217 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.013244 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:54:54.013585 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:54:54.013621 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:54:54.013651 -0700] Printer "Test2" modified by "anonymous".
D [10/Apr/2013:11:54:54.013687 -0700] Returning IPP successful-ok for CUPS-Add-Modify-Printer (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:54:54.013946 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 1DEBUG:     notify-sequence-number (integer) 1DEBUG:     notify-subscribed-event (keyword) printer-addedDEBUG:     printer-up-time (integer) 1365620093DEBUG:     notify-text (textWithoutLanguage) New printer \"Test2\" added by \"anonymous\".DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test2DEBUG:     printer-name (nameWithoutLanguage) Test2DEBUG:     printer-state (enum) stoppedDEBUG:     printer-state-reasons (keyword) pausedDEBUG:     printer-is-accepting-jobs (boolean) falseDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:54:54.013981 -0700] [Notifier]
D [10/Apr/2013:11:54:54.014209 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.015361 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:54:54.015401 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.015621 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.016174 -0700] cupsdReadClient: 10 1.1 CUPS-Add-Modify-Printer 29876
D [10/Apr/2013:11:54:54.017656 -0700] CUPS-Add-Modify-Printer ipp://localhost:8631/printers/Test1
I [10/Apr/2013:11:54:54.018026 -0700] Setting Test1 device-uri to "file:/tmp/Test1" (was "file:///dev/null".)
I [10/Apr/2013:11:54:54.018058 -0700] Setting Test1 printer-is-accepting-jobs to 1 (was 0.)
D [10/Apr/2013:11:54:54.018121 -0700] Discarding unused printer-state-changed event...
I [10/Apr/2013:11:54:54.018150 -0700] Setting Test1 printer-state to 3 (was 5.)
D [10/Apr/2013:11:54:54.018206 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.018987 -0700] Copied PPD file successfully
D [10/Apr/2013:11:54:54.019086 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:54.019114 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.021260 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:54.021287 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.021334 -0700] load_ppd: Loading /tmp/cups-manfred/ppd/Test1.ppd...
D [10/Apr/2013:11:54:54.027611 -0700] load_ppd: Saving /tmp/cups-manfred/share/Test1.data...
D [10/Apr/2013:11:54:54.033238 -0700] cupsdRegisterPrinter(p=0x41d871b0(Test1))
D [10/Apr/2013:11:54:54.033270 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:54:54.033298 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.033325 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:54:54.033640 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:54:54.033677 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:54:54.033707 -0700] New printer "Test1" added by "anonymous".
D [10/Apr/2013:11:54:54.033739 -0700] Returning IPP successful-ok for CUPS-Add-Modify-Printer (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.034072 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 1DEBUG:     notify-sequence-number (integer) 2DEBUG:     notify-subscribed-event (keyword) printer-modifiedDEBUG:     printer-up-time (integer) 1365620094DEBUG:     notify-text (textWithoutLanguage) Printer \"Test2\" modified by \"anonymous\".DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test2DEBUG:     printer-name (nameWithoutLanguage) Test2DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:54:54.034109 -0700] [Notifier]
D [10/Apr/2013:11:54:54.034405 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.035617 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:54.035669 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.035842 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.036204 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 29877
D [10/Apr/2013:11:54:54.036275 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.040427 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.045908 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.056979 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:54.057018 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.057187 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.057530 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 29878
D [10/Apr/2013:11:54:54.057656 -0700] CUPS-Get-Default
D [10/Apr/2013:11:54:54.057885 -0700] CUPS-Get-Default client-error-not-found: No default printer.
D [10/Apr/2013:11:54:54.057927 -0700] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:11:54:54.058408 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.059655 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:54:54.059712 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.059934 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.060292 -0700] cupsdReadClient: 10 1.1 CUPS-Set-Default 29879
D [10/Apr/2013:11:54:54.060388 -0700] CUPS-Set-Default ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.060702 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.060729 -0700] cupsdMarkDirty(PCRp--)
D [10/Apr/2013:11:54:54.060756 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:54:54.060785 -0700] Default destination set to "Test1" by "anonymous".
D [10/Apr/2013:11:54:54.060814 -0700] Returning IPP successful-ok for CUPS-Set-Default (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.061289 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.062284 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:54.062324 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.062492 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.062846 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 29880
D [10/Apr/2013:11:54:54.062941 -0700] CUPS-Get-Default
D [10/Apr/2013:11:54:54.066507 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:11:54:54.071928 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.082964 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:54.083003 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.083171 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.083531 -0700] cupsdReadClient: 10 2.0 Get-Printer-Attributes 29881
D [10/Apr/2013:11:54:54.083728 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.087260 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.092417 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.103140 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:54:54.103172 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:54:54.103201 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.114254 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:54:54.125315 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:54:54.125352 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.125524 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.126105 -0700] cupsdReadClient: 10 1.1 Print-Job 16168
D [10/Apr/2013:11:54:54.133767 -0700] Print-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.133840 -0700] [Job ???] Auto-typing file...
I [10/Apr/2013:11:54:54.134036 -0700] [Job ???] Request file type is application/postscript.
D [10/Apr/2013:11:54:54.134321 -0700] Print-Job client-error-bad-request: Bad job-sheets value "none\".
E [10/Apr/2013:11:54:54.134396 -0700] Returning IPP client-error-bad-request for Print-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.134979 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.136210 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:54:54.136243 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.136409 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.137025 -0700] cupsdReadClient: 10 1.1 Print-Job 16169
D [10/Apr/2013:11:54:54.138201 -0700] Print-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.138268 -0700] [Job ???] Auto-typing file...
I [10/Apr/2013:11:54:54.138432 -0700] [Job ???] Request file type is application/postscript.
D [10/Apr/2013:11:54:54.138846 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.138878 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.138930 -0700] add_job: requesting-user-name="manfred"
D [10/Apr/2013:11:54:54.139012 -0700] Adding default job-sheets values "none,none"...
I [10/Apr/2013:11:54:54.139050 -0700] [Job 1] Adding start banner page "none".
D [10/Apr/2013:11:54:54.139193 -0700] Discarding unused job-created event...
D [10/Apr/2013:11:54:54.139258 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.139285 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:54:54.139375 -0700] [Job 1] Adding end banner page "none".
I [10/Apr/2013:11:54:54.139436 -0700] [Job 1] File of type application/postscript queued by "manfred".
D [10/Apr/2013:11:54:54.139464 -0700] [Job 1] hold_until=0
I [10/Apr/2013:11:54:54.139491 -0700] [Job 1] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:54:54.139664 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.139717 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.139745 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.139805 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.140052 -0700] [Job 1] job-sheets=none,none
D [10/Apr/2013:11:54:54.140174 -0700] [Job 1] argv[0]="Test1"
D [10/Apr/2013:11:54:54.140205 -0700] [Job 1] argv[1]="1"
D [10/Apr/2013:11:54:54.140233 -0700] [Job 1] argv[2]="manfred"
D [10/Apr/2013:11:54:54.140260 -0700] [Job 1] argv[3]="Untitled"
D [10/Apr/2013:11:54:54.140287 -0700] [Job 1] argv[4]="1"
D [10/Apr/2013:11:54:54.140315 -0700] [Job 1] argv[5]="job-uuid=urn:uuid:41cd2ea5-92bb-36fe-4ad6-9021aa2093b6 job-originating-host-name=localhost time-at-creation=1365620094 time-at-processing=1365620094"
D [10/Apr/2013:11:54:54.140343 -0700] [Job 1] argv[6]="/tmp/cups-manfred/spool/d00001-001"
D [10/Apr/2013:11:54:54.140387 -0700] [Job 1] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:54:54.140416 -0700] [Job 1] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:54.140443 -0700] [Job 1] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:54.140470 -0700] [Job 1] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:54:54.140498 -0700] [Job 1] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:54:54.140608 -0700] [Job 1] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:54:54.140642 -0700] [Job 1] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:54:54.140669 -0700] [Job 1] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:54:54.140697 -0700] [Job 1] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:54:54.140724 -0700] [Job 1] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.140753 -0700] [Job 1] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.140781 -0700] [Job 1] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.140810 -0700] [Job 1] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:54:54.140838 -0700] [Job 1] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:54:54.140865 -0700] [Job 1] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:54:54.140893 -0700] [Job 1] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.140920 -0700] [Job 1] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:54:54.140967 -0700] [Job 1] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.140995 -0700] [Job 1] envp[18]="USER=root"
D [10/Apr/2013:11:54:54.141022 -0700] [Job 1] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:54:54.141049 -0700] [Job 1] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:54:54.141075 -0700] [Job 1] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:54:54.141102 -0700] [Job 1] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:54:54.141129 -0700] [Job 1] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:54:54.141156 -0700] [Job 1] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:54:54.141183 -0700] [Job 1] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:54:54.141210 -0700] [Job 1] envp[26]="CONTENT_TYPE=application/postscript"
D [10/Apr/2013:11:54:54.141238 -0700] [Job 1] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:54:54.141265 -0700] [Job 1] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:54:54.141291 -0700] [Job 1] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:54:54.141318 -0700] [Job 1] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:54:54.141345 -0700] [Job 1] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:54:54.141371 -0700] [Job 1] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:54:54.141397 -0700] [Job 1] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:54:54.141425 -0700] [Job 1] envp[34]="AUTH_I****"
I [10/Apr/2013:11:54:54.142325 -0700] [Job 1] Started filter /tmp/cups-manfred/bin/filter/pstops (PID 13832)
D [10/Apr/2013:11:54:54.142488 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:54:54.142573 -0700] Returning IPP successful-ok for Print-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.143365 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.150178 -0700] cupsdReadClient: 10 POST /jobs HTTP/1.1
D [10/Apr/2013:11:54:54.150222 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.150415 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.150930 -0700] cupsdReadClient: 10 1.1 Get-Job-Attributes 16170
D [10/Apr/2013:11:54:54.151005 -0700] Get-Job-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.156983 -0700] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.157354 -0700] [Job 1] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:54:54.157388 -0700] [Job 1] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:11:54:54.157420 -0700] [Job 1] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:11:54:54.157474 -0700] [Job 1] %!PS-Adobe-3.0
D [10/Apr/2013:11:54:54.157504 -0700] [Job 1] %%BoundingBox: 0 0 612 792
D [10/Apr/2013:11:54:54.157607 -0700] [Job 1] %%Pages: 1
D [10/Apr/2013:11:54:54.157641 -0700] [Job 1] %%LanguageLevel: 1
D [10/Apr/2013:11:54:54.157671 -0700] [Job 1] %%DocumentData: Clean7Bit
D [10/Apr/2013:11:54:54.157701 -0700] [Job 1] %%DocumentSuppliedResources: procset testprint/1.3
D [10/Apr/2013:11:54:54.157731 -0700] [Job 1] %%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman
D [10/Apr/2013:11:54:54.157761 -0700] [Job 1] %%Creator: Michael Sweet, Apple Inc.
D [10/Apr/2013:11:54:54.157790 -0700] [Job 1] %%CreationDate: D:20070606214000+0500
D [10/Apr/2013:11:54:54.157819 -0700] [Job 1] %%Title: Test Page
D [10/Apr/2013:11:54:54.157848 -0700] [Job 1] %%EndComments
D [10/Apr/2013:11:54:54.157878 -0700] [Job 1] Before copy_prolog - %%BeginProlog
D [10/Apr/2013:11:54:54.157907 -0700] [Job 1] Before copy_setup - %%Page: 1 1
D [10/Apr/2013:11:54:54.157936 -0700] [Job 1] Before page loop - %%Page: 1 1
D [10/Apr/2013:11:54:54.157964 -0700] [Job 1] Copying page 1...
D [10/Apr/2013:11:54:54.157994 -0700] [Job 1] PAGE: 1 1
D [10/Apr/2013:11:54:54.158176 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.158206 -0700] [Job 1] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.158236 -0700] [Job 1] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.158264 -0700] [Job 1] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.158293 -0700] [Job 1] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.158321 -0700] [Job 1] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.158399 -0700] [Job 1] Wrote 1 pages...
D [10/Apr/2013:11:54:54.159134 -0700] PID 13832 (/tmp/cups-manfred/bin/filter/pstops) exited with no errors.
D [10/Apr/2013:11:54:54.159507 -0700] Discarding unused job-completed event...
I [10/Apr/2013:11:54:54.159534 -0700] [Job 1] Job completed.
D [10/Apr/2013:11:54:54.159770 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.159806 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.159835 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.159897 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.160603 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.165602 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:54:54.165647 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.165819 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.166203 -0700] cupsdReadClient: 10 1.1 Print-Job 16171
D [10/Apr/2013:11:54:54.176459 -0700] Print-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:54:54.176672 -0700] [Job ???] Auto-typing file...
I [10/Apr/2013:11:54:54.176818 -0700] [Job ???] Request file type is image/jpeg.
D [10/Apr/2013:11:54:54.177167 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.177198 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.177249 -0700] add_job: requesting-user-name="manfred"
D [10/Apr/2013:11:54:54.177317 -0700] Adding default job-sheets values "none,none"...
I [10/Apr/2013:11:54:54.177351 -0700] [Job 2] Adding start banner page "none".
D [10/Apr/2013:11:54:54.177551 -0700] cupsdAddSubscription(mask=2000, dest=0x41d61208(Test2), job=0x41d74160(2), uri="testnotify:///")
D [10/Apr/2013:11:54:54.177596 -0700] Added subscription 2 for job 2
D [10/Apr/2013:11:54:54.177624 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:54:54.177652 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.177724 -0700] Discarding unused job-created event...
D [10/Apr/2013:11:54:54.177790 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.177817 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:54:54.177901 -0700] [Job 2] Adding end banner page "none".
I [10/Apr/2013:11:54:54.177964 -0700] [Job 2] File of type image/jpeg queued by "manfred".
D [10/Apr/2013:11:54:54.177992 -0700] [Job 2] hold_until=0
I [10/Apr/2013:11:54:54.178019 -0700] [Job 2] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:54:54.178159 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.178188 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.178216 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.178275 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.178558 -0700] [Job 2] job-sheets=none,none
D [10/Apr/2013:11:54:54.178669 -0700] [Job 2] argv[0]="Test2"
D [10/Apr/2013:11:54:54.178699 -0700] [Job 2] argv[1]="2"
D [10/Apr/2013:11:54:54.178727 -0700] [Job 2] argv[2]="manfred"
D [10/Apr/2013:11:54:54.178753 -0700] [Job 2] argv[3]="Untitled"
D [10/Apr/2013:11:54:54.178780 -0700] [Job 2] argv[4]="1"
D [10/Apr/2013:11:54:54.178806 -0700] [Job 2] argv[5]="job-uuid=urn:uuid:463b8c7e-d3fc-309f-70e1-a97865b79c39 job-originating-host-name=localhost time-at-creation=1365620094 time-at-processing=1365620094"
D [10/Apr/2013:11:54:54.178834 -0700] [Job 2] argv[6]="/tmp/cups-manfred/spool/d00002-001"
D [10/Apr/2013:11:54:54.178876 -0700] [Job 2] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:54:54.178903 -0700] [Job 2] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:54.178930 -0700] [Job 2] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:54.178957 -0700] [Job 2] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:54:54.178984 -0700] [Job 2] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:54:54.179011 -0700] [Job 2] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:54:54.179037 -0700] [Job 2] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:54:54.179064 -0700] [Job 2] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:54:54.179090 -0700] [Job 2] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:54:54.179118 -0700] [Job 2] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.179145 -0700] [Job 2] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.179172 -0700] [Job 2] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.179201 -0700] [Job 2] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:54:54.179229 -0700] [Job 2] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:54:54.179256 -0700] [Job 2] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:54:54.179283 -0700] [Job 2] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.179330 -0700] [Job 2] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:54:54.179358 -0700] [Job 2] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.179385 -0700] [Job 2] envp[18]="USER=root"
D [10/Apr/2013:11:54:54.179412 -0700] [Job 2] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:54:54.179438 -0700] [Job 2] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:54:54.179464 -0700] [Job 2] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:54:54.179491 -0700] [Job 2] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:54:54.179563 -0700] [Job 2] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:54:54.179591 -0700] [Job 2] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:54:54.179620 -0700] [Job 2] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:54:54.179651 -0700] [Job 2] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:54:54.179678 -0700] [Job 2] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:54:54.179705 -0700] [Job 2] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:54:54.179732 -0700] [Job 2] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:54:54.179759 -0700] [Job 2] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:54:54.179786 -0700] [Job 2] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:54:54.179813 -0700] [Job 2] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:54:54.179839 -0700] [Job 2] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:54:54.179866 -0700] [Job 2] envp[34]="AUTH_I****"
I [10/Apr/2013:11:54:54.180729 -0700] [Job 2] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13833)
I [10/Apr/2013:11:54:54.181486 -0700] [Job 2] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13834)
D [10/Apr/2013:11:54:54.181683 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:54:54.181729 -0700] Returning IPP successful-ok for Print-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:54:54.182683 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:54:54.183933 -0700] cupsdReadClient: 10 POST /jobs HTTP/1.1
D [10/Apr/2013:11:54:54.183971 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.184172 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.184580 -0700] cupsdReadClient: 10 1.1 Get-Job-Attributes 16172
D [10/Apr/2013:11:54:54.184668 -0700] Get-Job-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:54:54.186413 -0700] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:54:54.191861 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.192000 -0700] PID 13833 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:54:54.192126 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:54:54.192161 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.192328 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.192463 -0700] [Job 2] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:54:54.192585 -0700] [Job 2] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:54:54.192630 -0700] [Job 2] Loading print file.
E [10/Apr/2013:11:54:54.192660 -0700] [Job 2] The print file could not be opened.
D [10/Apr/2013:11:54:54.192719 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.192776 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.193040 -0700] cupsdReadClient: 10 1.1 Print-Job 16173
D [10/Apr/2013:11:54:54.196168 -0700] Print-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.196239 -0700] [Job ???] Auto-typing file...
I [10/Apr/2013:11:54:54.196434 -0700] [Job ???] Request file type is text/plain.
D [10/Apr/2013:11:54:54.197028 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.197060 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.197110 -0700] add_job: requesting-user-name="manfred"
D [10/Apr/2013:11:54:54.197183 -0700] Adding default job-sheets values "none,none"...
I [10/Apr/2013:11:54:54.197217 -0700] [Job 3] Adding start banner page "none".
D [10/Apr/2013:11:54:54.197360 -0700] Discarding unused job-created event...
D [10/Apr/2013:11:54:54.197432 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.197460 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:54:54.197590 -0700] [Job 3] Adding end banner page "none".
I [10/Apr/2013:11:54:54.197656 -0700] [Job 3] File of type text/plain queued by "manfred".
D [10/Apr/2013:11:54:54.197683 -0700] [Job 3] hold_until=0
I [10/Apr/2013:11:54:54.197711 -0700] [Job 3] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:54:54.197830 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.197858 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.197885 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.197966 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.198207 -0700] [Job 3] job-sheets=none,none
D [10/Apr/2013:11:54:54.198308 -0700] [Job 3] argv[0]="Test1"
D [10/Apr/2013:11:54:54.198338 -0700] [Job 3] argv[1]="3"
D [10/Apr/2013:11:54:54.198365 -0700] [Job 3] argv[2]="manfred"
D [10/Apr/2013:11:54:54.198392 -0700] [Job 3] argv[3]="Untitled"
D [10/Apr/2013:11:54:54.198419 -0700] [Job 3] argv[4]="1"
D [10/Apr/2013:11:54:54.198446 -0700] [Job 3] argv[5]="job-uuid=urn:uuid:e31feb56-e302-316f-6337-b8f136f85064 job-originating-host-name=localhost time-at-creation=1365620094 time-at-processing=1365620094"
D [10/Apr/2013:11:54:54.198474 -0700] [Job 3] argv[6]="/tmp/cups-manfred/spool/d00003-001"
D [10/Apr/2013:11:54:54.198565 -0700] [Job 3] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:54:54.198601 -0700] [Job 3] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:54.198629 -0700] [Job 3] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:54.198656 -0700] [Job 3] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:54:54.198684 -0700] [Job 3] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:54:54.198711 -0700] [Job 3] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:54:54.198738 -0700] [Job 3] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:54:54.198765 -0700] [Job 3] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:54:54.198792 -0700] [Job 3] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:54:54.198820 -0700] [Job 3] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.198848 -0700] [Job 3] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.198876 -0700] [Job 3] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.198904 -0700] [Job 3] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:54:54.198933 -0700] [Job 3] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:54:54.198960 -0700] [Job 3] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:54:54.198988 -0700] [Job 3] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.199016 -0700] [Job 3] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:54:54.199043 -0700] [Job 3] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.199070 -0700] [Job 3] envp[18]="USER=root"
D [10/Apr/2013:11:54:54.199097 -0700] [Job 3] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:54:54.199143 -0700] [Job 3] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:54:54.199171 -0700] [Job 3] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:54:54.199199 -0700] [Job 3] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:54:54.199225 -0700] [Job 3] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:54:54.199252 -0700] [Job 3] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:54:54.199279 -0700] [Job 3] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:54:54.199305 -0700] [Job 3] envp[26]="CONTENT_TYPE=text/plain"
D [10/Apr/2013:11:54:54.199333 -0700] [Job 3] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:54:54.199360 -0700] [Job 3] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:54:54.199387 -0700] [Job 3] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:54:54.199414 -0700] [Job 3] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:54:54.199441 -0700] [Job 3] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:54:54.199468 -0700] [Job 3] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:54:54.199495 -0700] [Job 3] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:54:54.199573 -0700] [Job 3] envp[34]="AUTH_I****"
I [10/Apr/2013:11:54:54.200462 -0700] [Job 3] Started filter /tmp/cups-manfred/bin/filter/texttops (PID 13835)
I [10/Apr/2013:11:54:54.201286 -0700] [Job 3] Started filter /tmp/cups-manfred/bin/filter/pstops (PID 13836)
D [10/Apr/2013:11:54:54.201418 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:54:54.201465 -0700] Returning IPP successful-ok for Print-Job (ipp://localhost:8631/printers/Test1) from localhost
E [10/Apr/2013:11:54:54.202063 -0700] [Job 2] No pages were found.
D [10/Apr/2013:11:54:54.202138 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.202196 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.203670 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.203785 -0700] PID 13834 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:54:54.203956 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:54:54.203992 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.204185 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.205232 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:54:54.205260 -0700] [Job 2] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:54:54.205288 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.205316 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.205344 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.205403 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.205886 -0700] cupsdReadClient: 10 1.1 Print-Job 16174
D [10/Apr/2013:11:54:54.213384 -0700] [Job 3] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:54:54.215571 -0700] [Job 3] ppd->num_fonts = 35
D [10/Apr/2013:11:54:54.215613 -0700] [Job 3] ppd->fonts[0] = AvantGarde-Book
D [10/Apr/2013:11:54:54.215641 -0700] [Job 3] ppd->fonts[1] = AvantGarde-BookOblique
D [10/Apr/2013:11:54:54.215668 -0700] [Job 3] ppd->fonts[2] = AvantGarde-Demi
D [10/Apr/2013:11:54:54.215695 -0700] [Job 3] ppd->fonts[3] = AvantGarde-DemiOblique
D [10/Apr/2013:11:54:54.215722 -0700] [Job 3] ppd->fonts[4] = Bookman-Demi
D [10/Apr/2013:11:54:54.215752 -0700] [Job 3] ppd->fonts[5] = Bookman-DemiItalic
D [10/Apr/2013:11:54:54.215977 -0700] [Job 3] ppd->fonts[6] = Bookman-Light
D [10/Apr/2013:11:54:54.216006 -0700] [Job 3] ppd->fonts[7] = Bookman-LightItalic
D [10/Apr/2013:11:54:54.216179 -0700] [Job 3] ppd->fonts[8] = Courier
D [10/Apr/2013:11:54:54.216215 -0700] [Job 3] ppd->fonts[9] = Courier-Bold
D [10/Apr/2013:11:54:54.216242 -0700] [Job 3] ppd->fonts[10] = Courier-BoldOblique
D [10/Apr/2013:11:54:54.216268 -0700] [Job 3] ppd->fonts[11] = Courier-Oblique
D [10/Apr/2013:11:54:54.216293 -0700] [Job 3] ppd->fonts[12] = Helvetica
D [10/Apr/2013:11:54:54.216473 -0700] [Job 3] ppd->fonts[13] = Helvetica-Bold
D [10/Apr/2013:11:54:54.216529 -0700] [Job 3] ppd->fonts[14] = Helvetica-BoldOblique
D [10/Apr/2013:11:54:54.216559 -0700] [Job 3] ppd->fonts[15] = Helvetica-Narrow
D [10/Apr/2013:11:54:54.216602 -0700] [Job 3] ppd->fonts[16] = Helvetica-Narrow-Bold
D [10/Apr/2013:11:54:54.216628 -0700] [Job 3] ppd->fonts[17] = Helvetica-Narrow-BoldOblique
D [10/Apr/2013:11:54:54.216654 -0700] [Job 3] ppd->fonts[18] = Helvetica-Narrow-Oblique
D [10/Apr/2013:11:54:54.216831 -0700] [Job 3] ppd->fonts[19] = Helvetica-Oblique
D [10/Apr/2013:11:54:54.216862 -0700] [Job 3] ppd->fonts[20] = NewCenturySchlbk-Bold
D [10/Apr/2013:11:54:54.216887 -0700] [Job 3] ppd->fonts[21] = NewCenturySchlbk-BoldItalic
D [10/Apr/2013:11:54:54.216912 -0700] [Job 3] ppd->fonts[22] = NewCenturySchlbk-Italic
D [10/Apr/2013:11:54:54.216937 -0700] [Job 3] ppd->fonts[23] = NewCenturySchlbk-Roman
D [10/Apr/2013:11:54:54.216961 -0700] [Job 3] ppd->fonts[24] = Palatino-Bold
D [10/Apr/2013:11:54:54.216986 -0700] [Job 3] ppd->fonts[25] = Palatino-BoldItalic
D [10/Apr/2013:11:54:54.217010 -0700] [Job 3] ppd->fonts[26] = Palatino-Italic
D [10/Apr/2013:11:54:54.217034 -0700] [Job 3] ppd->fonts[27] = Palatino-Roman
D [10/Apr/2013:11:54:54.217058 -0700] [Job 3] ppd->fonts[28] = Symbol
D [10/Apr/2013:11:54:54.217082 -0700] [Job 3] ppd->fonts[29] = Times-Bold
D [10/Apr/2013:11:54:54.217106 -0700] [Job 3] ppd->fonts[30] = Times-BoldItalic
D [10/Apr/2013:11:54:54.217130 -0700] [Job 3] ppd->fonts[31] = Times-Italic
D [10/Apr/2013:11:54:54.217154 -0700] [Job 3] ppd->fonts[32] = Times-Roman
D [10/Apr/2013:11:54:54.217178 -0700] [Job 3] ppd->fonts[33] = ZapfChancery-MediumItalic
D [10/Apr/2013:11:54:54.217202 -0700] [Job 3] ppd->fonts[34] = ZapfDingbats
D [10/Apr/2013:11:54:54.217225 -0700] [Job 3] ppd->num_fonts = 35
D [10/Apr/2013:11:54:54.217248 -0700] [Job 3] ppd->fonts[0] = AvantGarde-Book
D [10/Apr/2013:11:54:54.217272 -0700] [Job 3] ppd->fonts[1] = AvantGarde-BookOblique
D [10/Apr/2013:11:54:54.217296 -0700] [Job 3] ppd->fonts[2] = AvantGarde-Demi
D [10/Apr/2013:11:54:54.217318 -0700] [Job 3] ppd->fonts[3] = AvantGarde-DemiOblique
D [10/Apr/2013:11:54:54.217342 -0700] [Job 3] ppd->fonts[4] = Bookman-Demi
D [10/Apr/2013:11:54:54.217365 -0700] [Job 3] ppd->fonts[5] = Bookman-DemiItalic
D [10/Apr/2013:11:54:54.217388 -0700] [Job 3] ppd->fonts[6] = Bookman-Light
D [10/Apr/2013:11:54:54.217410 -0700] [Job 3] ppd->fonts[7] = Bookman-LightItalic
D [10/Apr/2013:11:54:54.217433 -0700] [Job 3] ppd->fonts[8] = Courier
D [10/Apr/2013:11:54:54.217456 -0700] [Job 3] ppd->fonts[9] = Courier-Bold
D [10/Apr/2013:11:54:54.217478 -0700] [Job 3] ppd->fonts[10] = Courier-BoldOblique
D [10/Apr/2013:11:54:54.217530 -0700] [Job 3] ppd->fonts[11] = Courier-Oblique
D [10/Apr/2013:11:54:54.217558 -0700] [Job 3] ppd->fonts[12] = Helvetica
D [10/Apr/2013:11:54:54.217771 -0700] [Job 3] ppd->fonts[13] = Helvetica-Bold
D [10/Apr/2013:11:54:54.217803 -0700] [Job 3] ppd->fonts[14] = Helvetica-BoldOblique
D [10/Apr/2013:11:54:54.217828 -0700] [Job 3] ppd->fonts[15] = Helvetica-Narrow
D [10/Apr/2013:11:54:54.217852 -0700] [Job 3] ppd->fonts[16] = Helvetica-Narrow-Bold
D [10/Apr/2013:11:54:54.217877 -0700] [Job 3] ppd->fonts[17] = Helvetica-Narrow-BoldOblique
D [10/Apr/2013:11:54:54.217901 -0700] [Job 3] ppd->fonts[18] = Helvetica-Narrow-Oblique
D [10/Apr/2013:11:54:54.217925 -0700] [Job 3] ppd->fonts[19] = Helvetica-Oblique
D [10/Apr/2013:11:54:54.217949 -0700] [Job 3] ppd->fonts[20] = NewCenturySchlbk-Bold
D [10/Apr/2013:11:54:54.217972 -0700] [Job 3] ppd->fonts[21] = NewCenturySchlbk-BoldItalic
D [10/Apr/2013:11:54:54.217996 -0700] [Job 3] ppd->fonts[22] = NewCenturySchlbk-Italic
D [10/Apr/2013:11:54:54.218019 -0700] [Job 3] ppd->fonts[23] = NewCenturySchlbk-Roman
D [10/Apr/2013:11:54:54.218043 -0700] [Job 3] ppd->fonts[24] = Palatino-Bold
D [10/Apr/2013:11:54:54.218066 -0700] [Job 3] ppd->fonts[25] = Palatino-BoldItalic
D [10/Apr/2013:11:54:54.218089 -0700] [Job 3] ppd->fonts[26] = Palatino-Italic
D [10/Apr/2013:11:54:54.218113 -0700] [Job 3] ppd->fonts[27] = Palatino-Roman
D [10/Apr/2013:11:54:54.218149 -0700] [Job 3] ppd->fonts[28] = Symbol
D [10/Apr/2013:11:54:54.218173 -0700] [Job 3] ppd->fonts[29] = Times-Bold
D [10/Apr/2013:11:54:54.218196 -0700] [Job 3] ppd->fonts[30] = Times-BoldItalic
D [10/Apr/2013:11:54:54.218218 -0700] [Job 3] ppd->fonts[31] = Times-Italic
D [10/Apr/2013:11:54:54.218241 -0700] [Job 3] ppd->fonts[32] = Times-Roman
D [10/Apr/2013:11:54:54.218263 -0700] [Job 3] ppd->fonts[33] = ZapfChancery-MediumItalic
D [10/Apr/2013:11:54:54.218286 -0700] [Job 3] ppd->fonts[34] = ZapfDingbats
D [10/Apr/2013:11:54:54.221236 -0700] Print-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.221304 -0700] [Job ???] Auto-typing file...
I [10/Apr/2013:11:54:54.221620 -0700] [Job ???] Request file type is application/pdf.
D [10/Apr/2013:11:54:54.222113 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.222151 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.222202 -0700] add_job: requesting-user-name="manfred"
D [10/Apr/2013:11:54:54.222310 -0700] Adding default job-sheets values "none,none"...
I [10/Apr/2013:11:54:54.222336 -0700] [Job 4] Adding start banner page "none".
D [10/Apr/2013:11:54:54.222637 -0700] Discarding unused job-created event...
D [10/Apr/2013:11:54:54.222700 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.222822 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:54:54.222896 -0700] [Job 4] Adding end banner page "none".
I [10/Apr/2013:11:54:54.222945 -0700] [Job 4] File of type application/pdf queued by "manfred".
D [10/Apr/2013:11:54:54.222968 -0700] [Job 4] hold_until=1365814800
I [10/Apr/2013:11:54:54.222990 -0700] [Job 4] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:54:54.223038 -0700] Returning IPP successful-ok for Print-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.224290 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.224387 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:54:54.224415 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.224750 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.224887 -0700] [Job 3] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:54:54.224920 -0700] [Job 3] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:11:54:54.224944 -0700] [Job 3] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:11:54:54.225128 -0700] [Job 3] %!PS-Adobe-3.0
D [10/Apr/2013:11:54:54.225162 -0700] [Job 3] %%BoundingBox: 0 0 612 792
D [10/Apr/2013:11:54:54.225186 -0700] [Job 3] %cupsRotation: 0
D [10/Apr/2013:11:54:54.225227 -0700] [Job 3] %%Creator: texttops/CUPS v1.5.4
D [10/Apr/2013:11:54:54.225251 -0700] [Job 3] %%CreationDate: Wed Apr 10 11:54:54 2013
D [10/Apr/2013:11:54:54.225274 -0700] [Job 3] %%Title: (Untitled)
D [10/Apr/2013:11:54:54.225297 -0700] [Job 3] %%For: (manfred)
D [10/Apr/2013:11:54:54.225320 -0700] [Job 3] %%Pages: (atend)
D [10/Apr/2013:11:54:54.225344 -0700] [Job 3] %%DocumentNeededResources: font Monospace-Bold
D [10/Apr/2013:11:54:54.225367 -0700] [Job 3] %%+ font Monospace
D [10/Apr/2013:11:54:54.225390 -0700] [Job 3] %%DocumentSuppliedResources: procset texttops 1.1 0
D [10/Apr/2013:11:54:54.225413 -0700] [Job 3] %%+ font Monospace-Bold
D [10/Apr/2013:11:54:54.225436 -0700] [Job 3] %%+ font Monospace
D [10/Apr/2013:11:54:54.225458 -0700] [Job 3] %%EndComments
D [10/Apr/2013:11:54:54.225610 -0700] [Job 3] Before copy_prolog - %%BeginProlog
D [10/Apr/2013:11:54:54.225871 -0700] cupsdReadClient: 10 1.1 Hold-Job 16175
D [10/Apr/2013:11:54:54.225930 -0700] Hold-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.226204 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.226227 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.226296 -0700] Returning IPP successful-ok for Hold-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.227436 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.227531 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:54:54.227637 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.227774 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.228096 -0700] cupsdReadClient: 10 1.1 Release-Job 16176
D [10/Apr/2013:11:54:54.228152 -0700] Release-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.228434 -0700] Discarding unused job-config-changed event...
D [10/Apr/2013:11:54:54.228529 -0700] Discarding unused job-state-changed event...
I [10/Apr/2013:11:54:54.228587 -0700] [Job 4] Job released by user.
D [10/Apr/2013:11:54:54.228612 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.228635 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.228657 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.228704 -0700] Discarding unused job-state-changed event...
I [10/Apr/2013:11:54:54.228727 -0700] [Job 4] Released by "manfred".
D [10/Apr/2013:11:54:54.228774 -0700] Returning IPP successful-ok for Release-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.229829 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.229922 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:54:54.229949 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.230081 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.230437 -0700] cupsdReadClient: 10 1.1 Print-Job 16177
D [10/Apr/2013:11:54:54.233356 -0700] Print-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.233412 -0700] [Job ???] Auto-typing file...
I [10/Apr/2013:11:54:54.233535 -0700] [Job ???] Request file type is image/jpeg.
D [10/Apr/2013:11:54:54.233809 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.233834 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.233874 -0700] add_job: requesting-user-name="manfred"
D [10/Apr/2013:11:54:54.233966 -0700] Adding default job-sheets values "none,none"...
I [10/Apr/2013:11:54:54.233992 -0700] [Job 5] Adding start banner page "none".
D [10/Apr/2013:11:54:54.234108 -0700] Discarding unused job-created event...
D [10/Apr/2013:11:54:54.234184 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.234208 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:54:54.234273 -0700] [Job 5] Adding end banner page "none".
I [10/Apr/2013:11:54:54.234322 -0700] [Job 5] File of type image/jpeg queued by "manfred".
D [10/Apr/2013:11:54:54.234344 -0700] [Job 5] hold_until=0
I [10/Apr/2013:11:54:54.234366 -0700] [Job 5] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:54:54.234413 -0700] Returning IPP successful-ok for Print-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.235053 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.236087 -0700] cupsdReadClient: 10 POST /jobs HTTP/1.1
D [10/Apr/2013:11:54:54.236119 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.236256 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.236627 -0700] cupsdReadClient: 10 1.1 Cancel-Job 16178
D [10/Apr/2013:11:54:54.236688 -0700] Cancel-Job ipp://localhost:8631/jobs/5
D [10/Apr/2013:11:54:54.236978 -0700] Discarding unused job-completed event...
I [10/Apr/2013:11:54:54.237000 -0700] [Job 5] Job canceled by "manfred"
D [10/Apr/2013:11:54:54.237198 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.237224 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.237248 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:54:54.237295 -0700] [Job 5] Canceled by "manfred".
D [10/Apr/2013:11:54:54.237319 -0700] Returning IPP successful-ok for Cancel-Job (ipp://localhost:8631/jobs/5) from localhost
D [10/Apr/2013:11:54:54.238442 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.238567 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:54:54.238599 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.238732 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.239004 -0700] cupsdReadClient: 10 1.1 Get-Jobs 16179
D [10/Apr/2013:11:54:54.239059 -0700] Get-Jobs ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.240809 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.241998 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.242090 -0700] cupsdReadClient: 10 POST /jobs HTTP/1.1
D [10/Apr/2013:11:54:54.242117 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.242248 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.242595 -0700] cupsdReadClient: 10 1.1 Get-Jobs 16180
D [10/Apr/2013:11:54:54.242654 -0700] Get-Jobs ipp://localhost:8631/
D [10/Apr/2013:11:54:54.246017 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost:8631/) from localhost
D [10/Apr/2013:11:54:54.246269 -0700] [Job 3] Before copy_setup - %%Page: 1 1
D [10/Apr/2013:11:54:54.246295 -0700] [Job 3] Before page loop - %%Page: 1 1
D [10/Apr/2013:11:54:54.246318 -0700] [Job 3] Copying page 1...
D [10/Apr/2013:11:54:54.246342 -0700] [Job 3] PAGE: 1 1
D [10/Apr/2013:11:54:54.246445 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.246468 -0700] [Job 3] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.246491 -0700] [Job 3] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.246548 -0700] [Job 3] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.246574 -0700] [Job 3] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.246598 -0700] [Job 3] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.257053 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.257154 -0700] PID 13835 (/tmp/cups-manfred/bin/filter/texttops) exited with no errors.
D [10/Apr/2013:11:54:54.257210 -0700] PID 13836 (/tmp/cups-manfred/bin/filter/pstops) exited with no errors.
D [10/Apr/2013:11:54:54.257250 -0700] [Job 3] Wrote 1 pages...
D [10/Apr/2013:11:54:54.257544 -0700] Discarding unused job-completed event...
I [10/Apr/2013:11:54:54.257569 -0700] [Job 3] Job completed.
D [10/Apr/2013:11:54:54.257674 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.257719 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.257742 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.257791 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.257931 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.257953 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.257976 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.258022 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:54:54.258219 -0700] [Job 4] job-sheets=none,none
D [10/Apr/2013:11:54:54.258305 -0700] [Job 4] argv[0]="Test1"
D [10/Apr/2013:11:54:54.258329 -0700] [Job 4] argv[1]="4"
D [10/Apr/2013:11:54:54.258351 -0700] [Job 4] argv[2]="manfred"
D [10/Apr/2013:11:54:54.258373 -0700] [Job 4] argv[3]="Untitled"
D [10/Apr/2013:11:54:54.258395 -0700] [Job 4] argv[4]="1"
D [10/Apr/2013:11:54:54.258417 -0700] [Job 4] argv[5]="job-uuid=urn:uuid:490fb041-e746-34a1-6060-d8fb634497e2 job-originating-host-name=localhost time-at-creation=1365620094 time-at-processing=1365620094"
D [10/Apr/2013:11:54:54.258439 -0700] [Job 4] argv[6]="/tmp/cups-manfred/spool/d00004-001"
D [10/Apr/2013:11:54:54.258473 -0700] [Job 4] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:54:54.258495 -0700] [Job 4] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:54.258517 -0700] [Job 4] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:54:54.258569 -0700] [Job 4] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:54:54.258595 -0700] [Job 4] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:54:54.258617 -0700] [Job 4] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:54:54.258639 -0700] [Job 4] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:54:54.258660 -0700] [Job 4] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:54:54.258682 -0700] [Job 4] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:54:54.258704 -0700] [Job 4] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.258727 -0700] [Job 4] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.258749 -0700] [Job 4] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.258787 -0700] [Job 4] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:54:54.258811 -0700] [Job 4] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:54:54.258833 -0700] [Job 4] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:54:54.258855 -0700] [Job 4] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:54:54.258877 -0700] [Job 4] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:54:54.258899 -0700] [Job 4] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.258920 -0700] [Job 4] envp[18]="USER=root"
D [10/Apr/2013:11:54:54.258941 -0700] [Job 4] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:54:54.258962 -0700] [Job 4] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:54:54.258984 -0700] [Job 4] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:54:54.259005 -0700] [Job 4] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:54:54.259026 -0700] [Job 4] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:54:54.259047 -0700] [Job 4] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:54:54.259069 -0700] [Job 4] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:54:54.259090 -0700] [Job 4] envp[26]="CONTENT_TYPE=application/pdf"
D [10/Apr/2013:11:54:54.259112 -0700] [Job 4] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:54:54.259134 -0700] [Job 4] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:54:54.259155 -0700] [Job 4] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:54:54.259177 -0700] [Job 4] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:54:54.259198 -0700] [Job 4] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:54:54.259219 -0700] [Job 4] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:54:54.259241 -0700] [Job 4] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:54:54.259263 -0700] [Job 4] envp[34]="AUTH_I****"
I [10/Apr/2013:11:54:54.266169 -0700] [Job 4] Started filter /tmp/cups-manfred/bin/filter/pdftops (PID 13838)
D [10/Apr/2013:11:54:54.266309 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:54:54.266487 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:54:54.266510 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:54:54.266606 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:54:54.268643 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:54:54.272849 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:54:54.272879 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.273032 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:54:54.273468 -0700] cupsdReadClient: 10 1.1 Create-Printer-Subscription 16168
D [10/Apr/2013:11:54:54.273601 -0700] Create-Printer-Subscription ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:54:54.273657 -0700] cupsdCreateSubscription(con=0x41d445f8(10), uri="ipp://localhost:8631/printers/Test1")
D [10/Apr/2013:11:54:54.274274 -0700] recipient="testnotify://"
D [10/Apr/2013:11:54:54.274307 -0700] notify-lease-duration=5
D [10/Apr/2013:11:54:54.274329 -0700] notify-time-interval=0
D [10/Apr/2013:11:54:54.274353 -0700] cupsdAddSubscription(mask=f, dest=0x41d871b0(Test1), job=(nil)(0), uri="testnotify://")
D [10/Apr/2013:11:54:54.274388 -0700] Added subscription #3 for printer "Test1".
D [10/Apr/2013:11:54:54.274416 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:54:54.274459 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.274486 -0700] Returning IPP successful-ok for Create-Printer-Subscription (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:54:54.275296 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:54:54.279901 -0700] [Job 4] Started filter pdftops (PID 13839)
D [10/Apr/2013:11:54:54.280258 -0700] [Job 4] Started filter pstops (PID 13840)
D [10/Apr/2013:11:54:54.314420 -0700] [Job 4] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:54:54.314617 -0700] [Job 4] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:11:54:54.314751 -0700] [Job 4] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:11:54:54.314822 -0700] [Job 4] %!PS-Adobe-3.0
D [10/Apr/2013:11:54:54.314889 -0700] [Job 4] %Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
D [10/Apr/2013:11:54:54.314958 -0700] [Job 4] %%LanguageLevel: 3
D [10/Apr/2013:11:54:54.315021 -0700] [Job 4] %%DocumentSuppliedResources: (atend)
D [10/Apr/2013:11:54:54.315082 -0700] [Job 4] %%DocumentMedia: plain 595 792 0 () ()
D [10/Apr/2013:11:54:54.315143 -0700] [Job 4] %%BoundingBox: 0 0 595 792
D [10/Apr/2013:11:54:54.315222 -0700] [Job 4] %%Pages: 8
D [10/Apr/2013:11:54:54.315281 -0700] [Job 4] %%EndComments
D [10/Apr/2013:11:54:54.315361 -0700] [Job 4] Before copy_prolog - %%BeginDefaults
D [10/Apr/2013:11:54:54.326376 -0700] [Job 4] Before copy_setup - %%BeginSetup
D [10/Apr/2013:11:54:54.624101 -0700] [Job 4] Before page loop - %%Page: 1 1
D [10/Apr/2013:11:54:54.624238 -0700] [Job 4] Copying page 1...
D [10/Apr/2013:11:54:54.624368 -0700] [Job 4] PAGE: 1 1
D [10/Apr/2013:11:54:54.624518 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.624694 -0700] [Job 4] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.624773 -0700] [Job 4] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.624849 -0700] [Job 4] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.624925 -0700] [Job 4] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.625001 -0700] [Job 4] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.660987 -0700] [Job 4] Copying page 2...
D [10/Apr/2013:11:54:54.661117 -0700] [Job 4] PAGE: 2 1
D [10/Apr/2013:11:54:54.661246 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.661361 -0700] [Job 4] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.661438 -0700] [Job 4] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.661514 -0700] [Job 4] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.661646 -0700] [Job 4] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.661749 -0700] [Job 4] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.704748 -0700] [Job 4] Copying page 3...
D [10/Apr/2013:11:54:54.704876 -0700] [Job 4] PAGE: 3 1
D [10/Apr/2013:11:54:54.705007 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.705120 -0700] [Job 4] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.705198 -0700] [Job 4] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.705276 -0700] [Job 4] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.705352 -0700] [Job 4] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.705428 -0700] [Job 4] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.743218 -0700] [Job 4] Copying page 4...
D [10/Apr/2013:11:54:54.743346 -0700] [Job 4] PAGE: 4 1
D [10/Apr/2013:11:54:54.743476 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.743686 -0700] [Job 4] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.743771 -0700] [Job 4] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.743849 -0700] [Job 4] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.743925 -0700] [Job 4] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.744002 -0700] [Job 4] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.778914 -0700] [Job 4] Copying page 5...
D [10/Apr/2013:11:54:54.779055 -0700] [Job 4] PAGE: 5 1
D [10/Apr/2013:11:54:54.779191 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.779311 -0700] [Job 4] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.779389 -0700] [Job 4] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.779465 -0700] [Job 4] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.779542 -0700] [Job 4] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.779700 -0700] [Job 4] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.813838 -0700] [Job 4] Copying page 6...
D [10/Apr/2013:11:54:54.813966 -0700] [Job 4] PAGE: 6 1
D [10/Apr/2013:11:54:54.814096 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.814209 -0700] [Job 4] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.814286 -0700] [Job 4] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.814363 -0700] [Job 4] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.814440 -0700] [Job 4] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.814515 -0700] [Job 4] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.849479 -0700] [Job 4] Copying page 7...
D [10/Apr/2013:11:54:54.849659 -0700] [Job 4] PAGE: 7 1
D [10/Apr/2013:11:54:54.849794 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.849909 -0700] [Job 4] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.849987 -0700] [Job 4] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.850064 -0700] [Job 4] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.850145 -0700] [Job 4] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.850221 -0700] [Job 4] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.875282 -0700] [Job 4] Copying page 8...
D [10/Apr/2013:11:54:54.875413 -0700] [Job 4] PAGE: 8 1
D [10/Apr/2013:11:54:54.875644 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:54:54.875775 -0700] [Job 4] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:54:54.875854 -0700] [Job 4] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:54:54.875898 -0700] [Job 4] PID 13839 (pdftops) exited with no errors.
D [10/Apr/2013:11:54:54.875973 -0700] [Job 4] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:54:54.876077 -0700] [Job 4] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:54:54.876147 -0700] [Job 4] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:54:54.876196 -0700] [Job 4] Wrote 8 pages...
D [10/Apr/2013:11:54:54.877177 -0700] [Job 4] PID 13840 (pstops) exited with no errors.
D [10/Apr/2013:11:54:54.879876 -0700] PID 13838 (/tmp/cups-manfred/bin/filter/pdftops) exited with no errors.
D [10/Apr/2013:11:54:54.880233 -0700] Discarding unused job-completed event...
I [10/Apr/2013:11:54:54.880261 -0700] [Job 4] Job completed.
D [10/Apr/2013:11:54:54.880625 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:54:54.880665 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.880694 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.881753 -0700] Notifier testnotify started - PID = 13841
D [10/Apr/2013:11:54:54.881975 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:54:54.882024 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:54:54.889382 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 1DEBUG:     notify-sequence-number (integer) 3DEBUG:     notify-subscribed-event (keyword) printer-addedDEBUG:     printer-up-time (integer) 1365620094DEBUG:     notify-text (textWithoutLanguage) New printer \"Test1\" added by \"anonymous\".DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: argc=3
D [10/Apr/2013:11:54:54.889482 -0700] [Notifier] argv[0]="/tmp/cups-manfred/bin/notifier/testnotify"
D [10/Apr/2013:11:54:54.889515 -0700] [Notifier] argv[1]="testnotify://"
D [10/Apr/2013:11:54:54.889589 -0700] [Notifier] argv[2]=""
D [10/Apr/2013:11:54:54.889625 -0700] [Notifier] TMPDIR="/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:54:54.890431 -0700] [Notifier] event-notification-attributes-tag:
D [10/Apr/2013:11:54:54.890480 -0700] [Notifier]
D [10/Apr/2013:11:54:55.899230 -0700] [Job 1] Unloading...
D [10/Apr/2013:11:54:55.900327 -0700] [Job 2] Unloading...
D [10/Apr/2013:11:54:55.900966 -0700] [Job 3] Unloading...
D [10/Apr/2013:11:54:55.901649 -0700] [Job 4] Unloading...
D [10/Apr/2013:11:54:55.902202 -0700] [Job 5] Unloading...
I [10/Apr/2013:11:55:00.907990 -0700] Subscription 3 has expired...
D [10/Apr/2013:11:55:00.908287 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:00.912970 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:00.913134 -0700] PID 13841 (/tmp/cups-manfred/bin/notifier/testnotify) exited with no errors.
D [10/Apr/2013:11:55:00.913224 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 3DEBUG:     notify-sequence-number (integer) 1DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620094DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: ippReadFile() returned IPP_ERROR!
D [10/Apr/2013:11:55:01.278731 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.278774 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.279067 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.279615 -0700] cupsdReadClient: 10 1.1 Get-Subscription-Attributes 16169
D [10/Apr/2013:11:55:01.279690 -0700] Get-Subscription-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.279753 -0700] Get-Subscription-Attributes client-error-not-found: Subscription #3 does not exist.
D [10/Apr/2013:11:55:01.279794 -0700] Returning IPP client-error-not-found for Get-Subscription-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.280426 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.281907 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.281951 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.282121 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.282805 -0700] cupsdReadClient: 10 1.1 Create-Printer-Subscription 16170
D [10/Apr/2013:11:55:01.282926 -0700] Create-Printer-Subscription ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.282958 -0700] cupsdCreateSubscription(con=0x41d445f8(10), uri="ipp://localhost:8631/printers/Test1")
D [10/Apr/2013:11:55:01.283237 -0700] recipient="testnotify://"
D [10/Apr/2013:11:55:01.283263 -0700] notify-lease-duration=5
D [10/Apr/2013:11:55:01.283290 -0700] notify-time-interval=0
D [10/Apr/2013:11:55:01.283319 -0700] cupsdAddSubscription(mask=f, dest=0x41d871b0(Test1), job=(nil)(0), uri="testnotify://")
D [10/Apr/2013:11:55:01.283353 -0700] Added subscription #4 for printer "Test1".
D [10/Apr/2013:11:55:01.283407 -0700] recipient="testnotify://"
D [10/Apr/2013:11:55:01.283433 -0700] notify-lease-duration=5
D [10/Apr/2013:11:55:01.283458 -0700] notify-time-interval=0
D [10/Apr/2013:11:55:01.283486 -0700] cupsdAddSubscription(mask=70, dest=0x41d871b0(Test1), job=(nil)(0), uri="testnotify://")
D [10/Apr/2013:11:55:01.283514 -0700] cupsdAddSubscription: Reached MaxSubscriptions 3 (count=3)
D [10/Apr/2013:11:55:01.283544 -0700] Create-Printer-Subscription client-error-too-many-subscriptions: There are too many subscriptions.
E [10/Apr/2013:11:55:01.283586 -0700] Returning IPP client-error-too-many-subscriptions for Create-Printer-Subscription (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.284321 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.286328 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.286367 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.286537 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.286980 -0700] cupsdReadClient: 10 1.1 Get-Subscriptions 16171
D [10/Apr/2013:11:55:01.287053 -0700] Get-Subscriptions ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.287590 -0700] Returning IPP successful-ok for Get-Subscriptions (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.288437 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.289743 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.289783 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.290001 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.290554 -0700] cupsdReadClient: 10 1.1 Create-Printer-Subscription 16172
D [10/Apr/2013:11:55:01.290628 -0700] Create-Printer-Subscription ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.290659 -0700] cupsdCreateSubscription(con=0x41d445f8(10), uri="ipp://localhost:8631/printers/Test1")
D [10/Apr/2013:11:55:01.290953 -0700] recipient="testnotify://"
D [10/Apr/2013:11:55:01.290980 -0700] notify-lease-duration=5
D [10/Apr/2013:11:55:01.291007 -0700] notify-time-interval=0
D [10/Apr/2013:11:55:01.291037 -0700] cupsdAddSubscription(mask=f, dest=0x41d871b0(Test1), job=(nil)(0), uri="testnotify://")
D [10/Apr/2013:11:55:01.291065 -0700] cupsdAddSubscription: Reached MaxSubscriptions 3 (count=3)
D [10/Apr/2013:11:55:01.291096 -0700] Create-Printer-Subscription client-error-too-many-subscriptions: There are too many subscriptions.
E [10/Apr/2013:11:55:01.291139 -0700] Returning IPP client-error-too-many-subscriptions for Create-Printer-Subscription (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.291680 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.292728 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.292760 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.292790 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.337999 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.340730 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.340771 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.341149 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.341943 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.342020 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test3
D [10/Apr/2013:11:55:01.342092 -0700] Get-Printer-Attributes client-error-not-found: The printer or class does not exist.
D [10/Apr/2013:11:55:01.342137 -0700] Returning IPP client-error-not-found for Get-Printer-Attributes (ipp://localhost:8631/printers/Test3) from localhost
D [10/Apr/2013:11:55:01.342727 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.343205 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:55:01.343238 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.343425 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.344025 -0700] cupsdReadClient: 10 1.1 CUPS-Add-Modify-Printer 1
D [10/Apr/2013:11:55:01.344097 -0700] CUPS-Add-Modify-Printer ipp://localhost:8631/printers/Test3
I [10/Apr/2013:11:55:01.344479 -0700] Setting Test3 printer-is-accepting-jobs to 1 (was 0.)
D [10/Apr/2013:11:55:01.344540 -0700] Discarding unused printer-state-changed event...
I [10/Apr/2013:11:55:01.344570 -0700] Setting Test3 printer-state to 3 (was 5.)
D [10/Apr/2013:11:55:01.344626 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:01.345043 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.345073 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.345101 -0700] load_ppd: Loading /tmp/cups-manfred/ppd/Test3.ppd...
D [10/Apr/2013:11:55:01.345442 -0700] cupsdRegisterPrinter(p=0x41d71938(Test3))
D [10/Apr/2013:11:55:01.345473 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.345500 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.345526 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:55:01.345808 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:01.345843 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:55:01.345920 -0700] New printer "Test3" added by "manfred".
D [10/Apr/2013:11:55:01.345952 -0700] Returning IPP successful-ok for CUPS-Add-Modify-Printer (ipp://localhost:8631/printers/Test3) from localhost
D [10/Apr/2013:11:55:01.346365 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.346407 -0700] [Notifier] event-notification-attributes-tag:
D [10/Apr/2013:11:55:01.346438 -0700] [Notifier]
D [10/Apr/2013:11:55:01.347063 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.347104 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.347272 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.347753 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.347826 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test3
D [10/Apr/2013:11:55:01.348312 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test3) from localhost
D [10/Apr/2013:11:55:01.349057 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.349595 -0700] cupsdAcceptClient: 13 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.349779 -0700] cupsdReadClient: 13 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.349861 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.350035 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.350551 -0700] cupsdReadClient: 13 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.350624 -0700] Get-Printer-Attributes ipp://localhost/printers/Test3
D [10/Apr/2013:11:55:01.353492 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/Test3) from localhost
D [10/Apr/2013:11:55:01.357777 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.359636 -0700] cupsdReadClient: 13 GET /printers/Test3.ppd HTTP/1.1
D [10/Apr/2013:11:55:01.359673 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.359966 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.360235 -0700] cupsdReadClient: 13 Closing because Keep-Alive disabled
D [10/Apr/2013:11:55:01.360275 -0700] cupsdCloseClient: 13
D [10/Apr/2013:11:55:01.360305 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.360800 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:55:01.360879 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.361048 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.361559 -0700] cupsdReadClient: 10 1.1 CUPS-Add-Modify-Printer 1
D [10/Apr/2013:11:55:01.361632 -0700] CUPS-Add-Modify-Printer ipp://localhost:8631/printers/Test3
I [10/Apr/2013:11:55:01.361937 -0700] Setting Test3 device-uri to "file:/dev/null" (was "file:///dev/null".)
D [10/Apr/2013:11:55:01.362193 -0700] copy_model: Running "cups-driverd cat drv:///sample.drv/deskjet.ppd"...
D [10/Apr/2013:11:55:01.390560 -0700] Copied PPD file successfully
D [10/Apr/2013:11:55:01.390674 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.390704 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.393258 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.393290 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.393318 -0700] load_ppd: Loading /tmp/cups-manfred/ppd/Test3.ppd...
D [10/Apr/2013:11:55:01.400055 -0700] load_ppd: Saving /tmp/cups-manfred/share/Test3.data...
D [10/Apr/2013:11:55:01.404304 -0700] cupsdRegisterPrinter(p=0x41d71938(Test3))
D [10/Apr/2013:11:55:01.404336 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.404365 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.404392 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:55:01.404675 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:01.404710 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:55:01.404741 -0700] Printer "Test3" modified by "manfred".
D [10/Apr/2013:11:55:01.404773 -0700] Returning IPP successful-ok for CUPS-Add-Modify-Printer (ipp://localhost:8631/printers/Test3) from localhost
D [10/Apr/2013:11:55:01.405218 -0700] PID 13846 (/tmp/cups-manfred/bin/daemon/cups-driverd) exited with no errors.
D [10/Apr/2013:11:55:01.405309 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 1DEBUG:     notify-sequence-number (integer) 4DEBUG:     notify-subscribed-event (keyword) printer-addedDEBUG:     printer-up-time (integer) 1365620101DEBUG:     notify-text (textWithoutLanguage) New printer \"Test3\" added by \"manfred\".DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test3DEBUG:     printer-name (nameWithoutLanguage) Test3DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:01.405346 -0700] [Notifier]
D [10/Apr/2013:11:55:01.405716 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.406778 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.406810 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.406840 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.416619 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.418238 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.418277 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.418456 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.418994 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.419070 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test3
D [10/Apr/2013:11:55:01.419465 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test3) from localhost
D [10/Apr/2013:11:55:01.420117 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.423443 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:55:01.423483 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.423652 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.424179 -0700] cupsdReadClient: 10 1.1 CUPS-Add-Modify-Printer 1
D [10/Apr/2013:11:55:01.424458 -0700] CUPS-Add-Modify-Printer ipp://localhost:8631/printers/Test3
I [10/Apr/2013:11:55:01.424729 -0700] Setting Test3 device-uri to "file:/tmp/Test3" (was "file:/dev/null".)
D [10/Apr/2013:11:55:01.442347 -0700] Copied PPD file successfully
D [10/Apr/2013:11:55:01.442764 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.442794 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.446560 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.446601 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.446629 -0700] load_ppd: Loading /tmp/cups-manfred/ppd/Test3.ppd...
D [10/Apr/2013:11:55:01.453230 -0700] load_ppd: Saving /tmp/cups-manfred/share/Test3.data...
D [10/Apr/2013:11:55:01.457759 -0700] cupsdRegisterPrinter(p=0x41d71938(Test3))
D [10/Apr/2013:11:55:01.457789 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.457855 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.457885 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:55:01.458166 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:01.458202 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:55:01.458232 -0700] Printer "Test3" modified by "manfred".
D [10/Apr/2013:11:55:01.458263 -0700] Returning IPP successful-ok for CUPS-Add-Modify-Printer (ipp://localhost:8631/printers/Test3) from localhost
D [10/Apr/2013:11:55:01.458696 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 1DEBUG:     notify-sequence-number (integer) 5DEBUG:     notify-subscribed-event (keyword) printer-modifiedDEBUG:     printer-up-time (integer) 1365620101DEBUG:     notify-text (textWithoutLanguage) Printer \"Test3\" modified by \"manfred\".DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test3DEBUG:     printer-name (nameWithoutLanguage) Test3DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:01.458733 -0700] [Notifier]
D [10/Apr/2013:11:55:01.459039 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.470253 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.470284 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.470314 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.480179 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.482034 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:11:55:01.482072 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.482244 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.482676 -0700] cupsdReadClient: 10 1.1 CUPS-Delete-Printer 1
D [10/Apr/2013:11:55:01.482775 -0700] CUPS-Delete-Printer ipp://localhost/printers/Test3
D [10/Apr/2013:11:55:01.483344 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:01.483379 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:55:01.483609 -0700] Printer "Test3" deleted by "manfred".
D [10/Apr/2013:11:55:01.483703 -0700] Discarding unused printer-stopped event...
D [10/Apr/2013:11:55:01.483765 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.483793 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.483932 -0700] cupsdDeregisterPrinter(p=0x41d71938(Test3), removeit=1)
D [10/Apr/2013:11:55:01.485389 -0700] cupsdMarkDirty(P-----)
D [10/Apr/2013:11:55:01.485428 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.485456 -0700] cupsdMarkDirty(---p--)
D [10/Apr/2013:11:55:01.485488 -0700] Returning IPP successful-ok for CUPS-Delete-Printer (ipp://localhost/printers/Test3) from localhost
D [10/Apr/2013:11:55:01.485769 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 1DEBUG:     notify-sequence-number (integer) 6DEBUG:     notify-subscribed-event (keyword) printer-modifiedDEBUG:     printer-up-time (integer) 1365620101DEBUG:     notify-text (textWithoutLanguage) Printer \"Test3\" modified by \"manfred\".DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test3DEBUG:     printer-name (nameWithoutLanguage) Test3DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:01.485805 -0700] [Notifier]
D [10/Apr/2013:11:55:01.486189 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.486364 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.486392 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.486420 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.506800 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.507048 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.507083 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.507257 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.508068 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Printers 1
D [10/Apr/2013:11:55:01.508142 -0700] CUPS-Get-Printers
D [10/Apr/2013:11:55:01.508914 -0700] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [10/Apr/2013:11:55:01.509936 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.510429 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.510460 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.510490 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.530719 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.533044 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.533083 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.533259 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.535207 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Printers 1
D [10/Apr/2013:11:55:01.535289 -0700] CUPS-Get-Printers
D [10/Apr/2013:11:55:01.537509 -0700] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [10/Apr/2013:11:55:01.540126 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.541419 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.541459 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.541761 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.542151 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 1
D [10/Apr/2013:11:55:01.542222 -0700] CUPS-Get-Default
D [10/Apr/2013:11:55:01.545886 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:11:55:01.551521 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.552794 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.552834 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.553049 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.553410 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.553481 -0700] Get-Printer-Attributes ipp://localhost/printers/Test1
D [10/Apr/2013:11:55:01.557364 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.562577 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.563706 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.563745 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.564058 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.564747 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:01.564899 -0700] Get-Jobs ipp://localhost/printers/Test1
D [10/Apr/2013:11:55:01.565322 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.565788 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.566079 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.566108 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.566136 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.586704 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.587411 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.587447 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.587620 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.589539 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Printers 1
D [10/Apr/2013:11:55:01.589618 -0700] CUPS-Get-Printers
D [10/Apr/2013:11:55:01.591503 -0700] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [10/Apr/2013:11:55:01.594094 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.595223 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.595264 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.595432 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.595671 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 1
D [10/Apr/2013:11:55:01.595743 -0700] CUPS-Get-Default
D [10/Apr/2013:11:55:01.599639 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:11:55:01.608248 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.608391 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.608430 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.608618 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.609019 -0700] cupsdAcceptClient: 13 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.609253 -0700] cupsdReadClient: 13 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.609282 -0700] cupsdCloseClient: 13
D [10/Apr/2013:11:55:01.609312 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.609760 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Classes 1
D [10/Apr/2013:11:55:01.609836 -0700] CUPS-Get-Classes
D [10/Apr/2013:11:55:01.610199 -0700] Returning IPP successful-ok for CUPS-Get-Classes (no URI) from localhost
D [10/Apr/2013:11:55:01.611029 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.611151 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.611185 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.611353 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.611825 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Printers 1
D [10/Apr/2013:11:55:01.611984 -0700] CUPS-Get-Printers
D [10/Apr/2013:11:55:01.612685 -0700] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [10/Apr/2013:11:55:01.613378 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.613930 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.614009 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.614238 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.614900 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Printers 1
D [10/Apr/2013:11:55:01.615176 -0700] CUPS-Get-Printers
D [10/Apr/2013:11:55:01.615728 -0700] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [10/Apr/2013:11:55:01.617159 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.617275 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.617309 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.617474 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.618356 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Printers 1
D [10/Apr/2013:11:55:01.618427 -0700] CUPS-Get-Printers
D [10/Apr/2013:11:55:01.619395 -0700] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [10/Apr/2013:11:55:01.620709 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.621446 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.621510 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.621679 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.622491 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:01.622565 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:01.622953 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:11:55:01.623718 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:01.624581 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.625792 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.625824 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.625922 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.637133 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.637296 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.637328 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.637496 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.638476 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:01.638553 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:01.639456 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:01.640421 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.641677 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.641709 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.641739 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.669631 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.669803 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.669836 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.670135 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.671540 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 1
D [10/Apr/2013:11:55:01.671619 -0700] CUPS-Get-Default
D [10/Apr/2013:11:55:01.672746 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:11:55:01.674311 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.675523 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.675559 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.675729 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.676549 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.676624 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.677029 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.677060 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.677111 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.677174 -0700] [Job 6] Adding start banner page "none".
D [10/Apr/2013:11:55:01.677345 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.677375 -0700] [Job 6] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:01.677404 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.678011 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.678560 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.678596 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:01.678763 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.679328 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:11:55:01.686304 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.686632 -0700] [Job 6] Auto-typing file...
D [10/Apr/2013:11:55:01.686818 -0700] [Job 6] Request file type is application/pdf.
D [10/Apr/2013:11:55:01.686935 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.686964 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:11:55:01.687065 -0700] [Job 6] File of type application/pdf queued by "manfred".
I [10/Apr/2013:11:55:01.687100 -0700] [Job 6] Adding end banner page "none".
D [10/Apr/2013:11:55:01.687165 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.687192 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.687384 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.687412 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.687440 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.688394 -0700] Notifier testnotify started - PID = 13859
D [10/Apr/2013:11:55:01.688582 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:01.688625 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.689117 -0700] [Job 6] job-sheets=none,none
D [10/Apr/2013:11:55:01.689383 -0700] [Job 6] argv[0]="Test1"
D [10/Apr/2013:11:55:01.689421 -0700] [Job 6] argv[1]="6"
D [10/Apr/2013:11:55:01.689449 -0700] [Job 6] argv[2]="manfred"
D [10/Apr/2013:11:55:01.689497 -0700] [Job 6] argv[3]="testfile.pdf"
D [10/Apr/2013:11:55:01.689621 -0700] [Job 6] argv[4]="1"
D [10/Apr/2013:11:55:01.689652 -0700] [Job 6] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:6f0c2fda-f619-3d19-5e26-7652b6765d14 job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620101"
D [10/Apr/2013:11:55:01.689680 -0700] [Job 6] argv[6]="/tmp/cups-manfred/spool/d00006-001"
D [10/Apr/2013:11:55:01.689724 -0700] [Job 6] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:01.689753 -0700] [Job 6] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:01.689780 -0700] [Job 6] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:01.689876 -0700] [Job 6] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:01.689907 -0700] [Job 6] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:01.689935 -0700] [Job 6] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:01.689962 -0700] [Job 6] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:01.689990 -0700] [Job 6] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:01.690017 -0700] [Job 6] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:01.690044 -0700] [Job 6] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.690072 -0700] [Job 6] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:01.690100 -0700] [Job 6] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.690129 -0700] [Job 6] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:01.690157 -0700] [Job 6] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:01.690276 -0700] [Job 6] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:01.690347 -0700] [Job 6] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.690376 -0700] [Job 6] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:01.690404 -0700] [Job 6] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:01.690431 -0700] [Job 6] envp[18]="USER=root"
D [10/Apr/2013:11:55:01.690458 -0700] [Job 6] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:01.690485 -0700] [Job 6] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:01.690512 -0700] [Job 6] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:01.690539 -0700] [Job 6] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:01.690566 -0700] [Job 6] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:01.690593 -0700] [Job 6] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:01.690620 -0700] [Job 6] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:01.690647 -0700] [Job 6] envp[26]="CONTENT_TYPE=application/pdf"
D [10/Apr/2013:11:55:01.690675 -0700] [Job 6] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:01.690702 -0700] [Job 6] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:01.690729 -0700] [Job 6] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:01.690756 -0700] [Job 6] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:01.690783 -0700] [Job 6] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:01.690810 -0700] [Job 6] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:01.690872 -0700] [Job 6] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:01.690924 -0700] [Job 6] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:01.692094 -0700] [Job 6] Started filter /tmp/cups-manfred/bin/filter/pdftops (PID 13860)
D [10/Apr/2013:11:55:01.692252 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:01.692309 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.694286 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:01.694391 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.694419 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.694447 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.697563 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 1DEBUG:     notify-sequence-number (integer) 7DEBUG:     notify-subscribed-event (keyword) printer-deletedDEBUG:     printer-up-time (integer) 1365620101DEBUG:     notify-text (textWithoutLanguage) Printer \"Test3\" deleted by \"manfred\".DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test3DEBUG:     printer-name (nameWithoutLanguage) Test3DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: argc=3
D [10/Apr/2013:11:55:01.697673 -0700] [Notifier] argv[0]="/tmp/cups-manfred/bin/notifier/testnotify"
D [10/Apr/2013:11:55:01.697747 -0700] [Notifier] argv[1]="testnotify://"
D [10/Apr/2013:11:55:01.697817 -0700] [Notifier] argv[2]=""
D [10/Apr/2013:11:55:01.697952 -0700] [Notifier] TMPDIR="/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:01.698685 -0700] [Notifier] event-notification-attributes-tag:
D [10/Apr/2013:11:55:01.698726 -0700] [Notifier]
D [10/Apr/2013:11:55:01.705577 -0700] [Job 6] Started filter pdftops (PID 13862)
D [10/Apr/2013:11:55:01.706314 -0700] [Job 6] Started filter pstops (PID 13863)
D [10/Apr/2013:11:55:01.709701 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.710078 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.710113 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.710290 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.711823 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.711994 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.713086 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.714488 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.715611 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:01.715645 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.715811 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.717191 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.717265 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.717619 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.717649 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.717699 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.717761 -0700] [Job 7] Adding start banner page "none".
D [10/Apr/2013:11:55:01.717957 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.718006 -0700] [Job 7] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:01.718036 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.718580 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.719179 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:01.719215 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.719381 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.719968 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:11:55:01.724775 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.725118 -0700] [Job 7] Auto-typing file...
D [10/Apr/2013:11:55:01.725253 -0700] [Job 7] Request file type is image/jpeg.
D [10/Apr/2013:11:55:01.725336 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.725366 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:01.725450 -0700] [Job 7] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:01.725483 -0700] [Job 7] Adding end banner page "none".
D [10/Apr/2013:11:55:01.725547 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.725575 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.725776 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.725804 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.725831 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.725937 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:01.726186 -0700] [Job 7] job-sheets=none,none
D [10/Apr/2013:11:55:01.726298 -0700] [Job 7] argv[0]="Test2"
D [10/Apr/2013:11:55:01.726329 -0700] [Job 7] argv[1]="7"
D [10/Apr/2013:11:55:01.726357 -0700] [Job 7] argv[2]="manfred"
D [10/Apr/2013:11:55:01.726384 -0700] [Job 7] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:01.726411 -0700] [Job 7] argv[4]="1"
D [10/Apr/2013:11:55:01.726438 -0700] [Job 7] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:3ce0107c-8cf0-3f0d-5821-c19bfe8a9f09 job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620101"
D [10/Apr/2013:11:55:01.726466 -0700] [Job 7] argv[6]="/tmp/cups-manfred/spool/d00007-001"
D [10/Apr/2013:11:55:01.726508 -0700] [Job 7] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:01.726536 -0700] [Job 7] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:01.726563 -0700] [Job 7] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:01.726590 -0700] [Job 7] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:01.726617 -0700] [Job 7] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:01.726644 -0700] [Job 7] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:01.726671 -0700] [Job 7] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:01.726698 -0700] [Job 7] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:01.726724 -0700] [Job 7] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:01.726751 -0700] [Job 7] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.726779 -0700] [Job 7] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:01.726807 -0700] [Job 7] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.726871 -0700] [Job 7] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:01.726907 -0700] [Job 7] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:01.726935 -0700] [Job 7] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:01.726962 -0700] [Job 7] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.727009 -0700] [Job 7] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:01.727037 -0700] [Job 7] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:01.727064 -0700] [Job 7] envp[18]="USER=root"
D [10/Apr/2013:11:55:01.727091 -0700] [Job 7] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:01.727117 -0700] [Job 7] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:01.727144 -0700] [Job 7] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:01.727171 -0700] [Job 7] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:01.727197 -0700] [Job 7] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:01.727224 -0700] [Job 7] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:01.727251 -0700] [Job 7] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:01.727278 -0700] [Job 7] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:01.727305 -0700] [Job 7] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:01.727332 -0700] [Job 7] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:01.727358 -0700] [Job 7] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:01.727385 -0700] [Job 7] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:01.727411 -0700] [Job 7] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:01.727438 -0700] [Job 7] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:01.727464 -0700] [Job 7] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:01.727492 -0700] [Job 7] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:01.728329 -0700] [Job 7] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13864)
I [10/Apr/2013:11:55:01.729189 -0700] [Job 7] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13865)
D [10/Apr/2013:11:55:01.729368 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:01.729425 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.731397 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.731503 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.731531 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.731559 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.735004 -0700] [Job 6] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:01.735083 -0700] [Job 6] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:11:55:01.735128 -0700] [Job 6] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:11:55:01.735159 -0700] [Job 6] %!PS-Adobe-3.0
D [10/Apr/2013:11:55:01.735189 -0700] [Job 6] %Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
D [10/Apr/2013:11:55:01.735218 -0700] [Job 6] %%LanguageLevel: 3
D [10/Apr/2013:11:55:01.735258 -0700] [Job 6] %%DocumentSuppliedResources: (atend)
D [10/Apr/2013:11:55:01.735288 -0700] [Job 6] %%DocumentMedia: plain 595 792 0 () ()
D [10/Apr/2013:11:55:01.735316 -0700] [Job 6] %%BoundingBox: 0 0 595 792
D [10/Apr/2013:11:55:01.735345 -0700] [Job 6] %%Pages: 8
D [10/Apr/2013:11:55:01.735374 -0700] [Job 6] %%EndComments
D [10/Apr/2013:11:55:01.735402 -0700] [Job 6] Before copy_prolog - %%BeginDefaults
D [10/Apr/2013:11:55:01.750513 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.750918 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.750962 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.751159 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.752946 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.753035 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.754279 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.755816 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.759009 -0700] [Job 6] Before copy_setup - %%BeginSetup
D [10/Apr/2013:11:55:01.759077 -0700] [Job 7] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:01.759113 -0700] [Job 7] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:01.759147 -0700] [Job 7] Loading print file.
D [10/Apr/2013:11:55:01.759208 -0700] [Job 7] Set job-printer-state-message to "Loading print file.", current level=INFO
E [10/Apr/2013:11:55:01.759244 -0700] [Job 7] The print file could not be opened.
D [10/Apr/2013:11:55:01.759286 -0700] [Job 7] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:01.759355 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:01.759421 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:01.759547 -0700] PID 13864 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:01.761501 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.761752 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.762117 -0700] cupsdAuthorize: No authentication data provided.
E [10/Apr/2013:11:55:01.762313 -0700] [Job 7] No pages were found.
D [10/Apr/2013:11:55:01.762376 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:01.762438 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:01.762820 -0700] PID 13865 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:01.763200 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:01.763228 -0700] [Job 7] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:01.763256 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.763284 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.763313 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.763372 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:01.764012 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.764089 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.764449 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.764479 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.764529 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.764592 -0700] [Job 8] Adding start banner page "classified".
D [10/Apr/2013:11:55:01.764694 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.764722 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.765517 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.765546 -0700] [Job 8] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:01.765577 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.766228 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.766819 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.766895 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.767069 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.768524 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:11:55:01.773722 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.774069 -0700] [Job 8] Auto-typing file...
D [10/Apr/2013:11:55:01.774250 -0700] [Job 8] Request file type is application/pdf.
D [10/Apr/2013:11:55:01.774330 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.774358 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:01.774446 -0700] [Job 8] File of type application/pdf queued by "manfred".
I [10/Apr/2013:11:55:01.774479 -0700] [Job 8] Adding end banner page "classified".
D [10/Apr/2013:11:55:01.774571 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.774598 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.775185 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.775233 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.775364 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.776991 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.777071 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.777099 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.777127 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.804319 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.804492 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.804526 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.804698 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.806157 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.806237 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.807495 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.809138 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.812816 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.812915 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.813059 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.813681 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.813742 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.814055 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.814079 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.814120 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.814170 -0700] [Job 9] Adding start banner page "none".
D [10/Apr/2013:11:55:01.814289 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.814312 -0700] [Job 9] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:01.814335 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.814903 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.815116 -0700] cupsdAcceptClient: 16 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.815267 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.815295 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:01.815426 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.815926 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:11:55:01.818630 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.819056 -0700] [Job 9] Auto-typing file...
D [10/Apr/2013:11:55:01.819153 -0700] [Job 9] Request file type is image/jpeg.
D [10/Apr/2013:11:55:01.819213 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.819236 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:01.819311 -0700] [Job 9] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:01.819338 -0700] [Job 9] Adding end banner page "none".
D [10/Apr/2013:11:55:01.819390 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.819412 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.819513 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.829154 -0700] cupsdReadClient: 16 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.829182 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.829318 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.830218 -0700] cupsdAcceptClient: 21 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.830417 -0700] cupsdReadClient: 21 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.830443 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.830571 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.833594 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.833739 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:01.833761 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:01.833783 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.835306 -0700] cupsdReadClient: 16 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.835368 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.836285 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.839625 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.839740 -0700] cupsdReadClient: 21 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.839801 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.840684 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.843096 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.843123 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.843258 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.843641 -0700] cupsdAcceptClient: 22 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.843897 -0700] cupsdReadClient: 22 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.843936 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.844084 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.844503 -0700] cupsdAcceptClient: 23 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.844745 -0700] cupsdReadClient: 23 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.844772 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.844953 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.860487 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.860705 -0700] cupsdReadClient: 16 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:01.860734 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.860907 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.861983 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.862119 -0700] cupsdAcceptClient: 24 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.862426 -0700] cupsdReadClient: 21 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.862456 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.862592 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.862802 -0700] cupsdAcceptClient: 25 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.863094 -0700] cupsdReadClient: 24 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.863128 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.863265 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.863749 -0700] cupsdReadClient: 25 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.863775 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.863989 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.864312 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.864375 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.865227 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.865965 -0700] cupsdReadClient: 22 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.866025 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.866820 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.867527 -0700] cupsdReadClient: 23 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.867586 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.876550 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.878248 -0700] cupsdReadClient: 16 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.878309 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.878588 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.878613 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.878653 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.878706 -0700] [Job 10] Adding start banner page "none".
D [10/Apr/2013:11:55:01.878855 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.878885 -0700] [Job 10] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:01.878909 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.879341 -0700] cupsdReadClient: 21 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.879400 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.879667 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.879691 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.879729 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.879779 -0700] [Job 11] Adding start banner page "none".
D [10/Apr/2013:11:55:01.881633 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.881656 -0700] [Job 11] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:01.881680 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.888939 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.889243 -0700] cupsdReadClient: 16 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:01.889276 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.889425 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.890652 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.890765 -0700] cupsdAcceptClient: 26 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.891212 -0700] cupsdReadClient: 21 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.891244 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.891392 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.892518 -0700] cupsdReadClient: 26 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.892548 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.892696 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.893389 -0700] cupsdAcceptClient: 27 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.893837 -0700] cupsdReadClient: 27 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.893898 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.894051 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.894569 -0700] cupsdReadClient: 16 1.1 Send-Document 1
D [10/Apr/2013:11:55:01.897502 -0700] cupsdReadClient: 21 1.1 Send-Document 1
D [10/Apr/2013:11:55:01.904143 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.904574 -0700] cupsdReadClient: 24 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.904643 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.905577 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.906052 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:01.906084 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.906232 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.906767 -0700] cupsdReadClient: 25 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.906834 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.907772 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.911131 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.911649 -0700] cupsdReadClient: 22 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:01.911678 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.911811 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.913349 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.913884 -0700] cupsdReadClient: 23 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.913917 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.914053 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.920802 -0700] cupsdAcceptClient: 30 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.921403 -0700] cupsdReadClient: 30 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.921430 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.921564 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.922734 -0700] cupsdAcceptClient: 31 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.923346 -0700] cupsdReadClient: 31 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.923372 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.923501 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.926624 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.926687 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.927008 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.927036 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.927079 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.927131 -0700] [Job 12] Adding start banner page "none".
D [10/Apr/2013:11:55:01.927250 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.927273 -0700] [Job 12] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:01.927297 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.930503 -0700] cupsdReadClient: 22 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.930567 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.930886 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.930917 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.930959 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.931012 -0700] [Job 13] Adding start banner page "none".
D [10/Apr/2013:11:55:01.931127 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.931150 -0700] [Job 13] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:01.931173 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.932388 -0700] cupsdReadClient: 23 1.1 Create-Job 1
D [10/Apr/2013:11:55:01.932450 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.932726 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.932750 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.932789 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:01.932873 -0700] [Job 14] Adding start banner page "none".
D [10/Apr/2013:11:55:01.933008 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:01.933107 -0700] [Job 14] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:01.933134 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.945073 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.945318 -0700] [Job 10] Auto-typing file...
D [10/Apr/2013:11:55:01.945410 -0700] [Job 10] Request file type is image/jpeg.
D [10/Apr/2013:11:55:01.945477 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.945501 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:01.945596 -0700] [Job 10] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:01.945627 -0700] [Job 10] Adding end banner page "none".
D [10/Apr/2013:11:55:01.945684 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.945709 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.945912 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.945938 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.945982 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.946038 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:01.946245 -0700] [Job 10] job-sheets=none,none
D [10/Apr/2013:11:55:01.946338 -0700] [Job 10] argv[0]="Test2"
D [10/Apr/2013:11:55:01.946366 -0700] [Job 10] argv[1]="10"
D [10/Apr/2013:11:55:01.946391 -0700] [Job 10] argv[2]="manfred"
D [10/Apr/2013:11:55:01.946415 -0700] [Job 10] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:01.946440 -0700] [Job 10] argv[4]="1"
D [10/Apr/2013:11:55:01.946465 -0700] [Job 10] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:bd7343ba-f433-34f3-7ff1-44d363a1cfc3 job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620101"
D [10/Apr/2013:11:55:01.946491 -0700] [Job 10] argv[6]="/tmp/cups-manfred/spool/d00010-001"
D [10/Apr/2013:11:55:01.946528 -0700] [Job 10] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:01.946554 -0700] [Job 10] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:01.946578 -0700] [Job 10] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:01.946603 -0700] [Job 10] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:01.946628 -0700] [Job 10] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:01.946652 -0700] [Job 10] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:01.946676 -0700] [Job 10] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:01.946701 -0700] [Job 10] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:01.946725 -0700] [Job 10] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:01.946750 -0700] [Job 10] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.946775 -0700] [Job 10] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:01.946800 -0700] [Job 10] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.946825 -0700] [Job 10] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:01.946892 -0700] [Job 10] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:01.946917 -0700] [Job 10] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:01.946943 -0700] [Job 10] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:01.946968 -0700] [Job 10] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:01.947011 -0700] [Job 10] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:01.947037 -0700] [Job 10] envp[18]="USER=root"
D [10/Apr/2013:11:55:01.947062 -0700] [Job 10] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:01.947087 -0700] [Job 10] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:01.947111 -0700] [Job 10] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:01.947136 -0700] [Job 10] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:01.947160 -0700] [Job 10] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:01.947184 -0700] [Job 10] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:01.947209 -0700] [Job 10] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:01.947233 -0700] [Job 10] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:01.947259 -0700] [Job 10] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:01.947283 -0700] [Job 10] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:01.947307 -0700] [Job 10] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:01.947332 -0700] [Job 10] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:01.947356 -0700] [Job 10] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:01.947380 -0700] [Job 10] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:01.947405 -0700] [Job 10] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:01.947430 -0700] [Job 10] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:01.948287 -0700] [Job 10] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13891)
I [10/Apr/2013:11:55:01.949256 -0700] [Job 10] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13892)
D [10/Apr/2013:11:55:01.949401 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:01.949455 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.964908 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.965105 -0700] cupsdReadClient: 26 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.965176 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.966201 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.972825 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:01.973157 -0700] [Job 11] Auto-typing file...
D [10/Apr/2013:11:55:01.973272 -0700] [Job 11] Request file type is image/jpeg.
D [10/Apr/2013:11:55:01.973347 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.973375 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:01.973456 -0700] [Job 11] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:01.973487 -0700] [Job 11] Adding end banner page "none".
D [10/Apr/2013:11:55:01.973544 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.973570 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.973678 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:01.974085 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:01.974118 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.974294 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.975262 -0700] cupsdAcceptClient: 29 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.976241 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.976380 -0700] cupsdAcceptClient: 32 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.976530 -0700] cupsdReadClient: 29 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.976560 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.976728 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.977068 -0700] cupsdReadClient: 27 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:01.977138 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:01.978102 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:01.978679 -0700] cupsdReadClient: 22 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:01.978712 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.978900 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.986247 -0700] cupsdAcceptClient: 37 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.986410 -0700] cupsdReadClient: 32 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.986441 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.986591 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.987259 -0700] PID 13891 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:01.987323 -0700] PID 13892 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:01.992016 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.992130 -0700] cupsdAcceptClient: 38 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.992280 -0700] [Job 10] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:01.992309 -0700] [Job 10] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:01.992336 -0700] [Job 10] Loading print file.
E [10/Apr/2013:11:55:01.992382 -0700] [Job 10] The print file could not be opened.
E [10/Apr/2013:11:55:01.992409 -0700] [Job 10] No pages were found.
D [10/Apr/2013:11:55:01.992463 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:01.992515 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:01.992596 -0700] cupsdReadClient: 37 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.992625 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.992774 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.993531 -0700] cupsdReadClient: 23 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:01.993565 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.993712 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.996872 -0700] cupsdAcceptClient: 39 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:01.997280 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:01.997305 -0700] [Job 10] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:01.997331 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:01.997357 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.997382 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.997435 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:01.997613 -0700] cupsdReadClient: 38 POST / HTTP/1.1
D [10/Apr/2013:11:55:01.997642 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:01.997788 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:01.998225 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.002582 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.002941 -0700] cupsdAcceptClient: 33 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:02.003133 -0700] cupsdReadClient: 39 POST / HTTP/1.1
D [10/Apr/2013:11:55:02.003161 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.003295 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.004753 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.004917 -0700] cupsdReadClient: 24 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.004950 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.005083 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.006685 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.007047 -0700] cupsdReadClient: 33 POST / HTTP/1.1
D [10/Apr/2013:11:55:02.007073 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.007204 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.007964 -0700] [Job 7] Unloading...
D [10/Apr/2013:11:55:02.008724 -0700] [Job 10] Unloading...
D [10/Apr/2013:11:55:02.008957 -0700] cupsdReadClient: 22 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.009786 -0700] cupsdReadClient: 16 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.009808 -0700] cupsdCloseClient: 16
D [10/Apr/2013:11:55:02.009869 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.010897 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.011015 -0700] cupsdReadClient: 25 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.011045 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.011179 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.012107 -0700] cupsdReadClient: 21 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.012130 -0700] cupsdCloseClient: 21
D [10/Apr/2013:11:55:02.012153 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.012612 -0700] cupsdReadClient: 23 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.016743 -0700] cupsdReadClient: 30 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.016806 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.017670 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.019485 -0700] cupsdAcceptClient: 21 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:02.020887 -0700] cupsdAcceptClient: 35 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:02.021121 -0700] cupsdReadClient: 21 POST / HTTP/1.1
D [10/Apr/2013:11:55:02.021149 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.021285 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.021606 -0700] cupsdReadClient: 31 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.021687 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.022735 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.023656 -0700] cupsdReadClient: 35 POST / HTTP/1.1
D [10/Apr/2013:11:55:02.023684 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.023818 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.025633 -0700] cupsdReadClient: 24 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.025694 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.026121 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.026146 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.026189 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.026243 -0700] [Job 15] Adding start banner page "none".
D [10/Apr/2013:11:55:02.026363 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.026386 -0700] [Job 15] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:02.026409 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.027481 -0700] cupsdReadClient: 25 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.027544 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.027818 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.028129 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.028225 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.028283 -0700] [Job 16] Adding start banner page "none".
D [10/Apr/2013:11:55:02.028398 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.028421 -0700] [Job 16] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:02.028445 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.034311 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.034942 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.035605 -0700] cupsdReadClient: 26 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.035635 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.035770 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.036226 -0700] cupsdReadClient: 24 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.036256 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.036391 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.037690 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.039293 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.039481 -0700] cupsdReadClient: 25 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.039510 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.039662 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.040941 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.041200 -0700] [Job 12] Auto-typing file...
D [10/Apr/2013:11:55:02.041301 -0700] [Job 12] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.041357 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.041380 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.041460 -0700] [Job 12] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.041487 -0700] [Job 12] Adding end banner page "none".
D [10/Apr/2013:11:55:02.041538 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.041560 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.041709 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.041732 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.041754 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.041802 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.042035 -0700] [Job 12] job-sheets=none,none
D [10/Apr/2013:11:55:02.042125 -0700] [Job 12] argv[0]="Test2"
D [10/Apr/2013:11:55:02.042150 -0700] [Job 12] argv[1]="12"
D [10/Apr/2013:11:55:02.042172 -0700] [Job 12] argv[2]="manfred"
D [10/Apr/2013:11:55:02.042194 -0700] [Job 12] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.042216 -0700] [Job 12] argv[4]="1"
D [10/Apr/2013:11:55:02.042238 -0700] [Job 12] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:916eb1ac-32c0-3940-6475-ddf1152794fb job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.042260 -0700] [Job 12] argv[6]="/tmp/cups-manfred/spool/d00012-001"
D [10/Apr/2013:11:55:02.042295 -0700] [Job 12] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.042317 -0700] [Job 12] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.042339 -0700] [Job 12] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.042361 -0700] [Job 12] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.042382 -0700] [Job 12] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.042404 -0700] [Job 12] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.042425 -0700] [Job 12] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.042446 -0700] [Job 12] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.042467 -0700] [Job 12] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.042505 -0700] [Job 12] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.042528 -0700] [Job 12] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.042550 -0700] [Job 12] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.042573 -0700] [Job 12] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.042596 -0700] [Job 12] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.042618 -0700] [Job 12] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.042640 -0700] [Job 12] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.042662 -0700] [Job 12] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.042683 -0700] [Job 12] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.042705 -0700] [Job 12] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.042726 -0700] [Job 12] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.042747 -0700] [Job 12] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.042769 -0700] [Job 12] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.042790 -0700] [Job 12] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.042811 -0700] [Job 12] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.042832 -0700] [Job 12] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.042854 -0700] [Job 12] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.042907 -0700] [Job 12] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.042933 -0700] [Job 12] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.042955 -0700] [Job 12] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.042976 -0700] [Job 12] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.042998 -0700] [Job 12] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.043019 -0700] [Job 12] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.043041 -0700] [Job 12] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.043062 -0700] [Job 12] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.043084 -0700] [Job 12] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.043728 -0700] [Job 12] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13899)
I [10/Apr/2013:11:55:02.044475 -0700] [Job 12] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13900)
D [10/Apr/2013:11:55:02.044646 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.044705 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.045428 -0700] cupsdReadClient: 27 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.045459 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.045603 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.046387 -0700] cupsdReadClient: 29 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.046451 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.047451 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.048692 -0700] cupsdReadClient: 32 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.048753 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.049618 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.056349 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.056614 -0700] [Job 13] Auto-typing file...
D [10/Apr/2013:11:55:02.056718 -0700] [Job 13] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.056774 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.056797 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.056907 -0700] [Job 13] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.056939 -0700] [Job 13] Adding end banner page "none".
D [10/Apr/2013:11:55:02.056991 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.057014 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.057119 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.057615 -0700] cupsdReadClient: 24 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.058209 -0700] cupsdReadClient: 37 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.058270 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.059111 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.060023 -0700] cupsdReadClient: 25 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.060494 -0700] cupsdReadClient: 38 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.060555 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.061476 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.062057 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.062297 -0700] [Job 14] Auto-typing file...
D [10/Apr/2013:11:55:02.062393 -0700] [Job 14] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.062448 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.062470 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.062538 -0700] [Job 14] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.062566 -0700] [Job 14] Adding end banner page "none".
D [10/Apr/2013:11:55:02.062615 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.062638 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.062733 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.066655 -0700] cupsdReadClient: 39 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.066730 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.067699 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.068284 -0700] PID 13899 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:02.068994 -0700] [Job 12] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.069020 -0700] [Job 12] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:02.069044 -0700] [Job 12] Loading print file.
E [10/Apr/2013:11:55:02.069067 -0700] [Job 12] The print file could not be opened.
E [10/Apr/2013:11:55:02.069091 -0700] [Job 12] No pages were found.
D [10/Apr/2013:11:55:02.069138 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.069185 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.069329 -0700] cupsdReadClient: 33 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.069397 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.070267 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.070616 -0700] PID 13900 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.071470 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.071492 -0700] [Job 12] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.071515 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.071538 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.071561 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.071608 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.071744 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.071766 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.071788 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.071834 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.072198 -0700] [Job 13] job-sheets=none,none
D [10/Apr/2013:11:55:02.072290 -0700] [Job 13] argv[0]="Test2"
D [10/Apr/2013:11:55:02.072315 -0700] [Job 13] argv[1]="13"
D [10/Apr/2013:11:55:02.072337 -0700] [Job 13] argv[2]="manfred"
D [10/Apr/2013:11:55:02.072359 -0700] [Job 13] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.072380 -0700] [Job 13] argv[4]="1"
D [10/Apr/2013:11:55:02.072402 -0700] [Job 13] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:a4a85f55-c00a-37f6-607d-8dfb9c9dd853 job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.072424 -0700] [Job 13] argv[6]="/tmp/cups-manfred/spool/d00013-001"
D [10/Apr/2013:11:55:02.072458 -0700] [Job 13] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.072481 -0700] [Job 13] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.072502 -0700] [Job 13] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.072524 -0700] [Job 13] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.072545 -0700] [Job 13] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.072567 -0700] [Job 13] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.072588 -0700] [Job 13] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.072610 -0700] [Job 13] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.072631 -0700] [Job 13] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.072653 -0700] [Job 13] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.072676 -0700] [Job 13] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.072698 -0700] [Job 13] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.072720 -0700] [Job 13] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.072743 -0700] [Job 13] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.072764 -0700] [Job 13] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.072786 -0700] [Job 13] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.072808 -0700] [Job 13] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.072830 -0700] [Job 13] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.072895 -0700] [Job 13] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.072919 -0700] [Job 13] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.072940 -0700] [Job 13] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.072962 -0700] [Job 13] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.072984 -0700] [Job 13] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.073021 -0700] [Job 13] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.073043 -0700] [Job 13] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.073065 -0700] [Job 13] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.073087 -0700] [Job 13] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.073109 -0700] [Job 13] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.073131 -0700] [Job 13] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.073152 -0700] [Job 13] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.073174 -0700] [Job 13] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.073195 -0700] [Job 13] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.073217 -0700] [Job 13] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.073238 -0700] [Job 13] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.073261 -0700] [Job 13] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.073951 -0700] [Job 13] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13901)
I [10/Apr/2013:11:55:02.074635 -0700] [Job 13] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13902)
D [10/Apr/2013:11:55:02.074775 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.076638 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.077639 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.077661 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:02.077685 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.079319 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.080234 -0700] cupsdReadClient: 22 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.080256 -0700] cupsdCloseClient: 22
D [10/Apr/2013:11:55:02.080281 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.081868 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.082904 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.083370 -0700] cupsdReadClient: 26 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.083432 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.083761 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.083785 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.083827 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.084194 -0700] [Job 17] Adding start banner page "none".
D [10/Apr/2013:11:55:02.084334 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.084358 -0700] [Job 17] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:02.084382 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.090486 -0700] cupsdReadClient: 23 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.090508 -0700] cupsdCloseClient: 23
D [10/Apr/2013:11:55:02.090533 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.090736 -0700] cupsdReadClient: 30 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.090766 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.090946 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.092175 -0700] [Job 13] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.092200 -0700] [Job 13] Searching for profile "100dpi/Plain"...
D [10/Apr/2013:11:55:02.092252 -0700] cupsdReadClient: 27 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.092316 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.092595 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.092620 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.092662 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.092715 -0700] [Job 18] Adding start banner page "none".
D [10/Apr/2013:11:55:02.092828 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.092887 -0700] [Job 18] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:02.092913 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.094193 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.094827 -0700] cupsdReadClient: 31 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.094857 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.095029 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.095675 -0700] cupsdReadClient: 21 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.095736 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.096629 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.097059 -0700] PID 13901 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
I [10/Apr/2013:11:55:02.097514 -0700] [Job 13] Loading print file.
E [10/Apr/2013:11:55:02.097539 -0700] [Job 13] The print file could not be opened.
D [10/Apr/2013:11:55:02.097586 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.097633 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.097788 -0700] cupsdReadClient: 35 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:11:55:02.097848 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.098678 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
E [10/Apr/2013:11:55:02.099817 -0700] [Job 13] No pages were found.
D [10/Apr/2013:11:55:02.099866 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.099955 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.100171 -0700] PID 13902 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.101076 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.101368 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.101391 -0700] [Job 13] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.101414 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.101436 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.101458 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.101505 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.102321 -0700] cupsdReadClient: 26 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.102352 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.102487 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.104376 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.105087 -0700] cupsdReadClient: 27 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.105117 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.105248 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.107285 -0700] cupsdReadClient: 26 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.109288 -0700] cupsdReadClient: 27 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.109670 -0700] cupsdReadClient: 30 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.109735 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.110057 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.110081 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.110123 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.110292 -0700] [Job 19] Adding start banner page "none".
D [10/Apr/2013:11:55:02.110424 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.110447 -0700] [Job 19] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:02.110471 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.111554 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.111793 -0700] [Job 15] Auto-typing file...
D [10/Apr/2013:11:55:02.111980 -0700] [Job 15] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.112060 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.112083 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.112157 -0700] [Job 15] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.112184 -0700] [Job 15] Adding end banner page "none".
D [10/Apr/2013:11:55:02.112234 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.112256 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.112402 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.112425 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.112447 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.112494 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.112692 -0700] [Job 15] job-sheets=none,none
D [10/Apr/2013:11:55:02.112781 -0700] [Job 15] argv[0]="Test2"
D [10/Apr/2013:11:55:02.112806 -0700] [Job 15] argv[1]="15"
D [10/Apr/2013:11:55:02.112828 -0700] [Job 15] argv[2]="manfred"
D [10/Apr/2013:11:55:02.112888 -0700] [Job 15] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.112911 -0700] [Job 15] argv[4]="1"
D [10/Apr/2013:11:55:02.112934 -0700] [Job 15] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:9ebd19d8-7bb6-3fae-7df1-df556c22bd6b job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.112956 -0700] [Job 15] argv[6]="/tmp/cups-manfred/spool/d00015-001"
D [10/Apr/2013:11:55:02.112992 -0700] [Job 15] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.113014 -0700] [Job 15] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.113036 -0700] [Job 15] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.113058 -0700] [Job 15] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.113080 -0700] [Job 15] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.113101 -0700] [Job 15] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.113123 -0700] [Job 15] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.113145 -0700] [Job 15] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.113166 -0700] [Job 15] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.113188 -0700] [Job 15] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.113226 -0700] [Job 15] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.113249 -0700] [Job 15] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.113273 -0700] [Job 15] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.113296 -0700] [Job 15] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.113318 -0700] [Job 15] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.113340 -0700] [Job 15] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.113362 -0700] [Job 15] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.113384 -0700] [Job 15] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.113406 -0700] [Job 15] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.113427 -0700] [Job 15] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.113449 -0700] [Job 15] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.113470 -0700] [Job 15] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.113492 -0700] [Job 15] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.113513 -0700] [Job 15] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.113535 -0700] [Job 15] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.113556 -0700] [Job 15] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.113578 -0700] [Job 15] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.113600 -0700] [Job 15] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.113622 -0700] [Job 15] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.113643 -0700] [Job 15] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.113665 -0700] [Job 15] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.113686 -0700] [Job 15] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.113708 -0700] [Job 15] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.113730 -0700] [Job 15] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.113752 -0700] [Job 15] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.114459 -0700] [Job 15] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13903)
I [10/Apr/2013:11:55:02.115142 -0700] [Job 15] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13904)
D [10/Apr/2013:11:55:02.115291 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.115347 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.117040 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.118090 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.118367 -0700] [Job 16] Auto-typing file...
D [10/Apr/2013:11:55:02.118490 -0700] [Job 16] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.118545 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.118568 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.118637 -0700] [Job 16] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.118665 -0700] [Job 16] Adding end banner page "none".
D [10/Apr/2013:11:55:02.118715 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.118737 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.118881 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.119175 -0700] cupsdReadClient: 29 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.119205 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.119350 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.120406 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.120916 -0700] cupsdReadClient: 31 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.120978 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.121253 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.121280 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.121321 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.121387 -0700] [Job 20] Adding start banner page "none".
D [10/Apr/2013:11:55:02.121500 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.121523 -0700] [Job 20] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:02.121546 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.128187 -0700] cupsdReadClient: 32 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.128219 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.128354 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.129438 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.129945 -0700] [Job 6] Before page loop - %%Page: 1 1
D [10/Apr/2013:11:55:02.129971 -0700] [Job 6] Copying page 1...
D [10/Apr/2013:11:55:02.129996 -0700] [Job 6] PAGE: 1 1
D [10/Apr/2013:11:55:02.130110 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.130134 -0700] [Job 6] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.130158 -0700] [Job 6] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.130181 -0700] [Job 6] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.130203 -0700] [Job 6] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.130226 -0700] [Job 6] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.130481 -0700] cupsdReadClient: 37 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.130511 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.130643 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.131692 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.132390 -0700] cupsdReadClient: 38 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.132420 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.132552 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.133588 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.134298 -0700] cupsdReadClient: 39 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.134328 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.134460 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.135446 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.136219 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.136563 -0700] cupsdReadClient: 33 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.136593 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.136725 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.137256 -0700] cupsdReadClient: 30 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.137286 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.137415 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.140130 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.140763 -0700] cupsdReadClient: 24 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.140785 -0700] cupsdCloseClient: 24
D [10/Apr/2013:11:55:02.140808 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.144177 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.145024 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.145366 -0700] PID 13903 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:02.145432 -0700] cupsdReadClient: 25 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.145454 -0700] cupsdCloseClient: 25
D [10/Apr/2013:11:55:02.145477 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.145969 -0700] cupsdReadClient: 31 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.146001 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.146137 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.146868 -0700] [Job 15] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.147013 -0700] [Job 15] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:02.147040 -0700] [Job 15] Loading print file.
E [10/Apr/2013:11:55:02.147064 -0700] [Job 15] The print file could not be opened.
E [10/Apr/2013:11:55:02.147176 -0700] [Job 15] No pages were found.
D [10/Apr/2013:11:55:02.147240 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.147288 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.147663 -0700] PID 13904 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.148431 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.148453 -0700] [Job 15] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.148476 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.148498 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.148535 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.148583 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.148724 -0700] cupsdReadClient: 30 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.151253 -0700] cupsdReadClient: 31 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.152431 -0700] cupsdReadClient: 29 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.152496 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.152796 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.152820 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.152861 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.152992 -0700] [Job 21] Adding start banner page "none".
D [10/Apr/2013:11:55:02.153117 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.153141 -0700] [Job 21] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:02.153164 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.154620 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.154985 -0700] cupsdReadClient: 32 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.155048 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.155324 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.155349 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.155388 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.155437 -0700] [Job 22] Adding start banner page "none".
D [10/Apr/2013:11:55:02.155549 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.155572 -0700] [Job 22] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:02.155594 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.156424 -0700] cupsdReadClient: 21 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.156454 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.156609 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.157772 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.158204 -0700] cupsdReadClient: 37 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.158269 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.158553 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.158577 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.158618 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.158668 -0700] [Job 23] Adding start banner page "none".
D [10/Apr/2013:11:55:02.158779 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.158802 -0700] [Job 23] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:02.158825 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.159476 -0700] cupsdReadClient: 35 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.159506 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.159639 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.160137 -0700] [Job 6] Copying page 2...
D [10/Apr/2013:11:55:02.160162 -0700] [Job 6] PAGE: 2 1
D [10/Apr/2013:11:55:02.160257 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.160281 -0700] [Job 6] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.160304 -0700] [Job 6] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.160327 -0700] [Job 6] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.160350 -0700] [Job 6] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.160372 -0700] [Job 6] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.160449 -0700] cupsdReadClient: 38 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.160524 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.160800 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.160824 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.160903 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.160956 -0700] [Job 24] Adding start banner page "none".
D [10/Apr/2013:11:55:02.161068 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.161091 -0700] [Job 24] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:02.161114 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.162022 -0700] cupsdReadClient: 39 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.162082 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.162352 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.162376 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.162415 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.162462 -0700] [Job 25] Adding start banner page "none".
D [10/Apr/2013:11:55:02.162571 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.162594 -0700] [Job 25] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:02.162616 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.163503 -0700] cupsdReadClient: 33 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.163564 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.163835 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.163933 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.163975 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.164024 -0700] [Job 26] Adding start banner page "none".
D [10/Apr/2013:11:55:02.164135 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.164158 -0700] [Job 26] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:02.164180 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.165234 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.165476 -0700] [Job 17] Auto-typing file...
D [10/Apr/2013:11:55:02.165575 -0700] [Job 17] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.165632 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.165654 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.165729 -0700] [Job 17] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.165760 -0700] [Job 17] Adding end banner page "none".
D [10/Apr/2013:11:55:02.165810 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.165832 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.166042 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.167006 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.167609 -0700] cupsdReadClient: 29 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.167637 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.167769 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.169155 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.169552 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.169792 -0700] [Job 18] Auto-typing file...
D [10/Apr/2013:11:55:02.169926 -0700] [Job 18] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.169988 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.170011 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.170084 -0700] [Job 18] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.170112 -0700] [Job 18] Adding end banner page "none".
D [10/Apr/2013:11:55:02.170163 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.170186 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.170349 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.170371 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.170394 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.170441 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.170631 -0700] [Job 18] job-sheets=none,none
D [10/Apr/2013:11:55:02.170720 -0700] [Job 18] argv[0]="Test2"
D [10/Apr/2013:11:55:02.170744 -0700] [Job 18] argv[1]="18"
D [10/Apr/2013:11:55:02.170766 -0700] [Job 18] argv[2]="manfred"
D [10/Apr/2013:11:55:02.170787 -0700] [Job 18] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.170808 -0700] [Job 18] argv[4]="1"
D [10/Apr/2013:11:55:02.170830 -0700] [Job 18] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:9236b03c-1b06-3725-7646-078f180ec119 job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.170852 -0700] [Job 18] argv[6]="/tmp/cups-manfred/spool/d00018-001"
D [10/Apr/2013:11:55:02.170918 -0700] [Job 18] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.170947 -0700] [Job 18] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.170969 -0700] [Job 18] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.170991 -0700] [Job 18] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.171012 -0700] [Job 18] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.171034 -0700] [Job 18] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.171055 -0700] [Job 18] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.171077 -0700] [Job 18] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.171098 -0700] [Job 18] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.171120 -0700] [Job 18] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.171143 -0700] [Job 18] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.171165 -0700] [Job 18] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.171188 -0700] [Job 18] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.171210 -0700] [Job 18] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.171232 -0700] [Job 18] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.171254 -0700] [Job 18] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.171292 -0700] [Job 18] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.171314 -0700] [Job 18] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.171336 -0700] [Job 18] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.171357 -0700] [Job 18] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.171379 -0700] [Job 18] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.171400 -0700] [Job 18] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.171421 -0700] [Job 18] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.171443 -0700] [Job 18] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.171465 -0700] [Job 18] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.171486 -0700] [Job 18] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.171507 -0700] [Job 18] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.171529 -0700] [Job 18] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.171551 -0700] [Job 18] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.171572 -0700] [Job 18] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.171593 -0700] [Job 18] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.171615 -0700] [Job 18] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.171637 -0700] [Job 18] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.171658 -0700] [Job 18] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.171680 -0700] [Job 18] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.172385 -0700] [Job 18] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13905)
I [10/Apr/2013:11:55:02.173087 -0700] [Job 18] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13906)
D [10/Apr/2013:11:55:02.173250 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.173310 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.174196 -0700] cupsdReadClient: 32 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.174242 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.174388 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.175734 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.176683 -0700] cupsdReadClient: 37 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.176713 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.176864 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.179428 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.180296 -0700] cupsdReadClient: 38 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.180327 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.180474 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.183088 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.183818 -0700] cupsdReadClient: 39 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.183847 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.184067 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.187858 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.187993 -0700] cupsdReadClient: 29 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.189796 -0700] cupsdReadClient: 33 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.189829 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.190084 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.192971 -0700] cupsdReadClient: 32 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.195196 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.195983 -0700] cupsdReadClient: 37 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.196580 -0700] cupsdReadClient: 26 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.196602 -0700] cupsdCloseClient: 26
D [10/Apr/2013:11:55:02.196626 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.197487 -0700] [Job 18] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.197514 -0700] [Job 18] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:02.197538 -0700] [Job 18] Loading print file.
D [10/Apr/2013:11:55:02.197593 -0700] [Job 18] Set job-printer-state-message to "Loading print file.", current level=INFO
E [10/Apr/2013:11:55:02.197620 -0700] [Job 18] The print file could not be opened.
D [10/Apr/2013:11:55:02.197650 -0700] [Job 18] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
E [10/Apr/2013:11:55:02.197674 -0700] [Job 18] No pages were found.
D [10/Apr/2013:11:55:02.197721 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.197768 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.197821 -0700] cupsdReadClient: 38 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.198574 -0700] cupsdReadClient: 21 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.198638 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.199255 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.199280 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.199323 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.199375 -0700] [Job 27] Adding start banner page "none".
D [10/Apr/2013:11:55:02.199511 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.199535 -0700] [Job 27] Queued on "Test2" by "manfred".
D [10/Apr/2013:11:55:02.199559 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.200094 -0700] PID 13906 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.201059 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.201877 -0700] cupsdReadClient: 39 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.202334 -0700] cupsdReadClient: 35 1.1 Create-Job 1
D [10/Apr/2013:11:55:02.202412 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.202700 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.202725 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.202766 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:11:55:02.202817 -0700] [Job 28] Adding start banner page "none".
D [10/Apr/2013:11:55:02.202978 -0700] Discarding unused job-created event...
I [10/Apr/2013:11:55:02.203002 -0700] [Job 28] Queued on "Test1" by "manfred".
D [10/Apr/2013:11:55:02.203025 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.203266 -0700] cupsdReadClient: 27 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.203288 -0700] cupsdCloseClient: 27
D [10/Apr/2013:11:55:02.203312 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.204434 -0700] cupsdReadClient: 33 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.204904 -0700] PID 13905 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:02.206098 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.206135 -0700] [Job 18] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.206158 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.206182 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.206204 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.206252 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.208300 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.208539 -0700] [Job 19] Auto-typing file...
D [10/Apr/2013:11:55:02.208645 -0700] [Job 19] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.208701 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.208723 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.208794 -0700] [Job 19] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.208822 -0700] [Job 19] Adding end banner page "none".
D [10/Apr/2013:11:55:02.208938 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.208961 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.209058 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.211649 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.212602 -0700] cupsdReadClient: 21 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:11:55:02.212631 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.212764 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.213948 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.213986 -0700] [Job 6] Copying page 3...
D [10/Apr/2013:11:55:02.214011 -0700] [Job 6] PAGE: 3 1
D [10/Apr/2013:11:55:02.214119 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.214143 -0700] [Job 6] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.214167 -0700] [Job 6] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.214190 -0700] [Job 6] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.214214 -0700] [Job 6] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.214236 -0700] [Job 6] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.214454 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.214709 -0700] [Job 20] Auto-typing file...
D [10/Apr/2013:11:55:02.214799 -0700] [Job 20] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.214891 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.214916 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.214991 -0700] [Job 20] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.215019 -0700] [Job 20] Adding end banner page "none".
D [10/Apr/2013:11:55:02.215073 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.215095 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.215241 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.215263 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.215286 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.215333 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.215522 -0700] [Job 20] job-sheets=none,none
D [10/Apr/2013:11:55:02.215611 -0700] [Job 20] argv[0]="Test2"
D [10/Apr/2013:11:55:02.215635 -0700] [Job 20] argv[1]="20"
D [10/Apr/2013:11:55:02.215658 -0700] [Job 20] argv[2]="manfred"
D [10/Apr/2013:11:55:02.215679 -0700] [Job 20] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.215701 -0700] [Job 20] argv[4]="1"
D [10/Apr/2013:11:55:02.215723 -0700] [Job 20] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:5f67e972-e0bb-3308-7566-f509defcf1ba job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.215745 -0700] [Job 20] argv[6]="/tmp/cups-manfred/spool/d00020-001"
D [10/Apr/2013:11:55:02.215779 -0700] [Job 20] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.215801 -0700] [Job 20] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.215823 -0700] [Job 20] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.215911 -0700] [Job 20] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.215942 -0700] [Job 20] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.216024 -0700] [Job 20] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.216051 -0700] [Job 20] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.216073 -0700] [Job 20] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.216095 -0700] [Job 20] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.216117 -0700] [Job 20] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.216140 -0700] [Job 20] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.216163 -0700] [Job 20] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.216186 -0700] [Job 20] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.216209 -0700] [Job 20] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.216231 -0700] [Job 20] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.216253 -0700] [Job 20] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.216276 -0700] [Job 20] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.216297 -0700] [Job 20] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.216319 -0700] [Job 20] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.216341 -0700] [Job 20] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.216362 -0700] [Job 20] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.216383 -0700] [Job 20] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.216405 -0700] [Job 20] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.216426 -0700] [Job 20] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.216448 -0700] [Job 20] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.216469 -0700] [Job 20] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.216491 -0700] [Job 20] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.216514 -0700] [Job 20] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.216535 -0700] [Job 20] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.216556 -0700] [Job 20] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.216578 -0700] [Job 20] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.216599 -0700] [Job 20] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.216621 -0700] [Job 20] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.216642 -0700] [Job 20] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.216664 -0700] [Job 20] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.217413 -0700] [Job 20] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13907)
I [10/Apr/2013:11:55:02.218155 -0700] [Job 20] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13908)
D [10/Apr/2013:11:55:02.218304 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.218361 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.220126 -0700] cupsdReadClient: 35 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:11:55:02.220169 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.220317 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.232007 -0700] cupsdReadClient: 21 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.233419 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.234321 -0700] [Job 20] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.234378 -0700] cupsdReadClient: 35 1.1 Send-Document 1
D [10/Apr/2013:11:55:02.234769 -0700] cupsdReadClient: 30 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.234792 -0700] cupsdCloseClient: 30
D [10/Apr/2013:11:55:02.234816 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.237809 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.238697 -0700] cupsdReadClient: 31 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.238720 -0700] cupsdCloseClient: 31
D [10/Apr/2013:11:55:02.238744 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.243087 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.243350 -0700] [Job 21] Auto-typing file...
D [10/Apr/2013:11:55:02.243468 -0700] [Job 21] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.243526 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.243549 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.243628 -0700] [Job 21] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.243656 -0700] [Job 21] Adding end banner page "none".
D [10/Apr/2013:11:55:02.243707 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.243730 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.243832 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.246017 -0700] PID 13907 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:02.246199 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.246436 -0700] [Job 22] Auto-typing file...
D [10/Apr/2013:11:55:02.246522 -0700] [Job 22] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.246585 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.246608 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.246678 -0700] [Job 22] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.246705 -0700] [Job 22] Adding end banner page "none".
D [10/Apr/2013:11:55:02.246755 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.246777 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.246872 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.247676 -0700] [Job 20] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:02.247704 -0700] [Job 20] Loading print file.
E [10/Apr/2013:11:55:02.247728 -0700] [Job 20] The print file could not be opened.
E [10/Apr/2013:11:55:02.247751 -0700] [Job 20] No pages were found.
D [10/Apr/2013:11:55:02.247799 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.247958 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.248058 -0700] PID 13908 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.248269 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.248505 -0700] [Job 23] Auto-typing file...
D [10/Apr/2013:11:55:02.248589 -0700] [Job 23] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.248643 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.248666 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.248735 -0700] [Job 23] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.248762 -0700] [Job 23] Adding end banner page "none".
D [10/Apr/2013:11:55:02.248812 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.248834 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.249038 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.250062 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.250085 -0700] [Job 20] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.250107 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.250130 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.250153 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.250200 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.250338 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.250360 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.250382 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.250446 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.250648 -0700] [Job 22] job-sheets=none,none
D [10/Apr/2013:11:55:02.250741 -0700] [Job 22] argv[0]="Test2"
D [10/Apr/2013:11:55:02.250766 -0700] [Job 22] argv[1]="22"
D [10/Apr/2013:11:55:02.250788 -0700] [Job 22] argv[2]="manfred"
D [10/Apr/2013:11:55:02.250810 -0700] [Job 22] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.250831 -0700] [Job 22] argv[4]="1"
D [10/Apr/2013:11:55:02.250890 -0700] [Job 22] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:88d0f406-f070-373b-6b47-dada236d1822 job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.250916 -0700] [Job 22] argv[6]="/tmp/cups-manfred/spool/d00022-001"
D [10/Apr/2013:11:55:02.250951 -0700] [Job 22] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.250974 -0700] [Job 22] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.250996 -0700] [Job 22] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.251018 -0700] [Job 22] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.251043 -0700] [Job 22] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.251065 -0700] [Job 22] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.251086 -0700] [Job 22] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.251108 -0700] [Job 22] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.251129 -0700] [Job 22] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.251151 -0700] [Job 22] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.251173 -0700] [Job 22] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.251195 -0700] [Job 22] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.251217 -0700] [Job 22] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.251240 -0700] [Job 22] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.251261 -0700] [Job 22] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.251283 -0700] [Job 22] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.251305 -0700] [Job 22] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.251326 -0700] [Job 22] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.251347 -0700] [Job 22] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.251368 -0700] [Job 22] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.251390 -0700] [Job 22] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.251426 -0700] [Job 22] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.251449 -0700] [Job 22] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.251470 -0700] [Job 22] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.251492 -0700] [Job 22] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.251513 -0700] [Job 22] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.251535 -0700] [Job 22] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.251557 -0700] [Job 22] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.251578 -0700] [Job 22] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.251599 -0700] [Job 22] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.251621 -0700] [Job 22] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.251642 -0700] [Job 22] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.251663 -0700] [Job 22] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.251685 -0700] [Job 22] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.251706 -0700] [Job 22] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.252411 -0700] [Job 22] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13909)
I [10/Apr/2013:11:55:02.253133 -0700] [Job 22] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13910)
D [10/Apr/2013:11:55:02.253269 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.253810 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.254136 -0700] [Job 24] Auto-typing file...
D [10/Apr/2013:11:55:02.254269 -0700] [Job 24] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.254338 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.254361 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.254432 -0700] [Job 24] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.254459 -0700] [Job 24] Adding end banner page "none".
D [10/Apr/2013:11:55:02.254509 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.254531 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.254652 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.255476 -0700] [Job 6] Copying page 4...
D [10/Apr/2013:11:55:02.255505 -0700] [Job 6] PAGE: 4 1
D [10/Apr/2013:11:55:02.255626 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.255651 -0700] [Job 6] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.255674 -0700] [Job 6] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.255697 -0700] [Job 6] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.255720 -0700] [Job 6] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.255743 -0700] [Job 6] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.256101 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.256336 -0700] [Job 25] Auto-typing file...
D [10/Apr/2013:11:55:02.256418 -0700] [Job 25] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.256473 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.256495 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.256563 -0700] [Job 25] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.256590 -0700] [Job 25] Adding end banner page "none".
D [10/Apr/2013:11:55:02.256640 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.256663 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.256757 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.257554 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.257787 -0700] [Job 26] Auto-typing file...
D [10/Apr/2013:11:55:02.257931 -0700] [Job 26] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.258007 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.258029 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.258098 -0700] [Job 26] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.258125 -0700] [Job 26] Adding end banner page "none".
D [10/Apr/2013:11:55:02.258175 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.258197 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.258291 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.260589 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.261016 -0700] cupsdReadClient: 29 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.261039 -0700] cupsdCloseClient: 29
D [10/Apr/2013:11:55:02.261062 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.262017 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.262365 -0700] cupsdReadClient: 32 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.262387 -0700] cupsdCloseClient: 32
D [10/Apr/2013:11:55:02.262409 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.263348 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.263670 -0700] cupsdReadClient: 37 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.263693 -0700] cupsdCloseClient: 37
D [10/Apr/2013:11:55:02.263716 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.264658 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.265004 -0700] cupsdReadClient: 38 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.265026 -0700] cupsdCloseClient: 38
D [10/Apr/2013:11:55:02.265050 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.265942 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.266223 -0700] cupsdReadClient: 39 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.266245 -0700] cupsdCloseClient: 39
D [10/Apr/2013:11:55:02.266268 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.267160 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.267405 -0700] cupsdReadClient: 33 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.267427 -0700] cupsdCloseClient: 33
D [10/Apr/2013:11:55:02.267449 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.267956 -0700] [Job 22] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.268113 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:11:55:02.268376 -0700] [Job 27] Auto-typing file...
D [10/Apr/2013:11:55:02.268471 -0700] [Job 27] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.268527 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.268550 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.268624 -0700] [Job 27] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.268651 -0700] [Job 27] Adding end banner page "none".
D [10/Apr/2013:11:55:02.268702 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.268724 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.268826 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:11:55:02.269319 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:11:55:02.269558 -0700] [Job 28] Auto-typing file...
D [10/Apr/2013:11:55:02.269642 -0700] [Job 28] Request file type is image/jpeg.
D [10/Apr/2013:11:55:02.269703 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.269725 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:11:55:02.269794 -0700] [Job 28] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:11:55:02.269821 -0700] [Job 28] Adding end banner page "none".
D [10/Apr/2013:11:55:02.269909 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.269932 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.270045 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:11:55:02.271772 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.271929 -0700] cupsdReadClient: 21 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.271955 -0700] cupsdCloseClient: 21
D [10/Apr/2013:11:55:02.271978 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.272827 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.272927 -0700] cupsdReadClient: 35 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.272949 -0700] cupsdCloseClient: 35
D [10/Apr/2013:11:55:02.272971 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.280066 -0700] [Job 22] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:02.280310 -0700] [Job 22] Loading print file.
D [10/Apr/2013:11:55:02.280376 -0700] [Job 22] Set job-printer-state-message to "Loading print file.", current level=INFO
D [10/Apr/2013:11:55:02.280449 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.280498 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:11:55:02.280671 -0700] [Job 22] The print file could not be opened.
D [10/Apr/2013:11:55:02.280707 -0700] [Job 22] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:02.280754 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.280800 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.281501 -0700] PID 13909 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
E [10/Apr/2013:11:55:02.283537 -0700] [Job 22] No pages were found.
D [10/Apr/2013:11:55:02.283598 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.283645 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.284490 -0700] PID 13910 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.284761 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.284784 -0700] [Job 22] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.284807 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.284831 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.284889 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.284956 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.285089 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.285112 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.285134 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.285179 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.285380 -0700] [Job 23] job-sheets=none,none
D [10/Apr/2013:11:55:02.285474 -0700] [Job 23] argv[0]="Test2"
D [10/Apr/2013:11:55:02.285499 -0700] [Job 23] argv[1]="23"
D [10/Apr/2013:11:55:02.285521 -0700] [Job 23] argv[2]="manfred"
D [10/Apr/2013:11:55:02.285543 -0700] [Job 23] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.285565 -0700] [Job 23] argv[4]="1"
D [10/Apr/2013:11:55:02.285587 -0700] [Job 23] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:b2200d5e-8529-3f7f-77cd-a4282971725a job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.285609 -0700] [Job 23] argv[6]="/tmp/cups-manfred/spool/d00023-001"
D [10/Apr/2013:11:55:02.285643 -0700] [Job 23] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.285665 -0700] [Job 23] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.285687 -0700] [Job 23] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.285709 -0700] [Job 23] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.285730 -0700] [Job 23] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.285751 -0700] [Job 23] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.285772 -0700] [Job 23] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.285793 -0700] [Job 23] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.285815 -0700] [Job 23] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.285836 -0700] [Job 23] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.285897 -0700] [Job 23] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.285921 -0700] [Job 23] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.285944 -0700] [Job 23] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.285982 -0700] [Job 23] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.286005 -0700] [Job 23] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.286027 -0700] [Job 23] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.286050 -0700] [Job 23] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.286071 -0700] [Job 23] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.286093 -0700] [Job 23] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.286114 -0700] [Job 23] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.286136 -0700] [Job 23] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.286157 -0700] [Job 23] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.286179 -0700] [Job 23] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.286200 -0700] [Job 23] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.286221 -0700] [Job 23] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.286243 -0700] [Job 23] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.286264 -0700] [Job 23] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.286286 -0700] [Job 23] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.286307 -0700] [Job 23] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.286328 -0700] [Job 23] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.286350 -0700] [Job 23] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.286372 -0700] [Job 23] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.286393 -0700] [Job 23] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.286414 -0700] [Job 23] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.286436 -0700] [Job 23] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.287071 -0700] [Job 23] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13914)
I [10/Apr/2013:11:55:02.287738 -0700] [Job 23] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13915)
D [10/Apr/2013:11:55:02.287954 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.301783 -0700] [Job 6] Copying page 5...
D [10/Apr/2013:11:55:02.301832 -0700] [Job 6] PAGE: 5 1
D [10/Apr/2013:11:55:02.301983 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.302020 -0700] [Job 6] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.302063 -0700] [Job 6] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.302088 -0700] [Job 6] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.302110 -0700] [Job 6] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.302133 -0700] [Job 6] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.302652 -0700] [Job 23] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.302988 -0700] [Job 23] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:02.303204 -0700] [Job 23] Loading print file.
D [10/Apr/2013:11:55:02.303293 -0700] [Job 23] Set job-printer-state-message to "Loading print file.", current level=INFO
D [10/Apr/2013:11:55:02.303344 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.303391 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:11:55:02.303557 -0700] [Job 23] The print file could not be opened.
D [10/Apr/2013:11:55:02.303594 -0700] [Job 23] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:02.303641 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.303687 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:11:55:02.306301 -0700] [Job 23] No pages were found.
D [10/Apr/2013:11:55:02.306367 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.306414 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.308556 -0700] PID 13914 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:02.317038 -0700] PID 13915 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.317346 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.317372 -0700] [Job 23] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.317398 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.317424 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.317450 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.317504 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.317677 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.317704 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.317729 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.317781 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.318044 -0700] [Job 26] job-sheets=none,none
D [10/Apr/2013:11:55:02.318152 -0700] [Job 26] argv[0]="Test2"
D [10/Apr/2013:11:55:02.318180 -0700] [Job 26] argv[1]="26"
D [10/Apr/2013:11:55:02.318206 -0700] [Job 26] argv[2]="manfred"
D [10/Apr/2013:11:55:02.318231 -0700] [Job 26] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.318255 -0700] [Job 26] argv[4]="1"
D [10/Apr/2013:11:55:02.318281 -0700] [Job 26] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:c3db0cd2-91a9-328a-7dd3-955b5f185114 job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.318306 -0700] [Job 26] argv[6]="/tmp/cups-manfred/spool/d00026-001"
D [10/Apr/2013:11:55:02.318343 -0700] [Job 26] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.318369 -0700] [Job 26] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.318394 -0700] [Job 26] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.318419 -0700] [Job 26] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.318443 -0700] [Job 26] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.318468 -0700] [Job 26] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.318492 -0700] [Job 26] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.318517 -0700] [Job 26] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.318541 -0700] [Job 26] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.318566 -0700] [Job 26] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.318591 -0700] [Job 26] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.318616 -0700] [Job 26] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.318642 -0700] [Job 26] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.318668 -0700] [Job 26] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.318693 -0700] [Job 26] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.318718 -0700] [Job 26] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.318765 -0700] [Job 26] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.318790 -0700] [Job 26] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.318814 -0700] [Job 26] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.318839 -0700] [Job 26] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.318904 -0700] [Job 26] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.318930 -0700] [Job 26] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.318954 -0700] [Job 26] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.318979 -0700] [Job 26] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.319003 -0700] [Job 26] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.319028 -0700] [Job 26] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.319053 -0700] [Job 26] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.319079 -0700] [Job 26] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.319103 -0700] [Job 26] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.319127 -0700] [Job 26] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.319152 -0700] [Job 26] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.319176 -0700] [Job 26] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.319201 -0700] [Job 26] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.319225 -0700] [Job 26] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.319250 -0700] [Job 26] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.320032 -0700] [Job 26] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13920)
I [10/Apr/2013:11:55:02.320796 -0700] [Job 26] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13921)
D [10/Apr/2013:11:55:02.321005 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.334601 -0700] cupsdAcceptClient: 16 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:02.334878 -0700] cupsdReadClient: 16 POST / HTTP/1.1
D [10/Apr/2013:11:55:02.334949 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.335124 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:02.335871 -0700] cupsdReadClient: 16 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:02.336012 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:02.337095 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:11:55:02.338207 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:11:55:02.344313 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:02.344608 -0700] [Job 26] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.344633 -0700] [Job 26] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:02.344657 -0700] [Job 26] Loading print file.
D [10/Apr/2013:11:55:02.344701 -0700] [Job 26] Set job-printer-state-message to "Loading print file.", current level=INFO
E [10/Apr/2013:11:55:02.344726 -0700] [Job 26] The print file could not be opened.
D [10/Apr/2013:11:55:02.344755 -0700] [Job 26] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
E [10/Apr/2013:11:55:02.344778 -0700] [Job 26] No pages were found.
D [10/Apr/2013:11:55:02.344825 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.344909 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.345214 -0700] PID 13921 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.354698 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:11:55:02.354787 -0700] PID 13920 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:02.354854 -0700] cupsdReadClient: 16 WAITING Closing on EOF
D [10/Apr/2013:11:55:02.354914 -0700] cupsdCloseClient: 16
D [10/Apr/2013:11:55:02.354938 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.355286 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.355309 -0700] [Job 26] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.355332 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.355358 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.355380 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.355432 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.355564 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.355587 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.355625 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.355672 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.355948 -0700] [Job 27] job-sheets=none,none
D [10/Apr/2013:11:55:02.356054 -0700] [Job 27] argv[0]="Test2"
D [10/Apr/2013:11:55:02.356079 -0700] [Job 27] argv[1]="27"
D [10/Apr/2013:11:55:02.356101 -0700] [Job 27] argv[2]="manfred"
D [10/Apr/2013:11:55:02.356123 -0700] [Job 27] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.356145 -0700] [Job 27] argv[4]="1"
D [10/Apr/2013:11:55:02.356167 -0700] [Job 27] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:8e5a4412-9fe8-3944-6031-d21e0c9801ab job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.356189 -0700] [Job 27] argv[6]="/tmp/cups-manfred/spool/d00027-001"
D [10/Apr/2013:11:55:02.356223 -0700] [Job 27] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.356246 -0700] [Job 27] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.356267 -0700] [Job 27] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.356289 -0700] [Job 27] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.356311 -0700] [Job 27] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.356333 -0700] [Job 27] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.356354 -0700] [Job 27] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.356376 -0700] [Job 27] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.356398 -0700] [Job 27] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.356420 -0700] [Job 27] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.356442 -0700] [Job 27] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.356465 -0700] [Job 27] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.356488 -0700] [Job 27] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.356511 -0700] [Job 27] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.356533 -0700] [Job 27] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.356555 -0700] [Job 27] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.356577 -0700] [Job 27] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.356599 -0700] [Job 27] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.356636 -0700] [Job 27] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.356658 -0700] [Job 27] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.356680 -0700] [Job 27] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.356702 -0700] [Job 27] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.356723 -0700] [Job 27] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.356745 -0700] [Job 27] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.356766 -0700] [Job 27] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:11:55:02.356788 -0700] [Job 27] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.356809 -0700] [Job 27] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.356832 -0700] [Job 27] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:11:55:02.356853 -0700] [Job 27] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:11:55:02.356911 -0700] [Job 27] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.356933 -0700] [Job 27] envp[30]="PRINTER=Test2"
D [10/Apr/2013:11:55:02.356955 -0700] [Job 27] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.356977 -0700] [Job 27] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.356999 -0700] [Job 27] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:11:55:02.357021 -0700] [Job 27] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.357606 -0700] [Job 27] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 13923)
I [10/Apr/2013:11:55:02.358285 -0700] [Job 27] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 13924)
D [10/Apr/2013:11:55:02.358419 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.358544 -0700] [Job 6] Copying page 6...
D [10/Apr/2013:11:55:02.358571 -0700] [Job 6] PAGE: 6 1
D [10/Apr/2013:11:55:02.358690 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.358715 -0700] [Job 6] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.358739 -0700] [Job 6] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.358762 -0700] [Job 6] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.358784 -0700] [Job 6] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.358807 -0700] [Job 6] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.379205 -0700] [Job 27] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.379458 -0700] [Job 27] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:11:55:02.379667 -0700] [Job 27] Loading print file.
D [10/Apr/2013:11:55:02.379772 -0700] [Job 27] Set job-printer-state-message to "Loading print file.", current level=INFO
D [10/Apr/2013:11:55:02.379844 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.379932 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:11:55:02.379966 -0700] [Job 27] The print file could not be opened.
D [10/Apr/2013:11:55:02.380002 -0700] [Job 27] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:02.380049 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.380094 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:11:55:02.382502 -0700] [Job 27] No pages were found.
D [10/Apr/2013:11:55:02.382562 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.382610 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.383544 -0700] PID 13923 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:11:55:02.383602 -0700] PID 13924 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:11:55:02.383995 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.384018 -0700] [Job 27] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.384042 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.384066 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.384089 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.384137 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:11:55:02.388559 -0700] [Job 6] Copying page 7...
D [10/Apr/2013:11:55:02.388606 -0700] [Job 6] PAGE: 7 1
D [10/Apr/2013:11:55:02.388710 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.388734 -0700] [Job 6] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.388758 -0700] [Job 6] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.388781 -0700] [Job 6] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.388804 -0700] [Job 6] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.388826 -0700] [Job 6] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.409223 -0700] [Job 6] Copying page 8...
D [10/Apr/2013:11:55:02.409281 -0700] [Job 6] PAGE: 8 1
D [10/Apr/2013:11:55:02.409389 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.409414 -0700] [Job 6] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.409438 -0700] [Job 6] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.409461 -0700] [Job 6] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.409485 -0700] [Job 6] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.409507 -0700] [Job 6] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.409531 -0700] [Job 6] Wrote 8 pages...
D [10/Apr/2013:11:55:02.409554 -0700] [Job 6] PID 13862 (pdftops) exited with no errors.
D [10/Apr/2013:11:55:02.409589 -0700] [Job 6] PID 13863 (pstops) exited with no errors.
D [10/Apr/2013:11:55:02.417307 -0700] PID 13860 (/tmp/cups-manfred/bin/filter/pdftops) exited with no errors.
D [10/Apr/2013:11:55:02.417577 -0700] Discarding unused job-completed event...
I [10/Apr/2013:11:55:02.417599 -0700] [Job 6] Job completed.
D [10/Apr/2013:11:55:02.417861 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.417921 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.417948 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.418239 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.418268 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.418429 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.418452 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.418474 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.418650 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.418672 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.418858 -0700] [Job 8] job-sheets=classified,classified
D [10/Apr/2013:11:55:02.418996 -0700] [Job 8] argv[0]="Test1"
D [10/Apr/2013:11:55:02.419023 -0700] [Job 8] argv[1]="8"
D [10/Apr/2013:11:55:02.419045 -0700] [Job 8] argv[2]="manfred"
D [10/Apr/2013:11:55:02.419067 -0700] [Job 8] argv[3]="testfile.pdf"
D [10/Apr/2013:11:55:02.419089 -0700] [Job 8] argv[4]="1"
D [10/Apr/2013:11:55:02.419111 -0700] [Job 8] argv[5]="finishings=3 job-uuid=urn:uuid:08d239b8-0f34-3a0d-6f5a-06503367dc6e job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.419133 -0700] [Job 8] argv[6]="/tmp/cups-manfred/spool/d00008-001"
D [10/Apr/2013:11:55:02.419168 -0700] [Job 8] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.419190 -0700] [Job 8] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.419212 -0700] [Job 8] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.419234 -0700] [Job 8] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.419256 -0700] [Job 8] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.419278 -0700] [Job 8] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.419299 -0700] [Job 8] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.419321 -0700] [Job 8] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.419343 -0700] [Job 8] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.419365 -0700] [Job 8] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.419388 -0700] [Job 8] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.419410 -0700] [Job 8] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.419433 -0700] [Job 8] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.419471 -0700] [Job 8] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.419494 -0700] [Job 8] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.419516 -0700] [Job 8] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.419538 -0700] [Job 8] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.419560 -0700] [Job 8] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.419581 -0700] [Job 8] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.419603 -0700] [Job 8] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.419624 -0700] [Job 8] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.419645 -0700] [Job 8] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.419667 -0700] [Job 8] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.419688 -0700] [Job 8] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.419709 -0700] [Job 8] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.419731 -0700] [Job 8] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.419752 -0700] [Job 8] envp[26]="CONTENT_TYPE=application/vnd.cups-banner"
D [10/Apr/2013:11:55:02.419774 -0700] [Job 8] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.419796 -0700] [Job 8] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.419818 -0700] [Job 8] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.419839 -0700] [Job 8] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.419860 -0700] [Job 8] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.419882 -0700] [Job 8] envp[32]="CUPS_FILETYPE=job-sheet"
D [10/Apr/2013:11:55:02.420005 -0700] [Job 8] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.420030 -0700] [Job 8] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.420695 -0700] [Job 8] Started filter /tmp/cups-manfred/bin/filter/bannertops (PID 13925)
I [10/Apr/2013:11:55:02.428793 -0700] [Job 8] Started filter /tmp/cups-manfred/bin/filter/pstops (PID 13926)
D [10/Apr/2013:11:55:02.428996 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.429164 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 1DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620101DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.429214 -0700] [Notifier]
D [10/Apr/2013:11:55:02.429242 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 2DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.429269 -0700] [Notifier]
D [10/Apr/2013:11:55:02.429302 -0700] [Job 8] load_banner(filename="/tmp/cups-manfred/spool/d00008-001")
D [10/Apr/2013:11:55:02.429327 -0700] [Job 8] 1 #CUPS-BANNER
D [10/Apr/2013:11:55:02.429350 -0700] [Job 8] 2 Show job-id job-name job-originating-user-name job-originating-host-name job-billing
D [10/Apr/2013:11:55:02.429374 -0700] [Job 8] 3 Header Classified
D [10/Apr/2013:11:55:02.429397 -0700] [Job 8] 4 Footer Classified
D [10/Apr/2013:11:55:02.429419 -0700] [Job 8] 5 Image images/cups.png
D [10/Apr/2013:11:55:02.429442 -0700] [Job 8] 6
D [10/Apr/2013:11:55:02.429465 -0700] [Job 8] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.437322 -0700] [Job 8] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.437385 -0700] [Job 8] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:11:55:02.437411 -0700] [Job 8] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:11:55:02.437435 -0700] [Job 8] %!PS-Adobe-3.0
D [10/Apr/2013:11:55:02.437458 -0700] [Job 8] %%BoundingBox: 18 36 594 756
D [10/Apr/2013:11:55:02.437494 -0700] [Job 8] %cupsRotation: 0
D [10/Apr/2013:11:55:02.437519 -0700] [Job 8] %%Creator: bannertops/CUPS v1.5.4
D [10/Apr/2013:11:55:02.437544 -0700] [Job 8] %%CreationDate: Wed Apr 10 11:55:02 2013
D [10/Apr/2013:11:55:02.437568 -0700] [Job 8] %%LanguageLevel: 2
D [10/Apr/2013:11:55:02.437591 -0700] [Job 8] %%DocumentData: Clean7Bit
D [10/Apr/2013:11:55:02.437615 -0700] [Job 8] %%Title: (testfile.pdf)
D [10/Apr/2013:11:55:02.437638 -0700] [Job 8] %%For: (manfred)
D [10/Apr/2013:11:55:02.437662 -0700] [Job 8] %%Pages: 1
D [10/Apr/2013:11:55:02.437685 -0700] [Job 8] %%DocumentSuppliedResources: font Monospace
D [10/Apr/2013:11:55:02.437709 -0700] [Job 8] %%+ font Monospace-Bold
D [10/Apr/2013:11:55:02.437732 -0700] [Job 8] %%+ font Monospace-BoldOblique
D [10/Apr/2013:11:55:02.437755 -0700] [Job 8] %%+ font Monospace-Oblique
D [10/Apr/2013:11:55:02.437778 -0700] [Job 8] %%EndComments
D [10/Apr/2013:11:55:02.437800 -0700] [Job 8] Before copy_prolog - %%BeginProlog
D [10/Apr/2013:11:55:02.453414 -0700] [Job 8] Unable to open image file "/home/manfred/cups-1.5.3/doc/images/cups.png"
D [10/Apr/2013:11:55:02.453829 -0700] [Job 8] Before copy_setup - %%Page: coverpage 1
D [10/Apr/2013:11:55:02.453907 -0700] [Job 8] Before page loop - %%Page: coverpage 1
D [10/Apr/2013:11:55:02.453935 -0700] [Job 8] Copying page 1...
D [10/Apr/2013:11:55:02.453968 -0700] [Job 8] PAGE: 1 1
D [10/Apr/2013:11:55:02.454096 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.454120 -0700] [Job 8] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.454143 -0700] [Job 8] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.454166 -0700] [Job 8] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.454216 -0700] [Job 8] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.454240 -0700] [Job 8] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.454263 -0700] [Job 8] Wrote 1 pages...
D [10/Apr/2013:11:55:02.454726 -0700] PID 13926 (/tmp/cups-manfred/bin/filter/pstops) exited with no errors.
D [10/Apr/2013:11:55:02.455298 -0700] [Job 8] job-sheets=classified,classified
D [10/Apr/2013:11:55:02.455410 -0700] [Job 8] argv[0]="Test1"
D [10/Apr/2013:11:55:02.455435 -0700] [Job 8] argv[1]="8"
D [10/Apr/2013:11:55:02.455458 -0700] [Job 8] argv[2]="manfred"
D [10/Apr/2013:11:55:02.455480 -0700] [Job 8] argv[3]="testfile.pdf"
D [10/Apr/2013:11:55:02.455502 -0700] [Job 8] argv[4]="1"
D [10/Apr/2013:11:55:02.455524 -0700] [Job 8] argv[5]="finishings=3 number-up=1 page-ranges=1-4 job-uuid=urn:uuid:08d239b8-0f34-3a0d-6f5a-06503367dc6e job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.455547 -0700] [Job 8] argv[6]="/tmp/cups-manfred/spool/d00008-002"
D [10/Apr/2013:11:55:02.455583 -0700] [Job 8] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.455605 -0700] [Job 8] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.455628 -0700] [Job 8] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.455649 -0700] [Job 8] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.455671 -0700] [Job 8] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.455693 -0700] [Job 8] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.455715 -0700] [Job 8] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.455736 -0700] [Job 8] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.455758 -0700] [Job 8] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.455781 -0700] [Job 8] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.455803 -0700] [Job 8] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.455826 -0700] [Job 8] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.455946 -0700] [Job 8] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.455984 -0700] [Job 8] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.456006 -0700] [Job 8] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.456029 -0700] [Job 8] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.456054 -0700] [Job 8] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.456099 -0700] [Job 8] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.456121 -0700] [Job 8] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.456143 -0700] [Job 8] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.456165 -0700] [Job 8] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.456187 -0700] [Job 8] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.456209 -0700] [Job 8] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.456230 -0700] [Job 8] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.456252 -0700] [Job 8] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.456273 -0700] [Job 8] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.456295 -0700] [Job 8] envp[26]="CONTENT_TYPE=application/pdf"
D [10/Apr/2013:11:55:02.456318 -0700] [Job 8] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.456340 -0700] [Job 8] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.456361 -0700] [Job 8] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.456382 -0700] [Job 8] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.456404 -0700] [Job 8] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.456426 -0700] [Job 8] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.456447 -0700] [Job 8] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.456469 -0700] [Job 8] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.457139 -0700] [Job 8] Started filter /tmp/cups-manfred/bin/filter/pdftops (PID 13927)
D [10/Apr/2013:11:55:02.457270 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.457303 -0700] PID 13925 (/tmp/cups-manfred/bin/filter/bannertops) exited with no errors.
D [10/Apr/2013:11:55:02.465022 -0700] [Job 8] Started filter pdftops (PID 13928)
D [10/Apr/2013:11:55:02.465382 -0700] [Job 8] Started filter pstops (PID 13929)
D [10/Apr/2013:11:55:02.478382 -0700] [Job 8] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.478533 -0700] [Job 8] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:11:55:02.478660 -0700] [Job 8] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:11:55:02.478728 -0700] [Job 8] %!PS-Adobe-3.0
D [10/Apr/2013:11:55:02.478795 -0700] [Job 8] %Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
D [10/Apr/2013:11:55:02.478898 -0700] [Job 8] %%LanguageLevel: 3
D [10/Apr/2013:11:55:02.478967 -0700] [Job 8] %%DocumentSuppliedResources: (atend)
D [10/Apr/2013:11:55:02.479029 -0700] [Job 8] %%DocumentMedia: plain 595 792 0 () ()
D [10/Apr/2013:11:55:02.479089 -0700] [Job 8] %%BoundingBox: 0 0 595 792
D [10/Apr/2013:11:55:02.479168 -0700] [Job 8] %%Pages: 8
D [10/Apr/2013:11:55:02.479227 -0700] [Job 8] %%EndComments
D [10/Apr/2013:11:55:02.479307 -0700] [Job 8] Before copy_prolog - %%BeginDefaults
D [10/Apr/2013:11:55:02.489804 -0700] [Job 8] Before copy_setup - %%BeginSetup
D [10/Apr/2013:11:55:02.675117 -0700] [Job 8] Before page loop - %%Page: 1 1
D [10/Apr/2013:11:55:02.675240 -0700] [Job 8] Copying page 1...
D [10/Apr/2013:11:55:02.675341 -0700] [Job 8] PAGE: 1 1
D [10/Apr/2013:11:55:02.675496 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.675610 -0700] [Job 8] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.675674 -0700] [Job 8] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.675736 -0700] [Job 8] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.675800 -0700] [Job 8] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.675930 -0700] [Job 8] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.702410 -0700] [Job 8] Copying page 2...
D [10/Apr/2013:11:55:02.702458 -0700] [Job 8] PAGE: 2 1
D [10/Apr/2013:11:55:02.702558 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.702582 -0700] [Job 8] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.702606 -0700] [Job 8] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.702629 -0700] [Job 8] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.702652 -0700] [Job 8] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.702674 -0700] [Job 8] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.736980 -0700] [Job 8] Copying page 3...
D [10/Apr/2013:11:55:02.737029 -0700] [Job 8] PAGE: 3 1
D [10/Apr/2013:11:55:02.737131 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.737155 -0700] [Job 8] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.737179 -0700] [Job 8] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.737202 -0700] [Job 8] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.737225 -0700] [Job 8] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.737248 -0700] [Job 8] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.767219 -0700] [Job 8] Copying page 4...
D [10/Apr/2013:11:55:02.767271 -0700] [Job 8] PAGE: 4 1
D [10/Apr/2013:11:55:02.767372 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.767396 -0700] [Job 8] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.767420 -0700] [Job 8] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.767443 -0700] [Job 8] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.767466 -0700] [Job 8] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.767489 -0700] [Job 8] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.794862 -0700] [Job 8] Skipping page 5...
D [10/Apr/2013:11:55:02.822242 -0700] [Job 8] Skipping page 6...
D [10/Apr/2013:11:55:02.849816 -0700] [Job 8] Skipping page 7...
D [10/Apr/2013:11:55:02.870405 -0700] [Job 8] Skipping page 8...
D [10/Apr/2013:11:55:02.870460 -0700] [Job 8] Wrote 4 pages...
D [10/Apr/2013:11:55:02.870487 -0700] [Job 8] PID 13928 (pdftops) exited with no errors.
D [10/Apr/2013:11:55:02.870560 -0700] [Job 8] PID 13929 (pstops) exited with no errors.
D [10/Apr/2013:11:55:02.871341 -0700] [Job 8] job-sheets=classified,classified
D [10/Apr/2013:11:55:02.871463 -0700] [Job 8] argv[0]="Test1"
D [10/Apr/2013:11:55:02.871489 -0700] [Job 8] argv[1]="8"
D [10/Apr/2013:11:55:02.871511 -0700] [Job 8] argv[2]="manfred"
D [10/Apr/2013:11:55:02.871533 -0700] [Job 8] argv[3]="testfile.pdf"
D [10/Apr/2013:11:55:02.871555 -0700] [Job 8] argv[4]="1"
D [10/Apr/2013:11:55:02.871577 -0700] [Job 8] argv[5]="finishings=3 job-uuid=urn:uuid:08d239b8-0f34-3a0d-6f5a-06503367dc6e job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.871622 -0700] [Job 8] argv[6]="/tmp/cups-manfred/spool/d00008-003"
D [10/Apr/2013:11:55:02.871660 -0700] [Job 8] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.871683 -0700] [Job 8] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.871705 -0700] [Job 8] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.871727 -0700] [Job 8] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.871749 -0700] [Job 8] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.871771 -0700] [Job 8] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.871792 -0700] [Job 8] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.871814 -0700] [Job 8] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.871836 -0700] [Job 8] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.871858 -0700] [Job 8] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.871986 -0700] [Job 8] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.872013 -0700] [Job 8] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.872036 -0700] [Job 8] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.872059 -0700] [Job 8] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.872081 -0700] [Job 8] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.872104 -0700] [Job 8] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.872126 -0700] [Job 8] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.872148 -0700] [Job 8] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.872170 -0700] [Job 8] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.872191 -0700] [Job 8] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.872213 -0700] [Job 8] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.872235 -0700] [Job 8] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.872257 -0700] [Job 8] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.872278 -0700] [Job 8] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.872300 -0700] [Job 8] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.872322 -0700] [Job 8] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.872343 -0700] [Job 8] envp[26]="CONTENT_TYPE=application/vnd.cups-banner"
D [10/Apr/2013:11:55:02.872366 -0700] [Job 8] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.872388 -0700] [Job 8] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.872410 -0700] [Job 8] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.872431 -0700] [Job 8] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.872453 -0700] [Job 8] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.872475 -0700] [Job 8] envp[32]="CUPS_FILETYPE=job-sheet"
D [10/Apr/2013:11:55:02.872496 -0700] [Job 8] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.872518 -0700] [Job 8] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.873237 -0700] [Job 8] Started filter /tmp/cups-manfred/bin/filter/bannertops (PID 13930)
I [10/Apr/2013:11:55:02.873834 -0700] [Job 8] Started filter /tmp/cups-manfred/bin/filter/pstops (PID 13931)
D [10/Apr/2013:11:55:02.873999 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.874034 -0700] PID 13927 (/tmp/cups-manfred/bin/filter/pdftops) exited with no errors.
D [10/Apr/2013:11:55:02.879231 -0700] [Job 8] load_banner(filename="/tmp/cups-manfred/spool/d00008-003")
D [10/Apr/2013:11:55:02.879296 -0700] [Job 8] 1 #CUPS-BANNER
D [10/Apr/2013:11:55:02.879324 -0700] [Job 8] 2 Show job-id job-name job-originating-user-name job-originating-host-name job-billing
D [10/Apr/2013:11:55:02.879350 -0700] [Job 8] 3 Header Classified
D [10/Apr/2013:11:55:02.879382 -0700] [Job 8] 4 Footer Classified
D [10/Apr/2013:11:55:02.879406 -0700] [Job 8] 5 Image images/cups.png
D [10/Apr/2013:11:55:02.879429 -0700] [Job 8] 6
D [10/Apr/2013:11:55:02.881487 -0700] [Job 8] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.887755 -0700] [Job 8] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:02.887812 -0700] [Job 8] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:11:55:02.887849 -0700] [Job 8] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:11:55:02.887912 -0700] [Job 8] %!PS-Adobe-3.0
D [10/Apr/2013:11:55:02.887938 -0700] [Job 8] %%BoundingBox: 18 36 594 756
D [10/Apr/2013:11:55:02.887962 -0700] [Job 8] %cupsRotation: 0
D [10/Apr/2013:11:55:02.887985 -0700] [Job 8] %%Creator: bannertops/CUPS v1.5.4
D [10/Apr/2013:11:55:02.888008 -0700] [Job 8] %%CreationDate: Wed Apr 10 11:55:02 2013
D [10/Apr/2013:11:55:02.888031 -0700] [Job 8] %%LanguageLevel: 2
D [10/Apr/2013:11:55:02.888064 -0700] [Job 8] %%DocumentData: Clean7Bit
D [10/Apr/2013:11:55:02.888088 -0700] [Job 8] %%Title: (testfile.pdf)
D [10/Apr/2013:11:55:02.888112 -0700] [Job 8] %%For: (manfred)
D [10/Apr/2013:11:55:02.888135 -0700] [Job 8] %%Pages: 1
D [10/Apr/2013:11:55:02.888158 -0700] [Job 8] %%DocumentSuppliedResources: font Monospace
D [10/Apr/2013:11:55:02.888181 -0700] [Job 8] %%+ font Monospace-Bold
D [10/Apr/2013:11:55:02.888205 -0700] [Job 8] %%+ font Monospace-BoldOblique
D [10/Apr/2013:11:55:02.888228 -0700] [Job 8] %%+ font Monospace-Oblique
D [10/Apr/2013:11:55:02.888251 -0700] [Job 8] %%EndComments
D [10/Apr/2013:11:55:02.888274 -0700] [Job 8] Before copy_prolog - %%BeginProlog
D [10/Apr/2013:11:55:02.906253 -0700] [Job 8] Unable to open image file "/home/manfred/cups-1.5.3/doc/images/cups.png"
D [10/Apr/2013:11:55:02.906945 -0700] [Job 8] Before copy_setup - %%Page: coverpage 1
D [10/Apr/2013:11:55:02.906995 -0700] [Job 8] Before page loop - %%Page: coverpage 1
D [10/Apr/2013:11:55:02.907029 -0700] [Job 8] Copying page 1...
D [10/Apr/2013:11:55:02.907072 -0700] [Job 8] PAGE: 1 1
D [10/Apr/2013:11:55:02.907198 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.907232 -0700] [Job 8] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:11:55:02.907256 -0700] [Job 8] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:11:55:02.907280 -0700] [Job 8] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:11:55:02.907303 -0700] [Job 8] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:11:55:02.907326 -0700] [Job 8] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:11:55:02.907349 -0700] [Job 8] Wrote 1 pages...
D [10/Apr/2013:11:55:02.907492 -0700] PID 13930 (/tmp/cups-manfred/bin/filter/bannertops) exited with no errors.
D [10/Apr/2013:11:55:02.910551 -0700] PID 13931 (/tmp/cups-manfred/bin/filter/pstops) exited with no errors.
D [10/Apr/2013:11:55:02.910833 -0700] Discarding unused job-completed event...
I [10/Apr/2013:11:55:02.910856 -0700] [Job 8] Job completed.
D [10/Apr/2013:11:55:02.911412 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.911446 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.911469 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.912013 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.912038 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.912200 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.912378 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.912409 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.912657 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.912685 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.913047 -0700] [Job 9] job-sheets=none,none
D [10/Apr/2013:11:55:02.913160 -0700] [Job 9] argv[0]="Test1"
D [10/Apr/2013:11:55:02.913186 -0700] [Job 9] argv[1]="9"
D [10/Apr/2013:11:55:02.913208 -0700] [Job 9] argv[2]="manfred"
D [10/Apr/2013:11:55:02.913230 -0700] [Job 9] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.913252 -0700] [Job 9] argv[4]="1"
D [10/Apr/2013:11:55:02.913274 -0700] [Job 9] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:a724c4e5-e23c-3726-4b5a-d9e6cd7a87bc job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.913296 -0700] [Job 9] argv[6]="/tmp/cups-manfred/spool/d00009-001"
D [10/Apr/2013:11:55:02.913331 -0700] [Job 9] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.913354 -0700] [Job 9] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.913376 -0700] [Job 9] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.913398 -0700] [Job 9] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.913419 -0700] [Job 9] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.913441 -0700] [Job 9] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.913462 -0700] [Job 9] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.913484 -0700] [Job 9] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.913658 -0700] [Job 9] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.913691 -0700] [Job 9] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.913714 -0700] [Job 9] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.913737 -0700] [Job 9] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.913760 -0700] [Job 9] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.913783 -0700] [Job 9] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.913805 -0700] [Job 9] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.913827 -0700] [Job 9] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.913850 -0700] [Job 9] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.913901 -0700] [Job 9] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.913944 -0700] [Job 9] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.913967 -0700] [Job 9] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.913989 -0700] [Job 9] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.914011 -0700] [Job 9] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.914033 -0700] [Job 9] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.914055 -0700] [Job 9] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.914076 -0700] [Job 9] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.914098 -0700] [Job 9] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.914120 -0700] [Job 9] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.914199 -0700] [Job 9] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.914333 -0700] [Job 9] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.914358 -0700] [Job 9] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.914380 -0700] [Job 9] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.914402 -0700] [Job 9] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.914424 -0700] [Job 9] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.914446 -0700] [Job 9] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.914468 -0700] [Job 9] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.938242 -0700] [Job 9] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13932)
D [10/Apr/2013:11:55:02.938405 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.938620 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 3DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.938656 -0700] [Notifier]
D [10/Apr/2013:11:55:02.938687 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 4DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.938718 -0700] [Notifier]
D [10/Apr/2013:11:55:02.946975 -0700] [Job 9] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:02.947199 -0700] [Job 9] The print file could not be opened.
D [10/Apr/2013:11:55:02.947316 -0700] [Job 9] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:02.947370 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.947673 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.947705 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.947796 -0700] PID 13932 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:02.948143 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.948165 -0700] [Job 9] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.948188 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.948210 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.948233 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.948462 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.948490 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.948623 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.948645 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.948667 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.948854 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.948877 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.949235 -0700] [Job 11] job-sheets=none,none
D [10/Apr/2013:11:55:02.949345 -0700] [Job 11] argv[0]="Test1"
D [10/Apr/2013:11:55:02.949372 -0700] [Job 11] argv[1]="11"
D [10/Apr/2013:11:55:02.949395 -0700] [Job 11] argv[2]="manfred"
D [10/Apr/2013:11:55:02.949417 -0700] [Job 11] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.949439 -0700] [Job 11] argv[4]="1"
D [10/Apr/2013:11:55:02.949554 -0700] [Job 11] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:73782c5b-a551-3fd9-5862-5c89e5f5c865 job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.949585 -0700] [Job 11] argv[6]="/tmp/cups-manfred/spool/d00011-001"
D [10/Apr/2013:11:55:02.949623 -0700] [Job 11] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.949646 -0700] [Job 11] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.949668 -0700] [Job 11] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.949690 -0700] [Job 11] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.949712 -0700] [Job 11] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.949733 -0700] [Job 11] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.949755 -0700] [Job 11] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.949777 -0700] [Job 11] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.949798 -0700] [Job 11] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.949821 -0700] [Job 11] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.949843 -0700] [Job 11] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.949865 -0700] [Job 11] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.949929 -0700] [Job 11] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.949953 -0700] [Job 11] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.949976 -0700] [Job 11] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.949998 -0700] [Job 11] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.950020 -0700] [Job 11] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.950042 -0700] [Job 11] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.950063 -0700] [Job 11] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.950085 -0700] [Job 11] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.950126 -0700] [Job 11] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.950148 -0700] [Job 11] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.950170 -0700] [Job 11] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.950192 -0700] [Job 11] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.950213 -0700] [Job 11] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.950235 -0700] [Job 11] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.950256 -0700] [Job 11] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.950279 -0700] [Job 11] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.950300 -0700] [Job 11] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.950321 -0700] [Job 11] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.950343 -0700] [Job 11] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.950364 -0700] [Job 11] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.950385 -0700] [Job 11] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.950406 -0700] [Job 11] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.950428 -0700] [Job 11] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.951094 -0700] [Job 11] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13933)
D [10/Apr/2013:11:55:02.951232 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.951404 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 5DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.951437 -0700] [Notifier]
D [10/Apr/2013:11:55:02.951464 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 6DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.951491 -0700] [Notifier]
D [10/Apr/2013:11:55:02.951516 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 7DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.951557 -0700] [Notifier]
D [10/Apr/2013:11:55:02.958987 -0700] [Job 11] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:02.959132 -0700] [Job 11] The print file could not be opened.
D [10/Apr/2013:11:55:02.959227 -0700] [Job 11] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:02.959279 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.959751 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.959793 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.959926 -0700] PID 13933 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:02.960235 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.960261 -0700] [Job 11] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.960287 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.960312 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.960337 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.960601 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.960633 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.960805 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.960831 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.960856 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.961241 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.961272 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.961491 -0700] [Job 14] job-sheets=none,none
D [10/Apr/2013:11:55:02.961591 -0700] [Job 14] argv[0]="Test1"
D [10/Apr/2013:11:55:02.961620 -0700] [Job 14] argv[1]="14"
D [10/Apr/2013:11:55:02.961645 -0700] [Job 14] argv[2]="manfred"
D [10/Apr/2013:11:55:02.961670 -0700] [Job 14] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.961695 -0700] [Job 14] argv[4]="1"
D [10/Apr/2013:11:55:02.961719 -0700] [Job 14] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:c18d6fe7-2cee-39fe-6d93-cf0440b76181 job-originating-host-name=localhost time-at-creation=1365620101 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.961745 -0700] [Job 14] argv[6]="/tmp/cups-manfred/spool/d00014-001"
D [10/Apr/2013:11:55:02.961782 -0700] [Job 14] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.961808 -0700] [Job 14] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.961833 -0700] [Job 14] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.961857 -0700] [Job 14] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.961882 -0700] [Job 14] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.961941 -0700] [Job 14] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.961975 -0700] [Job 14] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.962000 -0700] [Job 14] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.962025 -0700] [Job 14] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.962050 -0700] [Job 14] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.962076 -0700] [Job 14] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.962101 -0700] [Job 14] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.962127 -0700] [Job 14] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.962153 -0700] [Job 14] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.962198 -0700] [Job 14] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.962224 -0700] [Job 14] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.962249 -0700] [Job 14] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.962274 -0700] [Job 14] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.962299 -0700] [Job 14] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.962323 -0700] [Job 14] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.962348 -0700] [Job 14] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.962372 -0700] [Job 14] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.962397 -0700] [Job 14] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.962421 -0700] [Job 14] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.962446 -0700] [Job 14] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.962471 -0700] [Job 14] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.962496 -0700] [Job 14] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.962521 -0700] [Job 14] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.962546 -0700] [Job 14] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.962570 -0700] [Job 14] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.962595 -0700] [Job 14] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.962620 -0700] [Job 14] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.962644 -0700] [Job 14] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.962669 -0700] [Job 14] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.962694 -0700] [Job 14] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.963490 -0700] [Job 14] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13934)
D [10/Apr/2013:11:55:02.963656 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.963833 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 8DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.963868 -0700] [Notifier]
D [10/Apr/2013:11:55:02.963898 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 9DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.964057 -0700] [Notifier]
D [10/Apr/2013:11:55:02.964090 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 10DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.964120 -0700] [Notifier]
D [10/Apr/2013:11:55:02.972251 -0700] [Job 14] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:02.972383 -0700] [Job 14] The print file could not be opened.
D [10/Apr/2013:11:55:02.972476 -0700] [Job 14] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:02.972528 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.972745 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.972770 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.972962 -0700] PID 13934 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:02.973228 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.973250 -0700] [Job 14] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.973272 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.973295 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.973317 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.973566 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.973595 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.973719 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.973741 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.973763 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.973957 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.973983 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.974180 -0700] [Job 16] job-sheets=none,none
D [10/Apr/2013:11:55:02.974279 -0700] [Job 16] argv[0]="Test1"
D [10/Apr/2013:11:55:02.974304 -0700] [Job 16] argv[1]="16"
D [10/Apr/2013:11:55:02.974326 -0700] [Job 16] argv[2]="manfred"
D [10/Apr/2013:11:55:02.974347 -0700] [Job 16] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.974369 -0700] [Job 16] argv[4]="1"
D [10/Apr/2013:11:55:02.974390 -0700] [Job 16] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:00786cce-25a0-3fbb-705c-63aa63c64873 job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.974412 -0700] [Job 16] argv[6]="/tmp/cups-manfred/spool/d00016-001"
D [10/Apr/2013:11:55:02.974446 -0700] [Job 16] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.974469 -0700] [Job 16] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.974490 -0700] [Job 16] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.974512 -0700] [Job 16] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.974533 -0700] [Job 16] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.974555 -0700] [Job 16] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.974576 -0700] [Job 16] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.974598 -0700] [Job 16] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.974619 -0700] [Job 16] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.974641 -0700] [Job 16] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.974663 -0700] [Job 16] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.974685 -0700] [Job 16] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.974724 -0700] [Job 16] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.974747 -0700] [Job 16] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.974769 -0700] [Job 16] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.974791 -0700] [Job 16] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.974813 -0700] [Job 16] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.974835 -0700] [Job 16] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.974856 -0700] [Job 16] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.974878 -0700] [Job 16] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.974899 -0700] [Job 16] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.974961 -0700] [Job 16] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.974985 -0700] [Job 16] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.975007 -0700] [Job 16] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.975029 -0700] [Job 16] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.975050 -0700] [Job 16] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.975072 -0700] [Job 16] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.975094 -0700] [Job 16] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.975116 -0700] [Job 16] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.975137 -0700] [Job 16] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.975158 -0700] [Job 16] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.975179 -0700] [Job 16] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.975201 -0700] [Job 16] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.975222 -0700] [Job 16] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.975244 -0700] [Job 16] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.975955 -0700] [Job 16] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13935)
D [10/Apr/2013:11:55:02.976092 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.976256 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 11DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.976304 -0700] [Notifier]
D [10/Apr/2013:11:55:02.976331 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 12DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.976359 -0700] [Notifier]
D [10/Apr/2013:11:55:02.976384 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 13DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.976410 -0700] [Notifier]
D [10/Apr/2013:11:55:02.983717 -0700] [Job 16] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:02.983857 -0700] [Job 16] The print file could not be opened.
D [10/Apr/2013:11:55:02.983985 -0700] [Job 16] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:02.984041 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.984394 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.984423 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.984513 -0700] PID 13935 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:02.984793 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.984816 -0700] [Job 16] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.984838 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.984860 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.984882 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.985154 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.985182 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.985315 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.985338 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.985360 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.985526 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.985548 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.985736 -0700] [Job 17] job-sheets=none,none
D [10/Apr/2013:11:55:02.985831 -0700] [Job 17] argv[0]="Test1"
D [10/Apr/2013:11:55:02.985856 -0700] [Job 17] argv[1]="17"
D [10/Apr/2013:11:55:02.985878 -0700] [Job 17] argv[2]="manfred"
D [10/Apr/2013:11:55:02.985900 -0700] [Job 17] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.985956 -0700] [Job 17] argv[4]="1"
D [10/Apr/2013:11:55:02.985980 -0700] [Job 17] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:c10e54b4-7635-3bf2-57b4-effb1a1bce1f job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.986003 -0700] [Job 17] argv[6]="/tmp/cups-manfred/spool/d00017-001"
D [10/Apr/2013:11:55:02.986038 -0700] [Job 17] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.986061 -0700] [Job 17] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.986082 -0700] [Job 17] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.986104 -0700] [Job 17] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.986125 -0700] [Job 17] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.986147 -0700] [Job 17] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.986185 -0700] [Job 17] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.986207 -0700] [Job 17] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.986229 -0700] [Job 17] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.986251 -0700] [Job 17] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.986274 -0700] [Job 17] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.986296 -0700] [Job 17] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.986319 -0700] [Job 17] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.986341 -0700] [Job 17] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.986363 -0700] [Job 17] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.986385 -0700] [Job 17] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.986407 -0700] [Job 17] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.986428 -0700] [Job 17] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.986450 -0700] [Job 17] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.986471 -0700] [Job 17] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.986493 -0700] [Job 17] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.986514 -0700] [Job 17] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.986535 -0700] [Job 17] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.986557 -0700] [Job 17] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.986579 -0700] [Job 17] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.986600 -0700] [Job 17] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.986621 -0700] [Job 17] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.986643 -0700] [Job 17] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.986665 -0700] [Job 17] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.986686 -0700] [Job 17] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.986708 -0700] [Job 17] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.986729 -0700] [Job 17] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.986750 -0700] [Job 17] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.986772 -0700] [Job 17] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.986794 -0700] [Job 17] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.987483 -0700] [Job 17] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13936)
D [10/Apr/2013:11:55:02.987655 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.987813 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 14DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.987850 -0700] [Notifier]
D [10/Apr/2013:11:55:02.987878 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 15DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.987905 -0700] [Notifier]
D [10/Apr/2013:11:55:02.988133 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 16DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.988166 -0700] [Notifier]
D [10/Apr/2013:11:55:02.995632 -0700] [Job 17] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:02.995738 -0700] [Job 17] The print file could not be opened.
D [10/Apr/2013:11:55:02.995826 -0700] [Job 17] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:02.995921 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:02.996347 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.996377 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.996467 -0700] PID 13936 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:02.996756 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:02.996779 -0700] [Job 17] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:02.996801 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.996823 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.996845 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.997112 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.997141 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.997273 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:02.997296 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:02.997318 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.997485 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:02.997507 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:02.997693 -0700] [Job 19] job-sheets=none,none
D [10/Apr/2013:11:55:02.997788 -0700] [Job 19] argv[0]="Test1"
D [10/Apr/2013:11:55:02.997813 -0700] [Job 19] argv[1]="19"
D [10/Apr/2013:11:55:02.997835 -0700] [Job 19] argv[2]="manfred"
D [10/Apr/2013:11:55:02.997857 -0700] [Job 19] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:02.997916 -0700] [Job 19] argv[4]="1"
D [10/Apr/2013:11:55:02.997942 -0700] [Job 19] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:455d84bc-a769-3efb-60e9-61a490a182bb job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620102"
D [10/Apr/2013:11:55:02.997982 -0700] [Job 19] argv[6]="/tmp/cups-manfred/spool/d00019-001"
D [10/Apr/2013:11:55:02.998018 -0700] [Job 19] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:02.998041 -0700] [Job 19] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.998063 -0700] [Job 19] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:02.998085 -0700] [Job 19] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:02.998106 -0700] [Job 19] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:02.998128 -0700] [Job 19] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:02.998150 -0700] [Job 19] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:02.998171 -0700] [Job 19] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.998193 -0700] [Job 19] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:02.998215 -0700] [Job 19] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.998238 -0700] [Job 19] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.998260 -0700] [Job 19] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.998283 -0700] [Job 19] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:02.998306 -0700] [Job 19] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:02.998328 -0700] [Job 19] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:02.998350 -0700] [Job 19] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:02.998372 -0700] [Job 19] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:02.998394 -0700] [Job 19] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:02.998415 -0700] [Job 19] envp[18]="USER=root"
D [10/Apr/2013:11:55:02.998436 -0700] [Job 19] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:02.998458 -0700] [Job 19] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:02.998480 -0700] [Job 19] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:02.998501 -0700] [Job 19] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:02.998523 -0700] [Job 19] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:02.998544 -0700] [Job 19] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:02.998566 -0700] [Job 19] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:02.998587 -0700] [Job 19] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:02.998609 -0700] [Job 19] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:02.998631 -0700] [Job 19] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:02.998652 -0700] [Job 19] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:02.998674 -0700] [Job 19] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:02.998695 -0700] [Job 19] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:02.998717 -0700] [Job 19] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:02.998738 -0700] [Job 19] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:02.998760 -0700] [Job 19] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:02.999459 -0700] [Job 19] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13937)
D [10/Apr/2013:11:55:02.999602 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:02.999759 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 17DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.999792 -0700] [Notifier]
D [10/Apr/2013:11:55:02.999822 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 18DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:02.999850 -0700] [Notifier]
D [10/Apr/2013:11:55:02.999965 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 19DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.000001 -0700] [Notifier]
D [10/Apr/2013:11:55:03.007371 -0700] [Job 19] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:11:55:03.008047 -0700] [Job 6] Unloading...
D [10/Apr/2013:11:55:03.008688 -0700] [Job 8] Unloading...
D [10/Apr/2013:11:55:03.009372 -0700] [Job 9] Unloading...
D [10/Apr/2013:11:55:03.010004 -0700] [Job 11] Unloading...
D [10/Apr/2013:11:55:03.010550 -0700] [Job 12] Unloading...
D [10/Apr/2013:11:55:03.011658 -0700] [Job 13] Unloading...
D [10/Apr/2013:11:55:03.012482 -0700] [Job 14] Unloading...
D [10/Apr/2013:11:55:03.013241 -0700] [Job 15] Unloading...
D [10/Apr/2013:11:55:03.014002 -0700] [Job 16] Unloading...
D [10/Apr/2013:11:55:03.014717 -0700] [Job 17] Unloading...
D [10/Apr/2013:11:55:03.015577 -0700] [Job 18] Unloading...
D [10/Apr/2013:11:55:03.016403 -0700] [Job 20] Unloading...
D [10/Apr/2013:11:55:03.017182 -0700] [Job 22] Unloading...
D [10/Apr/2013:11:55:03.017866 -0700] [Job 23] Unloading...
D [10/Apr/2013:11:55:03.018648 -0700] [Job 26] Unloading...
D [10/Apr/2013:11:55:03.020442 -0700] [Job 27] Unloading...
D [10/Apr/2013:11:55:03.020664 -0700] PID 13937 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
E [10/Apr/2013:11:55:03.020716 -0700] [Job 19] The print file could not be opened.
D [10/Apr/2013:11:55:03.020777 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:03.021115 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.021152 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.021483 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:03.021511 -0700] [Job 19] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:03.021539 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.021566 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.021616 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.021885 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.021954 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.022126 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.022154 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.022181 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.022392 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.022420 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.022654 -0700] [Job 21] job-sheets=none,none
D [10/Apr/2013:11:55:03.022776 -0700] [Job 21] argv[0]="Test1"
D [10/Apr/2013:11:55:03.022807 -0700] [Job 21] argv[1]="21"
D [10/Apr/2013:11:55:03.022835 -0700] [Job 21] argv[2]="manfred"
D [10/Apr/2013:11:55:03.022863 -0700] [Job 21] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:03.022890 -0700] [Job 21] argv[4]="1"
D [10/Apr/2013:11:55:03.023014 -0700] [Job 21] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:8e26e45d-1b28-3d0c-7420-ac871285bb41 job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620103"
D [10/Apr/2013:11:55:03.023054 -0700] [Job 21] argv[6]="/tmp/cups-manfred/spool/d00021-001"
D [10/Apr/2013:11:55:03.023099 -0700] [Job 21] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:03.023128 -0700] [Job 21] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:03.023155 -0700] [Job 21] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:03.023182 -0700] [Job 21] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:03.023210 -0700] [Job 21] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:03.023237 -0700] [Job 21] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:03.023264 -0700] [Job 21] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:03.023291 -0700] [Job 21] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:03.023319 -0700] [Job 21] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:03.023347 -0700] [Job 21] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.023395 -0700] [Job 21] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:03.023424 -0700] [Job 21] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.023453 -0700] [Job 21] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:03.023482 -0700] [Job 21] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:03.023510 -0700] [Job 21] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:03.023537 -0700] [Job 21] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.023565 -0700] [Job 21] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:03.023592 -0700] [Job 21] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:03.023619 -0700] [Job 21] envp[18]="USER=root"
D [10/Apr/2013:11:55:03.023647 -0700] [Job 21] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:03.023674 -0700] [Job 21] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:03.023701 -0700] [Job 21] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:03.023728 -0700] [Job 21] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:03.023754 -0700] [Job 21] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:03.023781 -0700] [Job 21] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:03.023808 -0700] [Job 21] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:03.023835 -0700] [Job 21] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:03.023863 -0700] [Job 21] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:03.023890 -0700] [Job 21] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:03.024021 -0700] [Job 21] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:03.024063 -0700] [Job 21] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:03.024091 -0700] [Job 21] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:03.024119 -0700] [Job 21] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:03.024146 -0700] [Job 21] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:03.024174 -0700] [Job 21] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:03.025007 -0700] [Job 21] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13938)
D [10/Apr/2013:11:55:03.025208 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:03.025402 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 20DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620102DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.025468 -0700] [Notifier]
D [10/Apr/2013:11:55:03.025502 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 21DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.025536 -0700] [Notifier]
D [10/Apr/2013:11:55:03.025568 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 22DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.025601 -0700] [Notifier]
D [10/Apr/2013:11:55:03.034666 -0700] [Job 21] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:03.034835 -0700] [Job 21] The print file could not be opened.
D [10/Apr/2013:11:55:03.035035 -0700] [Job 21] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:03.035107 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:03.035449 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.035486 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.036021 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 23DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.036077 -0700] [Notifier]
D [10/Apr/2013:11:55:03.036824 -0700] PID 13938 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:03.037373 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:03.037402 -0700] [Job 21] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:03.037431 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.037460 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.037488 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.037776 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.037810 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.038011 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.038039 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.038067 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.038283 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.038311 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.038548 -0700] [Job 24] job-sheets=none,none
D [10/Apr/2013:11:55:03.038670 -0700] [Job 24] argv[0]="Test1"
D [10/Apr/2013:11:55:03.038702 -0700] [Job 24] argv[1]="24"
D [10/Apr/2013:11:55:03.038730 -0700] [Job 24] argv[2]="manfred"
D [10/Apr/2013:11:55:03.038778 -0700] [Job 24] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:03.038806 -0700] [Job 24] argv[4]="1"
D [10/Apr/2013:11:55:03.038834 -0700] [Job 24] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:063b0147-b61f-3fde-5adb-220c2efb8ce1 job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620103"
D [10/Apr/2013:11:55:03.038861 -0700] [Job 24] argv[6]="/tmp/cups-manfred/spool/d00024-001"
D [10/Apr/2013:11:55:03.038905 -0700] [Job 24] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:03.039050 -0700] [Job 24] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:03.039114 -0700] [Job 24] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:03.039145 -0700] [Job 24] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:03.039173 -0700] [Job 24] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:03.039201 -0700] [Job 24] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:03.039229 -0700] [Job 24] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:03.039256 -0700] [Job 24] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:03.039283 -0700] [Job 24] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:03.039311 -0700] [Job 24] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.039340 -0700] [Job 24] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:03.039368 -0700] [Job 24] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.039398 -0700] [Job 24] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:03.039426 -0700] [Job 24] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:03.039454 -0700] [Job 24] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:03.039481 -0700] [Job 24] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.039509 -0700] [Job 24] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:03.039537 -0700] [Job 24] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:03.039564 -0700] [Job 24] envp[18]="USER=root"
D [10/Apr/2013:11:55:03.039591 -0700] [Job 24] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:03.039618 -0700] [Job 24] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:03.039646 -0700] [Job 24] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:03.039673 -0700] [Job 24] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:03.039700 -0700] [Job 24] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:03.039727 -0700] [Job 24] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:03.039754 -0700] [Job 24] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:03.039781 -0700] [Job 24] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:03.039809 -0700] [Job 24] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:03.039837 -0700] [Job 24] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:03.039864 -0700] [Job 24] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:03.040037 -0700] [Job 24] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:03.040251 -0700] [Job 24] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:03.040285 -0700] [Job 24] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:03.040336 -0700] [Job 24] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:03.040365 -0700] [Job 24] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:03.041275 -0700] [Job 24] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13939)
D [10/Apr/2013:11:55:03.041448 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:03.041657 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 24DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.041698 -0700] [Notifier]
D [10/Apr/2013:11:55:03.041733 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 25DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.041767 -0700] [Notifier]
D [10/Apr/2013:11:55:03.051570 -0700] [Job 24] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:03.051806 -0700] [Job 24] The print file could not be opened.
D [10/Apr/2013:11:55:03.051992 -0700] [Job 24] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:03.052065 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:03.052353 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.052385 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.052920 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 26DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.052997 -0700] [Notifier]
D [10/Apr/2013:11:55:03.053117 -0700] PID 13939 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:03.053456 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:03.053484 -0700] [Job 24] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:03.053512 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.053540 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.053568 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.053864 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.053936 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.054097 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.054125 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.054153 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.054360 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.054389 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.054655 -0700] [Job 25] job-sheets=none,none
D [10/Apr/2013:11:55:03.054776 -0700] [Job 25] argv[0]="Test1"
D [10/Apr/2013:11:55:03.054808 -0700] [Job 25] argv[1]="25"
D [10/Apr/2013:11:55:03.054836 -0700] [Job 25] argv[2]="manfred"
D [10/Apr/2013:11:55:03.054863 -0700] [Job 25] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:03.054976 -0700] [Job 25] argv[4]="1"
D [10/Apr/2013:11:55:03.055030 -0700] [Job 25] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:476f1110-14e6-30cb-74a0-fe0678a27ecd job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620103"
D [10/Apr/2013:11:55:03.055063 -0700] [Job 25] argv[6]="/tmp/cups-manfred/spool/d00025-001"
D [10/Apr/2013:11:55:03.055112 -0700] [Job 25] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:03.055141 -0700] [Job 25] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:03.055169 -0700] [Job 25] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:03.055197 -0700] [Job 25] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:03.055224 -0700] [Job 25] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:03.055252 -0700] [Job 25] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:03.055279 -0700] [Job 25] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:03.055306 -0700] [Job 25] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:03.055334 -0700] [Job 25] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:03.055362 -0700] [Job 25] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.055390 -0700] [Job 25] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:03.055419 -0700] [Job 25] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.055447 -0700] [Job 25] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:03.055476 -0700] [Job 25] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:03.055504 -0700] [Job 25] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:03.055531 -0700] [Job 25] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.055559 -0700] [Job 25] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:03.055586 -0700] [Job 25] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:03.055613 -0700] [Job 25] envp[18]="USER=root"
D [10/Apr/2013:11:55:03.055640 -0700] [Job 25] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:03.055667 -0700] [Job 25] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:03.055695 -0700] [Job 25] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:03.055721 -0700] [Job 25] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:03.055748 -0700] [Job 25] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:03.055776 -0700] [Job 25] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:03.055827 -0700] [Job 25] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:03.055856 -0700] [Job 25] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:03.055987 -0700] [Job 25] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:03.056028 -0700] [Job 25] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:03.056056 -0700] [Job 25] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:03.056083 -0700] [Job 25] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:03.056110 -0700] [Job 25] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:03.056137 -0700] [Job 25] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:03.056165 -0700] [Job 25] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:03.056193 -0700] [Job 25] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:03.057118 -0700] [Job 25] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13940)
D [10/Apr/2013:11:55:03.057291 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:03.057504 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 27DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.057545 -0700] [Notifier]
D [10/Apr/2013:11:55:03.057578 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 28DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.057613 -0700] [Notifier]
D [10/Apr/2013:11:55:03.068239 -0700] [Job 25] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:03.068415 -0700] [Job 25] The print file could not be opened.
D [10/Apr/2013:11:55:03.068628 -0700] [Job 25] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:03.068704 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:03.069126 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.069163 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.069525 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 29DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.069573 -0700] [Notifier]
D [10/Apr/2013:11:55:03.070548 -0700] PID 13940 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:03.070944 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:03.070977 -0700] [Job 25] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:03.071006 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.071035 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.071063 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.071368 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.071404 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.071577 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.071606 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.071633 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.071983 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.072025 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.072270 -0700] [Job 28] job-sheets=none,none
D [10/Apr/2013:11:55:03.072395 -0700] [Job 28] argv[0]="Test1"
D [10/Apr/2013:11:55:03.072428 -0700] [Job 28] argv[1]="28"
D [10/Apr/2013:11:55:03.072455 -0700] [Job 28] argv[2]="manfred"
D [10/Apr/2013:11:55:03.072482 -0700] [Job 28] argv[3]="testfile.jpg"
D [10/Apr/2013:11:55:03.072509 -0700] [Job 28] argv[4]="1"
D [10/Apr/2013:11:55:03.072537 -0700] [Job 28] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:60953ff9-ad51-3a12-4ef3-187ea68935bd job-originating-host-name=localhost time-at-creation=1365620102 time-at-processing=1365620103"
D [10/Apr/2013:11:55:03.072565 -0700] [Job 28] argv[6]="/tmp/cups-manfred/spool/d00028-001"
D [10/Apr/2013:11:55:03.072609 -0700] [Job 28] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:11:55:03.072637 -0700] [Job 28] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:03.072664 -0700] [Job 28] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:11:55:03.072691 -0700] [Job 28] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:11:55:03.072718 -0700] [Job 28] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:11:55:03.072745 -0700] [Job 28] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:11:55:03.072773 -0700] [Job 28] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:11:55:03.072800 -0700] [Job 28] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:11:55:03.072827 -0700] [Job 28] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:11:55:03.072854 -0700] [Job 28] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.072921 -0700] [Job 28] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:03.073010 -0700] [Job 28] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.073040 -0700] [Job 28] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:11:55:03.073068 -0700] [Job 28] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:11:55:03.073096 -0700] [Job 28] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:11:55:03.073123 -0700] [Job 28] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:11:55:03.073172 -0700] [Job 28] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:11:55:03.073200 -0700] [Job 28] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:11:55:03.073227 -0700] [Job 28] envp[18]="USER=root"
D [10/Apr/2013:11:55:03.073254 -0700] [Job 28] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:11:55:03.073281 -0700] [Job 28] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:11:55:03.073309 -0700] [Job 28] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:11:55:03.073336 -0700] [Job 28] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:11:55:03.073362 -0700] [Job 28] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:11:55:03.073389 -0700] [Job 28] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:11:55:03.073416 -0700] [Job 28] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:11:55:03.073442 -0700] [Job 28] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:11:55:03.073471 -0700] [Job 28] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:11:55:03.073498 -0700] [Job 28] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:11:55:03.073525 -0700] [Job 28] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:11:55:03.073552 -0700] [Job 28] envp[30]="PRINTER=Test1"
D [10/Apr/2013:11:55:03.073579 -0700] [Job 28] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:11:55:03.073606 -0700] [Job 28] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:11:55:03.073633 -0700] [Job 28] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:11:55:03.073661 -0700] [Job 28] envp[34]="AUTH_I****"
I [10/Apr/2013:11:55:03.074558 -0700] [Job 28] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 13941)
D [10/Apr/2013:11:55:03.074751 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:11:55:03.074983 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 30DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.075030 -0700] [Notifier]
D [10/Apr/2013:11:55:03.075065 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 31DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.075119 -0700] [Notifier]
D [10/Apr/2013:11:55:03.085498 -0700] [Job 28] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:11:55:03.085738 -0700] [Job 28] The print file could not be opened.
D [10/Apr/2013:11:55:03.085861 -0700] [Job 28] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:11:55:03.085995 -0700] Discarding unused job-progress event...
D [10/Apr/2013:11:55:03.086362 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.086400 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:03.086515 -0700] PID 13941 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:11:55:03.086856 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:11:55:03.086934 -0700] [Job 28] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:11:55:03.086970 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:11:55:03.086999 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.087028 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.087261 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:03.087290 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:03.087961 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 32DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to processing.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.088064 -0700] [Notifier]
D [10/Apr/2013:11:55:03.088245 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 33DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) processingDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: event-notification-attributes-tag:
D [10/Apr/2013:11:55:03.088287 -0700] [Notifier]
D [10/Apr/2013:11:55:04.091037 -0700] [Job 19] Unloading...
D [10/Apr/2013:11:55:04.091801 -0700] [Job 21] Unloading...
D [10/Apr/2013:11:55:04.092459 -0700] [Job 24] Unloading...
D [10/Apr/2013:11:55:04.093029 -0700] [Job 25] Unloading...
D [10/Apr/2013:11:55:04.093564 -0700] [Job 28] Unloading...
I [10/Apr/2013:11:55:07.097323 -0700] Subscription 4 has expired...
D [10/Apr/2013:11:55:07.098021 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:11:55:07.098106 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:11:55:07.098200 -0700] [Notifier] notify-charset (charset) utf-8DEBUG:     notify-natural-language (naturalLanguage) en-usDEBUG:     notify-subscription-id (integer) 4DEBUG:     notify-sequence-number (integer) 34DEBUG:     notify-subscribed-event (keyword) printer-state-changedDEBUG:     printer-up-time (integer) 1365620103DEBUG:     notify-text (textWithoutLanguage) Printer \"Test1\" state changed to idle.DEBUG:     notify-printer-uri (uri) ipp://ubuntu/printers/Test1DEBUG:     printer-name (nameWithoutLanguage) Test1DEBUG:     printer-state (enum) idleDEBUG:     printer-state-reasons (keyword) noneDEBUG:     printer-is-accepting-jobs (boolean) trueDEBUG: ippReadFile() returned IPP_ERROR!
D [10/Apr/2013:11:55:07.098429 -0700] PID 13859 (/tmp/cups-manfred/bin/notifier/testnotify) exited with no errors.
D [10/Apr/2013:11:55:07.390621 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:07.390978 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:07.391012 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:07.391275 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:07.392188 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:07.392274 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:07.393690 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:11:55:07.394722 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:11:55:07.395302 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:11:55:07.395834 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:11:55:07.396478 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:11:55:07.397024 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:11:55:07.397594 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:11:55:07.398153 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:11:55:07.398668 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:11:55:07.399248 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:11:55:07.399770 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:11:55:07.400525 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:11:55:07.401179 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:11:55:07.401757 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:11:55:07.402342 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:11:55:07.402871 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:11:55:07.403430 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:11:55:07.403965 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:11:55:07.404702 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:11:55:07.405269 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:07.413128 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:07.414829 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:07.414861 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:07.414892 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:12.446992 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:12.447223 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:12.447258 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:12.447483 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:12.448462 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:12.448539 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:12.458160 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:12.466075 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:12.467692 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:12.467724 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:12.467754 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:17.499432 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:17.499672 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:17.499705 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:17.499878 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:17.501716 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:17.501796 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:17.512207 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:17.519960 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:17.521729 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:17.521760 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:17.521791 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:22.552861 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:22.553092 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:22.553125 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:11:55:22.553295 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:22.554108 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:22.554185 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:22.564188 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:22.572809 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:11:55:22.574332 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:22.574365 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:22.574396 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
I [10/Apr/2013:11:55:23.576243 -0700] Saving printers.conf...
I [10/Apr/2013:11:55:23.577069 -0700] Saving classes.conf...
D [10/Apr/2013:11:55:23.577592 -0700] Saving remote.cache...
I [10/Apr/2013:11:55:23.578151 -0700] Saving job.cache...
I [10/Apr/2013:11:55:23.578902 -0700] Saving subscriptions.conf...
D [10/Apr/2013:11:55:23.579342 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
D [10/Apr/2013:11:55:27.610647 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:27.610862 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:27.610894 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:55:27.611234 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:27.612202 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:27.612279 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:27.622281 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:27.629919 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:55:27.631648 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:27.631680 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:27.631710 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:55:32.669951 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:32.670255 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:32.670292 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:55:32.670463 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:32.671342 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:32.671457 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:32.681142 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:32.688782 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:55:32.690493 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:32.690525 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:32.690556 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:55:37.726182 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:37.726460 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:37.726559 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:55:37.726856 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:37.727846 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:37.727927 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:37.737793 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:37.746259 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:55:37.748016 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:37.748048 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:37.748078 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:55:42.780568 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:42.780846 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:42.780879 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:55:42.781052 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:42.782530 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:42.782647 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:42.792468 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:42.800195 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:55:42.801822 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:42.801853 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:42.801884 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:55:47.834053 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:47.834448 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:47.834485 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:55:47.834678 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:47.835645 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:47.835729 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:47.846327 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:47.854293 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:55:47.856064 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:47.856096 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:47.856126 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:55:52.891979 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:52.892168 -0700] Report: clients=1
D [10/Apr/2013:11:55:52.892195 -0700] Report: jobs=28
D [10/Apr/2013:11:55:52.892221 -0700] Report: jobs-active=22
D [10/Apr/2013:11:55:52.892247 -0700] Report: printers=2
D [10/Apr/2013:11:55:52.892273 -0700] Report: printers-implicit=0
D [10/Apr/2013:11:55:52.892377 -0700] Report: stringpool-string-count=5303
D [10/Apr/2013:11:55:52.892406 -0700] Report: stringpool-alloc-bytes=12632
D [10/Apr/2013:11:55:52.892534 -0700] Report: stringpool-total-bytes=100664
D [10/Apr/2013:11:55:52.892809 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:52.892852 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:55:52.893193 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:52.894338 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:52.894415 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:52.904260 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:52.912737 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:55:52.914489 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:52.914521 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:52.914550 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:55:57.947399 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:55:57.947596 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:55:57.947630 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:55:57.947837 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:55:57.948723 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:55:57.948799 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:55:57.958424 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:55:57.966473 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:55:57.968101 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:55:57.968133 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:55:57.968163 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:03.000865 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:03.000977 -0700] [Job 2] Unloading...
D [10/Apr/2013:11:56:03.001238 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:03.001272 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:03.001485 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:03.002542 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:03.002624 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:03.002959 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:11:56:03.012713 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:03.013101 -0700] [Job 7] Unloading...
D [10/Apr/2013:11:56:03.013184 -0700] [Job 10] Unloading...
D [10/Apr/2013:11:56:03.020547 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:03.022135 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:03.022167 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:03.022197 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:08.059244 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:08.059337 -0700] [Job 9] Unloading...
D [10/Apr/2013:11:56:08.059435 -0700] [Job 11] Unloading...
D [10/Apr/2013:11:56:08.059510 -0700] [Job 12] Unloading...
D [10/Apr/2013:11:56:08.059579 -0700] [Job 13] Unloading...
D [10/Apr/2013:11:56:08.059644 -0700] [Job 14] Unloading...
D [10/Apr/2013:11:56:08.059806 -0700] [Job 15] Unloading...
D [10/Apr/2013:11:56:08.059871 -0700] [Job 16] Unloading...
D [10/Apr/2013:11:56:08.059932 -0700] [Job 17] Unloading...
D [10/Apr/2013:11:56:08.059992 -0700] [Job 18] Unloading...
D [10/Apr/2013:11:56:08.060052 -0700] [Job 19] Unloading...
D [10/Apr/2013:11:56:08.060113 -0700] [Job 20] Unloading...
D [10/Apr/2013:11:56:08.060173 -0700] [Job 21] Unloading...
D [10/Apr/2013:11:56:08.060232 -0700] [Job 22] Unloading...
D [10/Apr/2013:11:56:08.060291 -0700] [Job 23] Unloading...
D [10/Apr/2013:11:56:08.060349 -0700] [Job 24] Unloading...
D [10/Apr/2013:11:56:08.060407 -0700] [Job 25] Unloading...
D [10/Apr/2013:11:56:08.060465 -0700] [Job 26] Unloading...
D [10/Apr/2013:11:56:08.060524 -0700] [Job 27] Unloading...
D [10/Apr/2013:11:56:08.060580 -0700] [Job 28] Unloading...
D [10/Apr/2013:11:56:08.060955 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:08.060988 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:08.061158 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:08.062045 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:08.062121 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:08.063089 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:11:56:08.063962 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:11:56:08.064516 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:11:56:08.065099 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:11:56:08.065625 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:11:56:08.066218 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:11:56:08.066790 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:11:56:08.067303 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:11:56:08.068020 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:11:56:08.068562 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:11:56:08.069122 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:11:56:08.069632 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:11:56:08.070186 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:11:56:08.070853 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:11:56:08.071367 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:11:56:08.072133 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:11:56:08.072695 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:11:56:08.073235 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:11:56:08.073794 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:11:56:08.074303 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:11:56:08.074884 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:11:56:08.075413 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:08.083142 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:08.084929 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:08.084961 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:08.084992 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:13.117156 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:13.119519 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:13.119553 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:13.119725 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:13.120643 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:13.120720 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:13.130379 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:13.138000 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:13.139643 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:13.139676 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:13.139707 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:18.172775 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:18.172983 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:18.173016 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:18.173323 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:18.174050 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:18.174202 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:18.184389 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:18.192200 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:18.193880 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:18.193912 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:18.193942 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:23.225811 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:23.226042 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:23.226075 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:23.226247 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:23.228182 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:23.228422 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:23.239007 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:23.246744 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:23.248405 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:23.248438 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:23.248468 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:28.283756 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:28.283939 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:28.283971 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:28.284143 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:28.285007 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:28.285084 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:28.294678 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:28.302316 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:28.303997 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:28.304029 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:28.304060 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:33.341104 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:33.341371 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:33.341403 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:33.341575 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:33.342398 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:33.342474 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:33.352155 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:33.359985 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:33.361481 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:33.361514 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:33.361545 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:38.396682 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:38.396879 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:38.396912 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:38.397146 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:38.397921 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:38.398058 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:38.408190 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:38.416876 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:38.418664 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:38.418696 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:38.418727 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:43.458681 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:43.458924 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:43.458956 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:43.459127 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:43.460030 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:43.460108 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:43.469642 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:43.477420 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:43.478997 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:43.479029 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:43.479059 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:48.511992 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:48.512319 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:48.512358 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:48.512637 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:48.513465 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:48.513552 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:48.524548 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:48.533072 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:48.534861 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:48.534894 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:48.534925 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:53.570234 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:53.570407 -0700] Report: clients=1
D [10/Apr/2013:11:56:53.570434 -0700] Report: jobs=28
D [10/Apr/2013:11:56:53.570460 -0700] Report: jobs-active=22
D [10/Apr/2013:11:56:53.570486 -0700] Report: printers=2
D [10/Apr/2013:11:56:53.570513 -0700] Report: printers-implicit=0
D [10/Apr/2013:11:56:53.570866 -0700] Report: stringpool-string-count=5303
D [10/Apr/2013:11:56:53.570910 -0700] Report: stringpool-alloc-bytes=12632
D [10/Apr/2013:11:56:53.570938 -0700] Report: stringpool-total-bytes=100664
D [10/Apr/2013:11:56:53.571052 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:53.571085 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:53.571562 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:53.572891 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:53.573019 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:53.582654 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:53.590371 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:53.592164 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:53.592196 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:53.592227 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:56:58.629979 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:56:58.630537 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:56:58.630571 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:56:58.630747 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:56:58.631608 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:56:58.631685 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:56:58.641445 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:56:58.649561 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:56:58.651141 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:56:58.651173 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:56:58.651203 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:03.684857 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:03.684984 -0700] [Job 2] Unloading...
D [10/Apr/2013:11:57:03.685269 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:03.685306 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:03.685497 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:03.686492 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:03.686577 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:03.686919 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:11:57:03.697643 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:03.706206 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:03.707917 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:03.707948 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:03.707979 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:08.749746 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:08.749957 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:08.749990 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:08.750162 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:08.750985 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:08.751062 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:08.760711 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:08.768447 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:08.770481 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:08.770513 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:08.770543 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:09.772494 -0700] [Job 7] Unloading...
D [10/Apr/2013:11:57:09.772672 -0700] [Job 9] Unloading...
D [10/Apr/2013:11:57:09.772749 -0700] [Job 10] Unloading...
D [10/Apr/2013:11:57:09.772813 -0700] [Job 11] Unloading...
D [10/Apr/2013:11:57:09.772873 -0700] [Job 12] Unloading...
D [10/Apr/2013:11:57:09.772932 -0700] [Job 13] Unloading...
D [10/Apr/2013:11:57:09.772990 -0700] [Job 14] Unloading...
D [10/Apr/2013:11:57:09.773049 -0700] [Job 15] Unloading...
D [10/Apr/2013:11:57:09.773106 -0700] [Job 16] Unloading...
D [10/Apr/2013:11:57:09.773164 -0700] [Job 17] Unloading...
D [10/Apr/2013:11:57:09.773222 -0700] [Job 18] Unloading...
D [10/Apr/2013:11:57:09.773280 -0700] [Job 19] Unloading...
D [10/Apr/2013:11:57:09.773402 -0700] [Job 20] Unloading...
D [10/Apr/2013:11:57:09.773462 -0700] [Job 21] Unloading...
D [10/Apr/2013:11:57:09.773520 -0700] [Job 22] Unloading...
D [10/Apr/2013:11:57:09.773577 -0700] [Job 23] Unloading...
D [10/Apr/2013:11:57:09.773634 -0700] [Job 24] Unloading...
D [10/Apr/2013:11:57:09.773691 -0700] [Job 25] Unloading...
D [10/Apr/2013:11:57:09.773750 -0700] [Job 26] Unloading...
D [10/Apr/2013:11:57:09.773808 -0700] [Job 27] Unloading...
D [10/Apr/2013:11:57:09.773865 -0700] [Job 28] Unloading...
D [10/Apr/2013:11:57:13.804230 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:13.804877 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:13.804914 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:13.805086 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:13.806154 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:13.806256 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:13.807227 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:11:57:13.807892 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:11:57:13.808729 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:11:57:13.809395 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:11:57:13.809997 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:11:57:13.810680 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:11:57:13.811312 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:11:57:13.811907 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:11:57:13.812428 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:11:57:13.813037 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:11:57:13.813615 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:11:57:13.814128 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:11:57:13.814682 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:11:57:13.815184 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:11:57:13.815792 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:11:57:13.816317 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:11:57:13.816894 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:11:57:13.817398 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:11:57:13.817941 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:11:57:13.818458 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:11:57:13.819010 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:11:57:13.819547 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:13.827170 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:13.828974 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:13.829005 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:13.829040 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:18.864591 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:18.866064 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:18.866130 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:18.866317 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:18.867275 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:18.867351 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:18.877052 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:18.885199 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:18.886937 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:18.886969 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:18.886999 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:23.920594 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:23.920833 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:23.920866 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:23.921178 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:23.921976 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:23.922055 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:23.932724 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:23.940537 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:23.942181 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:23.942213 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:23.942243 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:28.973857 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:28.974047 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:28.974080 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:28.974296 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:28.975676 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:28.975755 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:28.987659 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:28.996356 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:28.998823 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:28.998856 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:28.998887 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:34.035169 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:34.035728 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:34.035790 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:34.036366 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:34.037198 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:34.037275 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:34.046934 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:34.054721 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:34.056621 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:34.056653 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:34.056683 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:39.092319 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:39.092524 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:39.092602 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:39.092869 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:39.093777 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:39.093877 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:39.104313 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:39.112134 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:39.113873 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:39.113905 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:39.113936 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:44.148191 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:44.148432 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:44.148465 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:44.148639 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:44.149496 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:44.149572 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:44.159873 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:44.169048 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:44.170573 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:44.170611 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:44.170640 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:49.204321 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:49.205145 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:49.205180 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:49.205355 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:49.206509 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:49.206587 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:49.216569 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:49.224927 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:49.226690 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:49.226724 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:49.226754 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:54.262373 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:54.262509 -0700] Report: clients=1
D [10/Apr/2013:11:57:54.262538 -0700] Report: jobs=28
D [10/Apr/2013:11:57:54.262566 -0700] Report: jobs-active=22
D [10/Apr/2013:11:57:54.262594 -0700] Report: printers=2
D [10/Apr/2013:11:57:54.262621 -0700] Report: printers-implicit=0
D [10/Apr/2013:11:57:54.262725 -0700] Report: stringpool-string-count=5303
D [10/Apr/2013:11:57:54.262756 -0700] Report: stringpool-alloc-bytes=12632
D [10/Apr/2013:11:57:54.262785 -0700] Report: stringpool-total-bytes=100664
D [10/Apr/2013:11:57:54.262901 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:54.262935 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:54.263113 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:54.263978 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:54.264054 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:54.273821 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:54.281441 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:54.283187 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:54.283219 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:54.283294 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:57:59.321036 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:57:59.321258 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:57:59.321295 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:57:59.321539 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:57:59.322378 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:57:59.322521 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:57:59.333607 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:57:59.341930 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:57:59.344071 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:57:59.344104 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:57:59.344134 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:04.379095 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:04.379208 -0700] [Job 2] Unloading...
D [10/Apr/2013:11:58:04.379427 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:04.379460 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:04.379933 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:04.380754 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:04.380836 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:04.381168 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:11:58:04.391878 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:04.399929 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:04.401500 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:04.401533 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:04.401563 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:09.438019 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:09.438260 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:09.438293 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:09.438466 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:09.439308 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:09.439384 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:09.449780 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:09.458386 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:09.460085 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:09.460141 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:09.460173 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:14.495938 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:14.496046 -0700] [Job 7] Unloading...
D [10/Apr/2013:11:58:14.496185 -0700] [Job 9] Unloading...
D [10/Apr/2013:11:58:14.496264 -0700] [Job 10] Unloading...
D [10/Apr/2013:11:58:14.496330 -0700] [Job 11] Unloading...
D [10/Apr/2013:11:58:14.496390 -0700] [Job 12] Unloading...
D [10/Apr/2013:11:58:14.496450 -0700] [Job 13] Unloading...
D [10/Apr/2013:11:58:14.496508 -0700] [Job 14] Unloading...
D [10/Apr/2013:11:58:14.496565 -0700] [Job 15] Unloading...
D [10/Apr/2013:11:58:14.496622 -0700] [Job 16] Unloading...
D [10/Apr/2013:11:58:14.496681 -0700] [Job 17] Unloading...
D [10/Apr/2013:11:58:14.496737 -0700] [Job 18] Unloading...
D [10/Apr/2013:11:58:14.496796 -0700] [Job 19] Unloading...
D [10/Apr/2013:11:58:14.496854 -0700] [Job 20] Unloading...
D [10/Apr/2013:11:58:14.496913 -0700] [Job 21] Unloading...
D [10/Apr/2013:11:58:14.496971 -0700] [Job 22] Unloading...
D [10/Apr/2013:11:58:14.497029 -0700] [Job 23] Unloading...
D [10/Apr/2013:11:58:14.497123 -0700] [Job 24] Unloading...
D [10/Apr/2013:11:58:14.497303 -0700] [Job 25] Unloading...
D [10/Apr/2013:11:58:14.497386 -0700] [Job 26] Unloading...
D [10/Apr/2013:11:58:14.497450 -0700] [Job 27] Unloading...
D [10/Apr/2013:11:58:14.497507 -0700] [Job 28] Unloading...
D [10/Apr/2013:11:58:14.497698 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:14.497731 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:14.497902 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:14.498760 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:14.498836 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:14.499778 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:11:58:14.500659 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:11:58:14.501266 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:11:58:14.501797 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:11:58:14.502467 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:11:58:14.503044 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:11:58:14.503656 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:11:58:14.504348 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:11:58:14.504912 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:11:58:14.505539 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:11:58:14.506207 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:11:58:14.506769 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:11:58:14.507379 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:11:58:14.507960 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:11:58:14.508651 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:11:58:14.509255 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:11:58:14.509810 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:11:58:14.510435 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:11:58:14.510991 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:11:58:14.511591 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:11:58:14.512413 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:11:58:14.513130 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:14.520987 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:14.523654 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:14.523686 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:14.523717 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:19.556071 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:19.556500 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:19.556559 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:19.556850 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:19.558179 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:19.558327 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:19.568856 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:19.577349 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:19.579085 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:19.579117 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:19.579148 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:24.616639 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:24.616870 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:24.616903 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:24.617075 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:24.618011 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:24.618091 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:24.627938 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:24.635764 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:24.637597 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:24.637632 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:24.637662 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:29.680230 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:29.680737 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:29.680779 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:29.680966 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:29.681875 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:29.681954 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:29.691916 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:29.700258 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:29.702195 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:29.702227 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:29.702257 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:34.736291 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:34.736527 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:34.736560 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:34.736731 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:34.737647 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:34.737723 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:34.747545 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:34.755458 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:34.758063 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:34.758118 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:34.758149 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:39.795903 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:39.796099 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:39.796182 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:39.796365 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:39.797235 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:39.797312 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:39.807446 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:39.815208 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:39.817025 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:39.817058 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:39.817088 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:44.849287 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:44.849554 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:44.849587 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:44.849759 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:44.850630 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:44.850707 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:44.860286 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:44.868292 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:44.870011 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:44.870043 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:44.870073 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:49.910005 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:49.910184 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:49.910216 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:49.910388 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:49.911251 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:49.911327 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:49.920960 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:49.928635 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:49.930372 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:49.930405 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:49.930435 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:58:54.963219 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:58:54.963366 -0700] Report: clients=1
D [10/Apr/2013:11:58:54.963394 -0700] Report: jobs=28
D [10/Apr/2013:11:58:54.963420 -0700] Report: jobs-active=22
D [10/Apr/2013:11:58:54.963447 -0700] Report: printers=2
D [10/Apr/2013:11:58:54.963474 -0700] Report: printers-implicit=0
D [10/Apr/2013:11:58:54.963578 -0700] Report: stringpool-string-count=5303
D [10/Apr/2013:11:58:54.963953 -0700] Report: stringpool-alloc-bytes=12632
D [10/Apr/2013:11:58:54.964006 -0700] Report: stringpool-total-bytes=100664
D [10/Apr/2013:11:58:54.964301 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:58:54.964334 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:58:54.964732 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:58:54.965598 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:58:54.965674 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:58:54.976656 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:58:54.984915 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:58:54.986560 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:58:54.986615 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:58:54.986645 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:00.021434 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:00.021650 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:00.021687 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:00.021879 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:00.022918 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:00.023003 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:00.033941 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:00.043468 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:00.046252 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:00.046282 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:00.046311 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:05.085797 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:05.085917 -0700] [Job 2] Unloading...
D [10/Apr/2013:11:59:05.086139 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:05.086174 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:05.086403 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:05.087328 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:05.087407 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:05.087714 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:11:59:05.097515 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:05.105653 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:05.107481 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:05.107513 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:05.107543 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:10.142858 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:10.143192 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:10.143236 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:10.143412 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:10.144230 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:10.144307 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:10.154281 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:10.162041 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:10.163781 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:10.163813 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:10.163848 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:15.201918 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:15.202029 -0700] [Job 7] Unloading...
D [10/Apr/2013:11:59:15.202127 -0700] [Job 9] Unloading...
D [10/Apr/2013:11:59:15.202201 -0700] [Job 10] Unloading...
D [10/Apr/2013:11:59:15.202267 -0700] [Job 11] Unloading...
D [10/Apr/2013:11:59:15.202327 -0700] [Job 12] Unloading...
D [10/Apr/2013:11:59:15.202386 -0700] [Job 13] Unloading...
D [10/Apr/2013:11:59:15.202445 -0700] [Job 14] Unloading...
D [10/Apr/2013:11:59:15.202503 -0700] [Job 15] Unloading...
D [10/Apr/2013:11:59:15.202561 -0700] [Job 16] Unloading...
D [10/Apr/2013:11:59:15.202620 -0700] [Job 17] Unloading...
D [10/Apr/2013:11:59:15.202824 -0700] [Job 18] Unloading...
D [10/Apr/2013:11:59:15.202927 -0700] [Job 19] Unloading...
D [10/Apr/2013:11:59:15.202993 -0700] [Job 20] Unloading...
D [10/Apr/2013:11:59:15.203055 -0700] [Job 21] Unloading...
D [10/Apr/2013:11:59:15.203114 -0700] [Job 22] Unloading...
D [10/Apr/2013:11:59:15.203173 -0700] [Job 23] Unloading...
D [10/Apr/2013:11:59:15.203229 -0700] [Job 24] Unloading...
D [10/Apr/2013:11:59:15.203288 -0700] [Job 25] Unloading...
D [10/Apr/2013:11:59:15.203346 -0700] [Job 26] Unloading...
D [10/Apr/2013:11:59:15.203403 -0700] [Job 27] Unloading...
D [10/Apr/2013:11:59:15.203459 -0700] [Job 28] Unloading...
D [10/Apr/2013:11:59:15.203843 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:15.203891 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:15.204096 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:15.205354 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:15.205522 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:15.206845 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:11:59:15.207711 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:11:59:15.208358 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:11:59:15.208980 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:11:59:15.209504 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:11:59:15.210329 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:11:59:15.210977 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:11:59:15.211543 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:11:59:15.212178 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:11:59:15.212753 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:11:59:15.213272 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:11:59:15.213863 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:11:59:15.214383 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:11:59:15.214932 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:11:59:15.215435 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:11:59:15.216039 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:11:59:15.216549 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:11:59:15.217100 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:11:59:15.217600 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:11:59:15.218366 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:11:59:15.219226 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:11:59:15.220077 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:15.228330 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:15.230101 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:15.230133 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:15.230164 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:20.261285 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:20.261637 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:20.261671 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:20.261845 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:20.262783 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:20.262912 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:20.272818 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:20.280660 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:20.282370 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:20.282402 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:20.282433 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:25.314228 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:25.314462 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:25.314495 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:25.314666 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:25.315629 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:25.315925 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:25.325683 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:25.334170 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:25.335955 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:25.335987 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:25.336017 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:30.373125 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:30.373378 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:30.373416 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:30.373589 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:30.374409 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:30.374493 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:30.384429 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:30.392430 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:30.394001 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:30.394034 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:30.394064 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:35.428927 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:35.429360 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:35.429405 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:35.429726 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:35.430597 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:35.430677 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:35.440948 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:35.448898 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:35.450463 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:35.450496 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:35.450572 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:40.483273 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:40.483479 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:40.483514 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:40.483718 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:40.484703 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:40.484834 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:40.496021 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:40.504683 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:40.506328 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:40.506360 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:40.506390 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:45.544264 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:45.544523 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:45.544555 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:45.545298 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:45.546401 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:45.546503 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:45.556271 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:45.564011 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:45.565703 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:45.565734 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:45.565765 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:11:59:50.602466 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:50.602676 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:50.602709 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:50.602883 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:50.603753 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:50.603845 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:50.613649 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:50.621358 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:50.622982 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:50.623014 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:50.623044 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
E [10/Apr/2013:11:59:55.629784 -0700] [Job 2] Stopping unresponsive job!
D [10/Apr/2013:11:59:55.629853 -0700] Report: clients=0
D [10/Apr/2013:11:59:55.629898 -0700] Report: jobs=28
D [10/Apr/2013:11:59:55.629925 -0700] Report: jobs-active=22
D [10/Apr/2013:11:59:55.629952 -0700] Report: printers=2
D [10/Apr/2013:11:59:55.629978 -0700] Report: printers-implicit=0
D [10/Apr/2013:11:59:55.630086 -0700] Report: stringpool-string-count=5303
D [10/Apr/2013:11:59:55.630117 -0700] Report: stringpool-alloc-bytes=12632
D [10/Apr/2013:11:59:55.630144 -0700] Report: stringpool-total-bytes=100664
D [10/Apr/2013:11:59:55.653655 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:11:59:55.653829 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:11:59:55.653862 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:11:59:55.654033 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:11:59:55.654903 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:11:59:55.654979 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:11:59:55.665073 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:11:59:55.673196 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:11:59:55.674858 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:11:59:55.674889 -0700] cupsdCloseClient: 10
D [10/Apr/2013:11:59:55.674919 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:00.709323 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:00.709536 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:00.709569 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:00.709871 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:00.710673 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:00.710754 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:00.720307 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:00.728897 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:00.730646 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:00.730682 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:00.730713 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
E [10/Apr/2013:12:00:05.741142 -0700] [Job 7] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741203 -0700] [Job 9] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741258 -0700] [Job 10] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741312 -0700] [Job 11] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741366 -0700] [Job 12] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741419 -0700] [Job 13] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741505 -0700] [Job 14] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741560 -0700] [Job 15] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741613 -0700] [Job 16] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741666 -0700] [Job 17] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741719 -0700] [Job 18] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741773 -0700] [Job 19] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741911 -0700] [Job 20] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.741974 -0700] [Job 21] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742028 -0700] [Job 22] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742082 -0700] [Job 23] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742136 -0700] [Job 24] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742190 -0700] [Job 25] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742259 -0700] [Job 26] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742312 -0700] [Job 27] Stopping unresponsive job!
E [10/Apr/2013:12:00:05.742366 -0700] [Job 28] Stopping unresponsive job!
D [10/Apr/2013:12:00:05.767004 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:05.767181 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:05.767214 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:05.767386 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:05.768405 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:05.768483 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:05.778157 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:05.786306 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:05.787699 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:05.787732 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:05.787762 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:06.790016 -0700] [Job 2] Unloading...
D [10/Apr/2013:12:00:10.819612 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:10.821889 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:10.821925 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:10.822154 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:10.823033 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:10.823154 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:10.823474 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:12:00:10.832926 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:10.840812 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:10.842403 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:10.842434 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:10.842464 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:15.874519 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:15.874956 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:15.874991 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:15.875164 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:15.876142 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:15.876220 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:15.886203 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:15.893884 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:15.895646 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:15.895678 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:15.895708 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:16.897520 -0700] [Job 7] Unloading...
D [10/Apr/2013:12:00:16.897704 -0700] [Job 9] Unloading...
D [10/Apr/2013:12:00:16.897781 -0700] [Job 10] Unloading...
D [10/Apr/2013:12:00:16.897848 -0700] [Job 11] Unloading...
D [10/Apr/2013:12:00:16.897908 -0700] [Job 12] Unloading...
D [10/Apr/2013:12:00:16.897967 -0700] [Job 13] Unloading...
D [10/Apr/2013:12:00:16.898025 -0700] [Job 14] Unloading...
D [10/Apr/2013:12:00:16.898084 -0700] [Job 15] Unloading...
D [10/Apr/2013:12:00:16.898143 -0700] [Job 16] Unloading...
D [10/Apr/2013:12:00:16.898201 -0700] [Job 17] Unloading...
D [10/Apr/2013:12:00:16.898259 -0700] [Job 18] Unloading...
D [10/Apr/2013:12:00:16.898363 -0700] [Job 19] Unloading...
D [10/Apr/2013:12:00:16.898430 -0700] [Job 20] Unloading...
D [10/Apr/2013:12:00:16.898490 -0700] [Job 21] Unloading...
D [10/Apr/2013:12:00:16.898548 -0700] [Job 22] Unloading...
D [10/Apr/2013:12:00:16.898608 -0700] [Job 23] Unloading...
D [10/Apr/2013:12:00:16.898665 -0700] [Job 24] Unloading...
D [10/Apr/2013:12:00:16.898723 -0700] [Job 25] Unloading...
D [10/Apr/2013:12:00:16.898780 -0700] [Job 26] Unloading...
D [10/Apr/2013:12:00:16.898838 -0700] [Job 27] Unloading...
D [10/Apr/2013:12:00:16.898894 -0700] [Job 28] Unloading...
D [10/Apr/2013:12:00:20.931275 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:20.931989 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:20.932042 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:20.932218 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:20.933687 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:20.933773 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:20.935040 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:12:00:20.935719 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:12:00:20.936263 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:12:00:20.936952 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:12:00:20.937534 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:12:00:20.938080 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:12:00:20.938647 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:12:00:20.939162 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:12:00:20.939713 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:12:00:20.940246 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:12:00:20.940875 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:12:00:20.941387 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:12:00:20.941945 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:12:00:20.942586 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:12:00:20.943101 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:12:00:20.943650 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:12:00:20.944153 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:12:00:20.944797 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:12:00:20.945311 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:12:00:20.945864 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:12:00:20.946365 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:12:00:20.946912 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:20.954637 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:20.956340 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:20.956372 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:20.956403 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:25.992162 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:25.992397 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:25.992430 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:25.992630 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:25.993529 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:25.993605 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:26.003297 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:26.011093 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:26.012965 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:26.012998 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:26.013028 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:31.046163 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:31.046401 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:31.046435 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:31.046609 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:31.047492 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:31.047569 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:31.057557 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:31.066130 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:31.068065 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:31.068097 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:31.068127 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:36.105213 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:36.105456 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:36.105489 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:36.105662 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:36.106537 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:36.106614 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:36.116803 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:36.124999 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:36.126982 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:36.127016 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:36.127046 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:41.160624 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:41.160835 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:41.160870 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:41.161052 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:41.161970 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:41.162055 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:41.172013 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:41.180050 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:41.181860 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:41.181891 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:41.181922 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:46.220019 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:46.220249 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:46.220282 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:46.220453 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:46.222211 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:46.222288 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:46.232060 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:46.239742 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:46.241483 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:46.241515 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:46.241546 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:51.273172 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:51.273545 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:51.273583 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:51.273827 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:51.274796 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:51.274892 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:51.285616 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:51.293937 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:51.295598 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:51.295630 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:51.295661 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:00:56.332923 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:00:56.333149 -0700] Report: clients=1
D [10/Apr/2013:12:00:56.333176 -0700] Report: jobs=28
D [10/Apr/2013:12:00:56.333203 -0700] Report: jobs-active=22
D [10/Apr/2013:12:00:56.333229 -0700] Report: printers=2
D [10/Apr/2013:12:00:56.333256 -0700] Report: printers-implicit=0
D [10/Apr/2013:12:00:56.333360 -0700] Report: stringpool-string-count=5303
D [10/Apr/2013:12:00:56.333390 -0700] Report: stringpool-alloc-bytes=12632
D [10/Apr/2013:12:00:56.333417 -0700] Report: stringpool-total-bytes=100664
D [10/Apr/2013:12:00:56.333529 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:00:56.333562 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:00:56.333732 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:00:56.334664 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:00:56.334747 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:00:56.345157 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:00:56.353089 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:00:56.355100 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:00:56.355172 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:00:56.355204 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:01:01.388621 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:01.388856 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:01.388891 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:01:01.389063 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:01.389936 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:01.390011 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:01.399592 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:01.407648 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:01:01.409411 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:01.409442 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:01.409471 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:01:06.450635 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.450984 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.451017 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:01:06.451188 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.452759 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 1
D [10/Apr/2013:12:01:06.452838 -0700] CUPS-Get-Default
D [10/Apr/2013:12:01:06.453927 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:12:01:06.455501 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:01:06.456639 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.456679 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:01:06.456851 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.457759 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.457837 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.458189 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.458220 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [10/Apr/2013:12:01:06.458271 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.458336 -0700] [Job 29] Adding start banner page "none".
D [10/Apr/2013:12:01:06.458534 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.458564 -0700] [Job 29] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.458594 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.459203 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:06.459827 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.459862 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:06.460028 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.461572 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.468142 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.468691 -0700] [Job 29] Auto-typing file...
D [10/Apr/2013:12:01:06.468903 -0700] [Job 29] Request file type is application/pdf.
D [10/Apr/2013:12:01:06.469019 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.469052 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:12:01:06.469159 -0700] [Job 29] File of type application/pdf queued by "manfred".
I [10/Apr/2013:12:01:06.469197 -0700] [Job 29] Adding end banner page "none".
D [10/Apr/2013:12:01:06.469269 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.469300 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:06.469602 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.469634 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:06.469666 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:06.469735 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.470013 -0700] [Job 29] job-sheets=none,none
D [10/Apr/2013:12:01:06.470131 -0700] [Job 29] argv[0]="Test1"
D [10/Apr/2013:12:01:06.470167 -0700] [Job 29] argv[1]="29"
D [10/Apr/2013:12:01:06.470198 -0700] [Job 29] argv[2]="manfred"
D [10/Apr/2013:12:01:06.470229 -0700] [Job 29] argv[3]="testfile.pdf"
D [10/Apr/2013:12:01:06.470260 -0700] [Job 29] argv[4]="1"
D [10/Apr/2013:12:01:06.470291 -0700] [Job 29] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:c9b1a2eb-30ba-3506-62d9-c6fac5cd8ad0 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620466"
D [10/Apr/2013:12:01:06.470323 -0700] [Job 29] argv[6]="/tmp/cups-manfred/spool/d00029-001"
D [10/Apr/2013:12:01:06.470370 -0700] [Job 29] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:06.470445 -0700] [Job 29] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.470480 -0700] [Job 29] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.470511 -0700] [Job 29] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:06.470542 -0700] [Job 29] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:06.470574 -0700] [Job 29] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:06.470605 -0700] [Job 29] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:06.470636 -0700] [Job 29] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.470666 -0700] [Job 29] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.470698 -0700] [Job 29] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.470729 -0700] [Job 29] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.470785 -0700] [Job 29] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.470818 -0700] [Job 29] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:06.470851 -0700] [Job 29] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:06.470882 -0700] [Job 29] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:06.470914 -0700] [Job 29] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.470946 -0700] [Job 29] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:06.470977 -0700] [Job 29] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.471008 -0700] [Job 29] envp[18]="USER=root"
D [10/Apr/2013:12:01:06.471039 -0700] [Job 29] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:06.471069 -0700] [Job 29] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:06.471100 -0700] [Job 29] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:06.471131 -0700] [Job 29] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:06.471162 -0700] [Job 29] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:06.471193 -0700] [Job 29] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:06.471224 -0700] [Job 29] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:06.471254 -0700] [Job 29] envp[26]="CONTENT_TYPE=application/pdf"
D [10/Apr/2013:12:01:06.471287 -0700] [Job 29] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:06.471317 -0700] [Job 29] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:06.471348 -0700] [Job 29] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:06.471378 -0700] [Job 29] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:06.471409 -0700] [Job 29] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:06.471479 -0700] [Job 29] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:06.471514 -0700] [Job 29] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:06.471546 -0700] [Job 29] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:06.472717 -0700] [Job 29] Started filter /tmp/cups-manfred/bin/filter/pdftops (PID 14381)
D [10/Apr/2013:12:01:06.472888 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:06.472972 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.475183 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:06.475301 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.475333 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:06.475365 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.487944 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.488125 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.488160 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.488340 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.489893 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.489971 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.491062 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.492660 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.493680 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.493722 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.493918 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.494660 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.494737 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.495124 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.495156 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.495208 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.495273 -0700] [Job 30] Adding start banner page "none".
D [10/Apr/2013:12:01:06.495423 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.495506 -0700] [Job 30] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.495538 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.495968 -0700] [Job 29] Started filter pdftops (PID 14383)
D [10/Apr/2013:12:01:06.496159 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.496719 -0700] [Job 29] Started filter pstops (PID 14384)
D [10/Apr/2013:12:01:06.496851 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.496886 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.497052 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.497606 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.503122 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.503535 -0700] [Job 30] Auto-typing file...
D [10/Apr/2013:12:01:06.503683 -0700] [Job 30] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.503779 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.503813 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.503911 -0700] [Job 30] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.503949 -0700] [Job 30] Adding end banner page "none".
D [10/Apr/2013:12:01:06.504020 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.504052 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.504259 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.504291 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.504322 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.504389 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.504764 -0700] [Job 30] job-sheets=none,none
D [10/Apr/2013:12:01:06.504883 -0700] [Job 30] argv[0]="Test2"
D [10/Apr/2013:12:01:06.504918 -0700] [Job 30] argv[1]="30"
D [10/Apr/2013:12:01:06.504949 -0700] [Job 30] argv[2]="manfred"
D [10/Apr/2013:12:01:06.504981 -0700] [Job 30] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:06.505011 -0700] [Job 30] argv[4]="1"
D [10/Apr/2013:12:01:06.505043 -0700] [Job 30] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:4888311d-d4d9-3ad2-6356-4280e38fe771 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620466"
D [10/Apr/2013:12:01:06.505075 -0700] [Job 30] argv[6]="/tmp/cups-manfred/spool/d00030-001"
D [10/Apr/2013:12:01:06.505121 -0700] [Job 30] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:06.505153 -0700] [Job 30] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.505184 -0700] [Job 30] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.505215 -0700] [Job 30] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:06.505246 -0700] [Job 30] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:06.505277 -0700] [Job 30] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:06.505308 -0700] [Job 30] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:06.505339 -0700] [Job 30] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.505370 -0700] [Job 30] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.505473 -0700] [Job 30] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.505511 -0700] [Job 30] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.505543 -0700] [Job 30] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.505576 -0700] [Job 30] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:06.505609 -0700] [Job 30] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:06.505641 -0700] [Job 30] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:06.505672 -0700] [Job 30] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.505704 -0700] [Job 30] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:06.505735 -0700] [Job 30] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.505766 -0700] [Job 30] envp[18]="USER=root"
D [10/Apr/2013:12:01:06.505797 -0700] [Job 30] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:06.505828 -0700] [Job 30] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:06.505858 -0700] [Job 30] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:06.505889 -0700] [Job 30] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:06.505919 -0700] [Job 30] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:06.505950 -0700] [Job 30] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:06.505980 -0700] [Job 30] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:06.506010 -0700] [Job 30] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:06.506042 -0700] [Job 30] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:06.506072 -0700] [Job 30] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:06.506102 -0700] [Job 30] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:06.506133 -0700] [Job 30] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:06.506163 -0700] [Job 30] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:06.506194 -0700] [Job 30] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:06.506224 -0700] [Job 30] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:06.506256 -0700] [Job 30] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:06.507184 -0700] [Job 30] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14385)
I [10/Apr/2013:12:01:06.508215 -0700] [Job 30] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14386)
D [10/Apr/2013:12:01:06.516580 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:06.516667 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.519270 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.519373 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.519446 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:06.519485 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.533595 -0700] [Job 29] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:06.533788 -0700] [Job 29] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:12:01:06.533965 -0700] [Job 29] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:12:01:06.534061 -0700] [Job 29] %!PS-Adobe-3.0
D [10/Apr/2013:12:01:06.534156 -0700] [Job 29] %Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
D [10/Apr/2013:12:01:06.534254 -0700] [Job 29] %%LanguageLevel: 3
D [10/Apr/2013:12:01:06.534343 -0700] [Job 29] %%DocumentSuppliedResources: (atend)
D [10/Apr/2013:12:01:06.534472 -0700] [Job 29] %%DocumentMedia: plain 595 792 0 () ()
D [10/Apr/2013:12:01:06.534565 -0700] [Job 29] %%BoundingBox: 0 0 595 792
D [10/Apr/2013:12:01:06.534677 -0700] [Job 29] %%Pages: 8
D [10/Apr/2013:12:01:06.534763 -0700] [Job 29] %%EndComments
D [10/Apr/2013:12:01:06.534875 -0700] [Job 29] Before copy_prolog - %%BeginDefaults
D [10/Apr/2013:12:01:06.535529 -0700] [Job 30] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:06.535932 -0700] [Job 30] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:06.536186 -0700] [Job 30] Loading print file.
D [10/Apr/2013:12:01:06.536287 -0700] [Job 30] Set job-printer-state-message to "Loading print file.", current level=INFO
D [10/Apr/2013:12:01:06.536360 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.536496 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:12:01:06.536546 -0700] [Job 30] The print file could not be opened.
D [10/Apr/2013:12:01:06.536589 -0700] [Job 30] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:06.536654 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.536719 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:12:01:06.540723 -0700] [Job 30] No pages were found.
D [10/Apr/2013:12:01:06.540821 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.540888 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.541014 -0700] PID 14385 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:06.541094 -0700] PID 14386 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:06.541599 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:06.541632 -0700] [Job 30] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:06.541665 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.541698 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.541730 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.541796 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.544136 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.544582 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.544620 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.544817 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.546527 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.546615 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.547856 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.548096 -0700] [Job 29] Before copy_setup - %%BeginSetup
D [10/Apr/2013:12:01:06.549808 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.551216 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.551255 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.551427 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.552193 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.552268 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.552743 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.552773 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.552823 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.552887 -0700] [Job 31] Adding start banner page "standard".
D [10/Apr/2013:12:01:06.552976 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.553003 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.553974 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.554004 -0700] [Job 31] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.554059 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.554768 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.555361 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.555444 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.555619 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.556130 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.562524 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.562842 -0700] [Job 31] Auto-typing file...
D [10/Apr/2013:12:01:06.563025 -0700] [Job 31] Request file type is application/pdf.
D [10/Apr/2013:12:01:06.563106 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.563135 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.563227 -0700] [Job 31] File of type application/pdf queued by "manfred".
I [10/Apr/2013:12:01:06.563261 -0700] [Job 31] Adding end banner page "none".
D [10/Apr/2013:12:01:06.563323 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.563352 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.563526 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.566519 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.566602 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.566630 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:06.566659 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.585158 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.585554 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.585588 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.585759 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.587375 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.587601 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.588852 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.590337 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.591537 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.591575 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.591763 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.592745 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.592828 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.593211 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.593245 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.593300 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.593368 -0700] [Job 32] Adding start banner page "none".
D [10/Apr/2013:12:01:06.593586 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.593619 -0700] [Job 32] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.593653 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.594299 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.594911 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.594951 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:06.595136 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.595728 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.597806 -0700] cupsdAcceptClient: 20 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.598258 -0700] cupsdReadClient: 20 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.598294 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.598535 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.612774 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.613079 -0700] [Job 32] Auto-typing file...
D [10/Apr/2013:12:01:06.613194 -0700] [Job 32] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.613284 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.613313 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.613447 -0700] [Job 32] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.613587 -0700] [Job 32] Adding end banner page "none".
D [10/Apr/2013:12:01:06.613664 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.613694 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.613891 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.613919 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.613947 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.614007 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.614247 -0700] [Job 32] job-sheets=none,none
D [10/Apr/2013:12:01:06.614361 -0700] [Job 32] argv[0]="Test2"
D [10/Apr/2013:12:01:06.614391 -0700] [Job 32] argv[1]="32"
D [10/Apr/2013:12:01:06.614468 -0700] [Job 32] argv[2]="manfred"
D [10/Apr/2013:12:01:06.614498 -0700] [Job 32] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:06.614525 -0700] [Job 32] argv[4]="1"
D [10/Apr/2013:12:01:06.614554 -0700] [Job 32] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:e353f743-b016-3b9b-627b-5319412eab15 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620466"
D [10/Apr/2013:12:01:06.614582 -0700] [Job 32] argv[6]="/tmp/cups-manfred/spool/d00032-001"
D [10/Apr/2013:12:01:06.614626 -0700] [Job 32] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:06.614654 -0700] [Job 32] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.614681 -0700] [Job 32] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.614709 -0700] [Job 32] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:06.614736 -0700] [Job 32] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:06.614763 -0700] [Job 32] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:06.614790 -0700] [Job 32] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:06.614817 -0700] [Job 32] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.614844 -0700] [Job 32] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.614873 -0700] [Job 32] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.614926 -0700] [Job 32] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.614955 -0700] [Job 32] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.614984 -0700] [Job 32] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:06.615012 -0700] [Job 32] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:06.615040 -0700] [Job 32] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:06.615067 -0700] [Job 32] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.615096 -0700] [Job 32] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:06.615123 -0700] [Job 32] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.615149 -0700] [Job 32] envp[18]="USER=root"
D [10/Apr/2013:12:01:06.615176 -0700] [Job 32] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:06.615203 -0700] [Job 32] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:06.615230 -0700] [Job 32] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:06.615257 -0700] [Job 32] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:06.615284 -0700] [Job 32] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:06.615311 -0700] [Job 32] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:06.615338 -0700] [Job 32] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:06.615365 -0700] [Job 32] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:06.615393 -0700] [Job 32] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:06.615460 -0700] [Job 32] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:06.615490 -0700] [Job 32] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:06.615517 -0700] [Job 32] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:06.615544 -0700] [Job 32] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:06.615572 -0700] [Job 32] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:06.615598 -0700] [Job 32] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:06.615626 -0700] [Job 32] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:06.616591 -0700] [Job 32] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14394)
I [10/Apr/2013:12:01:06.617461 -0700] [Job 32] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14395)
D [10/Apr/2013:12:01:06.617667 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:06.617735 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.620630 -0700] cupsdAcceptClient: 21 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.620919 -0700] cupsdReadClient: 21 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.620956 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.621154 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.621849 -0700] cupsdReadClient: 20 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.621927 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.623163 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.635588 -0700] cupsdAcceptClient: 26 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.636813 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.636947 -0700] cupsdReadClient: 26 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.636979 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.637147 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.637589 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.637617 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:06.637647 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.643874 -0700] cupsdReadClient: 21 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.643959 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.645096 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.648592 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.648813 -0700] cupsdReadClient: 20 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.648850 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.649042 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.649604 -0700] cupsdReadClient: 26 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.649679 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.650826 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.657825 -0700] cupsdReadClient: 20 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.657901 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.658260 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.658290 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.658343 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.658450 -0700] [Job 33] Adding start banner page "none".
D [10/Apr/2013:12:01:06.658631 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.658660 -0700] [Job 33] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.658690 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.668665 -0700] [Job 32] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:06.668698 -0700] [Job 32] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:06.668728 -0700] [Job 32] Loading print file.
D [10/Apr/2013:12:01:06.668785 -0700] [Job 32] Set job-printer-state-message to "Loading print file.", current level=INFO
E [10/Apr/2013:12:01:06.668818 -0700] [Job 32] The print file could not be opened.
D [10/Apr/2013:12:01:06.668854 -0700] [Job 32] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
E [10/Apr/2013:12:01:06.668884 -0700] [Job 32] No pages were found.
D [10/Apr/2013:12:01:06.668943 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.669002 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.669811 -0700] PID 14395 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:06.670618 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.670817 -0700] cupsdReadClient: 20 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.670853 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.671021 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.672366 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.676784 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.676969 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.677003 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.677169 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.681971 -0700] PID 14394 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:06.682117 -0700] cupsdReadClient: 21 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.682155 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.682327 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.690203 -0700] cupsdAcceptClient: 27 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.690712 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:06.690744 -0700] [Job 32] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:06.690778 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.690811 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.690843 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.690910 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.691094 -0700] cupsdReadClient: 20 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.693096 -0700] cupsdReadClient: 27 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.693134 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.693326 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.696204 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.696880 -0700] cupsdReadClient: 26 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.696920 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.697139 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.697668 -0700] cupsdAcceptClient: 22 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.698172 -0700] cupsdReadClient: 22 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.698208 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.698393 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.699671 -0700] cupsdAcceptClient: 23 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.700217 -0700] cupsdReadClient: 23 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.700254 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.700530 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.703026 -0700] cupsdReadClient: 21 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.703115 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.703613 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.703648 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.703704 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.703773 -0700] [Job 34] Adding start banner page "none".
D [10/Apr/2013:12:01:06.703949 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.703981 -0700] [Job 34] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.704015 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.706653 -0700] cupsdReadClient: 26 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.706740 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.707121 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.707154 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.707229 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.707296 -0700] [Job 35] Adding start banner page "none".
D [10/Apr/2013:12:01:06.707502 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.707536 -0700] [Job 35] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.707569 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.709259 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.709796 -0700] cupsdReadClient: 21 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.709836 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.710023 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.712968 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.713326 -0700] [Job 33] Auto-typing file...
D [10/Apr/2013:12:01:06.713555 -0700] [Job 33] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.713640 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.713672 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.713776 -0700] [Job 33] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.713814 -0700] [Job 33] Adding end banner page "none".
D [10/Apr/2013:12:01:06.713885 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.713916 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.714045 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.714929 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.715004 -0700] cupsdReadClient: 21 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.716016 -0700] cupsdReadClient: 26 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.716057 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.716242 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.718701 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.718788 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.720039 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.721413 -0700] cupsdReadClient: 27 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.721549 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.722731 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.725724 -0700] cupsdReadClient: 26 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.733202 -0700] cupsdAcceptClient: 25 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.735117 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.735648 -0700] cupsdAcceptClient: 28 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.735793 -0700] cupsdReadClient: 25 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.735827 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.735996 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.736475 -0700] cupsdReadClient: 20 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.736514 -0700] cupsdCloseClient: 20
D [10/Apr/2013:12:01:06.736544 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.737116 -0700] cupsdReadClient: 28 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.737148 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.737311 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.738046 -0700] cupsdReadClient: 22 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.738126 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.739213 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.741313 -0700] cupsdReadClient: 23 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.741391 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.742900 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.769458 -0700] cupsdAcceptClient: 20 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.770213 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.770569 -0700] [Job 34] Auto-typing file...
D [10/Apr/2013:12:01:06.770697 -0700] [Job 34] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.770768 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.770802 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.770919 -0700] [Job 34] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.770954 -0700] [Job 34] Adding end banner page "none".
D [10/Apr/2013:12:01:06.771018 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.771046 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.771236 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.771264 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.771291 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.771350 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.771629 -0700] [Job 34] job-sheets=none,none
D [10/Apr/2013:12:01:06.771744 -0700] [Job 34] argv[0]="Test2"
D [10/Apr/2013:12:01:06.771775 -0700] [Job 34] argv[1]="34"
D [10/Apr/2013:12:01:06.771803 -0700] [Job 34] argv[2]="manfred"
D [10/Apr/2013:12:01:06.771830 -0700] [Job 34] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:06.771857 -0700] [Job 34] argv[4]="1"
D [10/Apr/2013:12:01:06.771884 -0700] [Job 34] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:05c65ed8-7201-3520-57ea-11855fda3f31 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620466"
D [10/Apr/2013:12:01:06.771912 -0700] [Job 34] argv[6]="/tmp/cups-manfred/spool/d00034-001"
D [10/Apr/2013:12:01:06.771953 -0700] [Job 34] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:06.771982 -0700] [Job 34] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.772009 -0700] [Job 34] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.772036 -0700] [Job 34] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:06.772063 -0700] [Job 34] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:06.772090 -0700] [Job 34] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:06.772117 -0700] [Job 34] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:06.772144 -0700] [Job 34] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.772171 -0700] [Job 34] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.772198 -0700] [Job 34] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.772226 -0700] [Job 34] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.772254 -0700] [Job 34] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.772307 -0700] [Job 34] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:06.772337 -0700] [Job 34] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:06.772364 -0700] [Job 34] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:06.772392 -0700] [Job 34] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.772509 -0700] [Job 34] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:06.772538 -0700] [Job 34] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.772565 -0700] [Job 34] envp[18]="USER=root"
D [10/Apr/2013:12:01:06.772592 -0700] [Job 34] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:06.772619 -0700] [Job 34] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:06.772646 -0700] [Job 34] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:06.772673 -0700] [Job 34] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:06.772700 -0700] [Job 34] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:06.772727 -0700] [Job 34] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:06.772753 -0700] [Job 34] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:06.772780 -0700] [Job 34] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:06.772808 -0700] [Job 34] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:06.772835 -0700] [Job 34] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:06.772862 -0700] [Job 34] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:06.772888 -0700] [Job 34] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:06.772915 -0700] [Job 34] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:06.772941 -0700] [Job 34] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:06.772968 -0700] [Job 34] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:06.772996 -0700] [Job 34] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:06.773900 -0700] [Job 34] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14411)
I [10/Apr/2013:12:01:06.774833 -0700] [Job 34] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14412)
D [10/Apr/2013:12:01:06.774979 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:06.775048 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.789462 -0700] cupsdReadClient: 20 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.789645 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.789858 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.790647 -0700] cupsdAcceptClient: 29 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.791395 -0700] cupsdAcceptClient: 34 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.791583 -0700] cupsdReadClient: 29 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.791617 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.791781 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.792789 -0700] cupsdAcceptClient: 35 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.792948 -0700] cupsdReadClient: 34 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.792981 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.793144 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.797922 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.798141 -0700] cupsdReadClient: 35 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.798174 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.798339 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.799636 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.799999 -0700] [Job 35] Auto-typing file...
D [10/Apr/2013:12:01:06.800141 -0700] [Job 35] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.800220 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.800252 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.800358 -0700] [Job 35] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.800396 -0700] [Job 35] Adding end banner page "none".
D [10/Apr/2013:12:01:06.800561 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.800598 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.800744 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.804172 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.804226 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.804376 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.805925 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.807099 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.807242 -0700] cupsdReadClient: 27 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.807275 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.807423 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.812941 -0700] cupsdReadClient: 21 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.812967 -0700] cupsdCloseClient: 21
D [10/Apr/2013:12:01:06.812994 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.813236 -0700] [Job 34] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:06.813265 -0700] [Job 34] Searching for profile "100dpi/Plain"...
D [10/Apr/2013:12:01:06.814178 -0700] cupsdReadClient: 25 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.814246 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.815197 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.822158 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.822277 -0700] cupsdAcceptClient: 21 from localhost:8631 (IPv4)
I [10/Apr/2013:12:01:06.822357 -0700] [Job 34] Loading print file.
D [10/Apr/2013:12:01:06.822413 -0700] [Job 34] Set job-printer-state-message to "Loading print file.", current level=INFO
E [10/Apr/2013:12:01:06.822479 -0700] [Job 34] The print file could not be opened.
D [10/Apr/2013:12:01:06.822515 -0700] [Job 34] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
E [10/Apr/2013:12:01:06.822543 -0700] [Job 34] No pages were found.
D [10/Apr/2013:12:01:06.822596 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.822649 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.822902 -0700] cupsdReadClient: 28 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.823100 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.824008 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.825669 -0700] PID 14412 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:06.829412 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.829599 -0700] cupsdReadClient: 22 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.829630 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.829766 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.831350 -0700] cupsdAcceptClient: 24 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.831530 -0700] cupsdReadClient: 21 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.831558 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.831690 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.832258 -0700] PID 14411 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:06.832322 -0700] cupsdReadClient: 26 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.832344 -0700] cupsdCloseClient: 26
D [10/Apr/2013:12:01:06.832367 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.833431 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.833809 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:06.833832 -0700] [Job 34] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:06.833855 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.833877 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.833900 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.833947 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.834097 -0700] cupsdReadClient: 24 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.834123 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.834255 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.835204 -0700] cupsdReadClient: 23 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.835238 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.835387 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.844315 -0700] cupsdAcceptClient: 15 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.845292 -0700] cupsdReadClient: 15 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.845321 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.849989 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.850658 -0700] cupsdAcceptClient: 26 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.851193 -0700] cupsdReadClient: 26 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.851221 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.851355 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.852004 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.852067 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.852345 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.852369 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.852411 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.852702 -0700] [Job 36] Adding start banner page "none".
D [10/Apr/2013:12:01:06.852841 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.852864 -0700] [Job 36] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.852888 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.854103 -0700] cupsdReadClient: 27 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.854166 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.854571 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.854600 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.854643 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.854698 -0700] [Job 37] Adding start banner page "none".
D [10/Apr/2013:12:01:06.854813 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.854836 -0700] [Job 37] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.854859 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.858641 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.858722 -0700] cupsdReadClient: 22 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.858782 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.859101 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.859125 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.859166 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.859216 -0700] [Job 38] Adding start banner page "none".
D [10/Apr/2013:12:01:06.859329 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.859352 -0700] [Job 38] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.859375 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.860016 -0700] cupsdReadClient: 10 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.860045 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.860177 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.861041 -0700] cupsdAcceptClient: 30 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.861998 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.862099 -0700] cupsdAcceptClient: 31 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:06.862238 -0700] cupsdReadClient: 30 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.862264 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.862397 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.862739 -0700] cupsdReadClient: 23 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.862801 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.863093 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.863117 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.863158 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.863208 -0700] [Job 39] Adding start banner page "none".
D [10/Apr/2013:12:01:06.863319 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.863342 -0700] [Job 39] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.863365 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.864018 -0700] cupsdReadClient: 27 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.864047 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.864195 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.865060 -0700] cupsdReadClient: 31 POST / HTTP/1.1
D [10/Apr/2013:12:01:06.865087 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.865220 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.866126 -0700] cupsdReadClient: 20 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.866186 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.867050 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.867822 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.868338 -0700] cupsdReadClient: 29 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.868405 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.869374 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.870294 -0700] cupsdReadClient: 34 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.870356 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.871202 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.872343 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.872581 -0700] cupsdReadClient: 27 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.872992 -0700] cupsdReadClient: 35 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.873057 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.873915 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.874694 -0700] cupsdReadClient: 22 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.874724 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.874859 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.876918 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.877698 -0700] cupsdReadClient: 23 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.877728 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.877862 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.881352 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.881870 -0700] cupsdReadClient: 22 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.884038 -0700] cupsdReadClient: 25 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.884071 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.884209 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.885284 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.886196 -0700] cupsdReadClient: 28 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.886226 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.886360 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.886998 -0700] cupsdReadClient: 23 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.888333 -0700] cupsdReadClient: 21 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.888395 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.889296 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.890441 -0700] cupsdReadClient: 24 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.890511 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.891308 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.893263 -0700] cupsdReadClient: 15 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.893324 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.894173 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.896025 -0700] cupsdReadClient: 26 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.896086 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.897044 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.902281 -0700] cupsdReadClient: 25 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.902347 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.902677 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.902702 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.902744 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.902794 -0700] [Job 40] Adding start banner page "none".
D [10/Apr/2013:12:01:06.902914 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.902937 -0700] [Job 40] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.902960 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.903942 -0700] cupsdReadClient: 28 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.904007 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.904280 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.904304 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.904343 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.904393 -0700] [Job 41] Adding start banner page "none".
D [10/Apr/2013:12:01:06.904605 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.904629 -0700] [Job 41] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.904652 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.906569 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.906809 -0700] [Job 36] Auto-typing file...
D [10/Apr/2013:12:01:06.906921 -0700] [Job 36] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.906978 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.907001 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.907083 -0700] [Job 36] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.907110 -0700] [Job 36] Adding end banner page "none".
D [10/Apr/2013:12:01:06.907160 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.907191 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.907337 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.907364 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.907386 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.907472 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.907668 -0700] [Job 36] job-sheets=none,none
D [10/Apr/2013:12:01:06.907759 -0700] [Job 36] argv[0]="Test2"
D [10/Apr/2013:12:01:06.907784 -0700] [Job 36] argv[1]="36"
D [10/Apr/2013:12:01:06.907807 -0700] [Job 36] argv[2]="manfred"
D [10/Apr/2013:12:01:06.907828 -0700] [Job 36] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:06.907850 -0700] [Job 36] argv[4]="1"
D [10/Apr/2013:12:01:06.907872 -0700] [Job 36] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:16455bc2-bf7e-3894-7f50-3355bddfd322 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620466"
D [10/Apr/2013:12:01:06.907894 -0700] [Job 36] argv[6]="/tmp/cups-manfred/spool/d00036-001"
D [10/Apr/2013:12:01:06.907928 -0700] [Job 36] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:06.907950 -0700] [Job 36] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.907973 -0700] [Job 36] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.908095 -0700] [Job 36] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:06.908120 -0700] [Job 36] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:06.908142 -0700] [Job 36] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:06.908164 -0700] [Job 36] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:06.908186 -0700] [Job 36] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.908207 -0700] [Job 36] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.908229 -0700] [Job 36] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.908251 -0700] [Job 36] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.908274 -0700] [Job 36] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.908297 -0700] [Job 36] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:06.908335 -0700] [Job 36] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:06.908358 -0700] [Job 36] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:06.908380 -0700] [Job 36] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.908433 -0700] [Job 36] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:06.908506 -0700] [Job 36] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.908533 -0700] [Job 36] envp[18]="USER=root"
D [10/Apr/2013:12:01:06.908555 -0700] [Job 36] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:06.908577 -0700] [Job 36] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:06.908599 -0700] [Job 36] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:06.908621 -0700] [Job 36] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:06.908643 -0700] [Job 36] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:06.908665 -0700] [Job 36] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:06.908686 -0700] [Job 36] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:06.908708 -0700] [Job 36] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:06.908730 -0700] [Job 36] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:06.908752 -0700] [Job 36] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:06.908774 -0700] [Job 36] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:06.908796 -0700] [Job 36] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:06.908817 -0700] [Job 36] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:06.908838 -0700] [Job 36] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:06.908860 -0700] [Job 36] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:06.908882 -0700] [Job 36] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:06.909563 -0700] [Job 36] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14422)
I [10/Apr/2013:12:01:06.910242 -0700] [Job 36] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14423)
D [10/Apr/2013:12:01:06.910380 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:06.910470 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.912018 -0700] cupsdReadClient: 30 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.912114 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.913204 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.914807 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.915144 -0700] cupsdReadClient: 31 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:01:06.915207 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.916234 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.924740 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.924993 -0700] [Job 37] Auto-typing file...
D [10/Apr/2013:12:01:06.925100 -0700] [Job 37] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.925162 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.925186 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.925267 -0700] [Job 37] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.925296 -0700] [Job 37] Adding end banner page "none".
D [10/Apr/2013:12:01:06.925347 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.925370 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.925517 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.926015 -0700] cupsdReadClient: 20 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.926045 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.926187 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.927287 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.927610 -0700] [Job 36] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:06.927636 -0700] [Job 36] Searching for profile "100dpi/Plain"...
D [10/Apr/2013:12:01:06.928029 -0700] cupsdReadClient: 29 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.928059 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.928192 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.929255 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.929898 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.930394 -0700] cupsdReadClient: 34 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.930464 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.930600 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.931601 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.931829 -0700] cupsdReadClient: 25 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.931859 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.931991 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.933519 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.934058 -0700] cupsdReadClient: 35 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.934088 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.934223 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.934627 -0700] cupsdReadClient: 28 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.934656 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.934786 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.938133 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.938312 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.938592 -0700] [Job 38] Auto-typing file...
D [10/Apr/2013:12:01:06.938691 -0700] [Job 38] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.938763 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.938785 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.938862 -0700] [Job 38] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.938890 -0700] [Job 38] Adding end banner page "none".
D [10/Apr/2013:12:01:06.938940 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.938963 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.939057 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.939895 -0700] PID 14422 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:06.939964 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.939986 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:06.940009 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.940579 -0700] [Job 36] Loading print file.
E [10/Apr/2013:12:01:06.940604 -0700] [Job 36] The print file could not be opened.
E [10/Apr/2013:12:01:06.940628 -0700] [Job 36] No pages were found.
D [10/Apr/2013:12:01:06.940675 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.940721 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.940774 -0700] cupsdReadClient: 25 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.941644 -0700] PID 14423 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:06.942514 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.942709 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.942951 -0700] [Job 39] Auto-typing file...
D [10/Apr/2013:12:01:06.943044 -0700] [Job 39] Request file type is image/jpeg.
D [10/Apr/2013:12:01:06.943100 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.943122 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:06.943198 -0700] [Job 39] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:06.943226 -0700] [Job 39] Adding end banner page "none".
D [10/Apr/2013:12:01:06.943279 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.943305 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.943401 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.944317 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:06.944340 -0700] [Job 36] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:06.944434 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.944534 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.944564 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.944616 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.944763 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.944786 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.944808 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.944854 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.945076 -0700] [Job 38] job-sheets=none,none
D [10/Apr/2013:12:01:06.945169 -0700] [Job 38] argv[0]="Test2"
D [10/Apr/2013:12:01:06.945195 -0700] [Job 38] argv[1]="38"
D [10/Apr/2013:12:01:06.945217 -0700] [Job 38] argv[2]="manfred"
D [10/Apr/2013:12:01:06.945238 -0700] [Job 38] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:06.945260 -0700] [Job 38] argv[4]="1"
D [10/Apr/2013:12:01:06.945282 -0700] [Job 38] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:9c05c682-231f-3e7e-6667-4a5125446abe job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620466"
D [10/Apr/2013:12:01:06.945304 -0700] [Job 38] argv[6]="/tmp/cups-manfred/spool/d00038-001"
D [10/Apr/2013:12:01:06.945338 -0700] [Job 38] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:06.945360 -0700] [Job 38] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.945382 -0700] [Job 38] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:06.945660 -0700] [Job 38] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:06.945696 -0700] [Job 38] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:06.945719 -0700] [Job 38] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:06.945741 -0700] [Job 38] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:06.945763 -0700] [Job 38] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.945785 -0700] [Job 38] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:06.945807 -0700] [Job 38] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.945830 -0700] [Job 38] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.945852 -0700] [Job 38] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.945876 -0700] [Job 38] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:06.945898 -0700] [Job 38] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:06.945920 -0700] [Job 38] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:06.945943 -0700] [Job 38] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:06.945965 -0700] [Job 38] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:06.945987 -0700] [Job 38] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:06.946008 -0700] [Job 38] envp[18]="USER=root"
D [10/Apr/2013:12:01:06.946030 -0700] [Job 38] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:06.946052 -0700] [Job 38] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:06.946074 -0700] [Job 38] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:06.946095 -0700] [Job 38] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:06.946117 -0700] [Job 38] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:06.946138 -0700] [Job 38] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:06.946160 -0700] [Job 38] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:06.946182 -0700] [Job 38] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:06.946221 -0700] [Job 38] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:06.946244 -0700] [Job 38] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:06.946265 -0700] [Job 38] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:06.946287 -0700] [Job 38] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:06.946309 -0700] [Job 38] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:06.946331 -0700] [Job 38] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:06.946352 -0700] [Job 38] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:06.946375 -0700] [Job 38] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:06.947049 -0700] [Job 38] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14424)
I [10/Apr/2013:12:01:06.947841 -0700] [Job 38] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14425)
D [10/Apr/2013:12:01:06.948010 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:06.948295 -0700] cupsdReadClient: 28 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.949246 -0700] cupsdReadClient: 27 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.949273 -0700] cupsdCloseClient: 27
D [10/Apr/2013:12:01:06.949301 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.950359 -0700] [Job 29] Before page loop - %%Page: 1 1
D [10/Apr/2013:12:01:06.950388 -0700] [Job 29] Copying page 1...
D [10/Apr/2013:12:01:06.950485 -0700] [Job 29] PAGE: 1 1
D [10/Apr/2013:12:01:06.950655 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.950682 -0700] [Job 29] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:06.950709 -0700] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:06.950735 -0700] [Job 29] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:06.950761 -0700] [Job 29] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:06.950787 -0700] [Job 29] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:06.952914 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.953721 -0700] cupsdReadClient: 21 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.953755 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.953921 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.955033 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.962515 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.962667 -0700] cupsdReadClient: 24 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.962702 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.962872 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.963679 -0700] cupsdReadClient: 22 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.963704 -0700] cupsdCloseClient: 22
D [10/Apr/2013:12:01:06.963730 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.964857 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.965254 -0700] [Job 38] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:06.965283 -0700] [Job 38] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:06.965310 -0700] [Job 38] Loading print file.
D [10/Apr/2013:12:01:06.965358 -0700] [Job 38] Set job-printer-state-message to "Loading print file.", current level=INFO
E [10/Apr/2013:12:01:06.965387 -0700] [Job 38] The print file could not be opened.
D [10/Apr/2013:12:01:06.965457 -0700] [Job 38] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:06.965516 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.965569 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.965629 -0700] cupsdReadClient: 20 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.965698 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.966026 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.966053 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.966097 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.966151 -0700] [Job 42] Adding start banner page "none".
D [10/Apr/2013:12:01:06.966278 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.966303 -0700] [Job 42] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.966330 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.967602 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.967711 -0700] cupsdReadClient: 15 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.967744 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.967893 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.968579 -0700] cupsdReadClient: 29 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.968667 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.969003 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.969030 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.969073 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.969125 -0700] [Job 43] Adding start banner page "none".
D [10/Apr/2013:12:01:06.969250 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.969275 -0700] [Job 43] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.969301 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.969764 -0700] cupsdReadClient: 23 WAITING Closing on EOF
D [10/Apr/2013:12:01:06.969789 -0700] cupsdCloseClient: 23
D [10/Apr/2013:12:01:06.969816 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.970872 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.971305 -0700] cupsdReadClient: 34 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.971381 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.971734 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.971761 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.971804 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.971856 -0700] [Job 44] Adding start banner page "none".
D [10/Apr/2013:12:01:06.971980 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.972005 -0700] [Job 44] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.972032 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.972646 -0700] cupsdReadClient: 26 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.972690 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.975873 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.976636 -0700] cupsdReadClient: 35 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.976709 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.976994 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.977018 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.977059 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.977109 -0700] [Job 45] Adding start banner page "none".
D [10/Apr/2013:12:01:06.977222 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.977245 -0700] [Job 45] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.977268 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.977813 -0700] PID 14424 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:06.977868 -0700] PID 14425 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
E [10/Apr/2013:12:01:06.978276 -0700] [Job 38] No pages were found.
D [10/Apr/2013:12:01:06.978323 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.978370 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.979190 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:06.979212 -0700] [Job 38] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:06.979235 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.979258 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.979281 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.979328 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:06.981175 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.981900 -0700] cupsdReadClient: 20 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.981930 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.982065 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.983255 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.983899 -0700] cupsdReadClient: 29 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.983929 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.984063 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.985233 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.985924 -0700] cupsdReadClient: 34 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.985954 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.986086 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.987243 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.987965 -0700] cupsdReadClient: 35 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.987995 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.988126 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.989072 -0700] cupsdReadClient: 21 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.989134 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:06.989448 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.989478 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.989519 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.989571 -0700] [Job 46] Adding start banner page "none".
D [10/Apr/2013:12:01:06.989691 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.989714 -0700] [Job 46] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:06.989737 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:06.991131 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.991324 -0700] [Job 29] Copying page 2...
D [10/Apr/2013:12:01:06.991350 -0700] [Job 29] PAGE: 2 1
D [10/Apr/2013:12:01:06.991486 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:06.991511 -0700] [Job 29] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:06.991535 -0700] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:06.991558 -0700] [Job 29] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:06.991581 -0700] [Job 29] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:06.991604 -0700] [Job 29] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:06.991682 -0700] cupsdReadClient: 20 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.992254 -0700] cupsdReadClient: 24 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.992320 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.992708 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.992736 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.992779 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.992833 -0700] [Job 47] Adding start banner page "none".
D [10/Apr/2013:12:01:06.992958 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.992984 -0700] [Job 47] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.993010 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.993628 -0700] cupsdReadClient: 30 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:06.993661 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.993831 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.994891 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.995234 -0700] cupsdReadClient: 29 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.996121 -0700] cupsdReadClient: 31 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:06.996171 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.996321 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:06.997272 -0700] cupsdReadClient: 34 1.1 Send-Document 1
D [10/Apr/2013:12:01:06.997794 -0700] cupsdReadClient: 15 1.1 Create-Job 1
D [10/Apr/2013:12:01:06.997864 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:06.998174 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:06.998201 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:06.998244 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:06.998297 -0700] [Job 48] Adding start banner page "none".
D [10/Apr/2013:12:01:06.998485 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:06.998511 -0700] [Job 48] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:06.998538 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:06.999619 -0700] cupsdReadClient: 35 1.1 Send-Document 1
D [10/Apr/2013:12:01:07.001161 -0700] cupsdReadClient: 26 1.1 Create-Job 1
D [10/Apr/2013:12:01:07.001230 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:07.001579 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.001607 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.001650 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:07.001704 -0700] [Job 49] Adding start banner page "none".
D [10/Apr/2013:12:01:07.001828 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:07.001854 -0700] [Job 49] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:07.001880 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:07.003246 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:07.003581 -0700] [Job 40] Auto-typing file...
D [10/Apr/2013:12:01:07.003701 -0700] [Job 40] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.003764 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.003790 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.003891 -0700] [Job 40] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.003922 -0700] [Job 40] Adding end banner page "none".
D [10/Apr/2013:12:01:07.003978 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.004003 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.004110 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:07.005586 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.006251 -0700] [Job 30] Unloading...
D [10/Apr/2013:12:01:07.006910 -0700] [Job 32] Unloading...
D [10/Apr/2013:12:01:07.007321 -0700] [Job 34] Unloading...
D [10/Apr/2013:12:01:07.007886 -0700] [Job 36] Unloading...
D [10/Apr/2013:12:01:07.008280 -0700] [Job 38] Unloading...
D [10/Apr/2013:12:01:07.008676 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:07.008950 -0700] [Job 41] Auto-typing file...
D [10/Apr/2013:12:01:07.009046 -0700] [Job 41] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.009108 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.009134 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.009209 -0700] [Job 41] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.009239 -0700] [Job 41] Adding end banner page "none".
D [10/Apr/2013:12:01:07.009295 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.009320 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.009660 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.009687 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.009710 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.009760 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.009972 -0700] [Job 41] job-sheets=none,none
D [10/Apr/2013:12:01:07.010066 -0700] [Job 41] argv[0]="Test2"
D [10/Apr/2013:12:01:07.010092 -0700] [Job 41] argv[1]="41"
D [10/Apr/2013:12:01:07.010114 -0700] [Job 41] argv[2]="manfred"
D [10/Apr/2013:12:01:07.010156 -0700] [Job 41] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.010178 -0700] [Job 41] argv[4]="1"
D [10/Apr/2013:12:01:07.010201 -0700] [Job 41] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:d3bf2899-ba1e-3065-7310-65cf6a368132 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.010223 -0700] [Job 41] argv[6]="/tmp/cups-manfred/spool/d00041-001"
D [10/Apr/2013:12:01:07.010257 -0700] [Job 41] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.010280 -0700] [Job 41] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.010302 -0700] [Job 41] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.010324 -0700] [Job 41] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.010345 -0700] [Job 41] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.010367 -0700] [Job 41] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.010389 -0700] [Job 41] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.010453 -0700] [Job 41] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.010479 -0700] [Job 41] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.010502 -0700] [Job 41] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.010525 -0700] [Job 41] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.010548 -0700] [Job 41] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.010571 -0700] [Job 41] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.010594 -0700] [Job 41] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.010616 -0700] [Job 41] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.010637 -0700] [Job 41] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.010660 -0700] [Job 41] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.010681 -0700] [Job 41] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.010703 -0700] [Job 41] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.010724 -0700] [Job 41] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.010746 -0700] [Job 41] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.010767 -0700] [Job 41] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.010789 -0700] [Job 41] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.010810 -0700] [Job 41] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.010832 -0700] [Job 41] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:07.010853 -0700] [Job 41] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.010874 -0700] [Job 41] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.010897 -0700] [Job 41] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:07.010918 -0700] [Job 41] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:07.010940 -0700] [Job 41] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.010961 -0700] [Job 41] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:07.010983 -0700] [Job 41] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.011004 -0700] [Job 41] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.011041 -0700] [Job 41] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:07.011064 -0700] [Job 41] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.011755 -0700] [Job 41] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14426)
I [10/Apr/2013:12:01:07.012546 -0700] [Job 41] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14427)
D [10/Apr/2013:12:01:07.012869 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.012929 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:07.014093 -0700] cupsdReadClient: 21 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:07.014136 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.014287 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:07.015900 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.016935 -0700] cupsdReadClient: 24 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:07.016967 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.017100 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:07.019595 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.020481 -0700] cupsdReadClient: 15 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:07.020520 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.020654 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:07.029806 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.029851 -0700] [Job 41] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.029908 -0700] cupsdReadClient: 21 1.1 Send-Document 1
D [10/Apr/2013:12:01:07.031173 -0700] cupsdReadClient: 26 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:07.031203 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.031354 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:07.034034 -0700] cupsdReadClient: 24 1.1 Send-Document 1
D [10/Apr/2013:12:01:07.035133 -0700] PID 14426 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:07.036033 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.036947 -0700] [Job 29] Copying page 3...
D [10/Apr/2013:12:01:07.036986 -0700] [Job 29] PAGE: 3 1
D [10/Apr/2013:12:01:07.037097 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.037122 -0700] [Job 29] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.037146 -0700] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.037169 -0700] [Job 29] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.037192 -0700] [Job 29] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.037214 -0700] [Job 29] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.037244 -0700] [Job 41] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:07.037268 -0700] [Job 41] Loading print file.
E [10/Apr/2013:12:01:07.037291 -0700] [Job 41] The print file could not be opened.
D [10/Apr/2013:12:01:07.037336 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.037383 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.037655 -0700] cupsdReadClient: 25 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.037677 -0700] cupsdCloseClient: 25
D [10/Apr/2013:12:01:07.037701 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.038661 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.039423 -0700] cupsdReadClient: 15 1.1 Send-Document 1
D [10/Apr/2013:12:01:07.039896 -0700] cupsdReadClient: 30 1.1 Create-Job 1
D [10/Apr/2013:12:01:07.039966 -0700] Create-Job ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:07.040263 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.040287 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.040335 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:07.040386 -0700] [Job 50] Adding start banner page "none".
D [10/Apr/2013:12:01:07.040586 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:07.040609 -0700] [Job 50] Queued on "Test2" by "manfred".
D [10/Apr/2013:12:01:07.040634 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:07.044839 -0700] cupsdReadClient: 28 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.044862 -0700] cupsdCloseClient: 28
D [10/Apr/2013:12:01:07.044887 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
E [10/Apr/2013:12:01:07.045938 -0700] [Job 41] No pages were found.
D [10/Apr/2013:12:01:07.045988 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.046035 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.046149 -0700] cupsdReadClient: 31 1.1 Create-Job 1
D [10/Apr/2013:12:01:07.046219 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:07.046562 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.046587 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.046629 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:01:07.046689 -0700] [Job 51] Adding start banner page "none".
D [10/Apr/2013:12:01:07.046804 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:01:07.046827 -0700] [Job 51] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:01:07.046851 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:07.047992 -0700] cupsdReadClient: 26 1.1 Send-Document 1
D [10/Apr/2013:12:01:07.048602 -0700] PID 14427 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:07.050060 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.050086 -0700] [Job 41] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.050117 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.050143 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.050169 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.050223 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.054964 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.056123 -0700] cupsdReadClient: 30 POST /printers/Test2 HTTP/1.1
D [10/Apr/2013:12:01:07.056154 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.056291 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:07.057651 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.058690 -0700] cupsdReadClient: 31 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:01:07.058720 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.058856 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:07.060800 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:07.061043 -0700] [Job 42] Auto-typing file...
D [10/Apr/2013:12:01:07.061161 -0700] [Job 42] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.061218 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.061241 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.061323 -0700] [Job 42] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.061351 -0700] [Job 42] Adding end banner page "none".
D [10/Apr/2013:12:01:07.061402 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.061424 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.061660 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.061683 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.061705 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.061753 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.061943 -0700] [Job 42] job-sheets=none,none
D [10/Apr/2013:12:01:07.062050 -0700] [Job 42] argv[0]="Test2"
D [10/Apr/2013:12:01:07.062075 -0700] [Job 42] argv[1]="42"
D [10/Apr/2013:12:01:07.062098 -0700] [Job 42] argv[2]="manfred"
D [10/Apr/2013:12:01:07.062119 -0700] [Job 42] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.062141 -0700] [Job 42] argv[4]="1"
D [10/Apr/2013:12:01:07.062163 -0700] [Job 42] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:b4ddb8a0-203a-3062-679c-cc6618579208 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.062189 -0700] [Job 42] argv[6]="/tmp/cups-manfred/spool/d00042-001"
D [10/Apr/2013:12:01:07.062223 -0700] [Job 42] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.062246 -0700] [Job 42] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.062268 -0700] [Job 42] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.062289 -0700] [Job 42] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.062311 -0700] [Job 42] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.062332 -0700] [Job 42] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.062354 -0700] [Job 42] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.062375 -0700] [Job 42] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.062396 -0700] [Job 42] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.062418 -0700] [Job 42] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.062441 -0700] [Job 42] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.062504 -0700] [Job 42] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.062528 -0700] [Job 42] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.062551 -0700] [Job 42] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.062573 -0700] [Job 42] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.062595 -0700] [Job 42] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.062617 -0700] [Job 42] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.062638 -0700] [Job 42] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.062660 -0700] [Job 42] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.062681 -0700] [Job 42] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.062702 -0700] [Job 42] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.062724 -0700] [Job 42] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.062745 -0700] [Job 42] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.062767 -0700] [Job 42] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.062788 -0700] [Job 42] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:07.062809 -0700] [Job 42] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.062831 -0700] [Job 42] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.062853 -0700] [Job 42] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:07.062875 -0700] [Job 42] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:07.062896 -0700] [Job 42] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.062917 -0700] [Job 42] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:07.062957 -0700] [Job 42] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.062979 -0700] [Job 42] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.063001 -0700] [Job 42] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:07.063024 -0700] [Job 42] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.063781 -0700] [Job 42] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14428)
I [10/Apr/2013:12:01:07.064560 -0700] [Job 42] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14429)
D [10/Apr/2013:12:01:07.064714 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.064771 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:07.066778 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:07.067046 -0700] [Job 43] Auto-typing file...
D [10/Apr/2013:12:01:07.067175 -0700] [Job 43] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.067244 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.067267 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.067345 -0700] [Job 43] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.067373 -0700] [Job 43] Adding end banner page "none".
D [10/Apr/2013:12:01:07.067424 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.067516 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.067652 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:07.068670 -0700] cupsdReadClient: 30 1.1 Send-Document 1
D [10/Apr/2013:12:01:07.069342 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:07.069658 -0700] [Job 44] Auto-typing file...
D [10/Apr/2013:12:01:07.069749 -0700] [Job 44] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.069827 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.069853 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.069932 -0700] [Job 44] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.069962 -0700] [Job 44] Adding end banner page "none".
D [10/Apr/2013:12:01:07.070018 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.070044 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.070149 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:07.071150 -0700] [Job 29] Copying page 4...
D [10/Apr/2013:12:01:07.071178 -0700] [Job 29] PAGE: 4 1
D [10/Apr/2013:12:01:07.071312 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.071336 -0700] [Job 29] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.071360 -0700] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.071384 -0700] [Job 29] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.071407 -0700] [Job 29] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.071476 -0700] [Job 29] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.071533 -0700] cupsdReadClient: 31 1.1 Send-Document 1
D [10/Apr/2013:12:01:07.077624 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:07.077880 -0700] [Job 45] Auto-typing file...
D [10/Apr/2013:12:01:07.077968 -0700] [Job 45] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.078024 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.078046 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.078125 -0700] [Job 45] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.078152 -0700] [Job 45] Adding end banner page "none".
D [10/Apr/2013:12:01:07.078203 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.078226 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.078326 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:07.082496 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.083197 -0700] cupsdReadClient: 20 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.083219 -0700] cupsdCloseClient: 20
D [10/Apr/2013:12:01:07.083242 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.084108 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.084889 -0700] cupsdReadClient: 29 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.084911 -0700] cupsdCloseClient: 29
D [10/Apr/2013:12:01:07.084935 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.085790 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.086502 -0700] cupsdReadClient: 34 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.086524 -0700] cupsdCloseClient: 34
D [10/Apr/2013:12:01:07.086548 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.087361 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.091271 -0700] PID 14428 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:07.091601 -0700] PID 14429 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:07.091679 -0700] cupsdReadClient: 35 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.091701 -0700] cupsdCloseClient: 35
D [10/Apr/2013:12:01:07.091726 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.091991 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:07.092231 -0700] [Job 46] Auto-typing file...
D [10/Apr/2013:12:01:07.092331 -0700] [Job 46] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.092388 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.092411 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.092561 -0700] [Job 46] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.092598 -0700] [Job 46] Adding end banner page "none".
D [10/Apr/2013:12:01:07.092667 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.092689 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.092793 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:07.093539 -0700] [Job 42] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.093568 -0700] [Job 42] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:07.093592 -0700] [Job 42] Loading print file.
E [10/Apr/2013:12:01:07.093616 -0700] [Job 42] The print file could not be opened.
E [10/Apr/2013:12:01:07.093639 -0700] [Job 42] No pages were found.
D [10/Apr/2013:12:01:07.093687 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.093734 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.093913 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:07.094167 -0700] [Job 47] Auto-typing file...
D [10/Apr/2013:12:01:07.094251 -0700] [Job 47] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.094306 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.094328 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.094399 -0700] [Job 47] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.094426 -0700] [Job 47] Adding end banner page "none".
D [10/Apr/2013:12:01:07.094517 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.094540 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.094637 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:07.095436 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.095500 -0700] [Job 42] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.095526 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.095549 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.095572 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.095619 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.095774 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.095797 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.095819 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.095865 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.096064 -0700] [Job 44] job-sheets=none,none
D [10/Apr/2013:12:01:07.096156 -0700] [Job 44] argv[0]="Test2"
D [10/Apr/2013:12:01:07.096180 -0700] [Job 44] argv[1]="44"
D [10/Apr/2013:12:01:07.096202 -0700] [Job 44] argv[2]="manfred"
D [10/Apr/2013:12:01:07.096224 -0700] [Job 44] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.096246 -0700] [Job 44] argv[4]="1"
D [10/Apr/2013:12:01:07.096268 -0700] [Job 44] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:ef309617-b7e9-3f28-6db2-7cf25c16d105 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.096291 -0700] [Job 44] argv[6]="/tmp/cups-manfred/spool/d00044-001"
D [10/Apr/2013:12:01:07.096324 -0700] [Job 44] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.096347 -0700] [Job 44] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.096369 -0700] [Job 44] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.096391 -0700] [Job 44] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.096413 -0700] [Job 44] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.096434 -0700] [Job 44] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.096517 -0700] [Job 44] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.096546 -0700] [Job 44] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.096569 -0700] [Job 44] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.096591 -0700] [Job 44] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.096614 -0700] [Job 44] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.096636 -0700] [Job 44] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.096660 -0700] [Job 44] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.096697 -0700] [Job 44] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.096720 -0700] [Job 44] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.096742 -0700] [Job 44] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.096765 -0700] [Job 44] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.096787 -0700] [Job 44] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.096809 -0700] [Job 44] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.096830 -0700] [Job 44] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.096852 -0700] [Job 44] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.096873 -0700] [Job 44] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.096895 -0700] [Job 44] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.096917 -0700] [Job 44] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.096938 -0700] [Job 44] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:07.096960 -0700] [Job 44] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.096982 -0700] [Job 44] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.097004 -0700] [Job 44] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:07.097026 -0700] [Job 44] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:07.097047 -0700] [Job 44] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.097069 -0700] [Job 44] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:07.097091 -0700] [Job 44] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.097112 -0700] [Job 44] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.097134 -0700] [Job 44] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:07.097157 -0700] [Job 44] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.097819 -0700] [Job 44] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14430)
I [10/Apr/2013:12:01:07.098520 -0700] [Job 44] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14431)
D [10/Apr/2013:12:01:07.098676 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.099843 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:07.100116 -0700] [Job 48] Auto-typing file...
D [10/Apr/2013:12:01:07.100253 -0700] [Job 48] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.100331 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.100354 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.100441 -0700] [Job 48] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.100569 -0700] [Job 48] Adding end banner page "none".
D [10/Apr/2013:12:01:07.100622 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.100644 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.100778 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:07.101917 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:07.102152 -0700] [Job 49] Auto-typing file...
D [10/Apr/2013:12:01:07.102235 -0700] [Job 49] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.102289 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.102312 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.102383 -0700] [Job 49] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.102410 -0700] [Job 49] Adding end banner page "none".
D [10/Apr/2013:12:01:07.102493 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.102519 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.102615 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:07.104301 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.104807 -0700] cupsdReadClient: 21 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.104830 -0700] cupsdCloseClient: 21
D [10/Apr/2013:12:01:07.104854 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.112664 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.113005 -0700] cupsdReadClient: 24 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.113029 -0700] cupsdCloseClient: 24
D [10/Apr/2013:12:01:07.113052 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.113429 -0700] [Job 29] Copying page 5...
D [10/Apr/2013:12:01:07.113491 -0700] [Job 29] PAGE: 5 1
D [10/Apr/2013:12:01:07.113607 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.113631 -0700] [Job 29] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.113655 -0700] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.113679 -0700] [Job 29] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.113702 -0700] [Job 29] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.113725 -0700] [Job 29] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.114573 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.114851 -0700] cupsdReadClient: 15 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.114873 -0700] cupsdCloseClient: 15
D [10/Apr/2013:12:01:07.114896 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.116100 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.116357 -0700] cupsdReadClient: 26 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.116379 -0700] cupsdCloseClient: 26
D [10/Apr/2013:12:01:07.116402 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.117117 -0700] Send-Document ipp://localhost:8631/printers/Test2
D [10/Apr/2013:12:01:07.117365 -0700] [Job 50] Auto-typing file...
D [10/Apr/2013:12:01:07.117648 -0700] [Job 50] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.117744 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.117768 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.117877 -0700] [Job 50] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.117907 -0700] [Job 50] Adding end banner page "none".
D [10/Apr/2013:12:01:07.117959 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.117982 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.118091 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test2) from localhost
D [10/Apr/2013:12:01:07.118625 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:01:07.118868 -0700] [Job 51] Auto-typing file...
D [10/Apr/2013:12:01:07.118958 -0700] [Job 51] Request file type is image/jpeg.
D [10/Apr/2013:12:01:07.119012 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.119034 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
I [10/Apr/2013:12:01:07.119106 -0700] [Job 51] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:01:07.119133 -0700] [Job 51] Adding end banner page "none".
D [10/Apr/2013:12:01:07.119190 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.119214 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.119309 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:01:07.120738 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.120831 -0700] cupsdReadClient: 30 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.120853 -0700] cupsdCloseClient: 30
D [10/Apr/2013:12:01:07.120876 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.127594 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.127707 -0700] PID 14431 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:07.127777 -0700] cupsdReadClient: 31 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.127800 -0700] cupsdCloseClient: 31
D [10/Apr/2013:12:01:07.127822 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.127961 -0700] [Job 44] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.127991 -0700] [Job 44] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:07.128015 -0700] [Job 44] Loading print file.
E [10/Apr/2013:12:01:07.128039 -0700] [Job 44] The print file could not be opened.
E [10/Apr/2013:12:01:07.128080 -0700] [Job 44] No pages were found.
D [10/Apr/2013:12:01:07.128128 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.128175 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.128313 -0700] PID 14430 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:07.128771 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.128793 -0700] [Job 44] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.128816 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.128839 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.128861 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.128908 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.129050 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.129073 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.129095 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.129141 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.129337 -0700] [Job 47] job-sheets=none,none
D [10/Apr/2013:12:01:07.129488 -0700] [Job 47] argv[0]="Test2"
D [10/Apr/2013:12:01:07.129518 -0700] [Job 47] argv[1]="47"
D [10/Apr/2013:12:01:07.129540 -0700] [Job 47] argv[2]="manfred"
D [10/Apr/2013:12:01:07.129562 -0700] [Job 47] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.129584 -0700] [Job 47] argv[4]="1"
D [10/Apr/2013:12:01:07.129606 -0700] [Job 47] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:734c46f4-cbf5-362a-6cef-3183537e8949 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.129629 -0700] [Job 47] argv[6]="/tmp/cups-manfred/spool/d00047-001"
D [10/Apr/2013:12:01:07.129663 -0700] [Job 47] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.129686 -0700] [Job 47] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.129708 -0700] [Job 47] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.129730 -0700] [Job 47] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.129752 -0700] [Job 47] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.129773 -0700] [Job 47] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.129795 -0700] [Job 47] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.129817 -0700] [Job 47] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.129838 -0700] [Job 47] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.129860 -0700] [Job 47] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.129883 -0700] [Job 47] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.129905 -0700] [Job 47] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.129928 -0700] [Job 47] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.129951 -0700] [Job 47] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.129973 -0700] [Job 47] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.129994 -0700] [Job 47] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.130017 -0700] [Job 47] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.130038 -0700] [Job 47] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.130060 -0700] [Job 47] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.130081 -0700] [Job 47] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.130103 -0700] [Job 47] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.130124 -0700] [Job 47] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.130146 -0700] [Job 47] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.130167 -0700] [Job 47] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.130188 -0700] [Job 47] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:07.130210 -0700] [Job 47] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.130231 -0700] [Job 47] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.130254 -0700] [Job 47] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:07.130275 -0700] [Job 47] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:07.130296 -0700] [Job 47] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.130318 -0700] [Job 47] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:07.130354 -0700] [Job 47] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.130376 -0700] [Job 47] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.130398 -0700] [Job 47] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:07.130452 -0700] [Job 47] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.131067 -0700] [Job 47] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14435)
I [10/Apr/2013:12:01:07.131898 -0700] [Job 47] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14436)
D [10/Apr/2013:12:01:07.132032 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.148518 -0700] [Job 29] Copying page 6...
D [10/Apr/2013:12:01:07.148575 -0700] [Job 29] PAGE: 6 1
D [10/Apr/2013:12:01:07.148707 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.148733 -0700] [Job 29] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.148757 -0700] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.148780 -0700] [Job 29] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.148803 -0700] [Job 29] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.148826 -0700] [Job 29] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.152386 -0700] [Job 47] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.154186 -0700] [Job 47] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:07.154462 -0700] [Job 47] Loading print file.
D [10/Apr/2013:12:01:07.154564 -0700] [Job 47] Set job-printer-state-message to "Loading print file.", current level=INFO
D [10/Apr/2013:12:01:07.154617 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.154665 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:12:01:07.154836 -0700] [Job 47] The print file could not be opened.
D [10/Apr/2013:12:01:07.154881 -0700] [Job 47] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.154929 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.154993 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:12:01:07.157735 -0700] [Job 47] No pages were found.
D [10/Apr/2013:12:01:07.157805 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.157853 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.158737 -0700] PID 14436 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:07.170104 -0700] PID 14435 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:07.170399 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.170460 -0700] [Job 47] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.170488 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.170512 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.170535 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.170584 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.170726 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.170750 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.170772 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.170818 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.171021 -0700] [Job 48] job-sheets=none,none
D [10/Apr/2013:12:01:07.171124 -0700] [Job 48] argv[0]="Test2"
D [10/Apr/2013:12:01:07.171150 -0700] [Job 48] argv[1]="48"
D [10/Apr/2013:12:01:07.171172 -0700] [Job 48] argv[2]="manfred"
D [10/Apr/2013:12:01:07.171194 -0700] [Job 48] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.171216 -0700] [Job 48] argv[4]="1"
D [10/Apr/2013:12:01:07.171238 -0700] [Job 48] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:f4197598-9afa-3036-760f-dd46b3b38a3b job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.171260 -0700] [Job 48] argv[6]="/tmp/cups-manfred/spool/d00048-001"
D [10/Apr/2013:12:01:07.171295 -0700] [Job 48] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.171318 -0700] [Job 48] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.171339 -0700] [Job 48] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.171361 -0700] [Job 48] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.171383 -0700] [Job 48] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.171405 -0700] [Job 48] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.171426 -0700] [Job 48] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.171448 -0700] [Job 48] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.171505 -0700] [Job 48] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.171528 -0700] [Job 48] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.171567 -0700] [Job 48] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.171590 -0700] [Job 48] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.171614 -0700] [Job 48] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.171637 -0700] [Job 48] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.171659 -0700] [Job 48] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.171681 -0700] [Job 48] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.171704 -0700] [Job 48] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.171726 -0700] [Job 48] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.171747 -0700] [Job 48] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.171769 -0700] [Job 48] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.171790 -0700] [Job 48] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.171812 -0700] [Job 48] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.171834 -0700] [Job 48] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.171855 -0700] [Job 48] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.171877 -0700] [Job 48] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:07.171898 -0700] [Job 48] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.171920 -0700] [Job 48] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.171942 -0700] [Job 48] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:07.171964 -0700] [Job 48] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:07.171985 -0700] [Job 48] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.172006 -0700] [Job 48] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:07.172028 -0700] [Job 48] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.172049 -0700] [Job 48] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.172070 -0700] [Job 48] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:07.172092 -0700] [Job 48] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.172799 -0700] [Job 48] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14441)
I [10/Apr/2013:12:01:07.173583 -0700] [Job 48] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14442)
D [10/Apr/2013:12:01:07.173769 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.184566 -0700] [Job 29] Copying page 7...
D [10/Apr/2013:12:01:07.184619 -0700] [Job 29] PAGE: 7 1
D [10/Apr/2013:12:01:07.184761 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.184789 -0700] [Job 29] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.184816 -0700] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.184842 -0700] [Job 29] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.184869 -0700] [Job 29] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.184894 -0700] [Job 29] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.195053 -0700] cupsdAcceptClient: 15 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:07.195200 -0700] cupsdReadClient: 15 POST / HTTP/1.1
D [10/Apr/2013:12:01:07.195228 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.195386 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:07.196150 -0700] cupsdReadClient: 15 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:07.196211 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:07.208175 -0700] [Job 30] Loading attributes...
D [10/Apr/2013:12:01:07.209115 -0700] [Job 32] Loading attributes...
D [10/Apr/2013:12:01:07.209870 -0700] [Job 34] Loading attributes...
D [10/Apr/2013:12:01:07.220217 -0700] [Job 36] Loading attributes...
D [10/Apr/2013:12:01:07.221172 -0700] [Job 38] Loading attributes...
D [10/Apr/2013:12:01:07.226004 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:07.226456 -0700] PID 14381 (/tmp/cups-manfred/bin/filter/pdftops) exited with no errors.
D [10/Apr/2013:12:01:07.226529 -0700] PID 14441 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:07.226587 -0700] PID 14442 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:07.226657 -0700] [Job 29] Copying page 8...
D [10/Apr/2013:12:01:07.226682 -0700] [Job 29] PAGE: 8 1
D [10/Apr/2013:12:01:07.226781 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.226805 -0700] [Job 29] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.226829 -0700] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.226852 -0700] [Job 29] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.226875 -0700] [Job 29] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.226898 -0700] [Job 29] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.226921 -0700] [Job 29] Wrote 8 pages...
D [10/Apr/2013:12:01:07.226944 -0700] [Job 29] PID 14384 (pstops) exited with no errors.
D [10/Apr/2013:12:01:07.226983 -0700] [Job 29] PID 14383 (pdftops) exited with no errors.
D [10/Apr/2013:12:01:07.227014 -0700] [Job 48] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.227037 -0700] [Job 48] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:07.227061 -0700] [Job 48] Loading print file.
E [10/Apr/2013:12:01:07.227084 -0700] [Job 48] The print file could not be opened.
E [10/Apr/2013:12:01:07.227107 -0700] [Job 48] No pages were found.
D [10/Apr/2013:12:01:07.227152 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.227199 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.227533 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:01:07.227555 -0700] [Job 29] Job completed.
D [10/Apr/2013:12:01:07.227803 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.227829 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.227853 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.227901 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.228050 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.228074 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.228096 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.228143 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.228342 -0700] [Job 31] job-sheets=standard,none
D [10/Apr/2013:12:01:07.228506 -0700] [Job 31] argv[0]="Test1"
D [10/Apr/2013:12:01:07.228541 -0700] [Job 31] argv[1]="31"
D [10/Apr/2013:12:01:07.228564 -0700] [Job 31] argv[2]="manfred"
D [10/Apr/2013:12:01:07.228586 -0700] [Job 31] argv[3]="testfile.pdf"
D [10/Apr/2013:12:01:07.228608 -0700] [Job 31] argv[4]="1"
D [10/Apr/2013:12:01:07.228630 -0700] [Job 31] argv[5]="finishings=3 job-uuid=urn:uuid:d750fe81-77fb-3cad-4e2a-1598517e4f60 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.228653 -0700] [Job 31] argv[6]="/tmp/cups-manfred/spool/d00031-001"
D [10/Apr/2013:12:01:07.228688 -0700] [Job 31] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.228711 -0700] [Job 31] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.228733 -0700] [Job 31] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.228755 -0700] [Job 31] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.228777 -0700] [Job 31] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.228798 -0700] [Job 31] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.228820 -0700] [Job 31] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.228842 -0700] [Job 31] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.228864 -0700] [Job 31] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.228886 -0700] [Job 31] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.228908 -0700] [Job 31] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.228930 -0700] [Job 31] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.228953 -0700] [Job 31] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.228976 -0700] [Job 31] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.228998 -0700] [Job 31] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.229020 -0700] [Job 31] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.229043 -0700] [Job 31] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.229065 -0700] [Job 31] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.229086 -0700] [Job 31] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.229108 -0700] [Job 31] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.229130 -0700] [Job 31] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.229151 -0700] [Job 31] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.229173 -0700] [Job 31] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.229194 -0700] [Job 31] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.229216 -0700] [Job 31] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.229237 -0700] [Job 31] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.229259 -0700] [Job 31] envp[26]="CONTENT_TYPE=application/vnd.cups-banner"
D [10/Apr/2013:12:01:07.229297 -0700] [Job 31] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.229319 -0700] [Job 31] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.229341 -0700] [Job 31] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.229363 -0700] [Job 31] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.229384 -0700] [Job 31] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.229406 -0700] [Job 31] envp[32]="CUPS_FILETYPE=job-sheet"
D [10/Apr/2013:12:01:07.229464 -0700] [Job 31] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.229488 -0700] [Job 31] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.230159 -0700] [Job 31] Started filter /tmp/cups-manfred/bin/filter/bannertops (PID 14443)
I [10/Apr/2013:12:01:07.231113 -0700] [Job 31] Started filter /tmp/cups-manfred/bin/filter/pstops (PID 14444)
D [10/Apr/2013:12:01:07.231249 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.231655 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.231677 -0700] [Job 48] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.231700 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.231723 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.231745 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.231804 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.232019 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.232043 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.232065 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.232111 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.232310 -0700] [Job 50] job-sheets=none,none
D [10/Apr/2013:12:01:07.232520 -0700] [Job 50] argv[0]="Test2"
D [10/Apr/2013:12:01:07.232556 -0700] [Job 50] argv[1]="50"
D [10/Apr/2013:12:01:07.232578 -0700] [Job 50] argv[2]="manfred"
D [10/Apr/2013:12:01:07.232600 -0700] [Job 50] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.232622 -0700] [Job 50] argv[4]="1"
D [10/Apr/2013:12:01:07.232644 -0700] [Job 50] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:4ee514da-3a50-3f12-7f19-ddfb26e9f8d5 job-originating-host-name=localhost time-at-creation=1365620467 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.232667 -0700] [Job 50] argv[6]="/tmp/cups-manfred/spool/d00050-001"
D [10/Apr/2013:12:01:07.232701 -0700] [Job 50] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.232724 -0700] [Job 50] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.232747 -0700] [Job 50] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.232768 -0700] [Job 50] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.232790 -0700] [Job 50] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.232812 -0700] [Job 50] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.232834 -0700] [Job 50] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.232856 -0700] [Job 50] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.232878 -0700] [Job 50] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.232900 -0700] [Job 50] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.232922 -0700] [Job 50] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.232945 -0700] [Job 50] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.232968 -0700] [Job 50] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.232991 -0700] [Job 50] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.233028 -0700] [Job 50] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.233051 -0700] [Job 50] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.233073 -0700] [Job 50] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.233095 -0700] [Job 50] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.233117 -0700] [Job 50] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.233138 -0700] [Job 50] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.233160 -0700] [Job 50] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.233181 -0700] [Job 50] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.233202 -0700] [Job 50] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.233224 -0700] [Job 50] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.233245 -0700] [Job 50] envp[24]="PPD=/tmp/cups-manfred/ppd/Test2.ppd"
D [10/Apr/2013:12:01:07.233267 -0700] [Job 50] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.233288 -0700] [Job 50] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.233310 -0700] [Job 50] envp[27]="DEVICE_URI=file:/tmp/Test2"
D [10/Apr/2013:12:01:07.233332 -0700] [Job 50] envp[28]="PRINTER_INFO=Test2"
D [10/Apr/2013:12:01:07.233353 -0700] [Job 50] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.233375 -0700] [Job 50] envp[30]="PRINTER=Test2"
D [10/Apr/2013:12:01:07.233396 -0700] [Job 50] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.233447 -0700] [Job 50] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.233475 -0700] [Job 50] envp[33]="FINAL_CONTENT_TYPE=application/vnd.hp-pcl"
D [10/Apr/2013:12:01:07.233498 -0700] [Job 50] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.234097 -0700] [Job 50] Started filter /tmp/cups-manfred/bin/filter/imagetoraster (PID 14445)
I [10/Apr/2013:12:01:07.234784 -0700] [Job 50] Started filter /tmp/cups-manfred/bin/filter/rastertohp (PID 14446)
D [10/Apr/2013:12:01:07.234909 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.235616 -0700] [Job 31] load_banner(filename="/tmp/cups-manfred/spool/d00031-001")
D [10/Apr/2013:12:01:07.235678 -0700] [Job 31] 1 #CUPS-BANNER
D [10/Apr/2013:12:01:07.235702 -0700] [Job 31] 2 Show job-id job-name job-originating-user-name job-originating-host-name job-billing
D [10/Apr/2013:12:01:07.235725 -0700] [Job 31] 3 Header Cover Page
D [10/Apr/2013:12:01:07.235748 -0700] [Job 31] 4 Footer Cover Page
D [10/Apr/2013:12:01:07.235771 -0700] [Job 31] 5 Image images/cups.png
D [10/Apr/2013:12:01:07.235827 -0700] [Job 31] 6
D [10/Apr/2013:12:01:07.243095 -0700] [Job 31] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.252179 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [10/Apr/2013:12:01:07.252276 -0700] cupsdReadClient: 15 WAITING Closing on EOF
D [10/Apr/2013:12:01:07.252299 -0700] cupsdCloseClient: 15
D [10/Apr/2013:12:01:07.252321 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.253414 -0700] [Job 31] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.253494 -0700] [Job 31] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:12:01:07.253528 -0700] [Job 31] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:12:01:07.253552 -0700] [Job 31] %!PS-Adobe-3.0
D [10/Apr/2013:12:01:07.253593 -0700] [Job 31] %%BoundingBox: 18 36 594 756
D [10/Apr/2013:12:01:07.253626 -0700] [Job 31] %cupsRotation: 0
D [10/Apr/2013:12:01:07.253650 -0700] [Job 31] %%Creator: bannertops/CUPS v1.5.4
D [10/Apr/2013:12:01:07.253674 -0700] [Job 31] %%CreationDate: Wed Apr 10 12:01:07 2013
D [10/Apr/2013:12:01:07.253698 -0700] [Job 31] %%LanguageLevel: 2
D [10/Apr/2013:12:01:07.253721 -0700] [Job 31] %%DocumentData: Clean7Bit
D [10/Apr/2013:12:01:07.253745 -0700] [Job 31] %%Title: (testfile.pdf)
D [10/Apr/2013:12:01:07.253768 -0700] [Job 31] %%For: (manfred)
D [10/Apr/2013:12:01:07.253791 -0700] [Job 31] %%Pages: 1
D [10/Apr/2013:12:01:07.253814 -0700] [Job 31] %%DocumentSuppliedResources: font Monospace
D [10/Apr/2013:12:01:07.253837 -0700] [Job 31] %%+ font Monospace-Bold
D [10/Apr/2013:12:01:07.253860 -0700] [Job 31] %%+ font Monospace-BoldOblique
D [10/Apr/2013:12:01:07.253883 -0700] [Job 31] %%+ font Monospace-Oblique
D [10/Apr/2013:12:01:07.253906 -0700] [Job 31] %%EndComments
D [10/Apr/2013:12:01:07.253937 -0700] [Job 31] Before copy_prolog - %%BeginProlog
D [10/Apr/2013:12:01:07.265771 -0700] [Job 50] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.266088 -0700] [Job 50] Searching for profile "100dpi/Plain"...
I [10/Apr/2013:12:01:07.266306 -0700] [Job 50] Loading print file.
D [10/Apr/2013:12:01:07.266371 -0700] [Job 50] Set job-printer-state-message to "Loading print file.", current level=INFO
D [10/Apr/2013:12:01:07.266459 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.266511 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:12:01:07.266685 -0700] [Job 50] The print file could not be opened.
D [10/Apr/2013:12:01:07.266724 -0700] [Job 50] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.266772 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.266818 -0700] Discarding unused printer-state-changed event...
E [10/Apr/2013:12:01:07.269511 -0700] [Job 50] No pages were found.
D [10/Apr/2013:12:01:07.269577 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.269625 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.270655 -0700] PID 14446 (/tmp/cups-manfred/bin/filter/rastertohp) stopped with status 1.
D [10/Apr/2013:12:01:07.271285 -0700] [Job 31] Unable to open image file "/home/manfred/cups-1.5.3/doc/images/cups.png"
D [10/Apr/2013:12:01:07.272148 -0700] PID 14443 (/tmp/cups-manfred/bin/filter/bannertops) exited with no errors.
D [10/Apr/2013:12:01:07.273237 -0700] [Job 31] Before copy_setup - %%Page: coverpage 1
D [10/Apr/2013:12:01:07.273319 -0700] [Job 31] Before page loop - %%Page: coverpage 1
D [10/Apr/2013:12:01:07.273343 -0700] [Job 31] Copying page 1...
D [10/Apr/2013:12:01:07.273397 -0700] [Job 31] PAGE: 1 1
D [10/Apr/2013:12:01:07.273546 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.273571 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.273595 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.273618 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.273641 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.273663 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.273719 -0700] [Job 31] Wrote 1 pages...
D [10/Apr/2013:12:01:07.274208 -0700] [Job 31] job-sheets=standard,none
D [10/Apr/2013:12:01:07.274309 -0700] [Job 31] argv[0]="Test1"
D [10/Apr/2013:12:01:07.274335 -0700] [Job 31] argv[1]="31"
D [10/Apr/2013:12:01:07.274358 -0700] [Job 31] argv[2]="manfred"
D [10/Apr/2013:12:01:07.274379 -0700] [Job 31] argv[3]="testfile.pdf"
D [10/Apr/2013:12:01:07.274401 -0700] [Job 31] argv[4]="1"
D [10/Apr/2013:12:01:07.274456 -0700] [Job 31] argv[5]="finishings=3 number-up=4 job-uuid=urn:uuid:d750fe81-77fb-3cad-4e2a-1598517e4f60 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.274481 -0700] [Job 31] argv[6]="/tmp/cups-manfred/spool/d00031-002"
D [10/Apr/2013:12:01:07.274518 -0700] [Job 31] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.274541 -0700] [Job 31] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.274564 -0700] [Job 31] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.274586 -0700] [Job 31] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.274608 -0700] [Job 31] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.274630 -0700] [Job 31] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.274651 -0700] [Job 31] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.274673 -0700] [Job 31] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.274695 -0700] [Job 31] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.274717 -0700] [Job 31] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.274740 -0700] [Job 31] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.274763 -0700] [Job 31] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.274806 -0700] [Job 31] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.274830 -0700] [Job 31] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.274852 -0700] [Job 31] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.274875 -0700] [Job 31] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.274897 -0700] [Job 31] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.274919 -0700] [Job 31] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.274941 -0700] [Job 31] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.274962 -0700] [Job 31] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.274984 -0700] [Job 31] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.275006 -0700] [Job 31] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.275027 -0700] [Job 31] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.275049 -0700] [Job 31] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.275070 -0700] [Job 31] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.275092 -0700] [Job 31] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.275113 -0700] [Job 31] envp[26]="CONTENT_TYPE=application/pdf"
D [10/Apr/2013:12:01:07.275136 -0700] [Job 31] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.275157 -0700] [Job 31] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.275179 -0700] [Job 31] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.275200 -0700] [Job 31] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.275222 -0700] [Job 31] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.275243 -0700] [Job 31] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.275265 -0700] [Job 31] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.275287 -0700] [Job 31] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.275913 -0700] [Job 31] Started filter /tmp/cups-manfred/bin/filter/pdftops (PID 14448)
D [10/Apr/2013:12:01:07.276035 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.276069 -0700] PID 14444 (/tmp/cups-manfred/bin/filter/pstops) exited with no errors.
D [10/Apr/2013:12:01:07.276162 -0700] PID 14445 (/tmp/cups-manfred/bin/filter/imagetoraster) stopped with status 1.
D [10/Apr/2013:12:01:07.276559 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.276581 -0700] [Job 50] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.276604 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.276628 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.276650 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.276704 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.283506 -0700] [Job 31] Started filter pdftops (PID 14449)
D [10/Apr/2013:12:01:07.283831 -0700] [Job 31] Started filter pstops (PID 14450)
D [10/Apr/2013:12:01:07.297643 -0700] [Job 31] Page = 612x792; 18,36 to 594,756
D [10/Apr/2013:12:01:07.297704 -0700] [Job 31] slow_collate=0, slow_duplex=0, slow_order=0
D [10/Apr/2013:12:01:07.297740 -0700] [Job 31] Before copy_comments - %!PS-Adobe-3.0
D [10/Apr/2013:12:01:07.297766 -0700] [Job 31] %!PS-Adobe-3.0
D [10/Apr/2013:12:01:07.297790 -0700] [Job 31] %Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
D [10/Apr/2013:12:01:07.297822 -0700] [Job 31] %%LanguageLevel: 3
D [10/Apr/2013:12:01:07.297847 -0700] [Job 31] %%DocumentSuppliedResources: (atend)
D [10/Apr/2013:12:01:07.297870 -0700] [Job 31] %%DocumentMedia: plain 595 792 0 () ()
D [10/Apr/2013:12:01:07.297894 -0700] [Job 31] %%BoundingBox: 0 0 595 792
D [10/Apr/2013:12:01:07.297917 -0700] [Job 31] %%Pages: 8
D [10/Apr/2013:12:01:07.297941 -0700] [Job 31] %%EndComments
D [10/Apr/2013:12:01:07.297964 -0700] [Job 31] Before copy_prolog - %%BeginDefaults
D [10/Apr/2013:12:01:07.309584 -0700] [Job 31] Before copy_setup - %%BeginSetup
D [10/Apr/2013:12:01:07.489559 -0700] [Job 31] Before page loop - %%Page: 1 1
D [10/Apr/2013:12:01:07.489631 -0700] [Job 31] Copying page 1...
D [10/Apr/2013:12:01:07.489660 -0700] [Job 31] PAGE: 1 1
D [10/Apr/2013:12:01:07.489798 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.489831 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.489856 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.489880 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.489903 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.489927 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.519734 -0700] [Job 31] Copying page 2...
D [10/Apr/2013:12:01:07.519802 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.519849 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.519875 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.519898 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.519921 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.560748 -0700] [Job 31] Copying page 3...
D [10/Apr/2013:12:01:07.560867 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.560933 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.560996 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.561058 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.561120 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.588703 -0700] [Job 31] Copying page 4...
D [10/Apr/2013:12:01:07.588757 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.588783 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.588808 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.588831 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.588854 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.621389 -0700] [Job 31] Copying page 5...
D [10/Apr/2013:12:01:07.621453 -0700] [Job 31] PAGE: 2 1
D [10/Apr/2013:12:01:07.621641 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.621672 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.621702 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.621731 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.621759 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.621788 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.659997 -0700] [Job 31] Copying page 6...
D [10/Apr/2013:12:01:07.660064 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.660098 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.660128 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.660158 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.660187 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.697331 -0700] [Job 31] Copying page 7...
D [10/Apr/2013:12:01:07.697397 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.697431 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.697520 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.697551 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.697580 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.725085 -0700] [Job 31] Copying page 8...
D [10/Apr/2013:12:01:07.725150 -0700] [Job 31] pagew = 576.0, pagel = 720.0
D [10/Apr/2013:12:01:07.725183 -0700] [Job 31] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [10/Apr/2013:12:01:07.725214 -0700] [Job 31] PageLeft = 18.0, PageRight = 594.0
D [10/Apr/2013:12:01:07.725244 -0700] [Job 31] PageTop = 756.0, PageBottom = 36.0
D [10/Apr/2013:12:01:07.725273 -0700] [Job 31] PageWidth = 612.0, PageLength = 792.0
D [10/Apr/2013:12:01:07.725302 -0700] [Job 31] Wrote 2 pages...
D [10/Apr/2013:12:01:07.725415 -0700] [Job 31] PID 14450 (pstops) exited with no errors.
D [10/Apr/2013:12:01:07.796209 -0700] [Job 31] PID 14449 (pdftops) exited with no errors.
D [10/Apr/2013:12:01:07.804686 -0700] PID 14448 (/tmp/cups-manfred/bin/filter/pdftops) exited with no errors.
D [10/Apr/2013:12:01:07.805034 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:01:07.805062 -0700] [Job 31] Job completed.
D [10/Apr/2013:12:01:07.805455 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.805533 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.805567 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.805637 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.805849 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.805877 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.805905 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.805963 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.806331 -0700] [Job 33] job-sheets=none,none
D [10/Apr/2013:12:01:07.806457 -0700] [Job 33] argv[0]="Test1"
D [10/Apr/2013:12:01:07.806531 -0700] [Job 33] argv[1]="33"
D [10/Apr/2013:12:01:07.806559 -0700] [Job 33] argv[2]="manfred"
D [10/Apr/2013:12:01:07.806591 -0700] [Job 33] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.806618 -0700] [Job 33] argv[4]="1"
D [10/Apr/2013:12:01:07.806646 -0700] [Job 33] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:9b75ed89-fc5a-31b7-7baa-1b14dd79ac83 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.806694 -0700] [Job 33] argv[6]="/tmp/cups-manfred/spool/d00033-001"
D [10/Apr/2013:12:01:07.806739 -0700] [Job 33] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.806768 -0700] [Job 33] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.806796 -0700] [Job 33] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.806823 -0700] [Job 33] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.806850 -0700] [Job 33] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.806877 -0700] [Job 33] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.806905 -0700] [Job 33] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.806932 -0700] [Job 33] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.806959 -0700] [Job 33] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.806987 -0700] [Job 33] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.807016 -0700] [Job 33] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.807044 -0700] [Job 33] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.807072 -0700] [Job 33] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.807101 -0700] [Job 33] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.807128 -0700] [Job 33] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.807156 -0700] [Job 33] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.807184 -0700] [Job 33] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.807211 -0700] [Job 33] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.807238 -0700] [Job 33] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.807265 -0700] [Job 33] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.807292 -0700] [Job 33] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.807319 -0700] [Job 33] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.807346 -0700] [Job 33] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.807378 -0700] [Job 33] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.807405 -0700] [Job 33] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.807432 -0700] [Job 33] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.807494 -0700] [Job 33] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.807527 -0700] [Job 33] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.807555 -0700] [Job 33] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.807582 -0700] [Job 33] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.807609 -0700] [Job 33] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.807637 -0700] [Job 33] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.807665 -0700] [Job 33] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.807692 -0700] [Job 33] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.807720 -0700] [Job 33] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.809348 -0700] [Job 33] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14453)
D [10/Apr/2013:12:01:07.809594 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.819960 -0700] [Job 33] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:07.820349 -0700] [Job 33] The print file could not be opened.
D [10/Apr/2013:12:01:07.820618 -0700] [Job 33] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.820701 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.820761 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.828635 -0700] PID 14453 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:07.828968 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.828997 -0700] [Job 33] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.829026 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.829054 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.829082 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.829142 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.829298 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.829326 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.829353 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.829410 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.829750 -0700] [Job 35] job-sheets=none,none
D [10/Apr/2013:12:01:07.829880 -0700] [Job 35] argv[0]="Test1"
D [10/Apr/2013:12:01:07.829912 -0700] [Job 35] argv[1]="35"
D [10/Apr/2013:12:01:07.829939 -0700] [Job 35] argv[2]="manfred"
D [10/Apr/2013:12:01:07.829966 -0700] [Job 35] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.829994 -0700] [Job 35] argv[4]="1"
D [10/Apr/2013:12:01:07.830022 -0700] [Job 35] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:63aacffc-9f5c-381c-63ce-967909b5a25f job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.830050 -0700] [Job 35] argv[6]="/tmp/cups-manfred/spool/d00035-001"
D [10/Apr/2013:12:01:07.830092 -0700] [Job 35] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.830121 -0700] [Job 35] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.830148 -0700] [Job 35] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.830175 -0700] [Job 35] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.830202 -0700] [Job 35] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.830229 -0700] [Job 35] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.830256 -0700] [Job 35] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.830282 -0700] [Job 35] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.830309 -0700] [Job 35] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.830337 -0700] [Job 35] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.830365 -0700] [Job 35] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.830392 -0700] [Job 35] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.830421 -0700] [Job 35] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.830449 -0700] [Job 35] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.830522 -0700] [Job 35] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.830553 -0700] [Job 35] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.830581 -0700] [Job 35] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.830608 -0700] [Job 35] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.830635 -0700] [Job 35] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.830662 -0700] [Job 35] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.830690 -0700] [Job 35] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.830717 -0700] [Job 35] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.830743 -0700] [Job 35] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.830770 -0700] [Job 35] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.830797 -0700] [Job 35] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.830843 -0700] [Job 35] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.830872 -0700] [Job 35] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.830900 -0700] [Job 35] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.830927 -0700] [Job 35] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.830953 -0700] [Job 35] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.830980 -0700] [Job 35] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.831007 -0700] [Job 35] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.831033 -0700] [Job 35] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.831060 -0700] [Job 35] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.831087 -0700] [Job 35] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.831888 -0700] [Job 35] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14454)
D [10/Apr/2013:12:01:07.832088 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.841913 -0700] [Job 35] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:07.842274 -0700] [Job 35] The print file could not be opened.
D [10/Apr/2013:12:01:07.842382 -0700] [Job 35] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.842449 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.842555 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.856662 -0700] PID 14454 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:07.857001 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.857029 -0700] [Job 35] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.857057 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.857085 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.857113 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.857172 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.857336 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.857364 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.857391 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.857447 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.857745 -0700] [Job 37] job-sheets=none,none
D [10/Apr/2013:12:01:07.857875 -0700] [Job 37] argv[0]="Test1"
D [10/Apr/2013:12:01:07.857906 -0700] [Job 37] argv[1]="37"
D [10/Apr/2013:12:01:07.857934 -0700] [Job 37] argv[2]="manfred"
D [10/Apr/2013:12:01:07.857961 -0700] [Job 37] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.857989 -0700] [Job 37] argv[4]="1"
D [10/Apr/2013:12:01:07.858016 -0700] [Job 37] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:5cc509ec-b0b3-39ff-714e-33a22777839f job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.858064 -0700] [Job 37] argv[6]="/tmp/cups-manfred/spool/d00037-001"
D [10/Apr/2013:12:01:07.858108 -0700] [Job 37] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.858136 -0700] [Job 37] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.858163 -0700] [Job 37] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.858191 -0700] [Job 37] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.858218 -0700] [Job 37] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.858245 -0700] [Job 37] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.858272 -0700] [Job 37] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.858299 -0700] [Job 37] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.858326 -0700] [Job 37] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.858354 -0700] [Job 37] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.858382 -0700] [Job 37] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.858410 -0700] [Job 37] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.858439 -0700] [Job 37] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.858468 -0700] [Job 37] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.858534 -0700] [Job 37] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.858566 -0700] [Job 37] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.858595 -0700] [Job 37] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.858622 -0700] [Job 37] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.858649 -0700] [Job 37] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.858677 -0700] [Job 37] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.858704 -0700] [Job 37] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.858732 -0700] [Job 37] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.858759 -0700] [Job 37] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.858786 -0700] [Job 37] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.858813 -0700] [Job 37] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.858840 -0700] [Job 37] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.858868 -0700] [Job 37] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.858896 -0700] [Job 37] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.858923 -0700] [Job 37] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.858950 -0700] [Job 37] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.858977 -0700] [Job 37] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.859004 -0700] [Job 37] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.859031 -0700] [Job 37] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.859059 -0700] [Job 37] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.859087 -0700] [Job 37] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.859924 -0700] [Job 37] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14455)
D [10/Apr/2013:12:01:07.860101 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.869878 -0700] [Job 37] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:07.870233 -0700] [Job 37] The print file could not be opened.
D [10/Apr/2013:12:01:07.870345 -0700] [Job 37] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.870410 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.870469 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.880700 -0700] PID 14455 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:07.881040 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.881069 -0700] [Job 37] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.881097 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.881126 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.881154 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.881214 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.881385 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.881415 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.881442 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.881545 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.881806 -0700] [Job 39] job-sheets=none,none
D [10/Apr/2013:12:01:07.881929 -0700] [Job 39] argv[0]="Test1"
D [10/Apr/2013:12:01:07.881961 -0700] [Job 39] argv[1]="39"
D [10/Apr/2013:12:01:07.881989 -0700] [Job 39] argv[2]="manfred"
D [10/Apr/2013:12:01:07.882016 -0700] [Job 39] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.882044 -0700] [Job 39] argv[4]="1"
D [10/Apr/2013:12:01:07.882072 -0700] [Job 39] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:5839f383-7423-3113-5bee-fbdc2fa8692c job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.882100 -0700] [Job 39] argv[6]="/tmp/cups-manfred/spool/d00039-001"
D [10/Apr/2013:12:01:07.882143 -0700] [Job 39] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.882172 -0700] [Job 39] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.882199 -0700] [Job 39] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.882226 -0700] [Job 39] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.882253 -0700] [Job 39] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.882280 -0700] [Job 39] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.882308 -0700] [Job 39] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.882335 -0700] [Job 39] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.882362 -0700] [Job 39] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.882390 -0700] [Job 39] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.882418 -0700] [Job 39] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.882446 -0700] [Job 39] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.882514 -0700] [Job 39] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.882546 -0700] [Job 39] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.882574 -0700] [Job 39] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.882601 -0700] [Job 39] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.882630 -0700] [Job 39] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.882656 -0700] [Job 39] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.882683 -0700] [Job 39] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.882710 -0700] [Job 39] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.882737 -0700] [Job 39] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.882764 -0700] [Job 39] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.882791 -0700] [Job 39] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.882818 -0700] [Job 39] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.882844 -0700] [Job 39] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.882871 -0700] [Job 39] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.882916 -0700] [Job 39] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.882945 -0700] [Job 39] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.882973 -0700] [Job 39] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.883000 -0700] [Job 39] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.883027 -0700] [Job 39] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.883054 -0700] [Job 39] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.883081 -0700] [Job 39] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.883108 -0700] [Job 39] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.883135 -0700] [Job 39] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.883942 -0700] [Job 39] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14456)
D [10/Apr/2013:12:01:07.884130 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.893903 -0700] [Job 39] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:07.894271 -0700] [Job 39] The print file could not be opened.
D [10/Apr/2013:12:01:07.894383 -0700] [Job 39] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.894448 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.894552 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.903844 -0700] PID 14456 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:07.904195 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.904223 -0700] [Job 39] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.904252 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.904280 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.904308 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.904367 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.904579 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.904608 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.904635 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.904694 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.904952 -0700] [Job 40] job-sheets=none,none
D [10/Apr/2013:12:01:07.905082 -0700] [Job 40] argv[0]="Test1"
D [10/Apr/2013:12:01:07.905113 -0700] [Job 40] argv[1]="40"
D [10/Apr/2013:12:01:07.905140 -0700] [Job 40] argv[2]="manfred"
D [10/Apr/2013:12:01:07.905168 -0700] [Job 40] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.905195 -0700] [Job 40] argv[4]="1"
D [10/Apr/2013:12:01:07.905223 -0700] [Job 40] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:5a4ca8d3-81f8-341e-7efd-8473daf0248f job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.905252 -0700] [Job 40] argv[6]="/tmp/cups-manfred/spool/d00040-001"
D [10/Apr/2013:12:01:07.905295 -0700] [Job 40] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.905323 -0700] [Job 40] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.905350 -0700] [Job 40] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.905397 -0700] [Job 40] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.905425 -0700] [Job 40] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.905453 -0700] [Job 40] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.905524 -0700] [Job 40] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.905553 -0700] [Job 40] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.905580 -0700] [Job 40] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.905608 -0700] [Job 40] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.905636 -0700] [Job 40] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.905664 -0700] [Job 40] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.905692 -0700] [Job 40] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.905721 -0700] [Job 40] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.905748 -0700] [Job 40] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.905776 -0700] [Job 40] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.905804 -0700] [Job 40] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.905831 -0700] [Job 40] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.905858 -0700] [Job 40] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.905885 -0700] [Job 40] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.905912 -0700] [Job 40] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.905980 -0700] [Job 40] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.906011 -0700] [Job 40] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.906038 -0700] [Job 40] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.906066 -0700] [Job 40] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.906093 -0700] [Job 40] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.906120 -0700] [Job 40] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.906149 -0700] [Job 40] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.906176 -0700] [Job 40] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.906203 -0700] [Job 40] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.906230 -0700] [Job 40] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.906257 -0700] [Job 40] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.906284 -0700] [Job 40] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.906311 -0700] [Job 40] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.906339 -0700] [Job 40] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.907178 -0700] [Job 40] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14457)
D [10/Apr/2013:12:01:07.907416 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.917318 -0700] [Job 40] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:07.917727 -0700] [Job 40] The print file could not be opened.
D [10/Apr/2013:12:01:07.917836 -0700] [Job 40] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.917903 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.917963 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.928679 -0700] PID 14457 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:07.929018 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.929046 -0700] [Job 40] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.929074 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.929103 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.929131 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.929190 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.929349 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.929377 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.929405 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.929462 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.929769 -0700] [Job 43] job-sheets=none,none
D [10/Apr/2013:12:01:07.929892 -0700] [Job 43] argv[0]="Test1"
D [10/Apr/2013:12:01:07.929924 -0700] [Job 43] argv[1]="43"
D [10/Apr/2013:12:01:07.929951 -0700] [Job 43] argv[2]="manfred"
D [10/Apr/2013:12:01:07.929978 -0700] [Job 43] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.930006 -0700] [Job 43] argv[4]="1"
D [10/Apr/2013:12:01:07.930033 -0700] [Job 43] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:6f6306d5-9a84-3287-5627-371487f6a7f5 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.930061 -0700] [Job 43] argv[6]="/tmp/cups-manfred/spool/d00043-001"
D [10/Apr/2013:12:01:07.930104 -0700] [Job 43] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.930132 -0700] [Job 43] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.930160 -0700] [Job 43] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.930187 -0700] [Job 43] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.930214 -0700] [Job 43] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.930241 -0700] [Job 43] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.930268 -0700] [Job 43] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.930295 -0700] [Job 43] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.930322 -0700] [Job 43] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.930350 -0700] [Job 43] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.930378 -0700] [Job 43] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.930406 -0700] [Job 43] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.930434 -0700] [Job 43] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.930463 -0700] [Job 43] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.930530 -0700] [Job 43] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.930565 -0700] [Job 43] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.930594 -0700] [Job 43] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.930621 -0700] [Job 43] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.930648 -0700] [Job 43] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.930675 -0700] [Job 43] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.930702 -0700] [Job 43] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.930729 -0700] [Job 43] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.930756 -0700] [Job 43] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.930783 -0700] [Job 43] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.930828 -0700] [Job 43] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.930856 -0700] [Job 43] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.930883 -0700] [Job 43] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.930912 -0700] [Job 43] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.930939 -0700] [Job 43] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.930965 -0700] [Job 43] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.930992 -0700] [Job 43] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.931019 -0700] [Job 43] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.931046 -0700] [Job 43] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.931072 -0700] [Job 43] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.931100 -0700] [Job 43] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.931908 -0700] [Job 43] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14458)
D [10/Apr/2013:12:01:07.932085 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.941775 -0700] [Job 43] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:07.942131 -0700] [Job 43] The print file could not be opened.
D [10/Apr/2013:12:01:07.942248 -0700] [Job 43] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.942314 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.942373 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.956656 -0700] PID 14458 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:07.956996 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.957024 -0700] [Job 43] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.957053 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.957081 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.957109 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.957168 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.957344 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.957372 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.957400 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.957456 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.957743 -0700] [Job 45] job-sheets=none,none
D [10/Apr/2013:12:01:07.957868 -0700] [Job 45] argv[0]="Test1"
D [10/Apr/2013:12:01:07.957919 -0700] [Job 45] argv[1]="45"
D [10/Apr/2013:12:01:07.957948 -0700] [Job 45] argv[2]="manfred"
D [10/Apr/2013:12:01:07.957976 -0700] [Job 45] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.958003 -0700] [Job 45] argv[4]="1"
D [10/Apr/2013:12:01:07.958031 -0700] [Job 45] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:6c8c95d1-17e8-3292-5089-0e6d3f84dfac job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.958058 -0700] [Job 45] argv[6]="/tmp/cups-manfred/spool/d00045-001"
D [10/Apr/2013:12:01:07.958102 -0700] [Job 45] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.958130 -0700] [Job 45] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.958157 -0700] [Job 45] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.958185 -0700] [Job 45] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.958212 -0700] [Job 45] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.958239 -0700] [Job 45] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.958266 -0700] [Job 45] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.958293 -0700] [Job 45] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.958320 -0700] [Job 45] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.958347 -0700] [Job 45] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.958376 -0700] [Job 45] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.958404 -0700] [Job 45] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.958433 -0700] [Job 45] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.958461 -0700] [Job 45] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.958543 -0700] [Job 45] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.958573 -0700] [Job 45] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.958601 -0700] [Job 45] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.958628 -0700] [Job 45] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.958655 -0700] [Job 45] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.958683 -0700] [Job 45] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.958710 -0700] [Job 45] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.958737 -0700] [Job 45] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.958764 -0700] [Job 45] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.958791 -0700] [Job 45] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.958817 -0700] [Job 45] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.958844 -0700] [Job 45] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.958871 -0700] [Job 45] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.958900 -0700] [Job 45] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.958926 -0700] [Job 45] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.958953 -0700] [Job 45] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.958980 -0700] [Job 45] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.959007 -0700] [Job 45] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.959051 -0700] [Job 45] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.959079 -0700] [Job 45] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.959107 -0700] [Job 45] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.960044 -0700] [Job 45] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14459)
D [10/Apr/2013:12:01:07.960234 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.969982 -0700] [Job 45] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:07.970364 -0700] [Job 45] The print file could not be opened.
D [10/Apr/2013:12:01:07.970721 -0700] [Job 45] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.970826 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.970887 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.979916 -0700] PID 14459 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:07.980271 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:07.980299 -0700] [Job 45] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:07.980351 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.980382 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.980410 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.980531 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.980704 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:07.980733 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:07.980761 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:07.980819 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:07.981083 -0700] [Job 46] job-sheets=none,none
D [10/Apr/2013:12:01:07.981210 -0700] [Job 46] argv[0]="Test1"
D [10/Apr/2013:12:01:07.981242 -0700] [Job 46] argv[1]="46"
D [10/Apr/2013:12:01:07.981270 -0700] [Job 46] argv[2]="manfred"
D [10/Apr/2013:12:01:07.981297 -0700] [Job 46] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:07.981324 -0700] [Job 46] argv[4]="1"
D [10/Apr/2013:12:01:07.981351 -0700] [Job 46] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:82d8fe26-fdaf-3aaa-6942-6f71bc86ff65 job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620467"
D [10/Apr/2013:12:01:07.981379 -0700] [Job 46] argv[6]="/tmp/cups-manfred/spool/d00046-001"
D [10/Apr/2013:12:01:07.981422 -0700] [Job 46] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:07.981494 -0700] [Job 46] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.981529 -0700] [Job 46] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:07.981557 -0700] [Job 46] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:07.981585 -0700] [Job 46] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:07.981612 -0700] [Job 46] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:07.981640 -0700] [Job 46] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:07.981667 -0700] [Job 46] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.981694 -0700] [Job 46] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:07.981722 -0700] [Job 46] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.981751 -0700] [Job 46] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.981779 -0700] [Job 46] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.981828 -0700] [Job 46] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:07.981857 -0700] [Job 46] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:07.981885 -0700] [Job 46] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:07.981912 -0700] [Job 46] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:07.981940 -0700] [Job 46] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:07.981967 -0700] [Job 46] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:07.981994 -0700] [Job 46] envp[18]="USER=root"
D [10/Apr/2013:12:01:07.982021 -0700] [Job 46] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:07.982048 -0700] [Job 46] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:07.982075 -0700] [Job 46] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:07.982102 -0700] [Job 46] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:07.982129 -0700] [Job 46] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:07.982155 -0700] [Job 46] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:07.982182 -0700] [Job 46] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:07.982209 -0700] [Job 46] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:07.982238 -0700] [Job 46] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:07.982264 -0700] [Job 46] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:07.982291 -0700] [Job 46] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:07.982318 -0700] [Job 46] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:07.982344 -0700] [Job 46] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:07.982371 -0700] [Job 46] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:07.982398 -0700] [Job 46] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:07.982426 -0700] [Job 46] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:07.983284 -0700] [Job 46] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14460)
D [10/Apr/2013:12:01:07.983535 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:07.993827 -0700] [Job 46] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:07.994210 -0700] [Job 46] The print file could not be opened.
D [10/Apr/2013:12:01:07.994332 -0700] [Job 46] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:07.994398 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:07.994528 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:08.005350 -0700] [Job 29] Unloading...
D [10/Apr/2013:12:01:08.006672 -0700] [Job 31] Unloading...
D [10/Apr/2013:12:01:08.007433 -0700] [Job 33] Unloading...
D [10/Apr/2013:12:01:08.008315 -0700] [Job 35] Unloading...
D [10/Apr/2013:12:01:08.009044 -0700] [Job 37] Unloading...
D [10/Apr/2013:12:01:08.009683 -0700] [Job 39] Unloading...
D [10/Apr/2013:12:01:08.010297 -0700] [Job 40] Unloading...
D [10/Apr/2013:12:01:08.011098 -0700] [Job 41] Unloading...
D [10/Apr/2013:12:01:08.013156 -0700] [Job 42] Unloading...
D [10/Apr/2013:12:01:08.014091 -0700] [Job 43] Unloading...
D [10/Apr/2013:12:01:08.014913 -0700] [Job 44] Unloading...
D [10/Apr/2013:12:01:08.015722 -0700] [Job 45] Unloading...
D [10/Apr/2013:12:01:08.016860 -0700] [Job 47] Unloading...
D [10/Apr/2013:12:01:08.017602 -0700] [Job 48] Unloading...
D [10/Apr/2013:12:01:08.018349 -0700] [Job 50] Unloading...
D [10/Apr/2013:12:01:08.018650 -0700] PID 14460 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:08.019042 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:08.019075 -0700] [Job 46] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:08.019108 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:08.019142 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:08.019173 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:08.019243 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:08.019424 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:08.019456 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:08.019534 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:08.019605 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:08.020067 -0700] [Job 49] job-sheets=none,none
D [10/Apr/2013:12:01:08.020239 -0700] [Job 49] argv[0]="Test1"
D [10/Apr/2013:12:01:08.020276 -0700] [Job 49] argv[1]="49"
D [10/Apr/2013:12:01:08.020305 -0700] [Job 49] argv[2]="manfred"
D [10/Apr/2013:12:01:08.020332 -0700] [Job 49] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:08.020360 -0700] [Job 49] argv[4]="1"
D [10/Apr/2013:12:01:08.020388 -0700] [Job 49] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:086e071c-cfd9-393d-69aa-17f15b6df08a job-originating-host-name=localhost time-at-creation=1365620466 time-at-processing=1365620468"
D [10/Apr/2013:12:01:08.020416 -0700] [Job 49] argv[6]="/tmp/cups-manfred/spool/d00049-001"
D [10/Apr/2013:12:01:08.020460 -0700] [Job 49] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:08.020573 -0700] [Job 49] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:08.020618 -0700] [Job 49] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:08.020657 -0700] [Job 49] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:08.020685 -0700] [Job 49] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:08.020713 -0700] [Job 49] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:08.020740 -0700] [Job 49] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:08.020768 -0700] [Job 49] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:08.020795 -0700] [Job 49] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:08.020823 -0700] [Job 49] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:08.020851 -0700] [Job 49] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:08.020879 -0700] [Job 49] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:08.020908 -0700] [Job 49] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:08.020937 -0700] [Job 49] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:08.022265 -0700] [Job 49] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:08.022303 -0700] [Job 49] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:08.022337 -0700] [Job 49] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:08.022368 -0700] [Job 49] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:08.022400 -0700] [Job 49] envp[18]="USER=root"
D [10/Apr/2013:12:01:08.022431 -0700] [Job 49] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:08.022463 -0700] [Job 49] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:08.022545 -0700] [Job 49] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:08.022577 -0700] [Job 49] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:08.022636 -0700] [Job 49] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:08.022669 -0700] [Job 49] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:08.022700 -0700] [Job 49] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:08.022732 -0700] [Job 49] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:08.022765 -0700] [Job 49] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:08.022796 -0700] [Job 49] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:08.022827 -0700] [Job 49] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:08.022858 -0700] [Job 49] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:08.022888 -0700] [Job 49] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:08.022919 -0700] [Job 49] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:08.022950 -0700] [Job 49] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:08.022982 -0700] [Job 49] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:08.023965 -0700] [Job 49] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14461)
D [10/Apr/2013:12:01:08.024204 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:08.035092 -0700] [Job 49] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:08.035529 -0700] [Job 49] The print file could not be opened.
D [10/Apr/2013:12:01:08.035654 -0700] [Job 49] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:08.035721 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:08.035782 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:08.044684 -0700] PID 14461 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:08.045042 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:08.045070 -0700] [Job 49] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:08.045100 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:08.045128 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:08.045156 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:08.045216 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:08.045383 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:08.045412 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:08.045440 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:08.045534 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:08.045805 -0700] [Job 51] job-sheets=none,none
D [10/Apr/2013:12:01:08.045931 -0700] [Job 51] argv[0]="Test1"
D [10/Apr/2013:12:01:08.045963 -0700] [Job 51] argv[1]="51"
D [10/Apr/2013:12:01:08.045990 -0700] [Job 51] argv[2]="manfred"
D [10/Apr/2013:12:01:08.046018 -0700] [Job 51] argv[3]="testfile.jpg"
D [10/Apr/2013:12:01:08.046045 -0700] [Job 51] argv[4]="1"
D [10/Apr/2013:12:01:08.046073 -0700] [Job 51] argv[5]="finishings=3 number-up=1 job-uuid=urn:uuid:29f85e4b-c128-3d8b-5e95-fde5bf922ccb job-originating-host-name=localhost time-at-creation=1365620467 time-at-processing=1365620468"
D [10/Apr/2013:12:01:08.046101 -0700] [Job 51] argv[6]="/tmp/cups-manfred/spool/d00051-001"
D [10/Apr/2013:12:01:08.046145 -0700] [Job 51] envp[0]="LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:01:08.046174 -0700] [Job 51] envp[1]="CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:08.046201 -0700] [Job 51] envp[2]="CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:01:08.046248 -0700] [Job 51] envp[3]="CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:01:08.046277 -0700] [Job 51] envp[4]="CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:01:08.046305 -0700] [Job 51] envp[5]="CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:01:08.046332 -0700] [Job 51] envp[6]="CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:01:08.046360 -0700] [Job 51] envp[7]="CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:01:08.046387 -0700] [Job 51] envp[8]="CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:01:08.046415 -0700] [Job 51] envp[9]="DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:08.046444 -0700] [Job 51] envp[10]="HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:08.046472 -0700] [Job 51] envp[11]="LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:08.046540 -0700] [Job 51] envp[12]="LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:01:08.046573 -0700] [Job 51] envp[13]="PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:01:08.046601 -0700] [Job 51] envp[14]="SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:01:08.046628 -0700] [Job 51] envp[15]="SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:01:08.046657 -0700] [Job 51] envp[16]="SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:01:08.046684 -0700] [Job 51] envp[17]="TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:01:08.046711 -0700] [Job 51] envp[18]="USER=root"
D [10/Apr/2013:12:01:08.046738 -0700] [Job 51] envp[19]="CUPS_SERVER=localhost"
D [10/Apr/2013:12:01:08.046766 -0700] [Job 51] envp[20]="CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:01:08.046793 -0700] [Job 51] envp[21]="IPP_PORT=8631"
D [10/Apr/2013:12:01:08.046820 -0700] [Job 51] envp[22]="CHARSET=utf-8"
D [10/Apr/2013:12:01:08.046848 -0700] [Job 51] envp[23]="LANG=en.UTF-8"
D [10/Apr/2013:12:01:08.046875 -0700] [Job 51] envp[24]="PPD=/tmp/cups-manfred/ppd/Test1.ppd"
D [10/Apr/2013:12:01:08.046902 -0700] [Job 51] envp[25]="RIP_MAX_CACHE=128m"
D [10/Apr/2013:12:01:08.046929 -0700] [Job 51] envp[26]="CONTENT_TYPE=image/jpeg"
D [10/Apr/2013:12:01:08.046957 -0700] [Job 51] envp[27]="DEVICE_URI=file:/tmp/Test1"
D [10/Apr/2013:12:01:08.046984 -0700] [Job 51] envp[28]="PRINTER_INFO=Test1"
D [10/Apr/2013:12:01:08.047010 -0700] [Job 51] envp[29]="PRINTER_LOCATION="
D [10/Apr/2013:12:01:08.047037 -0700] [Job 51] envp[30]="PRINTER=Test1"
D [10/Apr/2013:12:01:08.047064 -0700] [Job 51] envp[31]="PRINTER_STATE_REASONS=none"
D [10/Apr/2013:12:01:08.047091 -0700] [Job 51] envp[32]="CUPS_FILETYPE=document"
D [10/Apr/2013:12:01:08.047118 -0700] [Job 51] envp[33]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [10/Apr/2013:12:01:08.047146 -0700] [Job 51] envp[34]="AUTH_I****"
I [10/Apr/2013:12:01:08.047970 -0700] [Job 51] Started filter /tmp/cups-manfred/bin/filter/imagetops (PID 14462)
D [10/Apr/2013:12:01:08.048173 -0700] Discarding unused job-state-changed event...
D [10/Apr/2013:12:01:08.058020 -0700] [Job 51] Page = 612x792; 18,36 to 594,756
E [10/Apr/2013:12:01:08.058388 -0700] [Job 51] The print file could not be opened.
D [10/Apr/2013:12:01:08.058537 -0700] [Job 51] Set job-printer-state-message to "The print file could not be opened.", current level=ERROR
D [10/Apr/2013:12:01:08.058611 -0700] Discarding unused job-progress event...
D [10/Apr/2013:12:01:08.058670 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:08.063285 -0700] PID 14462 (/tmp/cups-manfred/bin/filter/imagetops) stopped with status 1.
D [10/Apr/2013:12:01:08.063687 -0700] Discarding unused job-state-changed event...
E [10/Apr/2013:12:01:08.063715 -0700] [Job 51] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Apr/2013:12:01:08.063745 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:01:08.063773 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:08.063801 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:08.063860 -0700] Discarding unused printer-state-changed event...
D [10/Apr/2013:12:01:09.066855 -0700] [Job 46] Unloading...
D [10/Apr/2013:12:01:09.067914 -0700] [Job 49] Unloading...
D [10/Apr/2013:12:01:09.068991 -0700] [Job 51] Unloading...
D [10/Apr/2013:12:01:12.291241 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:12.291340 -0700] [Job 2] Unloading...
D [10/Apr/2013:12:01:12.291555 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:12.291590 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Printing jobs and dirty files"
D [10/Apr/2013:12:01:12.291983 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:12.292881 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:12.292957 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:12.293280 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:12:01:12.303737 -0700] [Job 33] Loading attributes...
D [10/Apr/2013:12:01:12.304711 -0700] [Job 35] Loading attributes...
D [10/Apr/2013:12:01:12.305687 -0700] [Job 37] Loading attributes...
D [10/Apr/2013:12:01:12.306586 -0700] [Job 39] Loading attributes...
D [10/Apr/2013:12:01:12.307163 -0700] [Job 40] Loading attributes...
D [10/Apr/2013:12:01:12.307758 -0700] [Job 41] Loading attributes...
D [10/Apr/2013:12:01:12.308280 -0700] [Job 42] Loading attributes...
D [10/Apr/2013:12:01:12.308838 -0700] [Job 43] Loading attributes...
D [10/Apr/2013:12:01:12.309373 -0700] [Job 44] Loading attributes...
D [10/Apr/2013:12:01:12.309934 -0700] [Job 45] Loading attributes...
D [10/Apr/2013:12:01:12.310446 -0700] [Job 46] Loading attributes...
D [10/Apr/2013:12:01:12.310995 -0700] [Job 47] Loading attributes...
D [10/Apr/2013:12:01:12.311524 -0700] [Job 48] Loading attributes...
D [10/Apr/2013:12:01:12.312131 -0700] [Job 49] Loading attributes...
D [10/Apr/2013:12:01:12.312681 -0700] [Job 50] Loading attributes...
D [10/Apr/2013:12:01:12.313206 -0700] [Job 51] Loading attributes...
D [10/Apr/2013:12:01:12.313758 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:12.329790 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:12.332046 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:12.332078 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:12.332108 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:17.363785 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:17.364100 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:17.364304 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:17.364650 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:17.365768 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:17.365889 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:17.385581 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:17.400396 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:17.402639 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:17.402672 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:17.402702 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:22.436044 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:22.436219 -0700] [Job 7] Unloading...
D [10/Apr/2013:12:01:22.436317 -0700] [Job 9] Unloading...
D [10/Apr/2013:12:01:22.436390 -0700] [Job 10] Unloading...
D [10/Apr/2013:12:01:22.436454 -0700] [Job 11] Unloading...
D [10/Apr/2013:12:01:22.436514 -0700] [Job 12] Unloading...
D [10/Apr/2013:12:01:22.436574 -0700] [Job 13] Unloading...
D [10/Apr/2013:12:01:22.436632 -0700] [Job 14] Unloading...
D [10/Apr/2013:12:01:22.436690 -0700] [Job 15] Unloading...
D [10/Apr/2013:12:01:22.436749 -0700] [Job 16] Unloading...
D [10/Apr/2013:12:01:22.436807 -0700] [Job 17] Unloading...
D [10/Apr/2013:12:01:22.436865 -0700] [Job 18] Unloading...
D [10/Apr/2013:12:01:22.436923 -0700] [Job 19] Unloading...
D [10/Apr/2013:12:01:22.436984 -0700] [Job 20] Unloading...
D [10/Apr/2013:12:01:22.437043 -0700] [Job 21] Unloading...
D [10/Apr/2013:12:01:22.437102 -0700] [Job 22] Unloading...
D [10/Apr/2013:12:01:22.437205 -0700] [Job 23] Unloading...
D [10/Apr/2013:12:01:22.437265 -0700] [Job 24] Unloading...
D [10/Apr/2013:12:01:22.437324 -0700] [Job 25] Unloading...
D [10/Apr/2013:12:01:22.437382 -0700] [Job 26] Unloading...
D [10/Apr/2013:12:01:22.437440 -0700] [Job 27] Unloading...
D [10/Apr/2013:12:01:22.437497 -0700] [Job 28] Unloading...
D [10/Apr/2013:12:01:22.437646 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:22.437679 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:22.437849 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:22.438641 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:22.438717 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:22.439645 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:12:01:22.440386 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:12:01:22.440928 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:12:01:22.441498 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:12:01:22.442016 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:12:01:22.442596 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:12:01:22.443146 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:12:01:22.443662 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:12:01:22.444370 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:12:01:22.444915 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:12:01:22.445461 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:12:01:22.445965 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:12:01:22.446511 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:12:01:22.447036 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:12:01:22.447583 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:12:01:22.448080 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:12:01:22.448716 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:12:01:22.449277 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:12:01:22.449778 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:12:01:22.450326 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:12:01:22.450827 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:12:01:22.460012 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:22.475332 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:22.477588 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:22.477619 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:22.477650 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:27.512954 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:27.513204 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:27.513237 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:27.513563 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:27.514295 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:27.514423 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:27.532844 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:27.547522 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:27.550035 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:27.550067 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:27.550097 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:32.581937 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:32.582138 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:32.582172 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:01:32.582365 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:32.583537 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:32.583632 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:32.602278 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:32.617929 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:01:32.620414 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:32.620446 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:32.620476 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
I [10/Apr/2013:12:01:37.628323 -0700] Saving job.cache...
D [10/Apr/2013:12:01:37.630807 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
D [10/Apr/2013:12:01:37.650881 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:37.651071 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:37.651105 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:01:37.651279 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:37.652186 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:37.652268 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:37.670968 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:37.687169 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:01:37.689479 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:37.689511 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:37.689541 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:01:42.721218 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:42.721436 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:42.721469 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:01:42.721640 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:42.723883 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:42.724023 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:42.744257 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:42.758918 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:01:42.761330 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:42.761361 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:42.761391 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:01:47.793256 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:47.850111 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:47.850146 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:01:47.850378 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:47.851339 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:47.851420 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:47.869957 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:47.885339 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:01:47.887551 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:47.887582 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:47.887613 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:01:52.921573 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:52.921786 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:52.921818 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:01:52.921991 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:52.922870 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:52.922948 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:52.941150 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:52.955650 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:01:52.958060 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:52.958092 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:52.958123 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:01:57.989434 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:01:57.989596 -0700] Report: clients=1
D [10/Apr/2013:12:01:57.989674 -0700] Report: jobs=51
D [10/Apr/2013:12:01:57.989704 -0700] Report: jobs-active=43
D [10/Apr/2013:12:01:57.989735 -0700] Report: printers=2
D [10/Apr/2013:12:01:57.989765 -0700] Report: printers-implicit=0
D [10/Apr/2013:12:01:57.989881 -0700] Report: stringpool-string-count=6147
D [10/Apr/2013:12:01:57.989915 -0700] Report: stringpool-alloc-bytes=13864
D [10/Apr/2013:12:01:57.989945 -0700] Report: stringpool-total-bytes=117064
D [10/Apr/2013:12:01:57.990069 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:01:57.990105 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:01:57.990294 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:01:57.991191 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:01:57.991276 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:01:58.012472 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:01:58.029170 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:01:58.031347 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:01:58.031379 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:01:58.031410 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:03.067869 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:03.068082 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:03.068115 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:03.068287 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:03.069116 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:03.069194 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:03.087611 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:03.102387 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:03.104680 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:03.104711 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:03.104741 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:08.140779 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:08.140889 -0700] [Job 30] Unloading...
D [10/Apr/2013:12:02:08.140986 -0700] [Job 32] Unloading...
D [10/Apr/2013:12:02:08.141056 -0700] [Job 34] Unloading...
D [10/Apr/2013:12:02:08.141172 -0700] [Job 36] Unloading...
D [10/Apr/2013:12:02:08.141235 -0700] [Job 38] Unloading...
D [10/Apr/2013:12:02:08.141419 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:08.141452 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:08.141627 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:08.142437 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:08.142513 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:08.152272 -0700] [Job 30] Loading attributes...
D [10/Apr/2013:12:02:08.152840 -0700] [Job 32] Loading attributes...
D [10/Apr/2013:12:02:08.153774 -0700] [Job 34] Loading attributes...
D [10/Apr/2013:12:02:08.154724 -0700] [Job 36] Loading attributes...
D [10/Apr/2013:12:02:08.155655 -0700] [Job 38] Loading attributes...
D [10/Apr/2013:12:02:08.161531 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:08.176179 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:08.178350 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:08.178383 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:08.178414 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:13.218035 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:13.218144 -0700] [Job 2] Unloading...
D [10/Apr/2013:12:02:13.218296 -0700] [Job 33] Unloading...
D [10/Apr/2013:12:02:13.218386 -0700] [Job 35] Unloading...
D [10/Apr/2013:12:02:13.218457 -0700] [Job 37] Unloading...
D [10/Apr/2013:12:02:13.218524 -0700] [Job 39] Unloading...
D [10/Apr/2013:12:02:13.218618 -0700] [Job 40] Unloading...
D [10/Apr/2013:12:02:13.218681 -0700] [Job 41] Unloading...
D [10/Apr/2013:12:02:13.218744 -0700] [Job 42] Unloading...
D [10/Apr/2013:12:02:13.218806 -0700] [Job 43] Unloading...
D [10/Apr/2013:12:02:13.218867 -0700] [Job 44] Unloading...
D [10/Apr/2013:12:02:13.218929 -0700] [Job 45] Unloading...
D [10/Apr/2013:12:02:13.218992 -0700] [Job 46] Unloading...
D [10/Apr/2013:12:02:13.219054 -0700] [Job 47] Unloading...
D [10/Apr/2013:12:02:13.219116 -0700] [Job 48] Unloading...
D [10/Apr/2013:12:02:13.219179 -0700] [Job 49] Unloading...
D [10/Apr/2013:12:02:13.219242 -0700] [Job 50] Unloading...
D [10/Apr/2013:12:02:13.219348 -0700] [Job 51] Unloading...
D [10/Apr/2013:12:02:13.219514 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:13.219550 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:13.219738 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:13.221032 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:13.221116 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:13.221524 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:12:02:13.233114 -0700] [Job 33] Loading attributes...
D [10/Apr/2013:12:02:13.234184 -0700] [Job 35] Loading attributes...
D [10/Apr/2013:12:02:13.235213 -0700] [Job 37] Loading attributes...
D [10/Apr/2013:12:02:13.236264 -0700] [Job 39] Loading attributes...
D [10/Apr/2013:12:02:13.236924 -0700] [Job 40] Loading attributes...
D [10/Apr/2013:12:02:13.237521 -0700] [Job 41] Loading attributes...
D [10/Apr/2013:12:02:13.238099 -0700] [Job 42] Loading attributes...
D [10/Apr/2013:12:02:13.238692 -0700] [Job 43] Loading attributes...
D [10/Apr/2013:12:02:13.239247 -0700] [Job 44] Loading attributes...
D [10/Apr/2013:12:02:13.239990 -0700] [Job 45] Loading attributes...
D [10/Apr/2013:12:02:13.240709 -0700] [Job 46] Loading attributes...
D [10/Apr/2013:12:02:13.241246 -0700] [Job 47] Loading attributes...
D [10/Apr/2013:12:02:13.241815 -0700] [Job 48] Loading attributes...
D [10/Apr/2013:12:02:13.242367 -0700] [Job 49] Loading attributes...
D [10/Apr/2013:12:02:13.242909 -0700] [Job 50] Loading attributes...
D [10/Apr/2013:12:02:13.243528 -0700] [Job 51] Loading attributes...
D [10/Apr/2013:12:02:13.244034 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:13.259171 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:13.261490 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:13.261522 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:13.261552 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:18.293362 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:18.293633 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:18.293666 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:18.293840 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:18.294721 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:18.294798 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:18.313935 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:18.328899 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:18.331164 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:18.331196 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:18.331227 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:23.367224 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:23.368769 -0700] [Job 7] Unloading...
D [10/Apr/2013:12:02:23.368876 -0700] [Job 9] Unloading...
D [10/Apr/2013:12:02:23.368951 -0700] [Job 10] Unloading...
D [10/Apr/2013:12:02:23.369018 -0700] [Job 11] Unloading...
D [10/Apr/2013:12:02:23.369080 -0700] [Job 12] Unloading...
D [10/Apr/2013:12:02:23.369143 -0700] [Job 13] Unloading...
D [10/Apr/2013:12:02:23.369203 -0700] [Job 14] Unloading...
D [10/Apr/2013:12:02:23.369264 -0700] [Job 15] Unloading...
D [10/Apr/2013:12:02:23.369325 -0700] [Job 16] Unloading...
D [10/Apr/2013:12:02:23.369386 -0700] [Job 17] Unloading...
D [10/Apr/2013:12:02:23.369445 -0700] [Job 18] Unloading...
D [10/Apr/2013:12:02:23.369504 -0700] [Job 19] Unloading...
D [10/Apr/2013:12:02:23.369566 -0700] [Job 20] Unloading...
D [10/Apr/2013:12:02:23.369628 -0700] [Job 21] Unloading...
D [10/Apr/2013:12:02:23.369689 -0700] [Job 22] Unloading...
D [10/Apr/2013:12:02:23.369787 -0700] [Job 23] Unloading...
D [10/Apr/2013:12:02:23.369853 -0700] [Job 24] Unloading...
D [10/Apr/2013:12:02:23.369914 -0700] [Job 25] Unloading...
D [10/Apr/2013:12:02:23.369975 -0700] [Job 26] Unloading...
D [10/Apr/2013:12:02:23.370035 -0700] [Job 27] Unloading...
D [10/Apr/2013:12:02:23.370095 -0700] [Job 28] Unloading...
D [10/Apr/2013:12:02:23.370248 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:23.370283 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:23.370485 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:23.371310 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:23.371385 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:23.372414 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:12:02:23.373081 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:12:02:23.373614 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:12:02:23.374319 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:12:02:23.374893 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:12:02:23.375414 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:12:02:23.376056 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:12:02:23.376592 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:12:02:23.377150 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:12:02:23.377660 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:12:02:23.378208 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:12:02:23.378773 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:12:02:23.379289 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:12:02:23.379924 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:12:02:23.380434 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:12:02:23.380999 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:12:02:23.381504 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:12:02:23.382043 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:12:02:23.382542 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:12:02:23.383101 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:12:02:23.383608 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:12:02:23.393817 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:23.409003 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:23.411210 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:23.411241 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:23.411272 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:28.445453 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:28.445714 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:28.445750 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:28.446079 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:28.446951 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:28.447043 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:28.467788 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:28.483300 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:28.485602 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:28.485634 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:28.485663 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:33.521067 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:33.521315 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:33.521348 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:33.521522 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:33.522410 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:33.522488 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:33.541521 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:33.555966 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:33.558247 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:33.558280 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:33.558310 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:38.593617 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:38.593868 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:38.593901 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:38.594074 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:38.595077 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:38.595154 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:38.615182 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:38.629968 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:38.633366 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:38.633405 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:38.633436 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:43.665764 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:43.666165 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:43.666203 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:43.666398 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:43.667369 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:43.667456 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:43.688144 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:43.704095 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:43.706250 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:43.706282 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:43.706312 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:48.744546 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:48.744865 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:48.744905 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:48.745097 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:48.746122 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:48.746209 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:48.765825 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:48.780668 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:48.782940 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:48.782972 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:48.783004 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:53.822668 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:53.822879 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:53.822912 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:53.823134 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:53.823959 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:53.824151 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:53.842918 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:53.858198 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:53.860496 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:53.860527 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:53.860557 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:02:58.897905 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:02:58.898067 -0700] Report: clients=1
D [10/Apr/2013:12:02:58.898097 -0700] Report: jobs=51
D [10/Apr/2013:12:02:58.898125 -0700] Report: jobs-active=43
D [10/Apr/2013:12:02:58.898154 -0700] Report: printers=2
D [10/Apr/2013:12:02:58.898182 -0700] Report: printers-implicit=0
D [10/Apr/2013:12:02:58.898337 -0700] Report: stringpool-string-count=6147
D [10/Apr/2013:12:02:58.898375 -0700] Report: stringpool-alloc-bytes=13864
D [10/Apr/2013:12:02:58.898404 -0700] Report: stringpool-total-bytes=117064
D [10/Apr/2013:12:02:58.898520 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:02:58.898599 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:02:58.898772 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:02:58.899610 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:02:58.899687 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:02:58.918010 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:02:58.933629 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:02:58.936049 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:02:58.936080 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:02:58.936110 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:03.970520 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:03.970751 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:03.970785 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:03.971300 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:03.972504 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:03.972584 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:03.990998 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:04.005891 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:04.008248 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:04.008279 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:04.008309 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:09.040919 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:09.041033 -0700] [Job 30] Unloading...
D [10/Apr/2013:12:03:09.041131 -0700] [Job 32] Unloading...
D [10/Apr/2013:12:03:09.041203 -0700] [Job 34] Unloading...
D [10/Apr/2013:12:03:09.041267 -0700] [Job 36] Unloading...
D [10/Apr/2013:12:03:09.041436 -0700] [Job 38] Unloading...
D [10/Apr/2013:12:03:09.041813 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:09.041847 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:09.042018 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:09.043098 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:09.043176 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:09.053652 -0700] [Job 30] Loading attributes...
D [10/Apr/2013:12:03:09.054270 -0700] [Job 32] Loading attributes...
D [10/Apr/2013:12:03:09.055229 -0700] [Job 34] Loading attributes...
D [10/Apr/2013:12:03:09.056234 -0700] [Job 36] Loading attributes...
D [10/Apr/2013:12:03:09.057200 -0700] [Job 38] Loading attributes...
D [10/Apr/2013:12:03:09.063543 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:09.078135 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:09.080596 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:09.080672 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:09.080706 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:14.117070 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:14.117179 -0700] [Job 2] Unloading...
D [10/Apr/2013:12:03:14.117278 -0700] [Job 33] Unloading...
D [10/Apr/2013:12:03:14.117354 -0700] [Job 35] Unloading...
D [10/Apr/2013:12:03:14.117421 -0700] [Job 37] Unloading...
D [10/Apr/2013:12:03:14.117482 -0700] [Job 39] Unloading...
D [10/Apr/2013:12:03:14.117540 -0700] [Job 40] Unloading...
D [10/Apr/2013:12:03:14.117598 -0700] [Job 41] Unloading...
D [10/Apr/2013:12:03:14.117657 -0700] [Job 42] Unloading...
D [10/Apr/2013:12:03:14.117716 -0700] [Job 43] Unloading...
D [10/Apr/2013:12:03:14.117774 -0700] [Job 44] Unloading...
D [10/Apr/2013:12:03:14.117832 -0700] [Job 45] Unloading...
D [10/Apr/2013:12:03:14.117938 -0700] [Job 46] Unloading...
D [10/Apr/2013:12:03:14.118000 -0700] [Job 47] Unloading...
D [10/Apr/2013:12:03:14.118057 -0700] [Job 48] Unloading...
D [10/Apr/2013:12:03:14.118116 -0700] [Job 49] Unloading...
D [10/Apr/2013:12:03:14.118176 -0700] [Job 50] Unloading...
D [10/Apr/2013:12:03:14.118236 -0700] [Job 51] Unloading...
D [10/Apr/2013:12:03:14.118381 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:14.118414 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:14.118584 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:14.119441 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:14.119517 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:14.119820 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:12:03:14.130261 -0700] [Job 33] Loading attributes...
D [10/Apr/2013:12:03:14.131265 -0700] [Job 35] Loading attributes...
D [10/Apr/2013:12:03:14.132264 -0700] [Job 37] Loading attributes...
D [10/Apr/2013:12:03:14.133186 -0700] [Job 39] Loading attributes...
D [10/Apr/2013:12:03:14.133706 -0700] [Job 40] Loading attributes...
D [10/Apr/2013:12:03:14.134263 -0700] [Job 41] Loading attributes...
D [10/Apr/2013:12:03:14.134764 -0700] [Job 42] Loading attributes...
D [10/Apr/2013:12:03:14.135307 -0700] [Job 43] Loading attributes...
D [10/Apr/2013:12:03:14.135806 -0700] [Job 44] Loading attributes...
D [10/Apr/2013:12:03:14.136422 -0700] [Job 45] Loading attributes...
D [10/Apr/2013:12:03:14.137016 -0700] [Job 46] Loading attributes...
D [10/Apr/2013:12:03:14.137525 -0700] [Job 47] Loading attributes...
D [10/Apr/2013:12:03:14.138070 -0700] [Job 48] Loading attributes...
D [10/Apr/2013:12:03:14.138596 -0700] [Job 49] Loading attributes...
D [10/Apr/2013:12:03:14.139139 -0700] [Job 50] Loading attributes...
D [10/Apr/2013:12:03:14.139643 -0700] [Job 51] Loading attributes...
D [10/Apr/2013:12:03:14.140229 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:14.155277 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:14.157816 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:14.157888 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:14.157922 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:19.191209 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:19.191449 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:19.191507 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:19.191679 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:19.192567 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:19.192645 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:19.211061 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:19.225611 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:19.228369 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:19.228404 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:19.228435 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:24.269625 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:24.269750 -0700] [Job 7] Unloading...
D [10/Apr/2013:12:03:24.269848 -0700] [Job 9] Unloading...
D [10/Apr/2013:12:03:24.269920 -0700] [Job 10] Unloading...
D [10/Apr/2013:12:03:24.269986 -0700] [Job 11] Unloading...
D [10/Apr/2013:12:03:24.270047 -0700] [Job 12] Unloading...
D [10/Apr/2013:12:03:24.270108 -0700] [Job 13] Unloading...
D [10/Apr/2013:12:03:24.270166 -0700] [Job 14] Unloading...
D [10/Apr/2013:12:03:24.270224 -0700] [Job 15] Unloading...
D [10/Apr/2013:12:03:24.270328 -0700] [Job 16] Unloading...
D [10/Apr/2013:12:03:24.270397 -0700] [Job 17] Unloading...
D [10/Apr/2013:12:03:24.270455 -0700] [Job 18] Unloading...
D [10/Apr/2013:12:03:24.270513 -0700] [Job 19] Unloading...
D [10/Apr/2013:12:03:24.270574 -0700] [Job 20] Unloading...
D [10/Apr/2013:12:03:24.270635 -0700] [Job 21] Unloading...
D [10/Apr/2013:12:03:24.270694 -0700] [Job 22] Unloading...
D [10/Apr/2013:12:03:24.270752 -0700] [Job 23] Unloading...
D [10/Apr/2013:12:03:24.270809 -0700] [Job 24] Unloading...
D [10/Apr/2013:12:03:24.270867 -0700] [Job 25] Unloading...
D [10/Apr/2013:12:03:24.270924 -0700] [Job 26] Unloading...
D [10/Apr/2013:12:03:24.270981 -0700] [Job 27] Unloading...
D [10/Apr/2013:12:03:24.271039 -0700] [Job 28] Unloading...
D [10/Apr/2013:12:03:24.271188 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:24.271221 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:24.271441 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:24.272290 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:24.272411 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:24.273291 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:12:03:24.273986 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:12:03:24.274568 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:12:03:24.275099 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:12:03:24.275655 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:12:03:24.276192 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:12:03:24.276856 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:12:03:24.277428 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:12:03:24.277939 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:12:03:24.278511 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:12:03:24.279019 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:12:03:24.279565 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:12:03:24.280071 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:12:03:24.280657 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:12:03:24.281184 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:12:03:24.281730 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:12:03:24.282226 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:12:03:24.282773 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:12:03:24.283293 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:12:03:24.283837 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:12:03:24.284422 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:12:03:24.293523 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:24.308488 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:24.310581 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:24.310610 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:24.310640 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:29.344976 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:29.345538 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:29.345583 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:29.345787 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:29.346683 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:29.346771 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:29.367212 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:29.383823 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:29.386111 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:29.386143 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:29.386174 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:34.420524 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:34.421029 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:34.421063 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:34.421236 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:34.422135 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:34.422214 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:34.440973 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:34.455618 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:34.457966 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:34.457997 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:34.458028 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:39.494280 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:39.494793 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:39.494837 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:39.495208 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:39.496646 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:39.496726 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:39.516226 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:39.531866 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:39.534345 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:39.534376 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:39.534406 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:44.566542 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:44.566782 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:44.566819 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:44.566989 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:44.567995 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:44.568083 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:44.588853 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:44.603487 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:44.605720 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:44.605751 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:44.605782 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:49.641960 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:49.642235 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:49.642268 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:49.642546 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:49.643458 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:49.643577 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:49.663456 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:49.678177 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:49.680562 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:49.680593 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:49.680624 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:54.715969 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:54.716856 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:54.716891 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:54.717065 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:54.718135 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:54.718215 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:54.737449 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:54.752752 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:54.755256 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:54.755288 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:54.755319 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:03:59.788067 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:03:59.788234 -0700] Report: clients=1
D [10/Apr/2013:12:03:59.788263 -0700] Report: jobs=51
D [10/Apr/2013:12:03:59.788292 -0700] Report: jobs-active=43
D [10/Apr/2013:12:03:59.788320 -0700] Report: printers=2
D [10/Apr/2013:12:03:59.788348 -0700] Report: printers-implicit=0
D [10/Apr/2013:12:03:59.788457 -0700] Report: stringpool-string-count=6147
D [10/Apr/2013:12:03:59.788489 -0700] Report: stringpool-alloc-bytes=13864
D [10/Apr/2013:12:03:59.788517 -0700] Report: stringpool-total-bytes=117064
D [10/Apr/2013:12:03:59.788631 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:03:59.788666 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:03:59.788985 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:03:59.789760 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:03:59.789891 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:03:59.808185 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:03:59.822776 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:03:59.825275 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:03:59.825306 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:03:59.825336 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:04.857582 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:04.857965 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:04.858081 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:04.858527 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:04.859485 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:04.859565 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:04.878693 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:04.894589 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:04.896857 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:04.896890 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:04.896920 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:09.932758 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:09.933203 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:09.933364 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:09.933565 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:09.934734 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:09.934813 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:09.953832 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:09.970142 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:09.972529 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:09.972564 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:09.972646 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:10.974550 -0700] [Job 30] Unloading...
D [10/Apr/2013:12:04:10.974736 -0700] [Job 32] Unloading...
D [10/Apr/2013:12:04:10.974812 -0700] [Job 34] Unloading...
D [10/Apr/2013:12:04:10.974877 -0700] [Job 36] Unloading...
D [10/Apr/2013:12:04:10.974940 -0700] [Job 38] Unloading...
D [10/Apr/2013:12:04:15.013228 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:15.013355 -0700] [Job 2] Unloading...
D [10/Apr/2013:12:04:15.013540 -0700] [Job 33] Unloading...
D [10/Apr/2013:12:04:15.013658 -0700] [Job 35] Unloading...
D [10/Apr/2013:12:04:15.013730 -0700] [Job 37] Unloading...
D [10/Apr/2013:12:04:15.013793 -0700] [Job 39] Unloading...
D [10/Apr/2013:12:04:15.013853 -0700] [Job 40] Unloading...
D [10/Apr/2013:12:04:15.013912 -0700] [Job 41] Unloading...
D [10/Apr/2013:12:04:15.013974 -0700] [Job 42] Unloading...
D [10/Apr/2013:12:04:15.014035 -0700] [Job 43] Unloading...
D [10/Apr/2013:12:04:15.014096 -0700] [Job 44] Unloading...
D [10/Apr/2013:12:04:15.014156 -0700] [Job 45] Unloading...
D [10/Apr/2013:12:04:15.014216 -0700] [Job 46] Unloading...
D [10/Apr/2013:12:04:15.014274 -0700] [Job 47] Unloading...
D [10/Apr/2013:12:04:15.014334 -0700] [Job 48] Unloading...
D [10/Apr/2013:12:04:15.014393 -0700] [Job 49] Unloading...
D [10/Apr/2013:12:04:15.014493 -0700] [Job 50] Unloading...
D [10/Apr/2013:12:04:15.014558 -0700] [Job 51] Unloading...
D [10/Apr/2013:12:04:15.014709 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:15.014743 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:15.014939 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:15.015774 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:15.015850 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:15.016178 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:12:04:15.025955 -0700] [Job 30] Loading attributes...
D [10/Apr/2013:12:04:15.026553 -0700] [Job 32] Loading attributes...
D [10/Apr/2013:12:04:15.027071 -0700] [Job 33] Loading attributes...
D [10/Apr/2013:12:04:15.027622 -0700] [Job 34] Loading attributes...
D [10/Apr/2013:12:04:15.028150 -0700] [Job 35] Loading attributes...
D [10/Apr/2013:12:04:15.028970 -0700] [Job 36] Loading attributes...
D [10/Apr/2013:12:04:15.029525 -0700] [Job 37] Loading attributes...
D [10/Apr/2013:12:04:15.030034 -0700] [Job 38] Loading attributes...
D [10/Apr/2013:12:04:15.030602 -0700] [Job 39] Loading attributes...
D [10/Apr/2013:12:04:15.031109 -0700] [Job 40] Loading attributes...
D [10/Apr/2013:12:04:15.031651 -0700] [Job 41] Loading attributes...
D [10/Apr/2013:12:04:15.032152 -0700] [Job 42] Loading attributes...
D [10/Apr/2013:12:04:15.032804 -0700] [Job 43] Loading attributes...
D [10/Apr/2013:12:04:15.033315 -0700] [Job 44] Loading attributes...
D [10/Apr/2013:12:04:15.033876 -0700] [Job 45] Loading attributes...
D [10/Apr/2013:12:04:15.034379 -0700] [Job 46] Loading attributes...
D [10/Apr/2013:12:04:15.034947 -0700] [Job 47] Loading attributes...
D [10/Apr/2013:12:04:15.035449 -0700] [Job 48] Loading attributes...
D [10/Apr/2013:12:04:15.035999 -0700] [Job 49] Loading attributes...
D [10/Apr/2013:12:04:15.036615 -0700] [Job 50] Loading attributes...
D [10/Apr/2013:12:04:15.037152 -0700] [Job 51] Loading attributes...
D [10/Apr/2013:12:04:15.037700 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:15.052321 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:15.054556 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:15.054599 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:15.054630 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:20.087733 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:20.087981 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:20.088014 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:20.088186 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:20.089069 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:20.089148 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:20.108520 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:20.123843 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:20.126142 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:20.126174 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:20.126204 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:25.162562 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:25.162672 -0700] [Job 7] Unloading...
D [10/Apr/2013:12:04:25.162770 -0700] [Job 9] Unloading...
D [10/Apr/2013:12:04:25.162843 -0700] [Job 10] Unloading...
D [10/Apr/2013:12:04:25.162965 -0700] [Job 11] Unloading...
D [10/Apr/2013:12:04:25.163036 -0700] [Job 12] Unloading...
D [10/Apr/2013:12:04:25.163099 -0700] [Job 13] Unloading...
D [10/Apr/2013:12:04:25.163158 -0700] [Job 14] Unloading...
D [10/Apr/2013:12:04:25.163218 -0700] [Job 15] Unloading...
D [10/Apr/2013:12:04:25.163277 -0700] [Job 16] Unloading...
D [10/Apr/2013:12:04:25.163335 -0700] [Job 17] Unloading...
D [10/Apr/2013:12:04:25.163392 -0700] [Job 18] Unloading...
D [10/Apr/2013:12:04:25.163450 -0700] [Job 19] Unloading...
D [10/Apr/2013:12:04:25.163511 -0700] [Job 20] Unloading...
D [10/Apr/2013:12:04:25.163572 -0700] [Job 21] Unloading...
D [10/Apr/2013:12:04:25.163630 -0700] [Job 22] Unloading...
D [10/Apr/2013:12:04:25.163688 -0700] [Job 23] Unloading...
D [10/Apr/2013:12:04:25.163747 -0700] [Job 24] Unloading...
D [10/Apr/2013:12:04:25.163805 -0700] [Job 25] Unloading...
D [10/Apr/2013:12:04:25.163866 -0700] [Job 26] Unloading...
D [10/Apr/2013:12:04:25.164201 -0700] [Job 27] Unloading...
D [10/Apr/2013:12:04:25.164312 -0700] [Job 28] Unloading...
D [10/Apr/2013:12:04:25.164732 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:25.164766 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:25.164990 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:25.165910 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:25.165996 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:25.167010 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:12:04:25.167644 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:12:04:25.168315 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:12:04:25.168854 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:12:04:25.169529 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:12:04:25.170099 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:12:04:25.170610 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:12:04:25.171160 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:12:04:25.172006 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:12:04:25.172544 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:12:04:25.173105 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:12:04:25.173611 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:12:04:25.174183 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:12:04:25.174692 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:12:04:25.175243 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:12:04:25.175748 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:12:04:25.176399 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:12:04:25.176955 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:12:04:25.177460 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:12:04:25.178004 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:12:04:25.178527 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:12:04:25.187814 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:25.202931 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:25.205683 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:25.205713 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:25.205742 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:30.239715 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:30.239947 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:30.239985 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:30.240300 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:30.241141 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:30.241228 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:30.259998 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:30.275853 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:30.278289 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:30.278322 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:30.278357 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:35.314253 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:35.314604 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:35.314637 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:35.314810 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:35.315626 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:35.315705 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:35.334762 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:35.350429 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:35.352753 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:35.352785 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:35.352815 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:40.389599 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:40.389856 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:40.389888 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:40.390059 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:40.390872 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:40.390949 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:40.411290 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:40.426341 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:40.428683 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:40.428715 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:40.428746 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:45.462208 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:45.462422 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:45.462459 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:45.462650 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:45.463594 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:45.463679 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:45.484302 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:45.499675 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:45.502270 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:45.502302 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:45.502332 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:50.534726 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:50.535004 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:50.535043 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:50.535216 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:50.536193 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:50.536273 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:50.555463 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:50.571610 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:50.574580 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:50.574614 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:50.574645 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:04:55.606397 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:04:55.606807 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:04:55.606959 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:04:55.607329 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:04:55.608465 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:04:55.608552 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:04:55.630124 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:04:55.646002 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:04:55.648479 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:04:55.648509 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:04:55.648538 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:00.676367 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:00.676525 -0700] Report: clients=1
D [10/Apr/2013:12:05:00.676547 -0700] Report: jobs=51
D [10/Apr/2013:12:05:00.676568 -0700] Report: jobs-active=43
D [10/Apr/2013:12:05:00.676589 -0700] Report: printers=2
D [10/Apr/2013:12:05:00.676611 -0700] Report: printers-implicit=0
D [10/Apr/2013:12:05:00.676702 -0700] Report: stringpool-string-count=6147
D [10/Apr/2013:12:05:00.676726 -0700] Report: stringpool-alloc-bytes=13864
D [10/Apr/2013:12:05:00.676747 -0700] Report: stringpool-total-bytes=117064
D [10/Apr/2013:12:05:00.676838 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:00.676864 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:00.677001 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:00.677792 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:00.677854 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:00.692796 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:00.705301 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:00.707153 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:00.707179 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:00.707204 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:05.737851 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:05.740203 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:05.740238 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:05.740423 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:05.741364 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:05.741451 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:05.761398 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:05.776916 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:05.779273 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:05.779304 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:05.779333 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:10.812180 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:10.812595 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:10.812629 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:10.812915 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:10.813752 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:10.814000 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:10.836981 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:10.852788 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:10.855295 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:10.855327 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:10.855357 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:15.888896 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:15.889190 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:15.889224 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:15.889398 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:15.890176 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:15.890255 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:15.909392 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:15.924286 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:15.926586 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:15.926618 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:15.926649 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:16.928301 -0700] [Job 2] Unloading...
D [10/Apr/2013:12:05:16.928518 -0700] [Job 30] Unloading...
D [10/Apr/2013:12:05:16.928607 -0700] [Job 32] Unloading...
D [10/Apr/2013:12:05:16.928676 -0700] [Job 33] Unloading...
D [10/Apr/2013:12:05:16.928784 -0700] [Job 34] Unloading...
D [10/Apr/2013:12:05:16.928848 -0700] [Job 35] Unloading...
D [10/Apr/2013:12:05:16.928912 -0700] [Job 36] Unloading...
D [10/Apr/2013:12:05:16.928977 -0700] [Job 37] Unloading...
D [10/Apr/2013:12:05:16.929040 -0700] [Job 38] Unloading...
D [10/Apr/2013:12:05:16.929152 -0700] [Job 39] Unloading...
D [10/Apr/2013:12:05:16.929223 -0700] [Job 40] Unloading...
D [10/Apr/2013:12:05:16.929286 -0700] [Job 41] Unloading...
D [10/Apr/2013:12:05:16.929351 -0700] [Job 42] Unloading...
D [10/Apr/2013:12:05:16.929414 -0700] [Job 43] Unloading...
D [10/Apr/2013:12:05:16.929477 -0700] [Job 44] Unloading...
D [10/Apr/2013:12:05:16.929540 -0700] [Job 45] Unloading...
D [10/Apr/2013:12:05:16.929602 -0700] [Job 46] Unloading...
D [10/Apr/2013:12:05:16.929664 -0700] [Job 47] Unloading...
D [10/Apr/2013:12:05:16.929725 -0700] [Job 48] Unloading...
D [10/Apr/2013:12:05:16.929788 -0700] [Job 49] Unloading...
D [10/Apr/2013:12:05:16.929850 -0700] [Job 50] Unloading...
D [10/Apr/2013:12:05:16.929912 -0700] [Job 51] Unloading...
D [10/Apr/2013:12:05:20.961077 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:20.961368 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:20.961402 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:20.961580 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:20.962506 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:20.962582 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:20.962900 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:12:05:20.972504 -0700] [Job 30] Loading attributes...
D [10/Apr/2013:12:05:20.973058 -0700] [Job 32] Loading attributes...
D [10/Apr/2013:12:05:20.973626 -0700] [Job 33] Loading attributes...
D [10/Apr/2013:12:05:20.974140 -0700] [Job 34] Loading attributes...
D [10/Apr/2013:12:05:20.974686 -0700] [Job 35] Loading attributes...
D [10/Apr/2013:12:05:20.975185 -0700] [Job 36] Loading attributes...
D [10/Apr/2013:12:05:20.975763 -0700] [Job 37] Loading attributes...
D [10/Apr/2013:12:05:20.976269 -0700] [Job 38] Loading attributes...
D [10/Apr/2013:12:05:20.976862 -0700] [Job 39] Loading attributes...
D [10/Apr/2013:12:05:20.977404 -0700] [Job 40] Loading attributes...
D [10/Apr/2013:12:05:20.977929 -0700] [Job 41] Loading attributes...
D [10/Apr/2013:12:05:20.978477 -0700] [Job 42] Loading attributes...
D [10/Apr/2013:12:05:20.978979 -0700] [Job 43] Loading attributes...
D [10/Apr/2013:12:05:20.979521 -0700] [Job 44] Loading attributes...
D [10/Apr/2013:12:05:20.980048 -0700] [Job 45] Loading attributes...
D [10/Apr/2013:12:05:20.980738 -0700] [Job 46] Loading attributes...
D [10/Apr/2013:12:05:20.981250 -0700] [Job 47] Loading attributes...
D [10/Apr/2013:12:05:20.981804 -0700] [Job 48] Loading attributes...
D [10/Apr/2013:12:05:20.982369 -0700] [Job 49] Loading attributes...
D [10/Apr/2013:12:05:20.982873 -0700] [Job 50] Loading attributes...
D [10/Apr/2013:12:05:20.983416 -0700] [Job 51] Loading attributes...
D [10/Apr/2013:12:05:20.983918 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:20.998822 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:21.001326 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:21.001457 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:21.001504 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:26.038113 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:26.038233 -0700] [Job 7] Unloading...
D [10/Apr/2013:12:05:26.038329 -0700] [Job 9] Unloading...
D [10/Apr/2013:12:05:26.038401 -0700] [Job 10] Unloading...
D [10/Apr/2013:12:05:26.038514 -0700] [Job 11] Unloading...
D [10/Apr/2013:12:05:26.038585 -0700] [Job 12] Unloading...
D [10/Apr/2013:12:05:26.038646 -0700] [Job 13] Unloading...
D [10/Apr/2013:12:05:26.038704 -0700] [Job 14] Unloading...
D [10/Apr/2013:12:05:26.038762 -0700] [Job 15] Unloading...
D [10/Apr/2013:12:05:26.038820 -0700] [Job 16] Unloading...
D [10/Apr/2013:12:05:26.038880 -0700] [Job 17] Unloading...
D [10/Apr/2013:12:05:26.038937 -0700] [Job 18] Unloading...
D [10/Apr/2013:12:05:26.038994 -0700] [Job 19] Unloading...
D [10/Apr/2013:12:05:26.039055 -0700] [Job 20] Unloading...
D [10/Apr/2013:12:05:26.039116 -0700] [Job 21] Unloading...
D [10/Apr/2013:12:05:26.039204 -0700] [Job 22] Unloading...
D [10/Apr/2013:12:05:26.039264 -0700] [Job 23] Unloading...
D [10/Apr/2013:12:05:26.039322 -0700] [Job 24] Unloading...
D [10/Apr/2013:12:05:26.039381 -0700] [Job 25] Unloading...
D [10/Apr/2013:12:05:26.039440 -0700] [Job 26] Unloading...
D [10/Apr/2013:12:05:26.039496 -0700] [Job 27] Unloading...
D [10/Apr/2013:12:05:26.039606 -0700] [Job 28] Unloading...
D [10/Apr/2013:12:05:26.039764 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:26.039797 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:26.039967 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:26.040863 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:26.040940 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:26.041873 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:12:05:26.042545 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:12:05:26.043113 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:12:05:26.043691 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:12:05:26.044218 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:12:05:26.044861 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:12:05:26.045407 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:12:05:26.046022 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:12:05:26.046576 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:12:05:26.047090 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:12:05:26.047666 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:12:05:26.048178 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:12:05:26.048814 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:12:05:26.049323 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:12:05:26.049885 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:12:05:26.050393 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:12:05:26.050939 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:12:05:26.051439 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:12:05:26.051983 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:12:05:26.052608 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:12:05:26.053138 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:12:05:26.062667 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:26.077791 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:26.080216 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:26.080254 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:26.080285 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:31.117973 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:31.118228 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:31.118261 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:31.118433 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:31.119318 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:31.119397 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:31.138978 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:31.154380 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:31.156821 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:31.156860 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:31.156890 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:36.192083 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:36.192491 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:36.192524 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:36.192699 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:36.193497 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:36.193577 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:36.212342 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:36.226769 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:36.229201 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:36.229233 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:36.229263 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:41.260890 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:41.261342 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:41.261377 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:41.261557 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:41.262544 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:41.262632 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:41.283066 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:41.299406 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:41.301769 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:41.301801 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:41.301831 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:46.334202 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:46.335125 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:46.335175 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:46.335421 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:46.336735 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:46.337054 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:46.357852 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:46.373271 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:46.375567 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:46.375599 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:46.375630 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:51.414124 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:51.414379 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:51.414412 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:51.414656 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:51.415459 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:51.415538 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:51.434729 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:51.449803 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:51.452154 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:51.452185 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:51.452216 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:05:56.481328 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:05:56.481595 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:05:56.481622 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:05:56.481894 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:05:56.482560 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:05:56.482623 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:05:56.497675 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:05:56.509698 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:05:56.511528 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:05:56.511553 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:05:56.511577 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:01.543392 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:01.543566 -0700] Report: clients=1
D [10/Apr/2013:12:06:01.543594 -0700] Report: jobs=51
D [10/Apr/2013:12:06:01.543621 -0700] Report: jobs-active=43
D [10/Apr/2013:12:06:01.543648 -0700] Report: printers=2
D [10/Apr/2013:12:06:01.543675 -0700] Report: printers-implicit=0
D [10/Apr/2013:12:06:01.543786 -0700] Report: stringpool-string-count=6147
D [10/Apr/2013:12:06:01.543817 -0700] Report: stringpool-alloc-bytes=13864
D [10/Apr/2013:12:06:01.543844 -0700] Report: stringpool-total-bytes=117064
D [10/Apr/2013:12:06:01.543958 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:01.544071 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:01.544257 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:01.545800 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:01.545884 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:01.565484 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:01.580258 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:01.582929 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:01.582962 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:01.582992 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:06.615582 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:06.615788 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:06.615821 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:06.615993 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:06.616868 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:06.616949 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:06.635432 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:06.650398 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:06.652700 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:06.652732 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:06.652762 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
E [10/Apr/2013:12:06:11.662821 -0700] [Job 30] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.662884 -0700] [Job 32] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.662939 -0700] [Job 33] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.662993 -0700] [Job 34] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663047 -0700] [Job 35] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663101 -0700] [Job 36] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663155 -0700] [Job 37] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663208 -0700] [Job 38] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663262 -0700] [Job 39] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663315 -0700] [Job 40] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663368 -0700] [Job 41] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663422 -0700] [Job 42] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663525 -0700] [Job 43] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663580 -0700] [Job 44] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663633 -0700] [Job 45] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663686 -0700] [Job 46] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663740 -0700] [Job 47] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663793 -0700] [Job 48] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663845 -0700] [Job 49] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663899 -0700] [Job 50] Stopping unresponsive job!
E [10/Apr/2013:12:06:11.663989 -0700] [Job 51] Stopping unresponsive job!
D [10/Apr/2013:12:06:11.683730 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:11.684097 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:11.684134 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:11.684327 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:11.685350 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:11.685482 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:11.706144 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:11.720709 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:11.722897 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:11.722929 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:11.722959 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:16.759954 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:16.761833 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:16.761893 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:16.762317 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:16.763247 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:16.763328 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:16.781999 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:16.796994 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:16.799264 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:16.799297 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:16.799327 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:21.834547 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:21.834668 -0700] [Job 2] Unloading...
D [10/Apr/2013:12:06:21.834765 -0700] [Job 30] Unloading...
D [10/Apr/2013:12:06:21.834841 -0700] [Job 32] Unloading...
D [10/Apr/2013:12:06:21.835028 -0700] [Job 33] Unloading...
D [10/Apr/2013:12:06:21.835104 -0700] [Job 34] Unloading...
D [10/Apr/2013:12:06:21.835163 -0700] [Job 35] Unloading...
D [10/Apr/2013:12:06:21.835223 -0700] [Job 36] Unloading...
D [10/Apr/2013:12:06:21.835283 -0700] [Job 37] Unloading...
D [10/Apr/2013:12:06:21.835342 -0700] [Job 38] Unloading...
D [10/Apr/2013:12:06:21.835400 -0700] [Job 39] Unloading...
D [10/Apr/2013:12:06:21.835458 -0700] [Job 40] Unloading...
D [10/Apr/2013:12:06:21.835516 -0700] [Job 41] Unloading...
D [10/Apr/2013:12:06:21.835575 -0700] [Job 42] Unloading...
D [10/Apr/2013:12:06:21.835634 -0700] [Job 43] Unloading...
D [10/Apr/2013:12:06:21.835692 -0700] [Job 44] Unloading...
D [10/Apr/2013:12:06:21.835750 -0700] [Job 45] Unloading...
D [10/Apr/2013:12:06:21.835809 -0700] [Job 46] Unloading...
D [10/Apr/2013:12:06:21.835867 -0700] [Job 47] Unloading...
D [10/Apr/2013:12:06:21.836007 -0700] [Job 48] Unloading...
D [10/Apr/2013:12:06:21.836076 -0700] [Job 49] Unloading...
D [10/Apr/2013:12:06:21.836137 -0700] [Job 50] Unloading...
D [10/Apr/2013:12:06:21.836195 -0700] [Job 51] Unloading...
D [10/Apr/2013:12:06:21.836390 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:21.836424 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:21.836594 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:21.837510 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:21.837592 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:21.837984 -0700] [Job 2] Loading attributes...
D [10/Apr/2013:12:06:21.848541 -0700] [Job 30] Loading attributes...
D [10/Apr/2013:12:06:21.849221 -0700] [Job 32] Loading attributes...
D [10/Apr/2013:12:06:21.849786 -0700] [Job 33] Loading attributes...
D [10/Apr/2013:12:06:21.850394 -0700] [Job 34] Loading attributes...
D [10/Apr/2013:12:06:21.850994 -0700] [Job 35] Loading attributes...
D [10/Apr/2013:12:06:21.851571 -0700] [Job 36] Loading attributes...
D [10/Apr/2013:12:06:21.852221 -0700] [Job 37] Loading attributes...
D [10/Apr/2013:12:06:21.852781 -0700] [Job 38] Loading attributes...
D [10/Apr/2013:12:06:21.853381 -0700] [Job 39] Loading attributes...
D [10/Apr/2013:12:06:21.854008 -0700] [Job 40] Loading attributes...
D [10/Apr/2013:12:06:21.854561 -0700] [Job 41] Loading attributes...
D [10/Apr/2013:12:06:21.855204 -0700] [Job 42] Loading attributes...
D [10/Apr/2013:12:06:21.855756 -0700] [Job 43] Loading attributes...
D [10/Apr/2013:12:06:21.856480 -0700] [Job 44] Loading attributes...
D [10/Apr/2013:12:06:21.857103 -0700] [Job 45] Loading attributes...
D [10/Apr/2013:12:06:21.857663 -0700] [Job 46] Loading attributes...
D [10/Apr/2013:12:06:21.858261 -0700] [Job 47] Loading attributes...
D [10/Apr/2013:12:06:21.858836 -0700] [Job 48] Loading attributes...
D [10/Apr/2013:12:06:21.859442 -0700] [Job 49] Loading attributes...
D [10/Apr/2013:12:06:21.860085 -0700] [Job 50] Loading attributes...
D [10/Apr/2013:12:06:21.860640 -0700] [Job 51] Loading attributes...
D [10/Apr/2013:12:06:21.861255 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:21.878187 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:21.880617 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:21.880649 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:21.880679 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:26.916756 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:26.916955 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:26.916988 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:26.917209 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:26.917937 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:26.918039 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:26.936405 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:26.951152 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:26.953842 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:26.953874 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:26.953904 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:27.955301 -0700] [Job 7] Unloading...
D [10/Apr/2013:12:06:27.955486 -0700] [Job 9] Unloading...
D [10/Apr/2013:12:06:27.955563 -0700] [Job 10] Unloading...
D [10/Apr/2013:12:06:27.955630 -0700] [Job 11] Unloading...
D [10/Apr/2013:12:06:27.955693 -0700] [Job 12] Unloading...
D [10/Apr/2013:12:06:27.955753 -0700] [Job 13] Unloading...
D [10/Apr/2013:12:06:27.955812 -0700] [Job 14] Unloading...
D [10/Apr/2013:12:06:27.955873 -0700] [Job 15] Unloading...
D [10/Apr/2013:12:06:27.955932 -0700] [Job 16] Unloading...
D [10/Apr/2013:12:06:27.955991 -0700] [Job 17] Unloading...
D [10/Apr/2013:12:06:27.956050 -0700] [Job 18] Unloading...
D [10/Apr/2013:12:06:27.956198 -0700] [Job 19] Unloading...
D [10/Apr/2013:12:06:27.956272 -0700] [Job 20] Unloading...
D [10/Apr/2013:12:06:27.956336 -0700] [Job 21] Unloading...
D [10/Apr/2013:12:06:27.956397 -0700] [Job 22] Unloading...
D [10/Apr/2013:12:06:27.956456 -0700] [Job 23] Unloading...
D [10/Apr/2013:12:06:27.956514 -0700] [Job 24] Unloading...
D [10/Apr/2013:12:06:27.956573 -0700] [Job 25] Unloading...
D [10/Apr/2013:12:06:27.956631 -0700] [Job 26] Unloading...
D [10/Apr/2013:12:06:27.956689 -0700] [Job 27] Unloading...
D [10/Apr/2013:12:06:27.956747 -0700] [Job 28] Unloading...
D [10/Apr/2013:12:06:31.988092 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:31.988488 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:31.988525 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:31.988717 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:31.989593 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:31.989677 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:31.990713 -0700] [Job 7] Loading attributes...
D [10/Apr/2013:12:06:31.991453 -0700] [Job 9] Loading attributes...
D [10/Apr/2013:12:06:31.992058 -0700] [Job 10] Loading attributes...
D [10/Apr/2013:12:06:31.992750 -0700] [Job 11] Loading attributes...
D [10/Apr/2013:12:06:31.993382 -0700] [Job 12] Loading attributes...
D [10/Apr/2013:12:06:31.993983 -0700] [Job 13] Loading attributes...
D [10/Apr/2013:12:06:31.994611 -0700] [Job 14] Loading attributes...
D [10/Apr/2013:12:06:31.995182 -0700] [Job 15] Loading attributes...
D [10/Apr/2013:12:06:31.995800 -0700] [Job 16] Loading attributes...
D [10/Apr/2013:12:06:31.996486 -0700] [Job 17] Loading attributes...
D [10/Apr/2013:12:06:31.997052 -0700] [Job 18] Loading attributes...
D [10/Apr/2013:12:06:31.997656 -0700] [Job 19] Loading attributes...
D [10/Apr/2013:12:06:31.998236 -0700] [Job 20] Loading attributes...
D [10/Apr/2013:12:06:31.998899 -0700] [Job 21] Loading attributes...
D [10/Apr/2013:12:06:31.999514 -0700] [Job 22] Loading attributes...
D [10/Apr/2013:12:06:32.000080 -0700] [Job 23] Loading attributes...
D [10/Apr/2013:12:06:32.000844 -0700] [Job 24] Loading attributes...
D [10/Apr/2013:12:06:32.001487 -0700] [Job 25] Loading attributes...
D [10/Apr/2013:12:06:32.002049 -0700] [Job 26] Loading attributes...
D [10/Apr/2013:12:06:32.002655 -0700] [Job 27] Loading attributes...
D [10/Apr/2013:12:06:32.003212 -0700] [Job 28] Loading attributes...
D [10/Apr/2013:12:06:32.013589 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:32.030741 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:32.033144 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:32.033175 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:32.033206 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:37.069936 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:37.070146 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:37.070179 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:37.070381 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:37.071174 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:37.071252 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:37.089424 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:37.104336 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:37.106656 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:37.106688 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:37.106719 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:42.140246 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:42.140531 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:42.140568 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:42.140877 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:42.141739 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:42.141877 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:42.162235 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:42.179073 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:42.181437 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:42.181469 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:42.181500 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:47.218760 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:47.219166 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:47.219200 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:47.219374 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:47.220199 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:47.220278 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:47.239298 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:47.254453 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:47.257072 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:47.257105 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:47.257136 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:52.292401 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:52.292629 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:52.292663 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:52.292845 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:52.293755 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:52.293834 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:52.312423 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:52.327205 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:52.329598 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:52.329630 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:52.329660 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:06:57.364740 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:06:57.364940 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:06:57.364973 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:06:57.365528 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:06:57.366697 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:06:57.366775 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:06:57.385862 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:06:57.400898 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:06:57.403057 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:06:57.403089 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:06:57.403119 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:07:02.439815 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:02.440215 -0700] Report: clients=1
D [10/Apr/2013:12:07:02.440250 -0700] Report: jobs=51
D [10/Apr/2013:12:07:02.440277 -0700] Report: jobs-active=43
D [10/Apr/2013:12:07:02.440304 -0700] Report: printers=2
D [10/Apr/2013:12:07:02.440331 -0700] Report: printers-implicit=0
D [10/Apr/2013:12:07:02.440444 -0700] Report: stringpool-string-count=6147
D [10/Apr/2013:12:07:02.440475 -0700] Report: stringpool-alloc-bytes=13864
D [10/Apr/2013:12:07:02.440502 -0700] Report: stringpool-total-bytes=117064
D [10/Apr/2013:12:07:02.440657 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:02.440696 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:07:02.440868 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:02.441770 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:07:02.441847 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:07:02.460846 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:07:02.475389 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:07:02.477691 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:02.477724 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:02.477755 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:07:07.511224 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:07.511503 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:07.511899 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:07:07.512092 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:07.512899 -0700] cupsdReadClient: 10 1.1 Get-Jobs 1
D [10/Apr/2013:12:07:07.512977 -0700] Get-Jobs ipp://localhost/
D [10/Apr/2013:12:07:07.531789 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost/) from localhost
D [10/Apr/2013:12:07:07.546396 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:07:07.548573 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:07.548605 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:07.548635 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [10/Apr/2013:12:07:12.592917 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.593192 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.593225 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:07:12.593397 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.595016 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 1
D [10/Apr/2013:12:07:12.595238 -0700] CUPS-Get-Default
D [10/Apr/2013:12:07:12.596784 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:12:07:12.598730 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [10/Apr/2013:12:07:12.599938 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:07:12.599992 -0700] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [10/Apr/2013:12:07:12.600236 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.600920 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:12:07:12.600995 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.601445 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.601476 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [10/Apr/2013:12:07:12.601527 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:07:12.601649 -0700] [Job 52] Adding start banner page "none".
D [10/Apr/2013:12:07:12.601800 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:07:12.601829 -0700] [Job 52] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:07:12.601859 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.602526 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.603164 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:07:12.603204 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.603389 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.604960 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:12:07:12.609440 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.609786 -0700] [Job 52] Auto-typing file...
D [10/Apr/2013:12:07:12.609929 -0700] [Job 52] Request file type is image/jpeg.
D [10/Apr/2013:12:07:12.610071 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.610112 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:12:07:12.610224 -0700] [Job 52] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:07:12.610263 -0700] [Job 52] Adding end banner page "none".
D [10/Apr/2013:12:07:12.610335 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.610367 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.610515 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.612372 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.612461 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.612489 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.612517 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.624766 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.624941 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.624975 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.625195 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.626914 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 1
D [10/Apr/2013:12:07:12.626993 -0700] CUPS-Get-Default
D [10/Apr/2013:12:07:12.628199 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:12:07:12.629761 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.630793 -0700] cupsdReadClient: 10 POST /jobs/ HTTP/1.1
D [10/Apr/2013:12:07:12.630833 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.631003 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.631489 -0700] cupsdReadClient: 10 1.1 Cancel-Job 1
D [10/Apr/2013:12:07:12.631561 -0700] Cancel-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.631931 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.631959 -0700] [Job 52] Job canceled by "manfred"
D [10/Apr/2013:12:07:12.632350 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.632392 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.632421 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:12:07:12.632483 -0700] [Job 52] Canceled by "manfred".
D [10/Apr/2013:12:07:12.632514 -0700] Returning IPP successful-ok for Cancel-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.633063 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.634678 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.634709 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.634738 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.645368 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.645531 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.645564 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.645733 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.647262 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:07:12.647340 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.648468 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.649975 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.651179 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:07:12.651222 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.651396 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.652279 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:12:07:12.652356 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.652730 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.652760 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.652813 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:07:12.652935 -0700] [Job 53] Adding start banner page "none".
D [10/Apr/2013:12:07:12.653140 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:07:12.653169 -0700] [Job 53] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:07:12.653199 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.653886 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.654643 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:07:12.654684 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.654878 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.655609 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:12:07:12.659340 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.659662 -0700] [Job 53] Auto-typing file...
D [10/Apr/2013:12:07:12.659784 -0700] [Job 53] Request file type is image/jpeg.
D [10/Apr/2013:12:07:12.659855 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.659883 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:12:07:12.659982 -0700] [Job 53] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:07:12.660140 -0700] [Job 53] Adding end banner page "none".
D [10/Apr/2013:12:07:12.660221 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.660250 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.660386 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.661102 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.662111 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.662145 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.662175 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.672789 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.672956 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.672989 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.673241 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.674663 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 1
D [10/Apr/2013:12:07:12.674741 -0700] CUPS-Get-Default
D [10/Apr/2013:12:07:12.675810 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:12:07:12.677605 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.678585 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.678623 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.678793 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.680285 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:07:12.680362 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.681443 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.682954 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.683915 -0700] cupsdReadClient: 10 POST /jobs/ HTTP/1.1
D [10/Apr/2013:12:07:12.683955 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.684181 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.684637 -0700] cupsdReadClient: 10 1.1 Cancel-Job 1
D [10/Apr/2013:12:07:12.684711 -0700] Cancel-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.685121 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.685151 -0700] [Job 53] Job canceled by "manfred"
D [10/Apr/2013:12:07:12.685404 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.685437 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.685466 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:12:07:12.685528 -0700] [Job 53] Canceled by "manfred".
D [10/Apr/2013:12:07:12.685559 -0700] Returning IPP successful-ok for Cancel-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.686099 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.686962 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.686994 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.687091 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.706552 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.706718 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.706751 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.707338 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.708880 -0700] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [10/Apr/2013:12:07:12.708960 -0700] Get-Printer-Attributes ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.710047 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.711635 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.712820 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:07:12.712860 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.713029 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.713931 -0700] cupsdReadClient: 10 1.1 Create-Job 1
D [10/Apr/2013:12:07:12.714006 -0700] Create-Job ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.714406 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.714437 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.714489 -0700] add_job: requesting-user-name="manfred"
I [10/Apr/2013:12:07:12.714610 -0700] [Job 54] Adding start banner page "none".
D [10/Apr/2013:12:07:12.714760 -0700] Discarding unused job-created event...
I [10/Apr/2013:12:07:12.714788 -0700] [Job 54] Queued on "Test1" by "manfred".
D [10/Apr/2013:12:07:12.714838 -0700] Returning IPP successful-ok for Create-Job (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.715512 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.716402 -0700] cupsdReadClient: 10 POST /printers/Test1 HTTP/1.1
D [10/Apr/2013:12:07:12.716462 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.716634 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.717211 -0700] cupsdReadClient: 10 1.1 Send-Document 1
D [10/Apr/2013:12:07:12.722028 -0700] Send-Document ipp://localhost:8631/printers/Test1
D [10/Apr/2013:12:07:12.722375 -0700] [Job 54] Auto-typing file...
D [10/Apr/2013:12:07:12.722495 -0700] [Job 54] Request file type is image/jpeg.
D [10/Apr/2013:12:07:12.722570 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.722599 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:12:07:12.722695 -0700] [Job 54] File of type image/jpeg queued by "manfred".
I [10/Apr/2013:12:07:12.722729 -0700] [Job 54] Adding end banner page "none".
D [10/Apr/2013:12:07:12.722792 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.722820 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.722952 -0700] Returning IPP successful-ok for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.725161 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.725245 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.725273 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.725300 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.736175 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.736353 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.736385 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.736557 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.737949 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Printers 1
D [10/Apr/2013:12:07:12.738028 -0700] CUPS-Get-Printers
D [10/Apr/2013:12:07:12.739857 -0700] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost
D [10/Apr/2013:12:07:12.742413 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.743650 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.743689 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.743859 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.744250 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Default 1
D [10/Apr/2013:12:07:12.744320 -0700] CUPS-Get-Default
D [10/Apr/2013:12:07:12.747984 -0700] Returning IPP successful-ok for CUPS-Get-Default (no URI) from localhost
D [10/Apr/2013:12:07:12.753396 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.754770 -0700] cupsdAcceptClient: 13 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.754932 -0700] cupsdReadClient: 13 POST /jobs/ HTTP/1.1
D [10/Apr/2013:12:07:12.754965 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.755187 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.755672 -0700] cupsdReadClient: 13 1.1 Cancel-Job 1
D [10/Apr/2013:12:07:12.755746 -0700] Cancel-Job ipp://localhost/printers/Test1
D [10/Apr/2013:12:07:12.756241 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.756271 -0700] [Job 54] Job canceled by "manfred"
D [10/Apr/2013:12:07:12.756536 -0700] cupsdMarkDirty(----J-)
D [10/Apr/2013:12:07:12.756568 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.756597 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:12:07:12.756658 -0700] [Job 54] Canceled by "manfred".
D [10/Apr/2013:12:07:12.756689 -0700] Returning IPP successful-ok for Cancel-Job (ipp://localhost/printers/Test1) from localhost
D [10/Apr/2013:12:07:12.757315 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.758225 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.758258 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.758288 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.758489 -0700] cupsdReadClient: 13 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.758517 -0700] cupsdCloseClient: 13
D [10/Apr/2013:12:07:12.758545 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.767158 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.769123 -0700] cupsdReadClient: 10 POST /admin/ HTTP/1.1
D [10/Apr/2013:12:07:12.769162 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.769333 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.769797 -0700] cupsdReadClient: 10 1.1 Purge-Jobs 1
D [10/Apr/2013:12:07:12.769870 -0700] Purge-Jobs ipp://localhost/printers/
D [10/Apr/2013:12:07:12.770231 -0700] [Job 1] Loading attributes...
D [10/Apr/2013:12:07:12.770459 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.770488 -0700] [Job 1] Job purged by user.
D [10/Apr/2013:12:07:12.770632 -0700] [Job 1] Unloading...
D [10/Apr/2013:12:07:12.770714 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.770807 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.770834 -0700] [Job 2] Job purged by user.
I [10/Apr/2013:12:07:12.770863 -0700] Subscription 2 has expired...
D [10/Apr/2013:12:07:12.770895 -0700] cupsdMarkDirty(-----S)
D [10/Apr/2013:12:07:12.770924 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.771299 -0700] [Job 2] Unloading...
D [10/Apr/2013:12:07:12.771388 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.771458 -0700] [Job 3] Loading attributes...
D [10/Apr/2013:12:07:12.771670 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.771702 -0700] [Job 3] Job purged by user.
D [10/Apr/2013:12:07:12.771815 -0700] [Job 3] Unloading...
D [10/Apr/2013:12:07:12.771891 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.771958 -0700] [Job 4] Loading attributes...
D [10/Apr/2013:12:07:12.772255 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.772287 -0700] [Job 4] Job purged by user.
D [10/Apr/2013:12:07:12.772400 -0700] [Job 4] Unloading...
D [10/Apr/2013:12:07:12.772472 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.772538 -0700] [Job 5] Loading attributes...
D [10/Apr/2013:12:07:12.772715 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.772746 -0700] [Job 5] Job purged by user.
D [10/Apr/2013:12:07:12.772853 -0700] [Job 5] Unloading...
D [10/Apr/2013:12:07:12.772919 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.772985 -0700] [Job 6] Loading attributes...
D [10/Apr/2013:12:07:12.773266 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.773298 -0700] [Job 6] Job purged by user.
D [10/Apr/2013:12:07:12.773591 -0700] [Job 6] Unloading...
D [10/Apr/2013:12:07:12.773711 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.773816 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.773845 -0700] [Job 7] Job purged by user.
D [10/Apr/2013:12:07:12.774264 -0700] [Job 7] Unloading...
D [10/Apr/2013:12:07:12.774358 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.774429 -0700] [Job 8] Loading attributes...
D [10/Apr/2013:12:07:12.774661 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.774692 -0700] [Job 8] Job purged by user.
D [10/Apr/2013:12:07:12.774806 -0700] [Job 8] Unloading...
D [10/Apr/2013:12:07:12.774888 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.774993 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.775067 -0700] [Job 9] Job purged by user.
D [10/Apr/2013:12:07:12.775364 -0700] [Job 9] Unloading...
D [10/Apr/2013:12:07:12.775444 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.775550 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.775581 -0700] [Job 10] Job purged by user.
D [10/Apr/2013:12:07:12.776236 -0700] [Job 10] Unloading...
D [10/Apr/2013:12:07:12.776326 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.776433 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.776464 -0700] [Job 11] Job purged by user.
D [10/Apr/2013:12:07:12.776748 -0700] [Job 11] Unloading...
D [10/Apr/2013:12:07:12.776820 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.776924 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.776954 -0700] [Job 12] Job purged by user.
D [10/Apr/2013:12:07:12.777615 -0700] [Job 12] Unloading...
D [10/Apr/2013:12:07:12.777700 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.777844 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.777876 -0700] [Job 13] Job purged by user.
D [10/Apr/2013:12:07:12.778218 -0700] [Job 13] Unloading...
D [10/Apr/2013:12:07:12.778295 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.778400 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.778431 -0700] [Job 14] Job purged by user.
D [10/Apr/2013:12:07:12.778713 -0700] [Job 14] Unloading...
D [10/Apr/2013:12:07:12.778785 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.778889 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.778920 -0700] [Job 15] Job purged by user.
D [10/Apr/2013:12:07:12.779273 -0700] [Job 15] Unloading...
D [10/Apr/2013:12:07:12.779353 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.779459 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.779491 -0700] [Job 16] Job purged by user.
D [10/Apr/2013:12:07:12.779769 -0700] [Job 16] Unloading...
D [10/Apr/2013:12:07:12.779840 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.779944 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.779975 -0700] [Job 17] Job purged by user.
D [10/Apr/2013:12:07:12.780394 -0700] [Job 17] Unloading...
D [10/Apr/2013:12:07:12.780478 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.780584 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.780615 -0700] [Job 18] Job purged by user.
D [10/Apr/2013:12:07:12.780890 -0700] [Job 18] Unloading...
D [10/Apr/2013:12:07:12.781003 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.781161 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.781193 -0700] [Job 19] Job purged by user.
D [10/Apr/2013:12:07:12.781479 -0700] [Job 19] Unloading...
D [10/Apr/2013:12:07:12.781591 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.781699 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.781730 -0700] [Job 20] Job purged by user.
D [10/Apr/2013:12:07:12.782007 -0700] [Job 20] Unloading...
D [10/Apr/2013:12:07:12.782128 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.782242 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.782273 -0700] [Job 21] Job purged by user.
D [10/Apr/2013:12:07:12.782550 -0700] [Job 21] Unloading...
D [10/Apr/2013:12:07:12.782623 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.782727 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.782758 -0700] [Job 22] Job purged by user.
D [10/Apr/2013:12:07:12.783086 -0700] [Job 22] Unloading...
D [10/Apr/2013:12:07:12.783164 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.783269 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.783300 -0700] [Job 23] Job purged by user.
D [10/Apr/2013:12:07:12.783577 -0700] [Job 23] Unloading...
D [10/Apr/2013:12:07:12.783650 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.783753 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.783784 -0700] [Job 24] Job purged by user.
D [10/Apr/2013:12:07:12.784052 -0700] [Job 24] Unloading...
D [10/Apr/2013:12:07:12.784210 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.784327 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.784358 -0700] [Job 25] Job purged by user.
D [10/Apr/2013:12:07:12.784636 -0700] [Job 25] Unloading...
D [10/Apr/2013:12:07:12.784708 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.784811 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.784865 -0700] [Job 26] Job purged by user.
D [10/Apr/2013:12:07:12.785192 -0700] [Job 26] Unloading...
D [10/Apr/2013:12:07:12.785269 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.785376 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.785407 -0700] [Job 27] Job purged by user.
D [10/Apr/2013:12:07:12.785684 -0700] [Job 27] Unloading...
D [10/Apr/2013:12:07:12.785756 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.785859 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.785890 -0700] [Job 28] Job purged by user.
D [10/Apr/2013:12:07:12.786222 -0700] [Job 28] Unloading...
D [10/Apr/2013:12:07:12.786298 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.786367 -0700] [Job 29] Loading attributes...
D [10/Apr/2013:12:07:12.786603 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.786634 -0700] [Job 29] Job purged by user.
D [10/Apr/2013:12:07:12.786746 -0700] [Job 29] Unloading...
D [10/Apr/2013:12:07:12.786819 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.786922 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.786953 -0700] [Job 30] Job purged by user.
D [10/Apr/2013:12:07:12.787285 -0700] [Job 30] Unloading...
D [10/Apr/2013:12:07:12.787361 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.787430 -0700] [Job 31] Loading attributes...
D [10/Apr/2013:12:07:12.787636 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.787667 -0700] [Job 31] Job purged by user.
D [10/Apr/2013:12:07:12.787776 -0700] [Job 31] Unloading...
D [10/Apr/2013:12:07:12.787850 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.787951 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.787982 -0700] [Job 32] Job purged by user.
D [10/Apr/2013:12:07:12.788399 -0700] [Job 32] Unloading...
D [10/Apr/2013:12:07:12.788481 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.788619 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.788649 -0700] [Job 33] Job purged by user.
D [10/Apr/2013:12:07:12.788938 -0700] [Job 33] Unloading...
D [10/Apr/2013:12:07:12.789016 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.789174 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.789205 -0700] [Job 34] Job purged by user.
D [10/Apr/2013:12:07:12.789490 -0700] [Job 34] Unloading...
D [10/Apr/2013:12:07:12.789563 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.789668 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.789699 -0700] [Job 35] Job purged by user.
D [10/Apr/2013:12:07:12.789973 -0700] [Job 35] Unloading...
D [10/Apr/2013:12:07:12.790042 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.790200 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.790231 -0700] [Job 36] Job purged by user.
D [10/Apr/2013:12:07:12.790531 -0700] [Job 36] Unloading...
D [10/Apr/2013:12:07:12.790609 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.790713 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.790744 -0700] [Job 37] Job purged by user.
D [10/Apr/2013:12:07:12.791023 -0700] [Job 37] Unloading...
D [10/Apr/2013:12:07:12.791162 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.791278 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.791309 -0700] [Job 38] Job purged by user.
D [10/Apr/2013:12:07:12.791585 -0700] [Job 38] Unloading...
D [10/Apr/2013:12:07:12.791659 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.791762 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.791793 -0700] [Job 39] Job purged by user.
D [10/Apr/2013:12:07:12.792190 -0700] [Job 39] Unloading...
D [10/Apr/2013:12:07:12.792284 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.792414 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.792446 -0700] [Job 40] Job purged by user.
D [10/Apr/2013:12:07:12.792744 -0700] [Job 40] Unloading...
D [10/Apr/2013:12:07:12.792816 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.792920 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.792951 -0700] [Job 41] Job purged by user.
D [10/Apr/2013:12:07:12.793282 -0700] [Job 41] Unloading...
D [10/Apr/2013:12:07:12.793358 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.793464 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.793495 -0700] [Job 42] Job purged by user.
D [10/Apr/2013:12:07:12.793767 -0700] [Job 42] Unloading...
D [10/Apr/2013:12:07:12.793839 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.793943 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.793974 -0700] [Job 43] Job purged by user.
D [10/Apr/2013:12:07:12.794308 -0700] [Job 43] Unloading...
D [10/Apr/2013:12:07:12.794383 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.794488 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.794519 -0700] [Job 44] Job purged by user.
D [10/Apr/2013:12:07:12.794792 -0700] [Job 44] Unloading...
D [10/Apr/2013:12:07:12.794863 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.794966 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.794996 -0700] [Job 45] Job purged by user.
D [10/Apr/2013:12:07:12.795560 -0700] [Job 45] Unloading...
D [10/Apr/2013:12:07:12.795672 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.795777 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.795805 -0700] [Job 46] Job purged by user.
D [10/Apr/2013:12:07:12.796221 -0700] [Job 46] Unloading...
D [10/Apr/2013:12:07:12.796309 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.796408 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.796435 -0700] [Job 47] Job purged by user.
D [10/Apr/2013:12:07:12.796708 -0700] [Job 47] Unloading...
D [10/Apr/2013:12:07:12.796786 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.796880 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.796907 -0700] [Job 48] Job purged by user.
D [10/Apr/2013:12:07:12.797230 -0700] [Job 48] Unloading...
D [10/Apr/2013:12:07:12.797307 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.797400 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.797428 -0700] [Job 49] Job purged by user.
D [10/Apr/2013:12:07:12.797689 -0700] [Job 49] Unloading...
D [10/Apr/2013:12:07:12.797758 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.797850 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.797877 -0700] [Job 50] Job purged by user.
D [10/Apr/2013:12:07:12.798223 -0700] [Job 50] Unloading...
D [10/Apr/2013:12:07:12.798297 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.798391 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.798418 -0700] [Job 51] Job purged by user.
D [10/Apr/2013:12:07:12.798674 -0700] [Job 51] Unloading...
D [10/Apr/2013:12:07:12.798741 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.798833 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.798861 -0700] [Job 52] Job purged by user.
D [10/Apr/2013:12:07:12.798912 -0700] [Job 52] Unloading...
D [10/Apr/2013:12:07:12.798974 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.799141 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.799169 -0700] [Job 53] Job purged by user.
D [10/Apr/2013:12:07:12.799221 -0700] [Job 53] Unloading...
D [10/Apr/2013:12:07:12.799280 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.799371 -0700] Discarding unused job-completed event...
I [10/Apr/2013:12:07:12.799398 -0700] [Job 54] Job purged by user.
D [10/Apr/2013:12:07:12.799446 -0700] [Job 54] Unloading...
D [10/Apr/2013:12:07:12.799517 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [10/Apr/2013:12:07:12.799579 -0700] All jobs were purged by "manfred".
D [10/Apr/2013:12:07:12.799611 -0700] Returning IPP successful-ok for Purge-Jobs (ipp://localhost/printers/) from localhost
D [10/Apr/2013:12:07:12.800445 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.801409 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.801442 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.801471 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.819181 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.819592 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.819626 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.819797 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.821270 -0700] cupsdReadClient: 10 1.1 CUPS-Get-Devices 1
D [10/Apr/2013:12:07:12.821345 -0700] CUPS-Get-Devices
D [10/Apr/2013:12:07:12.821685 -0700] [CGI] argv[0] = "/tmp/cups-manfred/bin/daemon/cups-deviced"
D [10/Apr/2013:12:07:12.821721 -0700] [CGI] argv[1] = "1"
D [10/Apr/2013:12:07:12.821752 -0700] [CGI] argv[2] = "0"
D [10/Apr/2013:12:07:12.821782 -0700] [CGI] argv[3] = "15"
D [10/Apr/2013:12:07:12.821812 -0700] [CGI] argv[4] = "1000"
D [10/Apr/2013:12:07:12.821842 -0700] [CGI] argv[5] = "requested-attributes=all"
D [10/Apr/2013:12:07:12.821873 -0700] [CGI] envp[0] = "LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:07:12.821903 -0700] [CGI] envp[1] = "CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:07:12.821933 -0700] [CGI] envp[2] = "CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:07:12.821963 -0700] [CGI] envp[3] = "CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:07:12.821993 -0700] [CGI] envp[4] = "CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:07:12.822067 -0700] [CGI] envp[5] = "CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:07:12.822105 -0700] [CGI] envp[6] = "CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:07:12.822136 -0700] [CGI] envp[7] = "CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:07:12.822166 -0700] [CGI] envp[8] = "CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:07:12.822196 -0700] [CGI] envp[9] = "DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.822227 -0700] [CGI] envp[10] = "HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:07:12.822258 -0700] [CGI] envp[11] = "LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.822290 -0700] [CGI] envp[12] = "LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:07:12.822321 -0700] [CGI] envp[13] = "PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:07:12.822351 -0700] [CGI] envp[14] = "SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:07:12.822382 -0700] [CGI] envp[15] = "SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.822435 -0700] [CGI] envp[16] = "SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:07:12.822466 -0700] [CGI] envp[17] = "TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:07:12.822497 -0700] [CGI] envp[18] = "USER=root"
D [10/Apr/2013:12:07:12.822527 -0700] [CGI] envp[19] = "CUPS_SERVER=localhost"
D [10/Apr/2013:12:07:12.822556 -0700] [CGI] envp[20] = "CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:07:12.822586 -0700] [CGI] envp[21] = "IPP_PORT=8631"
D [10/Apr/2013:12:07:12.822615 -0700] [CGI] envp[22] = "LANG=en.UTF8"
D [10/Apr/2013:12:07:12.822645 -0700] [CGI] envp[23] = "REDIRECT_STATUS=1"
D [10/Apr/2013:12:07:12.822674 -0700] [CGI] envp[24] = "GATEWAY_INTERFACE=CGI/1.1"
D [10/Apr/2013:12:07:12.822704 -0700] [CGI] envp[25] = "SERVER_NAME=localhost"
D [10/Apr/2013:12:07:12.822733 -0700] [CGI] envp[26] = "SERVER_PORT=8631"
D [10/Apr/2013:12:07:12.822763 -0700] [CGI] envp[27] = "REMOTE_ADDR=127.0.0.1"
D [10/Apr/2013:12:07:12.822792 -0700] [CGI] envp[28] = "REMOTE_HOST=localhost"
D [10/Apr/2013:12:07:12.822822 -0700] [CGI] envp[29] = "SCRIPT_NAME=/"
D [10/Apr/2013:12:07:12.822851 -0700] [CGI] envp[30] = "SCRIPT_FILENAME=/home/manfred/cups-1.5.3/doc/"
D [10/Apr/2013:12:07:12.822881 -0700] [CGI] envp[31] = "SERVER_PROTOCOL=HTTP/1.1"
D [10/Apr/2013:12:07:12.822910 -0700] [CGI] envp[32] = "HTTP_USER_AGENT=CUPS/1.5.4"
D [10/Apr/2013:12:07:12.822940 -0700] [CGI] envp[33] = "REQUEST_METHOD=POST"
D [10/Apr/2013:12:07:12.822970 -0700] [CGI] envp[34] = "CONTENT_LENGTH=72"
D [10/Apr/2013:12:07:12.822999 -0700] [CGI] envp[35] = "CONTENT_TYPE=application/ipp"
D [10/Apr/2013:12:07:12.824008 -0700] [CGI] Started /tmp/cups-manfred/bin/daemon/cups-deviced (PID 14918)
I [10/Apr/2013:12:07:12.824116 -0700] Started "/tmp/cups-manfred/bin/daemon/cups-deviced" (pid=14918)
D [10/Apr/2013:12:07:12.824152 -0700] cupsdSendCommand: 10 file=13
D [10/Apr/2013:12:07:12.833002 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/ipp (PID 14919)
D [10/Apr/2013:12:07:12.833849 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/snmp (PID 14920)
D [10/Apr/2013:12:07:12.834672 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/pseudo (PID 14921)
D [10/Apr/2013:12:07:12.835482 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/serial (PID 14922)
D [10/Apr/2013:12:07:12.836399 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/lpd (PID 14923)
D [10/Apr/2013:12:07:12.837227 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/socket (PID 14924)
D [10/Apr/2013:12:07:12.837940 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/parallel (PID 14925)
D [10/Apr/2013:12:07:12.838715 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/usb (PID 14926)
D [10/Apr/2013:12:07:12.839718 -0700] [cups-deviced] Started backend /tmp/cups-manfred/bin/backend/http (PID 14927)
D [10/Apr/2013:12:07:12.869558 -0700] Script header: Content-Type: application/ipp
D [10/Apr/2013:12:07:12.869670 -0700] Script header:
D [10/Apr/2013:12:07:12.870268 -0700] [CGI] Flushed attributes...
D [10/Apr/2013:12:07:12.870314 -0700] [cups-deviced] Found device "http"...
D [10/Apr/2013:12:07:12.870483 -0700] [cups-deviced] PID 14925 (parallel) exited with no errors.
D [10/Apr/2013:12:07:12.872685 -0700] [cups-deviced] PID 14927 (http) exited with no errors.
D [10/Apr/2013:12:07:12.875447 -0700] [CGI] Flushed attributes...
D [10/Apr/2013:12:07:12.875477 -0700] [cups-deviced] Found device "ipp"...
D [10/Apr/2013:12:07:12.876525 -0700] [cups-deviced] PID 14919 (ipp) exited with no errors.
D [10/Apr/2013:12:07:12.880160 -0700] [CGI] Flushed attributes...
D [10/Apr/2013:12:07:12.880191 -0700] [cups-deviced] Found device "pseudo:///deskjet"...
D [10/Apr/2013:12:07:12.880685 -0700] [cups-deviced] PID 14926 (usb) exited with no errors.
D [10/Apr/2013:12:07:12.882769 -0700] [CGI] Flushed attributes...
D [10/Apr/2013:12:07:12.882799 -0700] [cups-deviced] Found device "socket"...
D [10/Apr/2013:12:07:12.884520 -0700] [CGI] Flushed attributes...
D [10/Apr/2013:12:07:12.884549 -0700] [cups-deviced] Found device "lpd"...
D [10/Apr/2013:12:07:12.885414 -0700] [CGI] No address specified and no Address line in /tmp/cups-manfred/snmp.conf...
D [10/Apr/2013:12:07:12.885708 -0700] [CGI] Flushed attributes...
D [10/Apr/2013:12:07:12.885738 -0700] [cups-deviced] Found device "pseudo:///laserjet"...
D [10/Apr/2013:12:07:12.886010 -0700] [cups-deviced] PID 14920 (snmp) exited with no errors.
D [10/Apr/2013:12:07:12.886086 -0700] [cups-deviced] PID 14922 (serial) exited with no errors.
D [10/Apr/2013:12:07:12.886772 -0700] [cups-deviced] PID 14923 (lpd) exited with no errors.
D [10/Apr/2013:12:07:12.886838 -0700] [cups-deviced] PID 14924 (socket) exited with no errors.
D [10/Apr/2013:12:07:12.886890 -0700] [cups-deviced] PID 14921 (pseudo) exited with no errors.
D [10/Apr/2013:12:07:12.887562 -0700] PID 14918 (/tmp/cups-manfred/bin/daemon/cups-deviced) exited with no errors.
D [10/Apr/2013:12:07:12.888537 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.888992 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.889024 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.889098 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.898458 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.898631 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.898663 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.898841 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.899255 -0700] cupsdReadClient: 10 1.1 CUPS-Get-PPDs 1
D [10/Apr/2013:12:07:12.899328 -0700] CUPS-Get-PPDs
D [10/Apr/2013:12:07:12.899669 -0700] [CGI] argv[0] = "/tmp/cups-manfred/bin/daemon/cups-driverd"
D [10/Apr/2013:12:07:12.899698 -0700] [CGI] argv[1] = "list"
D [10/Apr/2013:12:07:12.899724 -0700] [CGI] argv[2] = "1"
D [10/Apr/2013:12:07:12.899750 -0700] [CGI] argv[3] = "0"
D [10/Apr/2013:12:07:12.899776 -0700] [CGI] argv[4] = "requested-attributes=all"
D [10/Apr/2013:12:07:12.899803 -0700] [CGI] envp[0] = "LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:07:12.899829 -0700] [CGI] envp[1] = "CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:07:12.899855 -0700] [CGI] envp[2] = "CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:07:12.899881 -0700] [CGI] envp[3] = "CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:07:12.899907 -0700] [CGI] envp[4] = "CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:07:12.899934 -0700] [CGI] envp[5] = "CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:07:12.899959 -0700] [CGI] envp[6] = "CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:07:12.899985 -0700] [CGI] envp[7] = "CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:07:12.900012 -0700] [CGI] envp[8] = "CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:07:12.900038 -0700] [CGI] envp[9] = "DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.900190 -0700] [CGI] envp[10] = "HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:07:12.900234 -0700] [CGI] envp[11] = "LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.900263 -0700] [CGI] envp[12] = "LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:07:12.900290 -0700] [CGI] envp[13] = "PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:07:12.900317 -0700] [CGI] envp[14] = "SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:07:12.900344 -0700] [CGI] envp[15] = "SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.900371 -0700] [CGI] envp[16] = "SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:07:12.900397 -0700] [CGI] envp[17] = "TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:07:12.900424 -0700] [CGI] envp[18] = "USER=root"
D [10/Apr/2013:12:07:12.900450 -0700] [CGI] envp[19] = "CUPS_SERVER=localhost"
D [10/Apr/2013:12:07:12.900476 -0700] [CGI] envp[20] = "CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:07:12.900502 -0700] [CGI] envp[21] = "IPP_PORT=8631"
D [10/Apr/2013:12:07:12.900528 -0700] [CGI] envp[22] = "LANG=en.UTF8"
D [10/Apr/2013:12:07:12.900554 -0700] [CGI] envp[23] = "REDIRECT_STATUS=1"
D [10/Apr/2013:12:07:12.900580 -0700] [CGI] envp[24] = "GATEWAY_INTERFACE=CGI/1.1"
D [10/Apr/2013:12:07:12.900606 -0700] [CGI] envp[25] = "SERVER_NAME=localhost"
D [10/Apr/2013:12:07:12.900632 -0700] [CGI] envp[26] = "SERVER_PORT=8631"
D [10/Apr/2013:12:07:12.900658 -0700] [CGI] envp[27] = "REMOTE_ADDR=127.0.0.1"
D [10/Apr/2013:12:07:12.900684 -0700] [CGI] envp[28] = "REMOTE_HOST=localhost"
D [10/Apr/2013:12:07:12.900730 -0700] [CGI] envp[29] = "SCRIPT_NAME=/"
D [10/Apr/2013:12:07:12.900757 -0700] [CGI] envp[30] = "SCRIPT_FILENAME=/home/manfred/cups-1.5.3/doc/"
D [10/Apr/2013:12:07:12.900784 -0700] [CGI] envp[31] = "SERVER_PROTOCOL=HTTP/1.1"
D [10/Apr/2013:12:07:12.900810 -0700] [CGI] envp[32] = "HTTP_USER_AGENT=CUPS/1.5.4"
D [10/Apr/2013:12:07:12.900836 -0700] [CGI] envp[33] = "REQUEST_METHOD=POST"
D [10/Apr/2013:12:07:12.900862 -0700] [CGI] envp[34] = "CONTENT_LENGTH=72"
D [10/Apr/2013:12:07:12.900888 -0700] [CGI] envp[35] = "CONTENT_TYPE=application/ipp"
D [10/Apr/2013:12:07:12.901702 -0700] [CGI] Started /tmp/cups-manfred/bin/daemon/cups-driverd (PID 14929)
I [10/Apr/2013:12:07:12.901757 -0700] Started "/tmp/cups-manfred/bin/daemon/cups-driverd" (pid=14929)
D [10/Apr/2013:12:07:12.901786 -0700] cupsdSendCommand: 10 file=13
D [10/Apr/2013:12:07:12.909253 -0700] [cups-driverd] Loading "/tmp/cups-manfred/share/model"...
D [10/Apr/2013:12:07:12.909425 -0700] [cups-driverd] Loading "/tmp/cups-manfred/share/drv"...
D [10/Apr/2013:12:07:12.926075 -0700] [cups-driverd] Loading "/usr/share/ppd"...
D [10/Apr/2013:12:07:12.926192 -0700] [cups-driverd] Loading "/usr/share/ppd/hplip"...
D [10/Apr/2013:12:07:12.926252 -0700] [cups-driverd] Loading "/usr/share/ppd/hplip/HP"...
D [10/Apr/2013:12:07:12.927843 -0700] [cups-driverd] Loading "/usr/share/ppd/cupsfilters"...
D [10/Apr/2013:12:07:12.929630 -0700] [cups-driverd] Loading "/usr/share/ppd/custom"...
D [10/Apr/2013:12:07:12.929702 -0700] [cups-driverd] Loading "/usr/share/ppd/ghostscript"...
D [10/Apr/2013:12:07:12.929759 -0700] [cups-driverd] Loading "/usr/share/ppd/ghostscript/model"...
D [10/Apr/2013:12:07:12.930177 -0700] [cups-driverd] ChangedPPD=1
I [10/Apr/2013:12:07:12.936435 -0700] [cups-driverd] Wrote "/tmp/cups-manfred/share/ppds.dat", 33 PPDs...
I [10/Apr/2013:12:07:12.936503 -0700] [cups-driverd] Wrote "/tmp/cups-manfred/share/ppds.dat", 33 PPDs...
D [10/Apr/2013:12:07:12.937912 -0700] PID 14929 (/tmp/cups-manfred/bin/daemon/cups-driverd) exited with no errors.
D [10/Apr/2013:12:07:12.938113 -0700] Script header: Content-Type: application/ipp
D [10/Apr/2013:12:07:12.938211 -0700] Script header:
D [10/Apr/2013:12:07:12.940374 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.942101 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.942140 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.942171 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.950912 -0700] cupsdAcceptClient: 10 from localhost:8631 (IPv4)
D [10/Apr/2013:12:07:12.951286 -0700] cupsdReadClient: 10 POST / HTTP/1.1
D [10/Apr/2013:12:07:12.951320 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [10/Apr/2013:12:07:12.951507 -0700] cupsdAuthorize: No authentication data provided.
D [10/Apr/2013:12:07:12.951894 -0700] cupsdReadClient: 10 1.1 CUPS-Get-PPDs 1
D [10/Apr/2013:12:07:12.951966 -0700] CUPS-Get-PPDs
D [10/Apr/2013:12:07:12.952424 -0700] [CGI] argv[0] = "/tmp/cups-manfred/bin/daemon/cups-driverd"
D [10/Apr/2013:12:07:12.952456 -0700] [CGI] argv[1] = "list"
D [10/Apr/2013:12:07:12.952482 -0700] [CGI] argv[2] = "1"
D [10/Apr/2013:12:07:12.952508 -0700] [CGI] argv[3] = "0"
D [10/Apr/2013:12:07:12.952534 -0700] [CGI] argv[4] = "requested-attributes=all"
D [10/Apr/2013:12:07:12.952583 -0700] [CGI] envp[0] = "LOCALEDIR=/tmp/cups-manfred/share/locale"
D [10/Apr/2013:12:07:12.952611 -0700] [CGI] envp[1] = "CUPS_CACHEDIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:07:12.952637 -0700] [CGI] envp[2] = "CUPS_DATADIR=/tmp/cups-manfred/share"
D [10/Apr/2013:12:07:12.952663 -0700] [CGI] envp[3] = "CUPS_DOCROOT=/home/manfred/cups-1.5.3/doc"
D [10/Apr/2013:12:07:12.952690 -0700] [CGI] envp[4] = "CUPS_FONTPATH=/tmp/cups-manfred/share/fonts"
D [10/Apr/2013:12:07:12.952716 -0700] [CGI] envp[5] = "CUPS_REQUESTROOT=/tmp/cups-manfred/spool"
D [10/Apr/2013:12:07:12.952742 -0700] [CGI] envp[6] = "CUPS_SERVERBIN=/tmp/cups-manfred/bin"
D [10/Apr/2013:12:07:12.952768 -0700] [CGI] envp[7] = "CUPS_SERVERROOT=/tmp/cups-manfred"
D [10/Apr/2013:12:07:12.952794 -0700] [CGI] envp[8] = "CUPS_STATEDIR=/tmp/cups-manfred"
D [10/Apr/2013:12:07:12.952821 -0700] [CGI] envp[9] = "DYLD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.952848 -0700] [CGI] envp[10] = "HOME=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:07:12.952874 -0700] [CGI] envp[11] = "LD_LIBRARY_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.952902 -0700] [CGI] envp[12] = "LD_PRELOAD=/home/manfred/cups-1.5.3/cups/libcups.so.2:/home/manfred/cups-1.5.3/filter/libcupsimage.so.2:/home/manfred/cups-1.5.3/cgi-bin/libcupscgi.so.1:/home/manfred/cups-1.5.3/scheduler/libcupsmime.so.1:/home/manfred/cups-1.5.3/driver/libcupsdriver.so.1:/home/manfred/cups-1.5.3/ppdc/libcupsppdc.so.1"
D [10/Apr/2013:12:07:12.952929 -0700] [CGI] envp[13] = "PATH=/tmp/cups-manfred/bin/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [10/Apr/2013:12:07:12.952955 -0700] [CGI] envp[14] = "SERVER_ADMIN=root at ubuntu"
D [10/Apr/2013:12:07:12.952982 -0700] [CGI] envp[15] = "SHLIB_PATH=/home/manfred/cups-1.5.3/cups:/home/manfred/cups-1.5.3/filter:/home/manfred/cups-1.5.3/cgi-bin:/home/manfred/cups-1.5.3/scheduler:/home/manfred/cups-1.5.3/driver:/home/manfred/cups-1.5.3/ppdc"
D [10/Apr/2013:12:07:12.953009 -0700] [CGI] envp[16] = "SOFTWARE=CUPS/1.5.4"
D [10/Apr/2013:12:07:12.953034 -0700] [CGI] envp[17] = "TMPDIR=/tmp/cups-manfred/spool/temp"
D [10/Apr/2013:12:07:12.953060 -0700] [CGI] envp[18] = "USER=root"
D [10/Apr/2013:12:07:12.953145 -0700] [CGI] envp[19] = "CUPS_SERVER=localhost"
D [10/Apr/2013:12:07:12.953174 -0700] [CGI] envp[20] = "CUPS_ENCRYPTION=IfRequested"
D [10/Apr/2013:12:07:12.953200 -0700] [CGI] envp[21] = "IPP_PORT=8631"
D [10/Apr/2013:12:07:12.953226 -0700] [CGI] envp[22] = "LANG=en.UTF8"
D [10/Apr/2013:12:07:12.953253 -0700] [CGI] envp[23] = "REDIRECT_STATUS=1"
D [10/Apr/2013:12:07:12.953279 -0700] [CGI] envp[24] = "GATEWAY_INTERFACE=CGI/1.1"
D [10/Apr/2013:12:07:12.953305 -0700] [CGI] envp[25] = "SERVER_NAME=localhost"
D [10/Apr/2013:12:07:12.953331 -0700] [CGI] envp[26] = "SERVER_PORT=8631"
D [10/Apr/2013:12:07:12.953357 -0700] [CGI] envp[27] = "REMOTE_ADDR=127.0.0.1"
D [10/Apr/2013:12:07:12.953383 -0700] [CGI] envp[28] = "REMOTE_HOST=localhost"
D [10/Apr/2013:12:07:12.953409 -0700] [CGI] envp[29] = "SCRIPT_NAME=/"
D [10/Apr/2013:12:07:12.953434 -0700] [CGI] envp[30] = "SCRIPT_FILENAME=/home/manfred/cups-1.5.3/doc/"
D [10/Apr/2013:12:07:12.953460 -0700] [CGI] envp[31] = "SERVER_PROTOCOL=HTTP/1.1"
D [10/Apr/2013:12:07:12.953486 -0700] [CGI] envp[32] = "HTTP_USER_AGENT=CUPS/1.5.4"
D [10/Apr/2013:12:07:12.953512 -0700] [CGI] envp[33] = "REQUEST_METHOD=POST"
D [10/Apr/2013:12:07:12.953538 -0700] [CGI] envp[34] = "CONTENT_LENGTH=72"
D [10/Apr/2013:12:07:12.953564 -0700] [CGI] envp[35] = "CONTENT_TYPE=application/ipp"
D [10/Apr/2013:12:07:12.954333 -0700] [CGI] Started /tmp/cups-manfred/bin/daemon/cups-driverd (PID 14932)
I [10/Apr/2013:12:07:12.954393 -0700] Started "/tmp/cups-manfred/bin/daemon/cups-driverd" (pid=14932)
D [10/Apr/2013:12:07:12.954422 -0700] cupsdSendCommand: 10 file=13
I [10/Apr/2013:12:07:12.963695 -0700] [cups-driverd] Read "/tmp/cups-manfred/share/ppds.dat", 33 PPDs...
I [10/Apr/2013:12:07:12.963758 -0700] [cups-driverd] Read "/tmp/cups-manfred/share/ppds.dat", 33 PPDs...
D [10/Apr/2013:12:07:12.963948 -0700] [cups-driverd] Loading "/tmp/cups-manfred/share/model"...
D [10/Apr/2013:12:07:12.964145 -0700] [cups-driverd] Loading "/tmp/cups-manfred/share/drv"...
D [10/Apr/2013:12:07:12.964492 -0700] [cups-driverd] Loading "/usr/share/ppd"...
D [10/Apr/2013:12:07:12.964567 -0700] [cups-driverd] Loading "/usr/share/ppd/hplip"...
D [10/Apr/2013:12:07:12.964642 -0700] [cups-driverd] Loading "/usr/share/ppd/hplip/HP"...
D [10/Apr/2013:12:07:12.965118 -0700] [cups-driverd] Loading "/usr/share/ppd/cupsfilters"...
D [10/Apr/2013:12:07:12.965529 -0700] [cups-driverd] Loading "/usr/share/ppd/custom"...
D [10/Apr/2013:12:07:12.965598 -0700] [cups-driverd] Loading "/usr/share/ppd/ghostscript"...
D [10/Apr/2013:12:07:12.965664 -0700] [cups-driverd] Loading "/usr/share/ppd/ghostscript/model"...
D [10/Apr/2013:12:07:12.965760 -0700] [cups-driverd] ChangedPPD=0
I [10/Apr/2013:12:07:12.965788 -0700] [cups-driverd] No new or changed PPDs...
I [10/Apr/2013:12:07:12.965815 -0700] [cups-driverd] No new or changed PPDs...
D [10/Apr/2013:12:07:12.967384 -0700] PID 14932 (/tmp/cups-manfred/bin/daemon/cups-driverd) exited with no errors.
D [10/Apr/2013:12:07:12.967491 -0700] Script header: Content-Type: application/ipp
D [10/Apr/2013:12:07:12.967580 -0700] Script header:
D [10/Apr/2013:12:07:12.969674 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [10/Apr/2013:12:07:12.971375 -0700] cupsdReadClient: 10 WAITING Closing on EOF
D [10/Apr/2013:12:07:12.971408 -0700] cupsdCloseClient: 10
D [10/Apr/2013:12:07:12.971439 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
I [10/Apr/2013:12:07:12.973353 -0700] Scheduler shutting down normally.
D [10/Apr/2013:12:07:12.973447 -0700] Discarding unused server-stopped event...
I [10/Apr/2013:12:07:12.974505 -0700] Saving job.cache...
I [10/Apr/2013:12:07:13.009501 -0700] Saving subscriptions.conf...
D [10/Apr/2013:12:07:13.010069 -0700] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
I [10/Apr/2013:12:07:13.010324 -0700] Saving job.cache...

page_log

Test1 manfred 1 [10/Apr/2013:11:54:54.158033 -0700] 1 1 - localhost Untitled - -
Test1 manfred 3 [10/Apr/2013:11:54:54.246370 -0700] 1 1 - localhost Untitled - -
Test1 manfred 4 [10/Apr/2013:11:54:54.624416 -0700] 1 1 - localhost Untitled - -
Test1 manfred 4 [10/Apr/2013:11:54:54.661162 -0700] 2 1 - localhost Untitled - -
Test1 manfred 4 [10/Apr/2013:11:54:54.704923 -0700] 3 1 - localhost Untitled - -
Test1 manfred 4 [10/Apr/2013:11:54:54.743392 -0700] 4 1 - localhost Untitled - -
Test1 manfred 4 [10/Apr/2013:11:54:54.779102 -0700] 5 1 - localhost Untitled - -
Test1 manfred 4 [10/Apr/2013:11:54:54.814012 -0700] 6 1 - localhost Untitled - -
Test1 manfred 4 [10/Apr/2013:11:54:54.849709 -0700] 7 1 - localhost Untitled - -
Test1 manfred 4 [10/Apr/2013:11:54:54.875459 -0700] 8 1 - localhost Untitled - -
Test1 manfred 6 [10/Apr/2013:11:55:02.130025 -0700] 1 1 - localhost testfile.pdf - -
Test1 manfred 6 [10/Apr/2013:11:55:02.160191 -0700] 2 1 - localhost testfile.pdf - -
Test1 manfred 6 [10/Apr/2013:11:55:02.214041 -0700] 3 1 - localhost testfile.pdf - -
Test1 manfred 6 [10/Apr/2013:11:55:02.255536 -0700] 4 1 - localhost testfile.pdf - -
Test1 manfred 6 [10/Apr/2013:11:55:02.301866 -0700] 5 1 - localhost testfile.pdf - -
Test1 manfred 6 [10/Apr/2013:11:55:02.358601 -0700] 6 1 - localhost testfile.pdf - -
Test1 manfred 6 [10/Apr/2013:11:55:02.388639 -0700] 7 1 - localhost testfile.pdf - -
Test1 manfred 6 [10/Apr/2013:11:55:02.409317 -0700] 8 1 - localhost testfile.pdf - -
Test1 manfred 8 [10/Apr/2013:11:55:02.454010 -0700] 1 1 - localhost testfile.pdf - -
Test1 manfred 8 [10/Apr/2013:11:55:02.675391 -0700] 1 1 - localhost testfile.pdf - -
Test1 manfred 8 [10/Apr/2013:11:55:02.702489 -0700] 2 1 - localhost testfile.pdf - -
Test1 manfred 8 [10/Apr/2013:11:55:02.737061 -0700] 3 1 - localhost testfile.pdf - -
Test1 manfred 8 [10/Apr/2013:11:55:02.767303 -0700] 4 1 - localhost testfile.pdf - -
Test1 manfred 8 [10/Apr/2013:11:55:02.907114 -0700] 1 1 - localhost testfile.pdf - -
Test1 manfred 29 [10/Apr/2013:12:01:06.950539 -0700] 1 1 - localhost testfile.pdf - -
Test1 manfred 29 [10/Apr/2013:12:01:06.991378 -0700] 2 1 - localhost testfile.pdf - -
Test1 manfred 29 [10/Apr/2013:12:01:07.037018 -0700] 3 1 - localhost testfile.pdf - -
Test1 manfred 29 [10/Apr/2013:12:01:07.071209 -0700] 4 1 - localhost testfile.pdf - -
Test1 manfred 29 [10/Apr/2013:12:01:07.113524 -0700] 5 1 - localhost testfile.pdf - -
Test1 manfred 29 [10/Apr/2013:12:01:07.148617 -0700] 6 1 - localhost testfile.pdf - -
Test1 manfred 29 [10/Apr/2013:12:01:07.184664 -0700] 7 1 - localhost testfile.pdf - -
Test1 manfred 29 [10/Apr/2013:12:01:07.226713 -0700] 8 1 - localhost testfile.pdf - -
Test1 manfred 31 [10/Apr/2013:12:01:07.273457 -0700] 1 1 - localhost testfile.pdf - -
Test1 manfred 31 [10/Apr/2013:12:01:07.489704 -0700] 1 1 - localhost testfile.pdf - -
Test1 manfred 31 [10/Apr/2013:12:01:07.621541 -0700] 2 1 - localhost testfile.pdf - -






More information about the cups-devel mailing list