Network printer: remote jobs hang,print if requeued locally

Frnak McKenney frank_mckenney at mindspring.com
Fri Jun 22 13:45:14 PDT 2007


Johannes,

Thank you for taking the time to respond.  My apologies if my
initial comments weren't clear.

On Jun 21 03:59 Fri Johannes Meixner wrote:
>On Jun 21 22:58 Frnak McKenney wrote (shortened):
>> Two computers ('office', 'manticore') and an Ethernet-attached
>> printer (Brother MFC420CN) are connected to the same LAN.
>....
>> Remote printing from 'office' apps fails.
>
>I don't know what
>---------------------------------------------------------------
>office: IBM OS/2 Warp 4
>office IP: 192.168.0.1
>office printer driver: Apple Color LaserWriter 12/600
>---------------------------------------------------------------
>actually means (I do some guess below).
>
>How exactly is "remote printing" set up on 'office'?
>
>Via a seperated print queue on 'office'?
>
>If yes, what exactly are those queue settings?

>From CUPS' point of view, 'office' is acting like an MSWinXX client.
The 'manticore' printers are SHAREd

  [0 G:\ibmiak] net view
  Server Name            Remark
  -----------------------------
  \\MANTICORE            SAMBA 3.0.23D-6-1083-SUSE-SL10.2
  \\OFFICE               McKenney Associates Office System

  [0 G:\ibmiak]net view \\manticore
  Shared resources at \\manticore
  Samba 3.0.23d-6-1083-SUSE-SL10.2

  Netname      Type   Used as  Comment
  ------------------------------------
  --snip--
  mfc420cn     Print       Brother MFC-420CN Printer / Scanner / FAX
  PDFWriter    Print       PDFWriter

And here's the relevant portions of SAMBA's smb.conf:

  -------------------------------------------
  [mfc420cn]
        comment = Brother MFC-420CN Printer / Scanner / FAX
        path = /var/tmp
        read only = No
        create mask = 0600
        guest ok = Yes
        printable = Yes
        printer name = mfc420cn
        oplocks = No
        share modes = No
  -------------------------------------------

>What is in the CUPS error_log for a job from 'office'?
>See http://en.opensuse.org/SDB:CUPS_in_a_Nutshell "If problems are
>encountered"

It's appended (all 462 lines).

Specifically, after setting 'LogLevel debug' in /etc/cups/cupsd.conf
I did the following:

 - /etc/rc.d/cups stop
 - Deleted /var/log/cups/error_log.
 - /etc/rc.d/cups start
 - Submitted a small print job (300 bytes of text, ~250K as
   Postscript).
 - Saw the MFC420CN LCD change to read "Receiving Data".
 - Waited a few minutes. Nothing happened -- no "I'm thinking about
   starting to print" noises from the printer.
 - Hit the (Stop/Exit) button on the MFC420CN to cancel the
   partially-transferred print job.
 - /etc/rc.d/cups stop

For this test I switched the OS/2 printer driver to the Generic
Postscript driver.  I'll leave that in place until we get a bit
closer to a solution.

I hope you can find something useful in the error_log.

>A blind guess:
>
>I guess that you run the "Apple Color LaserWriter" driver on
>'office' because actually you like to produce plain PostScript on
>'office'.

No, the problem is that Brother doesn't provide a MFC420CN driver
for the OS/2 operating system.  However, if OS/2 sends Postscript to
CUPS, _it_ has a driver that can translate the Postscript into
whatever it is that the MFC420CN printer wants.  In other words, I'm
using 'manticore' and CUPS as my "OS/2 MFC420CN printer driver".
(That's not all manticore does, but that's a useful serice.)

This process was working up until a few weeks ago.  Back then
manticore was running SuSE 9.1 and the copy of CUPS shipped with it.

