I just has a sudden flash of insight on this problem.

I looked at the log file again,  and I suspect I know what is happening.
The particular printer has a problem in dealing with 'bad' or 'unterminated'
jobs.

The following should (no guarantees) fix this,  or at least make it
much less frequent.  There will still be times when the printer will
go catatonic,  due to either a job wanting some paper type that is
not loaded,  or due to the PostScript interpreter going into a loop,
but that is much less likely.

I hope that you have a network printer.  If it is on a parallel port this
might also work,  but I have never tried it.

ORIGINAL LINES IN PRINTCAP:

lp:
  :lp=host%port
  :ifhp=model=xxx

MODIFIED LINES IN PRINTCAP
lp:
  :lp=/dev/null
  :ifhp=model=xxx,dev=host%port,appsocket

This does the following:

  a) lpd opens /dev/null
  b) lpd starts ifhp.  ifhp now opens the connection
     to host%port
  c) ifhp sends the 'sync + flush last job + set yourself into sane mode'
     stuff AND THEN CLOSES THE CONNECTION
  d) ifhp reconnects, sends the job, and then CLOSES THE SENDING SIDE
     of the connection.
  e) ifhp reconnects and then monitors for end of job.

The connection close is not handled properly by some printers.
If you close the connection while there is data still in its buffer,
it will discard the data.  So you have to do a 'shutdown' or 'half close'
on the connection.  This will cause the printer to see an 'end of file'
when it reads the last byte of data, and it will then close the connection.

(I won't get into the problems of LINGER,  as most of the readers
of this list do not have the prescription strength migrane relief
drugs needed for that discussion.)

