<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.3">
        <META NAME="Author" CONTENT="Apple Inc.">
        <TITLE>CUPS 1.3 Software Test Report</TITLE>
        <STYLE TYPE="text/css"><!--
        PRE {
          font-size: 80%;
          margin-left: 2em;
        }
        --></STYLE>
</HEAD>
<BODY>

<H1>CUPS 1.3 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.3.

<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
2008-09-01 by root on srv.
<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: 72 bytes in response

"4.2-cups-printer-ops.test":
    Add Printer Test1                                            [PASS]
        RECEIVED: 72 bytes in response
    Verify Printer Test1 Added                                   [PASS]
        RECEIVED: 4191 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: 4191 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: 4396 bytes in response
    Set Default Printer to Test1                                 [PASS]
        RECEIVED: 72 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: 166 bytes in response
    Get Job Attributes                                           [PASS]
        RECEIVED: 873 bytes in response
    Print JPEG Job to Test2                                      [PASS]
        RECEIVED: 198 bytes in response
    Get Job Attributes                                           [PASS]
        RECEIVED: 845 bytes in response
    Print Text Job to Test1                                      [PASS]
        RECEIVED: 166 bytes in response
    Print PDF Job to Test1                                       [PASS]
        RECEIVED: 186 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: 186 bytes in response
    Cancel Job                                                   [PASS]
        RECEIVED: 72 bytes in response
    Get Job List on Test1                                        [PASS]
        RECEIVED: 765 bytes in response
    Get All Jobs                                                 [PASS]
        RECEIVED: 1538 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 
</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
2008-09-01 by root on srv.
<PRE>

"5.1-lpadmin.sh":
Add Printer Test

    lpadmin -p Test3 -v file:/dev/null -E -m 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
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 Sep  1 10:10:19 2008
Test2 accepting requests since Mon Sep  1 10:10:19 2008
printer Test1 is idle.  enabled since Mon Sep  1 10:10:19 2008
printer Test2 is idle.  enabled since Mon Sep  1 10:10:19 2008
    PASSED


"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 Test2-9 (1 file(s))
request id is Test1-10 (1 file(s))
request id is Test1-11 (1 file(s))
request id is Test2-12 (1 file(s))
request id is Test1-13 (1 file(s))
request id is Test2-14 (1 file(s))
request id is Test1-15 (1 file(s))
request id is Test2-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 Test1-22 (1 file(s))
request id is Test2-23 (1 file(s))
request id is Test2-24 (1 file(s))
request id is Test1-25 (1 file(s))
request id is Test1-27 (1 file(s))
request id is Test2-26 (1 file(s))
request id is Test2-28 (1 file(s))
    PASSED

Waiting for jobs to complete...

"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...

"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
direct usb://HP/LaserJet%201020
network http
network ipp
network lpd
    PASSED

LPINFO Drivers Test

    lpinfo -m