Then the roof fell in.  Following a power outage manticore's HD
suddenly reported an incredible number of bad sectors.  I replaced
the HD, loaded openSuSE v10.2, and I've spent my time since then
trying to get everything back to the way it was.  New CUPS version,
new Brother MFC420CN print drivers for Linux...  I'm still trying to
figure out why this printer now reverse-stacks my pages (very
convenient until I try to print on both sides and have to get
double-reversing straight in my head).

>If yes, isn't there a generic PostScript driver for "IBM OS/2 Warp
>4"?  I also assume that "IBM OS/2 Warp 4" does not support IPP or
>CUPS but only plain LPD.

OS/2 has an LPD driver, but I've never used it.  I did (as I
indicated above) install the OS/2 Generic Postscript driver.  I've
also tried the Tektronix Phaser 550 and QMS magicolor drivers (both
Postscript).

>Perhaps the "Apple Color LaserWriter" driver does not produce plain
>PostScript but perhaps it prepends it with some printer specific
>stuff (like JCL stuff) which confuses the CUPS filtering system on
>'manticore'.

The Tektronix Phaser was the one I was using with the old CUPS
(v1.1?), and it did a nice job of handling things like color and
600ppi printing.

If I understand your concern here, you're worried that the OS/2
printer driver might be sending "something" that CUPS can receive
without problem and put into the spool data file, but that later
causes a communication problem as CUPS is feeding the spool data
file to the printer over the socket/Ethernet connection.

I could see how that could happen, but I'm puzzled as to why it is
that feeding this "spool data file with bits'o'bad_stuff" back
through CUPS a second time via the 'lp' command somehow makes the
"bad stuff" disappear, or at least, no longer "bad".

Didn't someone once say something about "insurmountable
opportunities"?  <grin!>


Frank McKenney