> From [EMAIL PROTECTED] Tue Mar 12 07:40:01 2002
> Date: Tue, 12 Mar 2002 14:56:45 +0100 (MET)
> From: Johan Bengtsson <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: LPRng: Optra problems again
>
> Hi,
>
> To quote my previous mail:
> "I managed to get pagecounting working accurately in duplex +
> enginesync mode with our
> Lexmark Optra S 2450 printers by using ps_term = stopduplex. Unfortunately
> it seems that ifhp hangs sometimes when using this method. The current
> printjob stalls and the printer has to be restarted. Or maybe it's
> the printers fault - what do I know...<sigh> "
>
> I still have the same problem. I've upgraded to ifhp 3.5.6.
> Below is the output from lpq -D1 -Peowyn. Maybe you can see if it's the
> printers who's screwing things up, or ifhp, or both....:
>
>  
> 2002-03-12-14:40:31.245 minastir [7339] lpq  eowyn: Dump_line_list: lpq- Config - 
>0x23f00, count 2, max 102, list 0x2bc50
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn:   [ 0] 0x26360 ='default 
>rm=eru.dd.chalmers.se'
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn:   [ 1] 0x27108 
>='default_remote_host=eru.dd.chalmers.se'
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Get_all_printcap_entries: 
>starting
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Select_pc_info: looking for 
>'all', depth 0
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Select_pc_info: names[0] 
>'arda=arda'
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Select_pc_info: trying 'arda'
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Select_pc_info: names[1] 
>'eomer=eomer'
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eomer'
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Select_pc_info: names[2] 
>'eonwe=eonwe'
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eonwe'
> 2002-03-12-14:40:31.246 minastir [7339] lpq  eowyn: Select_pc_info: names[3] 
>'eowyn=eowyn'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eowyn'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: names[4] 
>'problem=problem'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: trying 'problem'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: names[5] 
>'saruman=saruman'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: trying 'saruman'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: returning 
>'<NULL>'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: looking for '*', 
>depth 0
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: names[0] 
>'arda=arda'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: trying 'arda'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: names[1] 
>'eomer=eomer'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eomer'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: names[2] 
>'eonwe=eonwe'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eonwe'
> 2002-03-12-14:40:31.247 minastir [7339] lpq  eowyn: Select_pc_info: names[3] 
>'eowyn=eowyn'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eowyn'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: names[4] 
>'problem=problem'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: trying 'problem'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: names[5] 
>'saruman=saruman'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: trying 'saruman'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: returning 
>'<NULL>'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Get_all_printcap_entries: 
>User_PC starting
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: looking for 
>'all', depth 0
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: names[0] 
>'arda=arda'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: trying 'arda'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: names[1] 
>'eomer=eomer'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eomer'
> 2002-03-12-14:40:31.248 minastir [7339] lpq  eowyn: Select_pc_info: names[2] 
>'eonwe=eonwe'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eonwe'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: names[3] 
>'eowyn=eowyn'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eowyn'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: names[4] 
>'problem=problem'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: trying 'problem'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: names[5] 
>'saruman=saruman'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: trying 'saruman'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: returning 
>'<NULL>'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: looking for '*', 
>depth 0
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: names[0] 
>'arda=arda'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: trying 'arda'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: names[1] 
>'eomer=eomer'
> 2002-03-12-14:40:31.249 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eomer'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: names[2] 
>'eonwe=eonwe'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eonwe'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: names[3] 
>'eowyn=eowyn'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: trying 'eowyn'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: names[4] 
>'problem=problem'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: trying 'problem'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: names[5] 
>'saruman=saruman'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: trying 'saruman'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Select_pc_info: returning 
>'<NULL>'
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Dump_line_list: 
>Get_all_printcap_entries- after User - 0xff31dbb4, count 0, max 0, list 0x0
> 2002-03-12-14:40:31.250 minastir [7339] lpq  eowyn: Get_all_printcap_entries: 
>prefixing user
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn: Dump_line_list: 
>Get_all_printcap_entries- All_line_list - 0x23f28, count 6, max 102, list 0x2ab58
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 0] 0x26f58 ='arda'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 1] 0x26f78 ='eomer'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 2] 0x26f88 ='eonwe'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 3] 0x26f98 ='eowyn'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 4] 0x26fa8 ='problem'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 5] 0x26fb8 ='saruman'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn: Dump_line_list: lpq- 
>All_line_list - 0x23f28, count 6, max 102, list 0x2ab58
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 0] 0x26f58 ='arda'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 1] 0x26f78 ='eomer'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 2] 0x26f88 ='eonwe'
> 2002-03-12-14:40:31.251 minastir [7339] lpq  eowyn:   [ 3] 0x26f98 ='eowyn'
> 2002-03-12-14:40:31.252 minastir [7339] lpq  eowyn:   [ 4] 0x26fa8 ='problem'
> 2002-03-12-14:40:31.252 minastir [7339] lpq  eowyn:   [ 5] 0x26fb8 ='saruman'
> 2002-03-12-14:40:31.252 minastir [7339] lpq  eowyn: Show_status: start
> 2002-03-12-14:40:31.252 minastir [7339] lpq  eowyn: Get_printer: original printer 
>'eowyn'
> 2002-03-12-14:40:31.252 minastir [7339] lpq  eowyn: Get_printer: final printer 
>'eowyn'
> 2002-03-12-14:40:31.252 minastir [7339] lpq  eowyn: Fix_Rm_Rp_info: printer name 
>'eowyn'
> 2002-03-12-14:40:31.252 minastir [7339] lpq  Reset_config: starting
> 2002-03-12-14:40:31.253 minastir [7339] lpq  eowyn: Select_pc_info: looking for 
>'eowyn', depth 0
> 2002-03-12-14:40:31.253 minastir [7339] lpq  eowyn: Find_pc_info: found name 'eowyn'
> 2002-03-12-14:40:31.253 minastir [7339] lpq  eowyn: Select_pc_info: returning 'eowyn'
> 2002-03-12-14:40:31.253 minastir [7339] lpq  eowyn: Select_pc_info: looking for 
>'eowyn', depth 0
> 2002-03-12-14:40:31.253 minastir [7339] lpq  eowyn: Find_pc_info: found name 'eowyn'
> 2002-03-12-14:40:31.254 minastir [7339] lpq  eowyn: Select_pc_info: returning 'eowyn'
> 2002-03-12-14:40:31.254 minastir [7339] lpq  eowyn: Fix_Rm_Rp_info: Printer 'eowyn', 
>Queue 'eowyn', Lp '<NULL>', Rp 'eowyn', Rh 'eru.dd.chalmers.se'
> 2002-03-12-14:40:31.254 minastir [7339] lpq  eowyn: Send_request: printer 'eowyn', 
>host 'eru.dd.chalmers.se', format 4
> 2002-03-12-14:40:31.255 minastir [7339] lpq  eowyn: Send_request: connnect_timeout 
>10, transfer_timeout 30
> 2002-03-12-14:40:31.255 minastir [7339] lpq  eowyn: Fix_send_auth: name '<NULL>'
> 2002-03-12-14:40:31.255 minastir [7339] lpq  eowyn: Fix_send_auth: no security
> 2002-03-12-14:40:31.255 minastir [7339] lpq  eowyn: Send_request: security <NULL>
> 2002-03-12-14:40:31.255 minastir [7339] lpq  eowyn: Send_request: command '^Deowyn'
> 2002-03-12-14:40:31.257 minastir [7339] lpq  eowyn: Send_request: socket 4, real 
>host 'eru.dd.chalmers.se'
> 2002-03-12-14:40:31.258 minastir [7339] lpq  eowyn: Read_status_info: output 1, 
>timeout 30, dspfmt 4
> 2002-03-12-14:40:31.258 minastir [7339] lpq  eowyn: Read_status_info: 
>status_line_count 1
> 2002-03-12-14:40:31.258 minastir [7339] lpq  eowyn: Read_status_info: displayformat 
>4, Show_all 0
> 2002-03-12-14:40:31.630 minastir [7339] lpq  eowyn: Dump_line_list: lpq- status - 
>0xffbeeeb8, count 241, max 306, list 0x33548
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 0] 0x25a20 ='Printer: 
>eowyn@eru'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 1] 0x263b0 =' Queue: 5 
>printable jobs'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 2] 0x26400 =' Server: pid 
>19613 active'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 3] 0x26428 =' Unspooler: pid 
>20542 active'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 4] 0x2aad8 =' Status: 
>accounting at start at 14:34:02.712'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 5] 0x2ad60 =' Status: 
>opening device '10.0.0.3%9100' at 14:34:02.715'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 6] 0x2ada0 =' Status: 
>printing job 'cfA793nob.dd.chalmers.se' at 14:34:02.726'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 7] 0x2b3f8 =' Status: 
>processing 'dfA793nob.dd.chalmers.se', size 128729, format 'f', IF filter 'ifhp' at 
>14:34:02.727'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 8] 0x2acf8 =' Status: 
>waiting for subserver to exit at 14:34:05.918'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [ 9] 0x2b470 =' Status: IF 
>filter 'ifhp' filter msg - 'ifhp 14:35:36.828 [20464] Do_waitend: no end response 
>from printer, timeout 0' at 14:35:36.830'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [10] 0x2b500 =' Status: IF 
>filter 'ifhp' filter exit status 'JFAIL' at 14:35:36.851'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [11] 0x2bbe0 =' Status: 
>printing finished at 14:35:36.851'
> 2002-03-12-14:40:31.631 minastir [7339] lpq  eowyn:   [12] 0x2bc18 =' Status: 
>accounting at end at 14:35:38.386'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [13] 0x29910 =' Status: 
>finished 'cfA793nob.dd.chalmers.se', status 'JFAIL' at 14:35:38.406'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [14] 0x29968 =' Status: 
>subserver pid 20461 exit status 'JFAIL' at 14:35:38.411'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [15] 0x299b8 =' Status: job 
>'cfA793nob.dd.chalmers.se' attempt 2, trying 3 times at 14:35:38.434'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [16] 0x29a18 =' Status: 
>attempt 3, sleeping 20 before retry at 14:35:38.493'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [17] 0x2ffb0 =' Status: 
>waiting for subserver to exit at 14:35:38.508'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [18] 0x2fff0 =' Status: 
>waiting for subserver to exit at 14:35:53.267'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [19] 0x30030 =' Status: 
>subserver pid 20542 starting at 14:35:58.506'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [20] 0x29a60 =' Status: 
>accounting at start at 14:35:59.310'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [21] 0x30070 =' Status: 
>opening device '10.0.0.3%9100' at 14:35:59.314'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [22] 0x300b0 =' Status: 
>printing job 'cfA793nob.dd.chalmers.se' at 14:35:59.325'
> 2002-03-12-14:40:31.632 minastir [7339] lpq  eowyn:   [23] 0x30100 =' Status: 
>processing 'dfA793nob.dd.chalmers.se', size 128729, format 'f', IF filter 'ifhp' at 
>14:35:59.330'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [24] 0x30178 =' Status: 
>waiting for subserver to exit at 14:37:34.901'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [25] 0x301b8 =' Filter_status: 
> 511795 bytes at 14:22:01.921'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [26] 0x301f0 =' Filter_status: 
>26 percent done at 14:22:02.197'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [27] 0x30228 =' Filter_status: 
>52 percent done at 14:22:03.089'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [28] 0x30260 =' Filter_status: 
>78 percent done at 14:22:03.454'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [29] 0x30298 =' Filter_status: 
>sent job file at 14:22:03.615'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [30] 0x302d0 =' Filter_status: 
>getting end using 'pjl job/eoj' at 14:22:03.619'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [31] 0x30318 =' Filter_status: 
>end of job detected at 14:22:54.583'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [32] 0x30358 =' Filter_status: 
>pagecounter 600952 after 1 attempts at 14:22:54.609'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [33] 0x303a8 =' Filter_status: 
>pagecounter 600952, pages 10 at 14:22:54.611'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [34] 0x303f0 =' Filter_status: 
>done at 14:22:54.612'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [35] 0x30420 =' Filter_status: 
>using model 'lexmark4039' at 14:22:55.369'
> 2002-03-12-14:40:31.633 minastir [7339] lpq  eowyn:   [36] 0x30468 =' Filter_status: 
>pagecount using 'pjl info pagecount' at 14:22:55.392'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [37] 0x304b8 =' Filter_status: 
>setting up printer at 14:22:55.393'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [38] 0x304f8 =' Filter_status: 
>getting sync using 'pjl echo' at 14:22:55.393'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [39] 0x30540 =' Filter_status: 
>sync done at 14:22:56.573'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [40] 0x30578 =' Filter_status: 
>pagecounter 600952 after 1 attempts at 14:22:56.594'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [41] 0x305c8 =' Filter_status: 
>pagecounter 600952 at 14:22:56.594'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [42] 0x30608 =' Filter_status: 
>sending job file at 14:22:56.597'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [43] 0x30648 =' Filter_status: 
>starting transfer at 14:22:56.598'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [44] 0x30688 =' Filter_status: 
>initial job type 'POSTSCRIPT' at 14:22:56.599'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [45] 0x306d0 =' Filter_status: 
>decoded job type 'POSTSCRIPT' at 14:22:56.599'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [46] 0x30718 =' Filter_status: 
>job type 'POSTSCRIPT' at 14:22:56.600'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [47] 0x30758 =' Filter_status: 
>transferring 321766 bytes at 14:22:56.601'
> 2002-03-12-14:40:31.634 minastir [7339] lpq  eowyn:   [48] 0x307a0 =' Filter_status: 
>25 percent done at 14:22:56.754'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [49] 0x307d8 =' Filter_status: 
>50 percent done at 14:22:56.874'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [50] 0x30810 =' Filter_status: 
>76 percent done at 14:22:56.994'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [51] 0x30848 =' Filter_status: 
>sent job file at 14:22:57.144'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [52] 0x30880 =' Filter_status: 
>getting end using 'pjl job/eoj' at 14:22:57.146'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [53] 0x308c8 =' Filter_status: 
>end of job detected at 14:23:45.018'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [54] 0x30908 =' Filter_status: 
>pagecounter 600962 after 1 attempts at 14:23:45.042'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [55] 0x30958 =' Filter_status: 
>pagecounter 600962, pages 10 at 14:23:45.043'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [56] 0x309a0 =' Filter_status: 
>done at 14:23:45.071'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [57] 0x309d0 =' Filter_status: 
>using model 'lexmark4039' at 14:24:16.059'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [58] 0x30a18 =' Filter_status: 
>pagecount using 'pjl info pagecount' at 14:24:16.090'
> 2002-03-12-14:40:31.635 minastir [7339] lpq  eowyn:   [59] 0x30a68 =' Filter_status: 
>setting up printer at 14:24:16.091'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [60] 0x30aa8 =' Filter_status: 
>getting sync using 'pjl echo' at 14:24:16.091'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [61] 0x30af0 =' Filter_status: 
>sync done at 14:24:17.357'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [62] 0x30b28 =' Filter_status: 
>pagecounter 600962 after 1 attempts at 14:24:17.374'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [63] 0x30b78 =' Filter_status: 
>pagecounter 600962 at 14:24:17.375'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [64] 0x30bb8 =' Filter_status: 
>sending job file at 14:24:17.386'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [65] 0x30bf8 =' Filter_status: 
>starting transfer at 14:24:17.386'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [66] 0x30c38 =' Filter_status: 
>initial job type 'POSTSCRIPT' at 14:24:17.542'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [67] 0x30c80 =' Filter_status: 
>decoded job type 'POSTSCRIPT' at 14:24:17.543'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [68] 0x30cc8 =' Filter_status: 
>job type 'POSTSCRIPT' at 14:24:17.543'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [69] 0x30d08 =' Filter_status: 
>transferring 526188 bytes at 14:24:17.546'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [70] 0x30d50 =' Filter_status: 
>25 percent done at 14:24:17.773'
> 2002-03-12-14:40:31.636 minastir [7339] lpq  eowyn:   [71] 0x30d88 =' Filter_status: 
>50 percent done at 14:24:18.001'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [72] 0x30dc0 =' Filter_status: 
>75 percent done at 14:24:18.213'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [73] 0x30df8 =' Filter_status: 
>sent job file at 14:24:18.381'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [74] 0x30e30 =' Filter_status: 
>getting end using 'pjl job/eoj' at 14:24:18.383'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [75] 0x30e78 =' Filter_status: 
>end of job detected at 14:25:07.278'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [76] 0x30eb8 =' Filter_status: 
>pagecounter 600972 after 1 attempts at 14:25:07.468'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [77] 0x30f08 =' Filter_status: 
>pagecounter 600972, pages 10 at 14:25:07.469'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [78] 0x30f50 =' Filter_status: 
>done at 14:25:07.469'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [79] 0x30f80 =' Filter_status: 
>using model 'lexmark4039' at 14:25:09.189'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [80] 0x30fc8 =' Filter_status: 
>pagecount using 'pjl info pagecount' at 14:25:09.214'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [81] 0x31018 =' Filter_status: 
>setting up printer at 14:25:09.215'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [82] 0x31058 =' Filter_status: 
>getting sync using 'pjl echo' at 14:25:09.216'
> 2002-03-12-14:40:31.637 minastir [7339] lpq  eowyn:   [83] 0x310a0 =' Filter_status: 
>sync done at 14:25:10.280'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [84] 0x310d8 =' Filter_status: 
>pagecounter 600972 after 1 attempts at 14:25:10.414'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [85] 0x31128 =' Filter_status: 
>pagecounter 600972 at 14:25:10.415'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [86] 0x31168 =' Filter_status: 
>sending job file at 14:25:10.418'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [87] 0x311a8 =' Filter_status: 
>starting transfer at 14:25:10.418'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [88] 0x311e8 =' Filter_status: 
>initial job type 'POSTSCRIPT' at 14:25:10.430'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [89] 0x31230 =' Filter_status: 
>decoded job type 'POSTSCRIPT' at 14:25:10.431'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [90] 0x31278 =' Filter_status: 
>job type 'POSTSCRIPT' at 14:25:10.431'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [91] 0x312b8 =' Filter_status: 
>transferring 84837 bytes at 14:25:10.433'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [92] 0x31300 =' Filter_status: 
>36 percent done at 14:25:10.510'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [93] 0x31338 =' Filter_status: 
>72 percent done at 14:25:10.556'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [94] 0x31370 =' Filter_status: 
>100 percent done at 14:25:10.593'
> 2002-03-12-14:40:31.638 minastir [7339] lpq  eowyn:   [95] 0x313b0 =' Filter_status: 
>sent job file at 14:25:10.594'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [96] 0x313e8 =' Filter_status: 
>getting end using 'pjl job/eoj' at 14:25:10.597'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [97] 0x31430 =' Filter_status: 
>end of job detected at 14:25:35.256'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [98] 0x31470 =' Filter_status: 
>pagecounter 600974 after 1 attempts at 14:25:35.490'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [99] 0x314c0 =' Filter_status: 
>pagecounter 600974, pages 2 at 14:25:35.491'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [100] 0x2b960 =' 
>Filter_status: done at 14:25:35.506'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [101] 0x2b990 =' 
>Filter_status: using model 'lexmark4039' at 14:25:36.686'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [102] 0x2b9d8 =' 
>Filter_status: pagecount using 'pjl info pagecount' at 14:25:36.706'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [103] 0x2ba28 =' 
>Filter_status: setting up printer at 14:25:36.707'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [104] 0x2ba68 =' 
>Filter_status: getting sync using 'pjl echo' at 14:25:36.707'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [105] 0x2bab0 =' 
>Filter_status: sync done at 14:25:37.827'
> 2002-03-12-14:40:31.639 minastir [7339] lpq  eowyn:   [106] 0x31840 =' 
>Filter_status: pagecounter 600974 after 1 attempts at 14:25:37.954'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [107] 0x31890 =' 
>Filter_status: pagecounter 600974 at 14:25:37.954'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [108] 0x318d0 =' 
>Filter_status: sending job file at 14:25:37.957'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [109] 0x31910 =' 
>Filter_status: starting transfer at 14:25:37.958'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [110] 0x31950 =' 
>Filter_status: initial job type 'POSTSCRIPT' at 14:25:38.005'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [111] 0x31998 =' 
>Filter_status: decoded job type 'POSTSCRIPT' at 14:25:38.005'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [112] 0x319e0 =' 
>Filter_status: job type 'POSTSCRIPT' at 14:25:38.006'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [113] 0x31a20 =' 
>Filter_status: transferring 4300651 bytes at 14:25:38.007'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [114] 0x31a68 =' 
>Filter_status: 23 percent done at 14:25:40.833'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [115] 0x31aa0 =' 
>Filter_status: 47 percent done at 14:26:07.757'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [116] 0x31ad8 =' 
>Filter_status: 71 percent done at 14:26:34.615'
> 2002-03-12-14:40:31.640 minastir [7339] lpq  eowyn:   [117] 0x31b10 =' 
>Filter_status: 95 percent done at 14:27:12.645'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [118] 0x31b48 =' 
>Filter_status: sent job file at 14:27:18.865'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [119] 0x31b80 =' 
>Filter_status: getting end using 'pjl job/eoj' at 14:27:18.867'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [120] 0x31bc8 =' 
>Filter_status: end of job detected at 14:28:48.871'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [121] 0x31c08 =' 
>Filter_status: pagecounter 601028 after 1 attempts at 14:28:49.128'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [122] 0x31c58 =' 
>Filter_status: pagecounter 601028, pages 54 at 14:28:49.129'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [123] 0x31ca0 =' 
>Filter_status: done at 14:28:49.150'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [124] 0x31cd0 =' 
>Filter_status: using model 'lexmark4039' at 14:28:51.208'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [125] 0x31d18 =' 
>Filter_status: pagecount using 'pjl info pagecount' at 14:28:51.230'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [126] 0x31d68 =' 
>Filter_status: setting up printer at 14:28:51.230'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [127] 0x31da8 =' 
>Filter_status: getting sync using 'pjl echo' at 14:28:51.231'
> 2002-03-12-14:40:31.641 minastir [7339] lpq  eowyn:   [128] 0x31df0 =' 
>Filter_status: sync done at 14:28:52.343'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [129] 0x31e28 =' 
>Filter_status: pagecounter 601028 after 1 attempts at 14:28:52.471'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [130] 0x31e78 =' 
>Filter_status: pagecounter 601028 at 14:28:52.471'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [131] 0x31eb8 =' 
>Filter_status: sending job file at 14:28:52.476'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [132] 0x31ef8 =' 
>Filter_status: starting transfer at 14:28:52.476'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [133] 0x31f38 =' 
>Filter_status: initial job type 'POSTSCRIPT' at 14:28:52.485'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [134] 0x31f80 =' 
>Filter_status: decoded job type 'POSTSCRIPT' at 14:28:52.485'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [135] 0x31fc8 =' 
>Filter_status: job type 'POSTSCRIPT' at 14:28:52.486'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [136] 0x32008 =' 
>Filter_status: transferring 128729 bytes at 14:28:52.487'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [137] 0x32050 =' 
>Filter_status: 31 percent done at 14:28:52.568'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [138] 0x32088 =' 
>Filter_status: 63 percent done at 14:28:52.629'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [139] 0x320c0 =' 
>Filter_status: 95 percent done at 14:28:52.689'
> 2002-03-12-14:40:31.642 minastir [7339] lpq  eowyn:   [140] 0x320f8 =' 
>Filter_status: sent job file at 14:28:52.690'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [141] 0x32130 =' 
>Filter_status: getting end using 'pjl job/eoj' at 14:28:52.692'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [142] 0x32178 =' 
>Filter_status: error = ' undefined; Offending' at 14:28:56.288'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [143] 0x321c0 =' 
>Filter_status: Error: undefined; Offending Command: get at 14:28:56.288'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [144] 0x32218 =' 
>Filter_status: no end response from printer, timeout 0 at 14:33:52.587'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [145] 0x32268 =' 
>Filter_status: using model 'lexmark4039' at 14:34:04.345'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [146] 0x322b0 =' 
>Filter_status: pagecount using 'pjl info pagecount' at 14:34:04.363'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [147] 0x32300 =' 
>Filter_status: setting up printer at 14:34:04.364'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [148] 0x32340 =' 
>Filter_status: getting sync using 'pjl echo' at 14:34:04.364'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [149] 0x32388 =' 
>Filter_status: sync done at 14:34:05.484'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [150] 0x323c0 =' 
>Filter_status: pagecounter 601028 after 1 attempts at 14:34:05.615'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [151] 0x32410 =' 
>Filter_status: pagecounter 601028 at 14:34:05.616'
> 2002-03-12-14:40:31.643 minastir [7339] lpq  eowyn:   [152] 0x32450 =' 
>Filter_status: sending job file at 14:34:05.621'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [153] 0x32490 =' 
>Filter_status: starting transfer at 14:34:05.622'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [154] 0x324d0 =' 
>Filter_status: initial job type 'POSTSCRIPT' at 14:34:05.623'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [155] 0x32518 =' 
>Filter_status: decoded job type 'POSTSCRIPT' at 14:34:05.624'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [156] 0x32560 =' 
>Filter_status: job type 'POSTSCRIPT' at 14:34:05.624'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [157] 0x325a0 =' 
>Filter_status: transferring 128729 bytes at 14:34:05.626'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [158] 0x325e8 =' 
>Filter_status: 31 percent done at 14:34:05.759'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [159] 0x32620 =' 
>Filter_status: 63 percent done at 14:34:05.817'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [160] 0x32658 =' 
>Filter_status: 95 percent done at 14:34:05.881'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [161] 0x32690 =' 
>Filter_status: sent job file at 14:34:05.883'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [162] 0x326c8 =' 
>Filter_status: getting end using 'pjl job/eoj' at 14:34:05.885'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [163] 0x32710 =' 
>Filter_status: error = ' undefined; Offending' at 14:34:09.976'
> 2002-03-12-14:40:31.644 minastir [7339] lpq  eowyn:   [164] 0x32758 =' 
>Filter_status: Error: undefined; Offending Command: get at 14:34:09.976'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [165] 0x327b0 =' 
>Filter_status: no end response from printer, timeout 0 at 14:35:36.828'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [166] 0x32800 =' 
>Filter_status: using model 'lexmark4039' at 14:36:02.501'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [167] 0x32848 =' 
>Filter_status: pagecount using 'pjl info pagecount' at 14:36:02.588'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [168] 0x32898 =' 
>Filter_status: setting up printer at 14:36:02.589'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [169] 0x328d8 =' 
>Filter_status: getting sync using 'pjl echo' at 14:36:02.589'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [170] 0x32920 =' 
>Filter_status: printer not detected, trying again at 14:36:22.656'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [171] 0x32970 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:36:22.656'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [172] 0x329d8 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:36:22.657'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [173] 0x32a48 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:36:22.657'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [174] 0x32aa8 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:36:22.657'
> 2002-03-12-14:40:31.645 minastir [7339] lpq  eowyn:   [175] 0x32b08 =' 
>Filter_status: printer not detected, trying again at 14:36:42.667'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [176] 0x32b58 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:36:42.668'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [177] 0x32bc0 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:36:42.668'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [178] 0x32c30 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:36:42.668'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [179] 0x32c90 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:36:42.669'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [180] 0x32cf0 =' 
>Filter_status: printer not detected, trying again at 14:37:02.600'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [181] 0x32d40 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:37:02.601'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [182] 0x32da8 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:37:02.603'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [183] 0x32e18 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:37:02.603'
> 2002-03-12-14:40:31.646 minastir [7339] lpq  eowyn:   [184] 0x32e78 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:37:02.605'
> 2002-03-12-14:40:31.647 minastir [7339] lpq  eowyn:   [185] 0x32ed8 =' 
>Filter_status: printer not detected, trying again at 14:37:22.569'
> 2002-03-12-14:40:31.647 minastir [7339] lpq  eowyn:   [186] 0x32f28 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:37:22.569'
> 2002-03-12-14:40:31.647 minastir [7339] lpq  eowyn:   [187] 0x32f90 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:37:22.569'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [188] 0x33000 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:37:22.570'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [189] 0x33060 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:37:22.570'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [190] 0x330c0 =' 
>Filter_status: printer not detected, trying again at 14:37:42.610'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [191] 0x33110 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:37:42.610'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [192] 0x33178 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:37:42.611'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [193] 0x331e8 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:37:42.611'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [194] 0x33248 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:37:42.611'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [195] 0x332a8 =' 
>Filter_status: printer not detected, trying again at 14:38:02.510'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [196] 0x332f8 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:38:02.511'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [197] 0x33360 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:38:02.512'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [198] 0x333d0 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:38:02.513'
> 2002-03-12-14:40:31.648 minastir [7339] lpq  eowyn:   [199] 0x33430 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:38:02.520'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [200] 0x33490 =' 
>Filter_status: printer not detected, trying again at 14:38:22.491'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [201] 0x334e0 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:38:22.491'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [202] 0x31508 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:38:22.492'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [203] 0x31578 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:38:22.492'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [204] 0x315d8 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:38:22.492'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [205] 0x31638 =' 
>Filter_status: printer not detected, trying again at 14:38:42.462'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [206] 0x31688 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:38:42.463'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [207] 0x316f0 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:38:42.464'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [208] 0x31760 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:38:42.464'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [209] 0x317c0 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:38:42.464'
> 2002-03-12-14:40:31.649 minastir [7339] lpq  eowyn:   [210] 0x33a18 =' 
>Filter_status: printer not detected, trying again at 14:39:02.433'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [211] 0x33a68 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:39:02.433'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [212] 0x33ad0 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:39:02.435'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [213] 0x33b40 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:39:02.435'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [214] 0x33ba0 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:39:02.436'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [215] 0x33c00 =' 
>Filter_status: printer not detected, trying again at 14:39:22.403'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [216] 0x33c50 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:39:22.404'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [217] 0x33cb8 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:39:22.404'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [218] 0x33d28 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:39:22.404'
> 2002-03-12-14:40:31.650 minastir [7339] lpq  eowyn:   [219] 0x33d88 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:39:22.405'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [220] 0x33de8 =' 
>Filter_status: printer not detected, trying again at 14:39:42.394'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [221] 0x33e38 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:39:42.395'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [222] 0x33ea0 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:39:42.395'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [223] 0x33f10 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:39:42.395'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [224] 0x33f70 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:39:42.396'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [225] 0x33fd0 =' 
>Filter_status: printer not detected, trying again at 14:40:02.483'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [226] 0x34020 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:40:02.484'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [227] 0x34088 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:40:02.485'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [228] 0x340f8 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:40:02.485'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [229] 0x34158 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:40:02.485'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [230] 0x341b8 =' 
>Filter_status: printer not detected, trying again at 14:40:22.316'
> 2002-03-12-14:40:31.651 minastir [7339] lpq  eowyn:   [231] 0x34208 =' 
>Filter_status: Perhaps printer offline or not detected by Operating System at 
>14:40:22.317'
> 2002-03-12-14:40:31.652 minastir [7339] lpq  eowyn:   [232] 0x34270 =' 
>Filter_status: If on a parallel port then parallel port may not be bidirectional at 
>14:40:22.317'
> 2002-03-12-14:40:31.652 minastir [7339] lpq  eowyn:   [233] 0x342e0 =' 
>Filter_status: Use the 'status@' filter option to suppress this check at 14:40:22.317'
> 2002-03-12-14:40:31.652 minastir [7339] lpq  eowyn:   [234] 0x34340 =' 
>Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:40:22.317'
> 2002-03-12-14:40:31.652 minastir [7339] lpq  eowyn:   [235] 0x343a0 =' Rank   
>Owner/ID                  Class Job Files                 Size Time'
> 2002-03-12-14:40:31.652 minastir [7339] lpq  eowyn:   [236] 0x343f8 
>='stalled(293sec) f91egbe             A   793 /tmp/Acro.gaift     128729 14:26:51'
> 2002-03-12-14:40:31.652 minastir [7339] lpq  eowyn:   [237] 0x34450 ='2      
>f97krjo@irilde+433           A   433 (STDIN)             375196 14:33:34'
> 2002-03-12-14:40:31.652 minastir [7339] lpq  eowyn:   [238] 0x344a8 ='3      
>f97krjo@irilde+449           A   449 (STDIN)             191266 14:34:05'
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn:   [239] 0x34500 ='4      
>f96jogu@eru+555              A   555 MicrosoftWord-duo_a 166197 14:35:53'
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn:   [240] 0x34558 ='5      
>f97lepe@telemmaite+4         A     4 (STDIN)              38378 14:37:34'
> Printer: eowyn@eru
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn: Read_status_info: pr [0] 
>'Printer: eowyn@eru'
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [1] ' Queue: 5 printable jobs'
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn: Read_status_info: last_line 1, 
>header ' Queue', checking [2] ' Server: pid 19613 active'
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn: Read_status_info: header ' 
>Queue', same 0
>  Queue: 5 printable jobs
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [2] ' Server: pid 19613 active'
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn: Read_status_info: last_line 2, 
>header ' Server', checking [3] ' Unspooler: pid 20542 active'
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn: Read_status_info: header ' 
>Server', same 0
>  Server: pid 19613 active
> 2002-03-12-14:40:31.653 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [3] ' Unspooler: pid 20542 active'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 3, 
>header ' Unspooler', checking [4] ' Status: accounting at start at 14:34:02.712'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: header ' 
>Unspooler', same 0
>  Unspooler: pid 20542 active
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [4] ' Status: accounting at start at 14:34:02.712'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [5] ' Status: opening device '10.0.0.3%9100' at 
>14:34:02.715'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [6] ' Status: printing job 'cfA793nob.dd.chalmers.se' at 
>14:34:02.726'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [7] ' Status: processing 'dfA793nob.dd.chalmers.se', size 
>128729, format 'f', IF filter 'ifhp' at 14:34:02.727'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [8] ' Status: waiting for subserver to exit at 
>14:34:05.918'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [9] ' Status: IF filter 'ifhp' filter msg - 'ifhp 
>14:35:36.828 [20464] Do_waitend: no end response from printer, timeout 0' at 
>14:35:36.830'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [10] ' Status: IF filter 'ifhp' filter exit status 'JFAIL' 
>at 14:35:36.851'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [11] ' Status: printing finished at 14:35:36.851'
> 2002-03-12-14:40:31.654 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [12] ' Status: accounting at end at 14:35:38.386'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [13] ' Status: finished 'cfA793nob.dd.chalmers.se', status 
>'JFAIL' at 14:35:38.406'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [14] ' Status: subserver pid 20461 exit status 'JFAIL' at 
>14:35:38.411'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [15] ' Status: job 'cfA793nob.dd.chalmers.se' attempt 2, 
>trying 3 times at 14:35:38.434'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [16] ' Status: attempt 3, sleeping 20 before retry at 
>14:35:38.493'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [17] ' Status: waiting for subserver to exit at 
>14:35:38.508'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [18] ' Status: waiting for subserver to exit at 
>14:35:53.267'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [19] ' Status: subserver pid 20542 starting at 
>14:35:58.506'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [20] ' Status: accounting at start at 14:35:59.310'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [21] ' Status: opening device '10.0.0.3%9100' at 
>14:35:59.314'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [22] ' Status: printing job 'cfA793nob.dd.chalmers.se' at 
>14:35:59.325'
> 2002-03-12-14:40:31.655 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [23] ' Status: processing 'dfA793nob.dd.chalmers.se', size 
>128729, format 'f', IF filter 'ifhp' at 14:35:59.330'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [24] ' Status: waiting for subserver to exit at 
>14:37:34.901'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 4, 
>header ' Status', checking [25] ' Filter_status:  511795 bytes at 14:22:01.921'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: header ' 
>Status', same 0
>  Status: waiting for subserver to exit at 14:37:34.901
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [25] ' Filter_status:  511795 bytes at 14:22:01.921'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [26] ' Filter_status: 26 percent done at 
>14:22:02.197'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [27] ' Filter_status: 52 percent done at 
>14:22:03.089'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [28] ' Filter_status: 78 percent done at 
>14:22:03.454'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [29] ' Filter_status: sent job file at 14:22:03.615'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [30] ' Filter_status: getting end using 'pjl 
>job/eoj' at 14:22:03.619'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [31] ' Filter_status: end of job detected at 
>14:22:54.583'
> 2002-03-12-14:40:31.656 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [32] ' Filter_status: pagecounter 600952 after 1 
>attempts at 14:22:54.609'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [33] ' Filter_status: pagecounter 600952, pages 10 
>at 14:22:54.611'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [34] ' Filter_status: done at 14:22:54.612'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [35] ' Filter_status: using model 'lexmark4039' at 
>14:22:55.369'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [36] ' Filter_status: pagecount using 'pjl info 
>pagecount' at 14:22:55.392'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [37] ' Filter_status: setting up printer at 
>14:22:55.393'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [38] ' Filter_status: getting sync using 'pjl echo' 
>at 14:22:55.393'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [39] ' Filter_status: sync done at 14:22:56.573'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [40] ' Filter_status: pagecounter 600952 after 1 
>attempts at 14:22:56.594'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [41] ' Filter_status: pagecounter 600952 at 
>14:22:56.594'
> 2002-03-12-14:40:31.657 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [42] ' Filter_status: sending job file at 
>14:22:56.597'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [43] ' Filter_status: starting transfer at 
>14:22:56.598'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [44] ' Filter_status: initial job type 'POSTSCRIPT' 
>at 14:22:56.599'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [45] ' Filter_status: decoded job type 'POSTSCRIPT' 
>at 14:22:56.599'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [46] ' Filter_status: job type 'POSTSCRIPT' at 
>14:22:56.600'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [47] ' Filter_status: transferring 321766 bytes at 
>14:22:56.601'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [48] ' Filter_status: 25 percent done at 
>14:22:56.754'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [49] ' Filter_status: 50 percent done at 
>14:22:56.874'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [50] ' Filter_status: 76 percent done at 
>14:22:56.994'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [51] ' Filter_status: sent job file at 14:22:57.144'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [52] ' Filter_status: getting end using 'pjl 
>job/eoj' at 14:22:57.146'
> 2002-03-12-14:40:31.658 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [53] ' Filter_status: end of job detected at 
>14:23:45.018'
> 2002-03-12-14:40:31.659 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [54] ' Filter_status: pagecounter 600962 after 1 
>attempts at 14:23:45.042'
> 2002-03-12-14:40:31.659 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [55] ' Filter_status: pagecounter 600962, pages 10 
>at 14:23:45.043'
> 2002-03-12-14:40:31.659 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [56] ' Filter_status: done at 14:23:45.071'
> 2002-03-12-14:40:31.659 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [57] ' Filter_status: using model 'lexmark4039' at 
>14:24:16.059'
> 2002-03-12-14:40:31.659 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [58] ' Filter_status: pagecount using 'pjl info 
>pagecount' at 14:24:16.090'
> 2002-03-12-14:40:31.659 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [59] ' Filter_status: setting up printer at 
>14:24:16.091'
> 2002-03-12-14:40:31.659 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [60] ' Filter_status: getting sync using 'pjl echo' 
>at 14:24:16.091'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [61] ' Filter_status: sync done at 14:24:17.357'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [62] ' Filter_status: pagecounter 600962 after 1 
>attempts at 14:24:17.374'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [63] ' Filter_status: pagecounter 600962 at 
>14:24:17.375'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [64] ' Filter_status: sending job file at 
>14:24:17.386'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [65] ' Filter_status: starting transfer at 
>14:24:17.386'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [66] ' Filter_status: initial job type 'POSTSCRIPT' 
>at 14:24:17.542'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [67] ' Filter_status: decoded job type 'POSTSCRIPT' 
>at 14:24:17.543'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [68] ' Filter_status: job type 'POSTSCRIPT' at 
>14:24:17.543'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [69] ' Filter_status: transferring 526188 bytes at 
>14:24:17.546'
> 2002-03-12-14:40:31.660 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [70] ' Filter_status: 25 percent done at 
>14:24:17.773'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [71] ' Filter_status: 50 percent done at 
>14:24:18.001'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [72] ' Filter_status: 75 percent done at 
>14:24:18.213'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [73] ' Filter_status: sent job file at 14:24:18.381'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [74] ' Filter_status: getting end using 'pjl 
>job/eoj' at 14:24:18.383'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [75] ' Filter_status: end of job detected at 
>14:25:07.278'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [76] ' Filter_status: pagecounter 600972 after 1 
>attempts at 14:25:07.468'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [77] ' Filter_status: pagecounter 600972, pages 10 
>at 14:25:07.469'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [78] ' Filter_status: done at 14:25:07.469'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [79] ' Filter_status: using model 'lexmark4039' at 
>14:25:09.189'
> 2002-03-12-14:40:31.661 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [80] ' Filter_status: pagecount using 'pjl info 
>pagecount' at 14:25:09.214'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [81] ' Filter_status: setting up printer at 
>14:25:09.215'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [82] ' Filter_status: getting sync using 'pjl echo' 
>at 14:25:09.216'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [83] ' Filter_status: sync done at 14:25:10.280'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [84] ' Filter_status: pagecounter 600972 after 1 
>attempts at 14:25:10.414'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [85] ' Filter_status: pagecounter 600972 at 
>14:25:10.415'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [86] ' Filter_status: sending job file at 
>14:25:10.418'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [87] ' Filter_status: starting transfer at 
>14:25:10.418'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [88] ' Filter_status: initial job type 'POSTSCRIPT' 
>at 14:25:10.430'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [89] ' Filter_status: decoded job type 'POSTSCRIPT' 
>at 14:25:10.431'
> 2002-03-12-14:40:31.662 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [90] ' Filter_status: job type 'POSTSCRIPT' at 
>14:25:10.431'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [91] ' Filter_status: transferring 84837 bytes at 
>14:25:10.433'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [92] ' Filter_status: 36 percent done at 
>14:25:10.510'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [93] ' Filter_status: 72 percent done at 
>14:25:10.556'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [94] ' Filter_status: 100 percent done at 
>14:25:10.593'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [95] ' Filter_status: sent job file at 14:25:10.594'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [96] ' Filter_status: getting end using 'pjl 
>job/eoj' at 14:25:10.597'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [97] ' Filter_status: end of job detected at 
>14:25:35.256'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [98] ' Filter_status: pagecounter 600974 after 1 
>attempts at 14:25:35.490'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [99] ' Filter_status: pagecounter 600974, pages 2 
>at 14:25:35.491'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [100] ' Filter_status: done at 14:25:35.506'
> 2002-03-12-14:40:31.663 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [101] ' Filter_status: using model 'lexmark4039' at 
>14:25:36.686'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [102] ' Filter_status: pagecount using 'pjl info 
>pagecount' at 14:25:36.706'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [103] ' Filter_status: setting up printer at 
>14:25:36.707'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [104] ' Filter_status: getting sync using 'pjl 
>echo' at 14:25:36.707'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [105] ' Filter_status: sync done at 14:25:37.827'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [106] ' Filter_status: pagecounter 600974 after 1 
>attempts at 14:25:37.954'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [107] ' Filter_status: pagecounter 600974 at 
>14:25:37.954'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [108] ' Filter_status: sending job file at 
>14:25:37.957'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [109] ' Filter_status: starting transfer at 
>14:25:37.958'
> 2002-03-12-14:40:31.664 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [110] ' Filter_status: initial job type 
>'POSTSCRIPT' at 14:25:38.005'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [111] ' Filter_status: decoded job type 
>'POSTSCRIPT' at 14:25:38.005'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [112] ' Filter_status: job type 'POSTSCRIPT' at 
>14:25:38.006'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [113] ' Filter_status: transferring 4300651 bytes 
>at 14:25:38.007'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [114] ' Filter_status: 23 percent done at 
>14:25:40.833'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [115] ' Filter_status: 47 percent done at 
>14:26:07.757'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [116] ' Filter_status: 71 percent done at 
>14:26:34.615'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [117] ' Filter_status: 95 percent done at 
>14:27:12.645'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [118] ' Filter_status: sent job file at 
>14:27:18.865'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [119] ' Filter_status: getting end using 'pjl 
>job/eoj' at 14:27:18.867'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [120] ' Filter_status: end of job detected at 
>14:28:48.871'
> 2002-03-12-14:40:31.665 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [121] ' Filter_status: pagecounter 601028 after 1 
>attempts at 14:28:49.128'
> 2002-03-12-14:40:31.666 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [122] ' Filter_status: pagecounter 601028, pages 54 
>at 14:28:49.129'
> 2002-03-12-14:40:31.666 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [123] ' Filter_status: done at 14:28:49.150'
> 2002-03-12-14:40:31.666 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [124] ' Filter_status: using model 'lexmark4039' at 
>14:28:51.208'
> 2002-03-12-14:40:31.666 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [125] ' Filter_status: pagecount using 'pjl info 
>pagecount' at 14:28:51.230'
> 2002-03-12-14:40:31.666 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [126] ' Filter_status: setting up printer at 
>14:28:51.230'
> 2002-03-12-14:40:31.666 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [127] ' Filter_status: getting sync using 'pjl 
>echo' at 14:28:51.231'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [128] ' Filter_status: sync done at 14:28:52.343'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [129] ' Filter_status: pagecounter 601028 after 1 
>attempts at 14:28:52.471'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [130] ' Filter_status: pagecounter 601028 at 
>14:28:52.471'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [131] ' Filter_status: sending job file at 
>14:28:52.476'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [132] ' Filter_status: starting transfer at 
>14:28:52.476'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [133] ' Filter_status: initial job type 
>'POSTSCRIPT' at 14:28:52.485'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [134] ' Filter_status: decoded job type 
>'POSTSCRIPT' at 14:28:52.485'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [135] ' Filter_status: job type 'POSTSCRIPT' at 
>14:28:52.486'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [136] ' Filter_status: transferring 128729 bytes at 
>14:28:52.487'
> 2002-03-12-14:40:31.667 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [137] ' Filter_status: 31 percent done at 
>14:28:52.568'
> 2002-03-12-14:40:31.668 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [138] ' Filter_status: 63 percent done at 
>14:28:52.629'
> 2002-03-12-14:40:31.668 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [139] ' Filter_status: 95 percent done at 
>14:28:52.689'
> 2002-03-12-14:40:31.668 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [140] ' Filter_status: sent job file at 
>14:28:52.690'
> 2002-03-12-14:40:31.668 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [141] ' Filter_status: getting end using 'pjl 
>job/eoj' at 14:28:52.692'
> 2002-03-12-14:40:31.668 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [142] ' Filter_status: error = ' undefined; 
>Offending' at 14:28:56.288'
> 2002-03-12-14:40:31.668 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [143] ' Filter_status: Error: undefined; Offending 
>Command: get at 14:28:56.288'
> 2002-03-12-14:40:31.668 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [144] ' Filter_status: no end response from 
>printer, timeout 0 at 14:33:52.587'
> 2002-03-12-14:40:31.668 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [145] ' Filter_status: using model 'lexmark4039' at 
>14:34:04.345'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [146] ' Filter_status: pagecount using 'pjl info 
>pagecount' at 14:34:04.363'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [147] ' Filter_status: setting up printer at 
>14:34:04.364'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [148] ' Filter_status: getting sync using 'pjl 
>echo' at 14:34:04.364'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [149] ' Filter_status: sync done at 14:34:05.484'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [150] ' Filter_status: pagecounter 601028 after 1 
>attempts at 14:34:05.615'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [151] ' Filter_status: pagecounter 601028 at 
>14:34:05.616'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [152] ' Filter_status: sending job file at 
>14:34:05.621'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [153] ' Filter_status: starting transfer at 
>14:34:05.622'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [154] ' Filter_status: initial job type 
>'POSTSCRIPT' at 14:34:05.623'
> 2002-03-12-14:40:31.669 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [155] ' Filter_status: decoded job type 
>'POSTSCRIPT' at 14:34:05.624'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [156] ' Filter_status: job type 'POSTSCRIPT' at 
>14:34:05.624'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [157] ' Filter_status: transferring 128729 bytes at 
>14:34:05.626'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [158] ' Filter_status: 31 percent done at 
>14:34:05.759'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [159] ' Filter_status: 63 percent done at 
>14:34:05.817'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [160] ' Filter_status: 95 percent done at 
>14:34:05.881'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [161] ' Filter_status: sent job file at 
>14:34:05.883'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [162] ' Filter_status: getting end using 'pjl 
>job/eoj' at 14:34:05.885'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [163] ' Filter_status: error = ' undefined; 
>Offending' at 14:34:09.976'
> 2002-03-12-14:40:31.670 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [164] ' Filter_status: Error: undefined; Offending 
>Command: get at 14:34:09.976'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [165] ' Filter_status: no end response from 
>printer, timeout 0 at 14:35:36.828'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [166] ' Filter_status: using model 'lexmark4039' at 
>14:36:02.501'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [167] ' Filter_status: pagecount using 'pjl info 
>pagecount' at 14:36:02.588'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [168] ' Filter_status: setting up printer at 
>14:36:02.589'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [169] ' Filter_status: getting sync using 'pjl 
>echo' at 14:36:02.589'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [170] ' Filter_status: printer not detected, trying 
>again at 14:36:22.656'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [171] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:36:22.656'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [172] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:36:22.657'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [173] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:36:22.657'
> 2002-03-12-14:40:31.671 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [174] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:36:22.657'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [175] ' Filter_status: printer not detected, trying 
>again at 14:36:42.667'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [176] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:36:42.668'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [177] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:36:42.668'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [178] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:36:42.668'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [179] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:36:42.669'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [180] ' Filter_status: printer not detected, trying 
>again at 14:37:02.600'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [181] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:37:02.601'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [182] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:37:02.603'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [183] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:37:02.603'
> 2002-03-12-14:40:31.672 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [184] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:37:02.605'
> 2002-03-12-14:40:31.673 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [185] ' Filter_status: printer not detected, trying 
>again at 14:37:22.569'
> 2002-03-12-14:40:31.673 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [186] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:37:22.569'
> 2002-03-12-14:40:31.673 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [187] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:37:22.569'
> 2002-03-12-14:40:31.673 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [188] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:37:22.570'
> 2002-03-12-14:40:31.673 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [189] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:37:22.570'
> 2002-03-12-14:40:31.673 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [190] ' Filter_status: printer not detected, trying 
>again at 14:37:42.610'
> 2002-03-12-14:40:31.673 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [191] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:37:42.610'
> 2002-03-12-14:40:31.673 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [192] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:37:42.611'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [193] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:37:42.611'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [194] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:37:42.611'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [195] ' Filter_status: printer not detected, trying 
>again at 14:38:02.510'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [196] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:38:02.511'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [197] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:38:02.512'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [198] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:38:02.513'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [199] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:38:02.520'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [200] ' Filter_status: printer not detected, trying 
>again at 14:38:22.491'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [201] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:38:22.491'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [202] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:38:22.492'
> 2002-03-12-14:40:31.674 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [203] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:38:22.492'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [204] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:38:22.492'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [205] ' Filter_status: printer not detected, trying 
>again at 14:38:42.462'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [206] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:38:42.463'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [207] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:38:42.464'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [208] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:38:42.464'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [209] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:38:42.464'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [210] ' Filter_status: printer not detected, trying 
>again at 14:39:02.433'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [211] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:39:02.433'
> 2002-03-12-14:40:31.675 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [212] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:39:02.435'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [213] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:39:02.435'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [214] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:39:02.436'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [215] ' Filter_status: printer not detected, trying 
>again at 14:39:22.403'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [216] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:39:22.404'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [217] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:39:22.404'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [218] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:39:22.404'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [219] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:39:22.405'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [220] ' Filter_status: printer not detected, trying 
>again at 14:39:42.394'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [221] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:39:42.395'
> 2002-03-12-14:40:31.676 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [222] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:39:42.395'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [223] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:39:42.395'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [224] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:39:42.396'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [225] ' Filter_status: printer not detected, trying 
>again at 14:40:02.483'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [226] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:40:02.484'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [227] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:40:02.485'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [228] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:40:02.485'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [229] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:40:02.485'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [230] ' Filter_status: printer not detected, trying 
>again at 14:40:22.316'
> 2002-03-12-14:40:31.677 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [231] ' Filter_status: Perhaps printer offline or 
>not detected by Operating System at 14:40:22.317'
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [232] ' Filter_status: If on a parallel port then 
>parallel port may not be bidirectional at 14:40:22.317'
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [233] ' Filter_status: Use the 'status@' filter 
>option to suppress this check at 14:40:22.317'
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [234] ' Filter_status: See the ifhp man page or the 
>ifhp HOWTO for details at 14:40:22.317'
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: last_line 25, 
>header ' Filter_status', checking [235] ' Rank   Owner/ID                  Class Job 
>Files                 Size Time'
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: header ' 
>Filter_status', same 0
>  Filter_status: See the ifhp man page or the ifhp HOWTO for details at 14:40:22.317
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [235] ' Rank   Owner/ID                  Class Job Files          
>       Size Time'
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: last_line 235, 
>header ' Rank   Owner/ID                  Class Job Files                 Size Time', 
>checking [236] 'stalled(293sec) f91egbe             A   793 /tmp/Acro.gaift     
>128729 14:26:51'
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: header ' Rank  
> Owner/ID                  Class Job Files                 Size Time', same 0
>  Rank   Owner/ID                  Class Job Files                 Size Time
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [236] 'stalled(293sec) f91egbe             A   793 
>/tmp/Acro.gaift     128729 14:26:51'
> 2002-03-12-14:40:31.678 minastir [7339] lpq  eowyn: Read_status_info: last_line 236, 
>header 'stalled(293sec) f91egbe             A   793 /tmp/Acro.gaift     128729 14', 
>checking [237] '2      f97krjo@irilde+433           A   433 (STDIN)             
>375196 14:33:34'
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: header 
>'stalled(293sec) f91egbe             A   793 /tmp/Acro.gaift     128729 14', same 0
> stalled(293sec) f91egbe             A   793 /tmp/Acro.gaift     128729 14:26:51
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [237] '2      f97krjo@irilde+433           A   433 (STDIN)        
>     375196 14:33:34'
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: last_line 237, 
>header '2      f97krjo@irilde+433           A   433 (STDIN)             375196 14', 
>checking [238] '3      f97krjo@irilde+449           A   449 (STDIN)             
>191266 14:34:05'
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: header '2      
>f97krjo@irilde+433           A   433 (STDIN)             375196 14', same 0
> 2      f97krjo@irilde+433           A   433 (STDIN)             375196 14:33:34
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [238] '3      f97krjo@irilde+449           A   449 (STDIN)        
>     191266 14:34:05'
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: last_line 238, 
>header '3      f97krjo@irilde+449           A   449 (STDIN)             191266 14', 
>checking [239] '4      f96jogu@eru+555              A   555 MicrosoftWord-duo_a 
>166197 14:35:53'
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: header '3      
>f97krjo@irilde+449           A   449 (STDIN)             191266 14', same 0
> 3      f97krjo@irilde+449           A   449 (STDIN)             191266 14:34:05
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [239] '4      f96jogu@eru+555              A   555 
>MicrosoftWord-duo_a 166197 14:35:53'
> 2002-03-12-14:40:31.679 minastir [7339] lpq  eowyn: Read_status_info: last_line 239, 
>header '4      f96jogu@eru+555              A   555 MicrosoftWord-duo_a 166197 14', 
>checking [240] '5      f97lepe@telemmaite+4         A     4 (STDIN)              
>38378 14:37:34'
> 2002-03-12-14:40:31.680 minastir [7339] lpq  eowyn: Read_status_info: header '4      
>f96jogu@eru+555              A   555 MicrosoftWord-duo_a 166197 14', same 0
> 4      f96jogu@eru+555              A   555 MicrosoftWord-duo_a 166197 14:35:53
> 2002-03-12-14:40:31.680 minastir [7339] lpq  eowyn: Read_status_info: last_line -1, 
>header '', checking [240] '5      f97lepe@telemmaite+4         A     4 (STDIN)        
>      38378 14:37:34'
> 2002-03-12-14:40:31.680 minastir [7339] lpq  eowyn: Read_status_info: after checks 
>look_for_pr 0, line 241, last_line 240
> 5      f97lepe@telemmaite+4         A     4 (STDIN)              38378 14:37:34
> 2002-03-12-14:40:31.680 minastir [7339] lpq  eowyn: Read_status_info: done
> 2002-03-12-14:40:31.680 minastir [7339] lpq  eowyn: Show_status: end
> 2002-03-12-14:40:31.680 minastir [7339] lpq  eowyn: lpq: done
> 2002-03-12-14:40:31.680 minastir [7339] lpq  eowyn: lpq: tempfiles removed
> 2002-03-12-14:40:31.680 minastir [7339] lpq  eowyn: lpq: after loop
> 2002-03-12-14:40:31.681 minastir [7339] lpq  eowyn: lpq: cleaning up
> 2002-03-12-14:40:31.681 minastir [7339] lpq  eowyn: cleanup: done, exit(0)
>
> Best regards,
> Johan Bengtsson
> -- 
> http://www.dd.chalmers.se/~elijah/
>
>
>
> -----------------------------------------------------------------------------
> YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
> The address you post from MUST be your subscription address
>
> If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
> or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
> to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
> with:                           | example:
> subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
> unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]
>
> If you have major problems,  send email to [EMAIL PROTECTED] with the word
> LPRNGLIST in the SUBJECT line.
> -----------------------------------------------------------------------------
>

-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to