dymo.ppd Dymo Label Printer, 1.3
lsb/usr/cups-included/Dymo/dymo.ppd Dymo Label Printer, 1.3
epson9.ppd Epson 9-Pin Series, 1.3
lsb/usr/cups-included/Epson/epson9.ppd Epson 9-Pin Series, 1.3
epson24.ppd Epson 24-Pin Series, 1.3
lsb/usr/cups-included/Epson/epson24.ppd Epson 24-Pin Series, 1.3
lsb/usr/cups-included/Epson/stcolor2.ppd Epson New Stylus Color Series, 1.3
stcolor2.ppd Epson New Stylus Color Series, 1.3
lsb/usr/cups-included/Epson/stphoto2.ppd Epson New Stylus Photo Series, 1.3
stphoto2.ppd Epson New Stylus Photo Series, 1.3
lsb/usr/cups-included/Epson/stcolor.ppd Epson Stylus Color Series, 1.3
stcolor.ppd Epson Stylus Color Series, 1.3
lsb/usr/cups-included/Epson/stphoto.ppd Epson Stylus Photo Series, 1.3
stphoto.ppd Epson Stylus Photo Series, 1.3
lsb/usr/foo2zjs/Generic-OAKT_Printer.ppd.gz Generic OAKT Printer Foomatic/foo2oak (recommended)
lsb/usr/cups-included/postscript.ppd Generic PostScript Printer
lsb/usr/cups-included/textonly.ppd Generic text-only printer
lsb/usr/foo2zjs/Generic-ZjStream_Printer.ppd.gz Generic ZjStream Printer Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/HP-Color_LaserJet_1500.ppd.gz HP Color LaserJet 1500 Foomatic/foo2oak (recommended)
lsb/usr/foo2zjs/HP-Color_LaserJet_1600.ppd.gz HP Color LaserJet 1600 Foomatic/foo2hp (recommended)
lsb/usr/foo2zjs/HP-Color_LaserJet_2600n.ppd.gz HP Color LaserJet 2600n Foomatic/foo2hp (recommended)
lsb/usr/foo2zjs/HP-Color_LaserJet_CP1215.ppd.gz HP Color LaserJet CP1215 Foomatic/foo2hp (recommended)
lsb/usr/ghostscript/model/pxlcolor.ppd HP Color LaserJet Series PCL 6 CUPS
deskjet.ppd HP DeskJet Series, 1.3
lsb/usr/cups-included/HP/deskjet.ppd HP DeskJet Series, 1.3
lsb/usr/foo2zjs/HP-LaserJet_1000.ppd.gz HP LaserJet 1000 Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/HP-LaserJet_1005.ppd.gz HP LaserJet 1005 Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/HP-LaserJet_1018.ppd.gz HP LaserJet 1018 Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/HP-LaserJet_1020.ppd.gz HP LaserJet 1020 Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/HP-LaserJet_1022.ppd.gz HP LaserJet 1022 Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/HP-LaserJet_M1005_MFP.ppd.gz HP LaserJet M1005 MFP Foomatic/foo2xqx (recommended)
lsb/usr/foo2zjs/HP-LaserJet_M1120_MFP.ppd.gz HP LaserJet M1120 MFP Foomatic/foo2xqx (recommended)
lsb/usr/foo2zjs/HP-LaserJet_P1005.ppd.gz HP LaserJet P1005 Foomatic/foo2xqx (recommended)
lsb/usr/foo2zjs/HP-LaserJet_P1006.ppd.gz HP LaserJet P1006 Foomatic/foo2xqx (recommended)
lsb/usr/foo2zjs/HP-LaserJet_P1007.ppd.gz HP LaserJet P1007 Foomatic/foo2xqx (recommended)
lsb/usr/foo2zjs/HP-LaserJet_P1008.ppd.gz HP LaserJet P1008 Foomatic/foo2xqx (recommended)
lsb/usr/foo2zjs/HP-LaserJet_P1505.ppd.gz HP LaserJet P1505 Foomatic/foo2xqx (recommended)
lsb/usr/foo2zjs/HP-LaserJet_P2014.ppd.gz HP LaserJet P2014 Foomatic/foo2xqx (recommended)
laserjet.ppd HP LaserJet Series PCL 4/5, 1.3
lsb/usr/cups-included/HP/laserjet.ppd HP LaserJet Series PCL 4/5, 1.3
lsb/usr/ghostscript/model/pxlmono.ppd HP LaserJet Series PCL 6 CUPS
intelbar.ppd Intellitech IntelliBar Label Printer, 1.3
lsb/usr/cups-included/Intellitech/intelbar.ppd Intellitech IntelliBar Label Printer, 1.3
lsb/usr/foo2zjs/KONICA_MINOLTA-magicolor_2480_MF.ppd.gz KONICA MINOLTA magicolor 2480 MF Foomatic/foo2lava (recommended)
lsb/usr/foo2zjs/KONICA_MINOLTA-magicolor_2490_MF.ppd.gz KONICA MINOLTA magicolor 2490 MF Foomatic/foo2lava (recommended)
lsb/usr/foo2zjs/KONICA_MINOLTA-magicolor_2530_DL.ppd.gz KONICA MINOLTA magicolor 2530 DL Foomatic/foo2lava (recommended)
lsb/usr/foo2zjs/Kyocera-KM-1635.ppd.gz Kyocera KM-1635 Foomatic/foo2oak-z1 (recommended)
lsb/usr/foo2zjs/Kyocera-KM-2035.ppd.gz Kyocera KM-2035 Foomatic/foo2oak-z1 (recommended)
lsb/usr/foo2zjs/Lexmark-C500.ppd.gz Lexmark C500 Foomatic/foo2slx (recommended)
lsb/usr/foo2zjs/Minolta-Color_PageWorks_Pro_L.ppd.gz Minolta Color PageWorks/Pro L Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/Minolta-magicolor_2200_DL.ppd.gz Minolta magicolor 2200 DL Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/Minolta-magicolor_2300_DL.ppd.gz Minolta magicolor 2300 DL Foomatic/foo2zjs (recommended)
lsb/usr/foo2zjs/Minolta-magicolor_2430_DL.ppd.gz Minolta magicolor 2430 DL Foomatic/foo2zjs (recommended)
lsb/usr/cups-included/Oki/okidata9.ppd Oki 9-Pin Series, 1.3
okidata9.ppd Oki 9-Pin Series, 1.3
lsb/usr/cups-included/Oki/okidat24.ppd Oki 24-Pin Series, 1.3
okidat24.ppd Oki 24-Pin Series, 1.3
lsb/usr/foo2zjs/Oki-C3200.ppd.gz Oki C3200 Foomatic/foo2hiperc (recommended)
lsb/usr/foo2zjs/Oki-C3300.ppd.gz Oki C3300 Foomatic/foo2hiperc (recommended)
lsb/usr/foo2zjs/Oki-C3400.ppd.gz Oki C3400 Foomatic/foo2hiperc (recommended)
lsb/usr/foo2zjs/Oki-C3530_MFP.ppd.gz Oki C3530 MFP Foomatic/foo2hiperc (recommended)
lsb/usr/foo2zjs/Oki-C5100.ppd.gz Oki C5100 Foomatic/foo2hiperc (recommended)
lsb/usr/foo2zjs/Oki-C5200.ppd.gz Oki C5200 Foomatic/foo2hiperc (recommended)
lsb/usr/foo2zjs/Oki-C5500.ppd.gz Oki C5500 Foomatic/foo2hiperc (recommended)
lsb/usr/foo2zjs/Oki-C5600.ppd.gz Oki C5600 Foomatic/foo2hiperc (recommended)
lsb/usr/foo2zjs/Oki-C5800.ppd.gz Oki C5800 Foomatic/foo2hiperc (recommended)
raw Raw Queue
lsb/usr/foo2zjs/Samsung-CLP-300.ppd.gz Samsung CLP-300 Foomatic/foo2qpdl (recommended)
lsb/usr/foo2zjs/Samsung-CLP-315.ppd.gz Samsung CLP-315 Foomatic/foo2qpdl (recommended)
lsb/usr/foo2zjs/Samsung-CLP-600.ppd.gz Samsung CLP-600 Foomatic/foo2qpdl (recommended)
lsb/usr/foo2zjs/Samsung-CLP-610.ppd.gz Samsung CLP-610 Foomatic/foo2qpdl (recommended)
lsb/usr/foo2zjs/Samsung-CLX-2160.ppd.gz Samsung CLX-2160 Foomatic/foo2qpdl (recommended)
lsb/usr/foo2zjs/Samsung-CLX-3160.ppd.gz Samsung CLX-3160 Foomatic/foo2qpdl (recommended)
lsb/usr/foo2zjs/Xerox-Phaser-6110.ppd.gz Xerox Phaser 6110 Foomatic/foo2qpdl (recommended)
lsb/usr/foo2zjs/Xerox-Phaser-6115MFP.ppd.gz Xerox Phaser 6115MFP Foomatic/foo2lava
lsb/usr/cups-included/Zebra/zebracpl.ppd Zebra CPCL Label Printer, 1.3
zebracpl.ppd Zebra CPCL Label Printer, 1.3
lsb/usr/cups-included/Zebra/zebraep1.ppd Zebra EPL1 Label Printer, 1.3
zebraep1.ppd Zebra EPL1 Label Printer, 1.3
lsb/usr/cups-included/Zebra/zebraep2.ppd Zebra EPL2 Label Printer, 1.3
zebraep2.ppd Zebra EPL2 Label Printer, 1.3
lsb/usr/cups-included/Zebra/zebra.ppd Zebra ZPL Label Printer, 1.3
zebra.ppd Zebra ZPL Label Printer, 1.3
    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: 154 requests processed.</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 9.</P>