----- /var/log/cups/Hung_print_22Jun2007_error_log ------------
I [22/Jun/2007:15:40:06 -0400] Listening to 0.0.0.0:631 (IPv4)
I [22/Jun/2007:15:40:06 -0400] Listening to :::631 (IPv6)
I [22/Jun/2007:15:40:06 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [22/Jun/2007:15:40:06 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [22/Jun/2007:15:40:06 -0400] Using default TempDir of /var/spool/cups/tmp...
I [22/Jun/2007:15:40:06 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [22/Jun/2007:15:40:06 -0400] Configured for up to 100 clients.
I [22/Jun/2007:15:40:06 -0400] Allowing up to 100 client connections per host.
I [22/Jun/2007:15:40:06 -0400] Using policy "default" as the default!
I [22/Jun/2007:15:40:06 -0400] Full reload is required.
I [22/Jun/2007:15:40:06 -0400] Loaded MIME database from '/etc/cups': 36 types, 40 filters...
D [22/Jun/2007:15:40:06 -0400] Loading printer mfc420cn...
D [22/Jun/2007:15:40:06 -0400] Loading printer PDFWriter...
I [22/Jun/2007:15:40:06 -0400] Loading job cache file "/var/cache/cups/job.cache"...
D [22/Jun/2007:15:40:06 -0400] Loading job 2 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 3 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 4 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 5 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 6 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 7 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 8 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 9 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 10 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 11 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 12 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 13 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 14 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 15 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 16 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 17 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 18 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 19 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 20 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 21 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 22 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 23 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 24 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 25 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 26 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 27 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 28 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 29 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 30 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 31 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 32 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 33 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 34 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 35 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 36 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 37 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 38 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 39 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 40 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 41 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 42 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 43 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 44 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 45 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 46 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 47 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 48 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 49 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 50 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 51 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 52 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 53 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 54 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 55 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 56 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 57 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 58 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 59 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 60 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 61 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 62 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 63 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 64 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 65 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 66 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 67 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 68 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 69 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 70 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 71 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 72 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 73 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 74 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 75 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 76 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 77 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 78 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 79 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 80 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 81 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 82 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading attributes for job 82...
D [22/Jun/2007:15:40:06 -0400] Loading job 83 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 84 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 85 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 86 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 87 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 88 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 89 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 90 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 91 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 92 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 93 from cache...
D [22/Jun/2007:15:40:06 -0400] Loading job 94 from cache...
I [22/Jun/2007:15:40:06 -0400] Full reload complete.
I [22/Jun/2007:15:40:06 -0400] Listening to 0.0.0.0:631 on fd 0...
E [22/Jun/2007:15:40:06 -0400] Unable to open listen socket for address :::631 - Address family not supported by protocol.
I [22/Jun/2007:15:40:06 -0400] Listening to /var/run/cups/cups.sock on fd 2...
D [22/Jun/2007:15:40:06 -0400] cupsdAcceptClient: 6 from localhost (Domain)
D [22/Jun/2007:15:40:06 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:06 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:06 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:06 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:06 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:06 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:06 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:06 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:06 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:06 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:06 -0400] Get-Printer-Attributes ipp://localhost/printers/mfc420cn
D [22/Jun/2007:15:40:06 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:06 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:06 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:06 -0400] Get-Printer-Attributes ipp://localhost/printers/PDFWriter
D [22/Jun/2007:15:40:06 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:06 -0400] cupsdReadClient: 6 GET /printers/mfc420cn.ppd HTTP/1.1
D [22/Jun/2007:15:40:06 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:06 -0400] write_file: 6 file=8
D [22/Jun/2007:15:40:06 -0400] cupsdReadClient: 6 GET /printers/PDFWriter.ppd HTTP/1.1
D [22/Jun/2007:15:40:06 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:06 -0400] write_file: 6 file=8
D [22/Jun/2007:15:40:07 -0400] cupsdNetIFUpdate: "lo" = localhost...
D [22/Jun/2007:15:40:07 -0400] cupsdNetIFUpdate: "eth0" = manticore.site...
D [22/Jun/2007:15:40:11 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:11 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:11 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:11 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:11 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:11 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:11 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:11 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:16 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:16 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:16 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:16 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:16 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:16 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:16 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:16 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:21 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:21 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:21 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:21 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:21 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:21 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:21 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:21 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:26 -0400] cupsdAcceptClient: 8 from localhost (Domain)
D [22/Jun/2007:15:40:26 -0400] cupsdReadClient: 8 POST / HTTP/1.1
D [22/Jun/2007:15:40:26 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:26 -0400] Get-Jobs ipp://localhost/printers/mfc420cn
D [22/Jun/2007:15:40:26 -0400] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:26 -0400] cupsdReadClient: 8 POST / HTTP/1.1
D [22/Jun/2007:15:40:26 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:26 -0400] Get-Printer-Attributes ipp://localhost/printers/mfc420cn
D [22/Jun/2007:15:40:26 -0400] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:26 -0400] cupsdCloseClient: 8
D [22/Jun/2007:15:40:26 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:26 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:26 -0400] cupsdAcceptClient: 8 from localhost (Domain)
D [22/Jun/2007:15:40:26 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:26 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:26 -0400] cupsdReadClient: 8 POST /printers/mfc420cn HTTP/1.1
D [22/Jun/2007:15:40:26 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:26 -0400] Print-Job ipp://localhost/printers/mfc420cn
D [22/Jun/2007:15:40:26 -0400] print_job: request file type is application/vnd.cups-raw.
D [22/Jun/2007:15:40:26 -0400] add_job: requesting-user-name="FRANK"
D [22/Jun/2007:15:40:26 -0400] Adding default job-sheets values "none,none"...
I [22/Jun/2007:15:40:26 -0400] Adding start banner page "none" to job 95.
D [22/Jun/2007:15:40:26 -0400] Discarding unused job-created event...
I [22/Jun/2007:15:40:26 -0400] Adding end banner page "none" to job 95.
I [22/Jun/2007:15:40:26 -0400] Job 95 queued on "mfc420cn" by "FRANK".
D [22/Jun/2007:15:40:26 -0400] Job 95 hold_until = 0
D [22/Jun/2007:15:40:26 -0400] Discarding unused printer-state-changed event...
D [22/Jun/2007:15:40:26 -0400] job-sheets=none,none
D [22/Jun/2007:15:40:26 -0400] banner_page = 0
D [22/Jun/2007:15:40:26 -0400] [Job 95] argv[0]="mfc420cn"
D [22/Jun/2007:15:40:26 -0400] [Job 95] argv[1]="95"
D [22/Jun/2007:15:40:26 -0400] [Job 95] argv[2]="FRANK"
D [22/Jun/2007:15:40:26 -0400] [Job 95] argv[3]="smbprn.00000026 Hello_World.txt"
D [22/Jun/2007:15:40:26 -0400] [Job 95] argv[4]="1"
D [22/Jun/2007:15:40:26 -0400] [Job 95] argv[5]="job-uuid=urn:uuid:0daa1342-ab05-30f3-7a49-14034f8b7820"
D [22/Jun/2007:15:40:26 -0400] [Job 95] argv[6]="/var/spool/cups/d00095-001"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[2]="CUPS_DOCROOT=/usr/share/doc/packages/cups"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[9]="SERVER_ADMIN=root at manticore.site"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[10]="SOFTWARE=CUPS/1.2.7"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[12]="USER=root"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[13]="CUPS_SERVER=/var/run/cups/cups.sock"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[14]="CUPS_ENCRYPTION=IfRequested"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[15]="IPP_PORT=631"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[16]="CHARSET=utf-8"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[17]="LANG=en"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[18]="PPD=/etc/cups/ppd/mfc420cn.ppd"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[19]="RIP_MAX_CACHE=8m"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[20]="CONTENT_TYPE=application/vnd.cups-raw"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[21]="DEVICE_URI=socket://brn_60fb75:9100/"
D [22/Jun/2007:15:40:26 -0400] [Job 95] envp[22]="PRINTER=mfc420cn"
I [22/Jun/2007:15:40:26 -0400] Started backend /usr/lib/cups/backend/socket (PID 1078) for job 95.
D [22/Jun/2007:15:40:26 -0400] Discarding unused job-state event...
D [22/Jun/2007:15:40:26 -0400] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:26 -0400] cupsdCloseClient: 8
D [22/Jun/2007:15:40:26 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:26 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:26 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:26 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:26 -0400] Discarding unused printer-state-changed event...
D [22/Jun/2007:15:40:26 -0400] Discarding unused printer-state-changed event...
D [22/Jun/2007:15:40:26 -0400] Discarding unused printer-state-changed event...
D [22/Jun/2007:15:40:26 -0400] Discarding unused printer-state-changed event...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Connected to 192.168.0.99:9100 (IPv4)...
D [22/Jun/2007:15:40:26 -0400] Discarding unused job-progress event...
D [22/Jun/2007:15:40:26 -0400] [Job 95] backendRunLoop(print_fd=4, device_fd=5, use_bc=1)
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:26 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:27 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:28 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:40:28 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:40:31 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:31 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:31 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:31 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:31 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:31 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:31 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:31 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:36 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:36 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:36 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:36 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:36 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:36 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:36 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:36 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:41 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:41 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:41 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:41 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:41 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:41 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:41 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:41 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:46 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:46 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:46 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:46 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:46 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:46 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:46 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:46 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:51 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:51 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:51 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:51 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:51 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:51 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:51 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:51 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:56 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:56 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:56 -0400] CUPS-Get-Default
D [22/Jun/2007:15:40:56 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:40:56 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:40:56 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:40:56 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:40:56 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:01 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:01 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:01 -0400] CUPS-Get-Default
D [22/Jun/2007:15:41:01 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:01 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:01 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:01 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:01 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:06 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:06 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:06 -0400] CUPS-Get-Default
D [22/Jun/2007:15:41:06 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:06 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:06 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:06 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:06 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:10 -0400] cupsdNetIFUpdate: "lo" = localhost...
D [22/Jun/2007:15:41:10 -0400] cupsdNetIFUpdate: "eth0" = manticore.site...
D [22/Jun/2007:15:41:11 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:11 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:11 -0400] CUPS-Get-Default
D [22/Jun/2007:15:41:11 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:11 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:11 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:11 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:11 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:16 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:16 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:16 -0400] CUPS-Get-Default
D [22/Jun/2007:15:41:16 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:16 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:16 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:16 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:16 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:17 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:18 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:18 -0400] [Job 95] Read 8192 bytes of print data...
D [22/Jun/2007:15:41:18 -0400] [Job 95] Wrote 8192 bytes of print data...
D [22/Jun/2007:15:41:18 -0400] [Job 95] Read 5819 bytes of print data...
D [22/Jun/2007:15:41:18 -0400] [Job 95] Wrote 5819 bytes of print data...
D [22/Jun/2007:15:41:18 -0400] Discarding unused printer-state-changed event...
D [22/Jun/2007:15:41:18 -0400] Discarding unused printer-state-changed event...
D [22/Jun/2007:15:41:18 -0400] PID 1078 (/usr/lib/cups/backend/socket) exited with no errors.
D [22/Jun/2007:15:41:18 -0400] [Job 95] File 0 is complete.
D [22/Jun/2007:15:41:18 -0400] Discarding unused printer-state-changed event...
D [22/Jun/2007:15:41:18 -0400] Discarding unused job-completed event...
D [22/Jun/2007:15:41:19 -0400] Unloading job 95...
D [22/Jun/2007:15:41:20 -0400] cupsdAcceptClient: 9 from localhost (Domain)
D [22/Jun/2007:15:41:20 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:20 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:20 -0400] Get-Jobs ipp://localhost/jobs/
D [22/Jun/2007:15:41:20 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:20 -0400] cupsdCloseClient: 9
D [22/Jun/2007:15:41:21 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:21 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:21 -0400] CUPS-Get-Default
D [22/Jun/2007:15:41:21 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:21 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:21 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:21 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:21 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdAcceptClient: 9 from localhost (Domain)
D [22/Jun/2007:15:41:23 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:23 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:23 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:23 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:23 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:23 -0400] CUPS-Get-Classes
D [22/Jun/2007:15:41:23 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:23 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:23 -0400] CUPS-Get-Default
D [22/Jun/2007:15:41:23 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:23 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:23 -0400] CUPS-Get-Classes
D [22/Jun/2007:15:41:23 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:23 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:23 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:23 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:23 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:23 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:23 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:23 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:23 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:23 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdReadClient: 9 POST / HTTP/1.1
D [22/Jun/2007:15:41:23 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:23 -0400] Get-Jobs ipp://localhost/jobs/
D [22/Jun/2007:15:41:23 -0400] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:23 -0400] cupsdCloseClient: 9
D [22/Jun/2007:15:41:26 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:26 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:26 -0400] CUPS-Get-Default
D [22/Jun/2007:15:41:26 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:26 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:26 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:26 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:26 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:31 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:31 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:31 -0400] CUPS-Get-Default
D [22/Jun/2007:15:41:31 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [22/Jun/2007:15:41:31 -0400] cupsdReadClient: 6 POST / HTTP/1.1
D [22/Jun/2007:15:41:31 -0400] cupsdAuthorize: No authentication data provided.
D [22/Jun/2007:15:41:31 -0400] CUPS-Get-Printers
D [22/Jun/2007:15:41:31 -0400] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
I [22/Jun/2007:15:41:33 -0400] Scheduler shutting down normally.
D [22/Jun/2007:15:41:33 -0400] cupsdCloseClient: 6
I [22/Jun/2007:15:41:33 -0400] Saving remote.cache...
I [22/Jun/2007:15:41:33 -0400] Saving job cache file "/var/cache/cups/job.cache"...
---------------------------------------------------------------

Frank McKenney, McKenney Associates
Richmond, Virginia / (804) 320-4887
Munged E-mail: frank uscore mckenney ayut minds pring dawt cahm (y'all)
--
    Supercomputer: any computer that can complete an endless loop
                   in under 5 minutes.
--





More information about the cups mailing list