<HTML>
<HEAD>
<META NAME="Description" CONTENT="Common UNIX Printing System Software Test Report">
<META NAME="COPYRIGHT" CONTENT="Copyright 2007-2008, All Rights Reserved">
<META NAME="DOCNUMBER" CONTENT="CUPS-STR-1.4">
<META NAME="Author" CONTENT="Apple Inc.">
<TITLE>CUPS 1.4 Software Test Report</TITLE>
<STYLE TYPE="text/css"><!--
PRE {
font-size: 80%;
margin-left: 2em;
}
--></STYLE>
</HEAD>
<BODY>
<H1>CUPS 1.4 Software Test Report</H1>
<P>This software test report provides detailed test results that
are used to evaluate the stability and compliance of the Common
UNIX Printing System ("CUPS") Version 1.4.
<H2>Document Overview</H2>
<P>This software test plan is organized into the following sections:
<UL>
<LI>1 - IPP Compliance Tests</LI>
<LI>2 - Command Tests</LI>
<LI>3 - Log Files</LI>
</UL>
<H1>1 - IPP Compliance Tests</H1>
<P>This section provides the results to the IPP compliance tests
outlined in the CUPS Software Test Plan. These tests were run on
2010-01-04 by root on speedhorse.
<PRE>
"4.1-requests.test":
No Attributes [PASS]
RECEIVED: 116 bytes in response
Charset Attribute [PASS]
RECEIVED: 119 bytes in response
Language Attribute [PASS]
RECEIVED: 119 bytes in response
Language + Charset Attributes [PASS]
RECEIVED: 119 bytes in response
Charset + Language Attributes [PASS]
RECEIVED: 119 bytes in response
Charset + Language + Printer URI Attributes [PASS]
RECEIVED: 72 bytes in response
Charset + Language + Job URI Attributes [PASS]
RECEIVED: 117 bytes in response
Bad IPP Version [PASS]
RECEIVED: 122 bytes in response
"4.2-cups-printer-ops.test":
Add Printer Test1 [PASS]
RECEIVED: 72 bytes in response
Verify Printer Test1 Added [PASS]
RECEIVED: 4830 bytes in response
Delete Printer Test1 [PASS]
RECEIVED: 72 bytes in response
Verify Printer Test1 Deleted [PASS]
RECEIVED: 126 bytes in response
Subscribe to Printer Events [PASS]
RECEIVED: 104 bytes in response
Add Printer Test2 [PASS]
RECEIVED: 72 bytes in response
Verify Printer Test2 Added [PASS]
RECEIVED: 4830 bytes in response
Modify Printer Test2 [PASS]
RECEIVED: 72 bytes in response
Re-Add Printer Test1 [PASS]
RECEIVED: 72 bytes in response
Verify Printer Test1 Re-Added [PASS]
RECEIVED: 5141 bytes in response
Get Default Printer with no default set [PASS]
RECEIVED: 109 bytes in response
Set Default Printer to Test1 [PASS]
RECEIVED: 72 bytes in response
Get Default Printer [PASS]
RECEIVED: 5141 bytes in response
Get IPP/2.x Attributes for Printer Test1 [PASS]
RECEIVED: 5261 bytes in response
"4.3-job-ops.test":
Print PostScript Job with bad job-sheets value to Test1 [PASS]
RECEIVED: 120 bytes in response
Print PostScript Job to Test1 [PASS]
RECEIVED: 173 bytes in response
Get Job Attributes [PASS]
RECEIVED: 826 bytes in response
Print JPEG Job to Test2 [PASS]
RECEIVED: 205 bytes in response
Get Job Attributes [PASS]
RECEIVED: 828 bytes in response
Print Text Job to Test1 [PASS]
RECEIVED: 173 bytes in response
Print PDF Job to Test1 [PASS]
RECEIVED: 193 bytes in response
Hold Job on Test1 [PASS]
RECEIVED: 72 bytes in response
Release Job on Test1 [PASS]
RECEIVED: 72 bytes in response
Print Held Image Job to Test1 [PASS]
RECEIVED: 193 bytes in response
Cancel Job [PASS]
RECEIVED: 72 bytes in response
Get Job List on Test1 [PASS]
RECEIVED: 819 bytes in response
Get All Jobs [PASS]
RECEIVED: 819 bytes in response
"4.4-subscription-ops.test":
Add Printer Subscription w/Lease [PASS]
RECEIVED: 104 bytes in response
notify-subscription-id (integer) = 3
Verify Subscription Expiration [PASS]
RECEIVED: 124 bytes in response
Add 2 Printer Subscriptions w/Lease [PASS]
RECEIVED: 136 bytes in response
notify-subscription-id (integer) = 4
notify-subscription-id (integer) = 5
List Printer Subscriptions [PASS]
RECEIVED: 607 bytes in response
notify-events (keyword) = "printer-state-changed"
notify-printer-uri (uri) = "ipp://localhost:8631/printers/Test1"
notify-subscription-id (integer) = 4
notify-events (keyword) = "printer-config-changed"
notify-printer-uri (uri) = "ipp://localhost:8631/printers/Test1"
notify-subscription-id (integer) = 5
Check MaxSubscriptions limits [PASS]
RECEIVED: 124 bytes in response
</PRE>
<H1>2 - Command Tests</H1>
<P>This section provides the results to the command tests
outlined in the CUPS Software Test Plan. These tests were run on
2010-01-04 by root on speedhorse.
<PRE>
"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
no 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 Mon Jan 4 16:26:04 2010
Test2 accepting requests since Mon Jan 4 16:26:04 2010
printer Test1 is idle. enabled since Mon Jan 4 16:26:04 2010
printer Test2 is idle. enabled since Mon Jan 4 16:26:04 2010
PASSED
LPSTAT Test
lpstat -H
PASSED (localhost:8631)
"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 Test2-11 (1 file(s))
request id is Test1-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 Test2-19 (1 file(s))
request id is Test1-20 (1 file(s))
request id is Test2-21 (1 file(s))
request id is Test1-22 (1 file(s))
request id is Test1-23 (1 file(s))
request id is Test2-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...19...
"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...20...
"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 socket
network ipp
network http
network lpd
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
drv:///sample.drv/generic.ppd Generic PostScript Printer
drv:///sample.drv/deskjet.ppd HP DeskJet Series
drv:///sample.drv/laserjet.ppd HP LaserJet Series PCL 4/5
drv:///sample.drv/intelbar.ppd Intellitech IntelliBar Label Printer, 1.4
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
</PRE>
<H1>3 - Log Files</H1>
<H2>Summary</H2>
<P>PASS: Printer 'Test1' correctly produced 55 page(s).</P>
<P>PASS: Printer 'Test2' correctly produced 23 page(s).</P>
<P>PASS: 137 requests logged.</P>
<P>PASS: CUPS-Get-Default not logged.</P>
<P>PASS: 0 emergency messages.</P>
<P>PASS: 0 alert messages.</P>
<P>PASS: 0 critical messages.</P>
<P>FAIL: 0 error messages, expected 18.</P>
<PRE>
</PRE>
<P>PASS: 0 warning messages.</P>
<P>PASS: 0 notice messages.</P>
<P>PASS: 5 info messages.</P>
<P>PASS: 6 debug messages.</P>
<P>PASS: 5 debug2 messages.</P>
<P>PASS: page_log formatted correctly.</P>
<H2>access_log</H2>
<PRE>
localhost - - [04/Jan/2010:16:26:04.337831 +0000] "POST /printers HTTP/1.1" 200 9 Get-Jobs client-error-bad-request
localhost - - [04/Jan/2010:16:26:04.338908 +0000] "POST /printers HTTP/1.1" 200 38 Get-Jobs client-error-bad-request
localhost - - [04/Jan/2010:16:26:04.340154 +0000] "POST /printers HTTP/1.1" 200 44 Get-Jobs client-error-bad-request
localhost - - [04/Jan/2010:16:26:04.341404 +0000] "POST /printers HTTP/1.1" 200 72 Get-Jobs client-error-bad-request
localhost - - [04/Jan/2010:16:26:04.342746 +0000] "POST /printers HTTP/1.1" 200 72 Get-Jobs client-error-bad-request
localhost - - [04/Jan/2010:16:26:04.344855 +0000] "POST /printers HTTP/1.1" 200 109 Get-Jobs client-error-bad-request
localhost - - [04/Jan/2010:16:26:04.345791 +0000] "POST /printers HTTP/1.1" 200 112 Get-Jobs server-error-version-not-supported
localhost - - [04/Jan/2010:16:26:04.362047 +0000] "POST /admin/ HTTP/1.1" 200 9223 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:04.373552 +0000] "POST /admin/ HTTP/1.1" 200 123 CUPS-Delete-Printer successful-ok
localhost - - [04/Jan/2010:16:26:04.377716 +0000] "POST / HTTP/1.1" 200 249 Create-Printer-Subscription successful-ok
localhost - - [04/Jan/2010:16:26:04.379257 +0000] "POST /admin/ HTTP/1.1" 200 9223 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:04.395428 +0000] "POST /admin/ HTTP/1.1" 200 207 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:04.400539 +0000] "POST /admin/ HTTP/1.1" 200 9208 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:04.414025 +0000] "POST /admin/ HTTP/1.1" 200 123 CUPS-Set-Default successful-ok
localhost - - [04/Jan/2010:16:26:04.446265 +0000] "POST /printers/Test1 HTTP/1.1" 200 17533 Print-Job client-error-bad-request
localhost - - [04/Jan/2010:16:26:04.448403 +0000] "POST /printers/Test1 HTTP/1.1" 200 17504 Print-Job successful-ok
localhost - - [04/Jan/2010:16:26:04.461774 +0000] "POST /printers/Test2 HTTP/1.1" 200 204348 Print-Job successful-ok
localhost - - [04/Jan/2010:16:26:04.471920 +0000] "POST /printers/Test1 HTTP/1.1" 200 3904 Print-Job successful-ok
localhost - - [04/Jan/2010:16:26:04.488082 +0000] "POST /printers/Test1 HTTP/1.1" 200 279925 Print-Job successful-ok
localhost - - [04/Jan/2010:16:26:04.502123 +0000] "POST /printers/Test1 HTTP/1.1" 200 167 Hold-Job successful-ok
localhost - - [04/Jan/2010:16:26:04.511377 +0000] "POST /printers/Test1 HTTP/1.1" 200 167 Release-Job successful-ok
localhost - - [04/Jan/2010:16:26:04.513019 +0000] "POST /printers/Test1 HTTP/1.1" 200 204338 Print-Job successful-ok
localhost - - [04/Jan/2010:16:26:04.522400 +0000] "POST /jobs HTTP/1.1" 200 140 Cancel-Job successful-ok
localhost - - [04/Jan/2010:16:26:04.545073 +0000] "POST / HTTP/1.1" 200 231 Create-Printer-Subscription successful-ok
localhost - - [04/Jan/2010:16:26:11.549949 +0000] "POST / HTTP/1.1" 200 340 Create-Printer-Subscription successful-ok
localhost - - [04/Jan/2010:16:26:11.556646 +0000] "POST / HTTP/1.1" 200 231 Create-Printer-Subscription client-error-too-many-subscriptions
localhost - - [04/Jan/2010:16:26:11.581534 +0000] "POST /admin/ HTTP/1.1" 200 148 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:11.584240 +0000] "POST /admin/ HTTP/1.1" 200 172 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:11.587646 +0000] "POST /admin/ HTTP/1.1" 200 160 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:11.612003 +0000] "POST /admin/ HTTP/1.1" 200 149 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:11.619336 +0000] "POST /admin/ HTTP/1.1" 200 9547 CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Jan/2010:16:26:11.632747 +0000] "POST /admin/ HTTP/1.1" 200 118 CUPS-Delete-Printer successful-ok
localhost - - [04/Jan/2010:16:26:11.760770 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:11.763275 +0000] "POST /printers/Test1 HTTP/1.1" 200 280006 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:11.807906 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:11.809988 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:11.844471 +0000] "POST /printers/Test1 HTTP/1.1" 200 413 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:11.846870 +0000] "POST /printers/Test1 HTTP/1.1" 200 280006 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:11.878565 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:11.907280 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:11.887066 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:11.924793 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:11.979708 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:11.985234 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.005750 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.007472 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.032306 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.043066 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.121386 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.123538 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.069615 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.070978 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.170126 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.183463 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.191271 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.192448 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.167073 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.201193 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.168360 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.202403 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.232542 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.234251 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.235582 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.238254 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.220138 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.245426 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.246808 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:12.224342 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.229964 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.231813 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.241643 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.243317 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.285029 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.291643 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.293223 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.300118 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.314312 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:12.318795 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.536231 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.539059 +0000] "POST /printers/Test1 HTTP/1.1" 200 280006 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.570375 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.572531 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.601630 +0000] "POST /printers/Test1 HTTP/1.1" 200 381 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.604354 +0000] "POST /printers/Test1 HTTP/1.1" 200 280006 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.640030 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.655797 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.677809 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.689354 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.751048 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.758102 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.876015 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.900038 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.824061 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.834620 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.975165 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.978817 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.983134 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.985484 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.968866 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.971295 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:17.997186 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:17.999556 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.008509 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.010579 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.019362 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.024230 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.027034 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.029994 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.031576 +0000] "POST /printers/Test2 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.032916 +0000] "POST /printers/Test1 HTTP/1.1" 200 377 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:18.009433 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.011101 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.015248 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.016619 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.035120 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.037467 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.051867 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.055298 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.079752 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.088146 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.099345 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.103003 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.110710 +0000] "POST /printers/Test2 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:18.119272 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:23.343738 +0000] "POST /printers/Test1 HTTP/1.1" 200 380 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:23.345714 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:23.365469 +0000] "POST /jobs/ HTTP/1.1" 200 167 Cancel-Job successful-ok
localhost - - [04/Jan/2010:16:26:23.379135 +0000] "POST /printers/Test1 HTTP/1.1" 200 380 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:23.381446 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:23.409741 +0000] "POST /jobs/ HTTP/1.1" 200 167 Cancel-Job successful-ok
localhost - - [04/Jan/2010:16:26:23.436201 +0000] "POST /printers/Test1 HTTP/1.1" 200 380 Create-Job successful-ok
localhost - - [04/Jan/2010:16:26:23.438130 +0000] "POST /printers/Test1 HTTP/1.1" 200 204416 Send-Document successful-ok
localhost - - [04/Jan/2010:16:26:23.464963 +0000] "POST /jobs/ HTTP/1.1" 200 162 Cancel-Job successful-ok
localhost - - [04/Jan/2010:16:26:23.474972 +0000] "POST /admin/ HTTP/1.1" 200 158 Purge-Jobs successful-ok
localhost - - [04/Jan/2010:16:26:23.506317 +0000] "POST / HTTP/1.1" 200 765 CUPS-Get-Devices -
localhost - - [04/Jan/2010:16:26:23.555895 +0000] "POST / HTTP/1.1" 200 4955 CUPS-Get-PPDs -
localhost - - [04/Jan/2010:16:26:23.581360 +0000] "POST / HTTP/1.1" 200 4955 CUPS-Get-PPDs -
</PRE>
<H2>error_log</H2>
<PRE>
I [04/Jan/2010:16:26:23.596638 +0000] Saving printers.conf...
I [04/Jan/2010:16:26:23.596745 +0000] Saving classes.conf...
I [04/Jan/2010:16:26:23.596892 +0000] Saving job cache file "/tmp/cups-root/share/job.cache"...
I [04/Jan/2010:16:26:23.597209 +0000] Saving subscriptions.conf...
I [04/Jan/2010:16:26:23.597328 +0000] Saving job cache file "/tmp/cups-root/share/job.cache"...
</PRE>
<H2>page_log</H2>
<PRE>
Test1 1 root [04/Jan/2010:16:26:04.468132 +0000] 1 1 - localhost Untitled - -
Test2 2 root [04/Jan/2010:16:26:04.485591 +0000] 1 1 - localhost Untitled - -
Test1 3 root [04/Jan/2010:16:26:04.509942 +0000] 1 1 - localhost Untitled - -
Test1 4 root [04/Jan/2010:16:26:04.683709 +0000] 1 1 - localhost Untitled - -
Test1 4 root [04/Jan/2010:16:26:04.701447 +0000] 2 1 - localhost Untitled - -
Test1 4 root [04/Jan/2010:16:26:04.725871 +0000] 3 1 - localhost Untitled - -
Test1 4 root [04/Jan/2010:16:26:04.755495 +0000] 4 1 - localhost Untitled - -
Test1 4 root [04/Jan/2010:16:26:04.755819 +0000] 5 1 - localhost Untitled - -
Test1 4 root [04/Jan/2010:16:26:04.763758 +0000] 6 1 - localhost Untitled - -
Test1 4 root [04/Jan/2010:16:26:04.776684 +0000] 7 1 - localhost Untitled - -
Test1 4 root [04/Jan/2010:16:26:04.786279 +0000] 8 1 - localhost Untitled - -
Test1 6 root [04/Jan/2010:16:26:12.005144 +0000] 1 1 - localhost testfile.pdf na_letter_8.5x11in -
Test2 7 root [04/Jan/2010:16:26:12.031177 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 6 root [04/Jan/2010:16:26:12.047702 +0000] 2 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 6 root [04/Jan/2010:16:26:12.134893 +0000] 3 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 6 root [04/Jan/2010:16:26:12.157047 +0000] 4 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 6 root [04/Jan/2010:16:26:12.187572 +0000] 5 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 6 root [04/Jan/2010:16:26:12.220706 +0000] 6 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 6 root [04/Jan/2010:16:26:12.244940 +0000] 7 1 - localhost testfile.pdf na_letter_8.5x11in -
Test2 10 root [04/Jan/2010:16:26:12.254301 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 6 root [04/Jan/2010:16:26:12.270321 +0000] 8 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 8 root [04/Jan/2010:16:26:12.312081 +0000] 1 1 - localhost testfile.pdf na_letter_8.5x11in -
Test2 11 root [04/Jan/2010:16:26:12.404627 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 8 root [04/Jan/2010:16:26:12.507949 +0000] 1 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 8 root [04/Jan/2010:16:26:12.526000 +0000] 2 1 - localhost testfile.pdf na_letter_8.5x11in -
Test2 13 root [04/Jan/2010:16:26:12.534957 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 8 root [04/Jan/2010:16:26:12.548526 +0000] 3 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 8 root [04/Jan/2010:16:26:12.566850 +0000] 4 1 - localhost testfile.pdf na_letter_8.5x11in -
Test2 15 root [04/Jan/2010:16:26:12.631932 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 8 root [04/Jan/2010:16:26:12.660619 +0000] 1 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 9 root [04/Jan/2010:16:26:12.711845 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 18 root [04/Jan/2010:16:26:12.734260 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 19 root [04/Jan/2010:16:26:12.829583 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 12 root [04/Jan/2010:16:26:12.835676 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 21 root [04/Jan/2010:16:26:12.929237 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 14 root [04/Jan/2010:16:26:12.944998 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 24 root [04/Jan/2010:16:26:13.035074 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 16 root [04/Jan/2010:16:26:13.057598 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 26 root [04/Jan/2010:16:26:13.135652 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 17 root [04/Jan/2010:16:26:13.167471 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 27 root [04/Jan/2010:16:26:13.240761 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 20 root [04/Jan/2010:16:26:13.273303 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 22 root [04/Jan/2010:16:26:13.380501 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 23 root [04/Jan/2010:16:26:13.491101 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 25 root [04/Jan/2010:16:26:13.594645 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 28 root [04/Jan/2010:16:26:13.699334 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 30 root [04/Jan/2010:16:26:17.795740 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 29 root [04/Jan/2010:16:26:17.889383 +0000] 1 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 29 root [04/Jan/2010:16:26:17.923463 +0000] 2 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 29 root [04/Jan/2010:16:26:17.937356 +0000] 3 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 29 root [04/Jan/2010:16:26:17.956345 +0000] 4 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 29 root [04/Jan/2010:16:26:17.962872 +0000] 5 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 29 root [04/Jan/2010:16:26:17.992470 +0000] 6 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 29 root [04/Jan/2010:16:26:18.028355 +0000] 7 1 - localhost testfile.pdf na_letter_8.5x11in -
Test2 32 root [04/Jan/2010:16:26:18.048942 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 29 root [04/Jan/2010:16:26:18.053397 +0000] 8 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 31 root [04/Jan/2010:16:26:18.091550 +0000] 1 1 - localhost testfile.pdf na_letter_8.5x11in -
Test2 35 root [04/Jan/2010:16:26:18.219989 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 31 root [04/Jan/2010:16:26:18.225428 +0000] 1 1 - localhost testfile.pdf na_letter_8.5x11in -
Test1 31 root [04/Jan/2010:16:26:18.318447 +0000] 2 1 - localhost testfile.pdf na_letter_8.5x11in -
Test2 36 root [04/Jan/2010:16:26:18.352751 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 33 root [04/Jan/2010:16:26:18.419708 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 38 root [04/Jan/2010:16:26:18.469582 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 34 root [04/Jan/2010:16:26:18.549610 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 40 root [04/Jan/2010:16:26:18.585294 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 37 root [04/Jan/2010:16:26:18.667947 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 43 root [04/Jan/2010:16:26:18.698621 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 39 root [04/Jan/2010:16:26:18.796108 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 44 root [04/Jan/2010:16:26:18.800909 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 41 root [04/Jan/2010:16:26:18.922950 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 47 root [04/Jan/2010:16:26:18.927178 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 42 root [04/Jan/2010:16:26:19.036594 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 49 root [04/Jan/2010:16:26:19.058966 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test2 50 root [04/Jan/2010:16:26:19.170769 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 45 root [04/Jan/2010:16:26:19.186501 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 46 root [04/Jan/2010:16:26:19.291008 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 48 root [04/Jan/2010:16:26:19.391473 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
Test1 51 root [04/Jan/2010:16:26:19.502381 +0000] 1 1 - localhost testfile.jpg na_letter_8.5x11in -
</PRE>
</BODY>
</HTML>