<PRE>
</PRE>
<P>PASS: 0 warning messages.</P>
<P>PASS: 0 notice messages.</P>
<P>PASS: 1 info messages.</P>
<P>FAIL: 0 debug messages, expected more than 0.</P>
<P>PASS: 0 debug2 messages.</P>
<H2>access_log</H2>
<PRE>
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers HTTP/1.1" 200 9 Get-Jobs client-error-bad-request
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers HTTP/1.1" 200 38 Get-Jobs client-error-bad-request
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers HTTP/1.1" 200 44 Get-Jobs client-error-bad-request
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers HTTP/1.1" 200 72 Get-Jobs client-error-bad-request
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers HTTP/1.1" 200 72 Get-Jobs client-error-bad-request
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers HTTP/1.1" 200 117 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers HTTP/1.1" 200 109 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /admin/ HTTP/1.1" 200 9223 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /admin/ HTTP/1.1" 200 123 CUPS-Delete-Printer successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST / HTTP/1.1" 200 249 Create-Printer-Subscription successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /admin/ HTTP/1.1" 200 9223 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /admin/ HTTP/1.1" 200 207 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /admin/ HTTP/1.1" 200 9208 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /admin/ HTTP/1.1" 200 123 CUPS-Set-Default successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test1 HTTP/1.1" 200 17533 Print-Job client-error-bad-request
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test1 HTTP/1.1" 200 17504 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /jobs HTTP/1.1" 200 138 Get-Job-Attributes successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test2 HTTP/1.1" 200 205500 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /jobs HTTP/1.1" 200 138 Get-Job-Attributes successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test1 HTTP/1.1" 200 3904 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test1 HTTP/1.1" 200 281357 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test1 HTTP/1.1" 200 167 Hold-Job successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test1 HTTP/1.1" 200 167 Release-Job successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test1 HTTP/1.1" 200 205430 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /jobs HTTP/1.1" 200 140 Cancel-Job successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /printers/Test1 HTTP/1.1" 200 123 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST /jobs HTTP/1.1" 200 109 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:18 +0400] "POST / HTTP/1.1" 200 231 Create-Printer-Subscription successful-ok
localhost - - [01/Sep/2008:10:10:25 +0400] "POST / HTTP/1.1" 200 154 Get-Subscription-Attributes client-error-not-found
localhost - - [01/Sep/2008:10:10:25 +0400] "POST / HTTP/1.1" 200 340 Create-Printer-Subscription successful-ok
localhost - - [01/Sep/2008:10:10:25 +0400] "POST / HTTP/1.1" 200 123 Get-Subscriptions successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /admin/ HTTP/1.1" 200 148 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /admin/ HTTP/1.1" 200 172 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /admin/ HTTP/1.1" 200 142 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /admin/ HTTP/1.1" 200 149 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "GET /ppd/Test3.ppd HTTP/1.1" 200 32862 - -
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /admin/ HTTP/1.1" 200 33082 CUPS-Add-Modify-Printer successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /admin/ HTTP/1.1" 200 118 CUPS-Delete-Printer successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 118 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 181 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 287 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 282986 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 283310 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:26 +0400] "POST / HTTP/1.1" 200 287 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 287 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 282986 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 283022 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 207036 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test1 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST /printers/Test2 HTTP/1.1" 200 206676 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:31 +0400] "POST / HTTP/1.1" 200 287 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:36 +0400] "POST / HTTP/1.1" 200 287 Get-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST /printers/Test1 HTTP/1.1" 200 206697 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST /jobs/ HTTP/1.1" 200 162 Cancel-Job successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST /printers/Test1 HTTP/1.1" 200 206697 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST /jobs/ HTTP/1.1" 200 162 Cancel-Job successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST /printers/Test1 HTTP/1.1" 200 206697 Print-Job successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST / HTTP/1.1" 200 413 CUPS-Get-Classes successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST /jobs/ HTTP/1.1" 200 162 Cancel-Job successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST /admin/ HTTP/1.1" 200 158 Purge-Jobs successful-ok
localhost - - [01/Sep/2008:10:10:37 +0400] "POST / HTTP/1.1" 200 940 CUPS-Get-Devices -
localhost - - [01/Sep/2008:10:10:37 +0400] "POST / HTTP/1.1" 200 38689 CUPS-Get-PPDs -
</PRE>
<H2>error_log</H2>
<PRE>
I [01/Sep/2008:10:10:37 +0400] Saving job cache file "/tmp/cups-root/share/job.cache"...
</PRE>
<H2>page_log</H2>
<PRE>
Test1 root 1 [01/Sep/2008:10:10:18 +0400] 1 1 - localhost
Test1 root 3 [01/Sep/2008:10:10:18 +0400] 1 1 - localhost
Test2 root 2 [01/Sep/2008:10:10:18 +0400] 1 1 - localhost
Test1 root 4 [01/Sep/2008:10:10:19 +0400] 1 1 - localhost
Test1 root 4 [01/Sep/2008:10:10:19 +0400] 2 1 - localhost
Test1 root 4 [01/Sep/2008:10:10:19 +0400] 3 1 - localhost
Test1 root 4 [01/Sep/2008:10:10:19 +0400] 4 1 - localhost
Test1 root 4 [01/Sep/2008:10:10:19 +0400] 5 1 - localhost
Test1 root 4 [01/Sep/2008:10:10:19 +0400] 6 1 - localhost
Test1 root 4 [01/Sep/2008:10:10:19 +0400] 7 1 - localhost
Test1 root 4 [01/Sep/2008:10:10:19 +0400] 8 1 - localhost
Test1 root 6 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 6 [01/Sep/2008:10:10:26 +0400] 2 1 - localhost
Test2 root 7 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 6 [01/Sep/2008:10:10:26 +0400] 3 1 - localhost
Test1 root 6 [01/Sep/2008:10:10:26 +0400] 4 1 - localhost
Test1 root 6 [01/Sep/2008:10:10:26 +0400] 5 1 - localhost
Test1 root 6 [01/Sep/2008:10:10:26 +0400] 6 1 - localhost
Test1 root 6 [01/Sep/2008:10:10:26 +0400] 7 1 - localhost
Test1 root 6 [01/Sep/2008:10:10:26 +0400] 8 1 - localhost
Test2 root 9 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 8 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test2 root 12 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 8 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 8 [01/Sep/2008:10:10:26 +0400] 2 1 - localhost
Test1 root 8 [01/Sep/2008:10:10:26 +0400] 3 1 - localhost
Test1 root 8 [01/Sep/2008:10:10:26 +0400] 4 1 - localhost
Test2 root 14 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 8 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 10 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test2 root 16 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 11 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test2 root 18 [01/Sep/2008:10:10:26 +0400] 1 1 - localhost
Test1 root 13 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test2 root 20 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test1 root 15 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test2 root 23 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test1 root 17 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test2 root 24 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test2 root 26 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test1 root 19 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test2 root 28 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test1 root 21 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test1 root 22 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test1 root 25 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test1 root 27 [01/Sep/2008:10:10:27 +0400] 1 1 - localhost
Test2 root 30 [01/Sep/2008:10:10:31 +0400] 1 1 - localhost
Test1 root 29 [01/Sep/2008:10:10:31 +0400] 1 1 - localhost
Test1 root 29 [01/Sep/2008:10:10:31 +0400] 2 1 - localhost
Test1 root 29 [01/Sep/2008:10:10:31 +0400] 3 1 - localhost
Test1 root 29 [01/Sep/2008:10:10:31 +0400] 4 1 - localhost
Test1 root 29 [01/Sep/2008:10:10:31 +0400] 5 1 - localhost
Test1 root 29 [01/Sep/2008:10:10:31 +0400] 6 1 - localhost
Test1 root 29 [01/Sep/2008:10:10:31 +0400] 7 1 - localhost
Test1 root 29 [01/Sep/2008:10:10:32 +0400] 8 1 - localhost
Test1 root 31 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test2 root 33 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 31 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 31 [01/Sep/2008:10:10:32 +0400] 2 1 - localhost
Test2 root 35 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 32 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test2 root 37 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 34 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test2 root 39 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test2 root 41 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 36 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test2 root 43 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 38 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test2 root 45 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 40 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test2 root 47 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 42 [01/Sep/2008:10:10:32 +0400] 1 1 - localhost
Test1 root 44 [01/Sep/2008:10:10:33 +0400] 1 1 - localhost
Test2 root 49 [01/Sep/2008:10:10:33 +0400] 1 1 - localhost
Test1 root 46 [01/Sep/2008:10:10:33 +0400] 1 1 - localhost
Test2 root 51 [01/Sep/2008:10:10:33 +0400] 1 1 - localhost
Test1 root 48 [01/Sep/2008:10:10:33 +0400] 1 1 - localhost
Test1 root 50 [01/Sep/2008:10:10:33 +0400] 1 1 - localhost
</PRE>
</BODY>
</HTML>