Help needed compiling printer source code

P.U.Kruppa root at pukruppa.de
Thu Apr 27 18:00:07 UTC 2006


On Thu, 27 Apr 2006, Malcolm Fitzgerald wrote:

>
> On 27/04/2006, at 7:33 AM, P.U.Kruppa wrote:
>
>> On Wed, 26 Apr 2006, Malcolm Fitzgerald wrote:
>> 
>>>>> I've set up a printer.
>>>>> location: lpt0
>>>>> Printer State: idle, accepting jobs
>>>>> device URI: parallel:/dev/lpt0
>>>>> Printing the test page does not work, the job is aborted with error: 
>>>>> client-error-not-possible
>>>> The most probable reason for this is that some user permissions are set 
>>>> incorrectly. We have to analyze this step by step.
>>>> 1) Try to print directly from the command line:
>>>>      # printf "Hello World \f" > /dev/lpt0
>>>>    If your printer is connected correctly to your parallel port,
>>>>    *something* should be printed out.
>>> 
>>> as user I get "cannot create /dev/lpt0: Permission denied"
>> That is o.k.. You should try to setup your printer as root first anyway: 
>> you always can solve problems with lower user permissions later on.
>> 
>>> as root I get a blank page
>> So at least your printer can print the form feed character "\f"
>>                                :-)
>> 
>> As Robert Huff suggested in his mail one reason might be wrong permissions 
>> of your spooler directory.
>> 2) If you haven't set it otherwise it should be found at
>>      /var/spool/cups
>> 3)   # cd /var/spool/
>>      # ls -l
>>    should show this
>>      drwx--x---  3 root   daemon  1536 26 Apr 19:44 cups
>> 4) Inside /var/spool/cups you should find some files with
>>    names like
>>      c00001
>>      c00002
>>      c00003
>>    and so on, each representing one print job.
>
>
> Yes, I have that. Changing permissions on /var/spool/cups/ to 777 hasn't 
> changed things.
> Each time I try to print a test page from the cups "Printers" page the job is 
> aborted.
>
> mystified.
O.K. Lets try to have a look at logfiles
Ad the line
   LogLevel debug
to your /usr/local/etc/cups/cupsd.conf
and restart cups
   # /usr/local/etc/rc.d/cupsd restart
When I print the test page I get this in /var/log/cups/error_log

 	--------------------------------------------------
I [28/Apr/2006:01:25:10 +0200] Started 
"/usr/local/libexec/cups/cgi-bin/admin.cg
i" (pid=15433)
D [28/Apr/2006:01:25:10 +0200] SendCommand: 5 file=7
D [28/Apr/2006:01:25:17 +0200] ReadClient: 5 GET /printers/ 
HTTP/1.1
D [28/Apr/2006:01:25:17 +0200] CGI 
/usr/local/libexec/cups/cgi-bin/printers.cgi
started - PID = 15434
I [28/Apr/2006:01:25:17 +0200] Started 
"/usr/local/libexec/cups/cgi-bin/printers
.cgi" (pid=15434)
D [28/Apr/2006:01:25:17 +0200] SendCommand: 5 file=8
D [28/Apr/2006:01:25:17 +0200] AcceptClient: 7 from 
localhost:631.
D [28/Apr/2006:01:25:17 +0200] ReadClient: 7 POST / HTTP/1.1
D [28/Apr/2006:01:25:17 +0200] ProcessIPPRequest: 7 status_code=1
D [28/Apr/2006:01:25:17 +0200] ReadClient: 7 POST / HTTP/1.1
D [28/Apr/2006:01:25:17 +0200] ProcessIPPRequest: 7 status_code=1
D [28/Apr/2006:01:25:17 +0200] CloseClient: 7
D [28/Apr/2006:01:25:21 +0200] AcceptClient: 7 from 
192.168.10.1:631.
D [28/Apr/2006:01:25:21 +0200] ReadClient: 7 GET 
/printers/hpdj?op=print-test-pa
ge HTTP/1.1
D [28/Apr/2006:01:25:21 +0200] CGI 
/usr/local/libexec/cups/cgi-bin/printers.cgi
started - PID = 15435
I [28/Apr/2006:01:25:21 +0200] Started 
"/usr/local/libexec/cups/cgi-bin/printers
.cgi" (pid=15435)
D [28/Apr/2006:01:25:21 +0200] SendCommand: 7 file=9
D [28/Apr/2006:01:25:21 +0200] AcceptClient: 8 from 
localhost:631.
D [28/Apr/2006:01:25:21 +0200] ReadClient: 8 POST /printers/hpdj 
HTTP/1.1
D [28/Apr/2006:01:25:21 +0200] print_job: request file type is 
application/posts
cript.
D [28/Apr/2006:01:25:21 +0200] check_quotas: requesting-user-name 
= ''
D [28/Apr/2006:01:25:21 +0200] print_job: requesting-user-name = 
''
D [28/Apr/2006:01:25:21 +0200] Adding default job-sheets values 
"none,none"...
I [28/Apr/2006:01:25:21 +0200] Adding start banner page "none" to 
job 75.
I [28/Apr/2006:01:25:21 +0200] Adding end banner page "none" to 
job 75.
I [28/Apr/2006:01:25:21 +0200] Job 75 queued on 'hpdj' by ''.
D [28/Apr/2006:01:25:21 +0200] Job 75 hold_until = 0
D [28/Apr/2006:01:25:21 +0200] StartJob(75, 0x81a8800)
D [28/Apr/2006:01:25:21 +0200] StartJob() id = 75, file = 0/1
D [28/Apr/2006:01:25:21 +0200] job-sheets=none,none
D [28/Apr/2006:01:25:21 +0200] banner_page = 0
D [28/Apr/2006:01:25:21 +0200] StartJob: argv = 
"hpdj","75","","Test Page","1","
","/var/spool/cups/d00075-001"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[0]="PATH=/usr/local/libexec/cups/f
ilter:/bin:/usr/bin"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[1]="SOFTWARE=CUPS/1.1"
D [28/Apr/2006:01:25:21 +0200] StartJob: envp[2]="USER=root"
D [28/Apr/2006:01:25:21 +0200] StartJob: envp[3]="CHARSET=utf-8"
D [28/Apr/2006:01:25:21 +0200] StartJob: envp[4]="LANG=en_US"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[5]="PPD=/usr/local/etc/cups/ppd/hp
dj.ppd"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[6]="CUPS_SERVERROOT=/usr/local/etc
/cups"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[7]="RIP_MAX_CACHE=8m"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[8]="TMPDIR=/var/spool/cups/tmp"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[9]="CONTENT_TYPE=application/posts
cript"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[10]="DEVICE_URI=parallel:/dev/lpt0
"
D [28/Apr/2006:01:25:21 +0200] StartJob: envp[11]="PRINTER=hpdj"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[12]="CUPS_DATADIR=/usr/local/share
/cups"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[13]="CUPS_FONTPATH=/usr/local/shar
e/cups/fonts"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[14]="CUPS_SERVER=localhost"
D [28/Apr/2006:01:25:21 +0200] StartJob: envp[15]="IPP_PORT=631"
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[16]="LD_LIBRARY_PATH=/usr/local/li
nux/adabasD12/lib:/usr/local/linux/adabasD12/lib:/usr/local/linux/adabasD12/lib:
"
D [28/Apr/2006:01:25:21 +0200] StartJob: statusfds = [ 10 11 ]
D [28/Apr/2006:01:25:21 +0200] StartJob: filterfds[1] = [ 12 -1 ]
D [28/Apr/2006:01:25:21 +0200] StartJob: filter = 
"/usr/local/libexec/cups/filte
r/pstops"
D [28/Apr/2006:01:25:21 +0200] StartJob: filterfds[0] = [ 13 14 ]
D [28/Apr/2006:01:25:21 +0200] 
start_process("/usr/local/libexec/cups/filter/pst
ops", 0xbfbed260, 0xbfbec5d0, 12, 14, 11)
I [28/Apr/2006:01:25:21 +0200] Started filter 
/usr/local/libexec/cups/filter/pst
ops (PID 15436) for job 75.
D [28/Apr/2006:01:25:21 +0200] StartJob: filter = 
"/usr/local/libexec/cups/filte
r/foomatic-rip"
D [28/Apr/2006:01:25:21 +0200] StartJob: filterfds[1] = [ 12 15 ]
D [28/Apr/2006:01:25:21 +0200] 
start_process("/usr/local/libexec/cups/filter/foo
matic-rip", 0xbfbed260, 0xbfbec5d0, 13, 15, 11)
I [28/Apr/2006:01:25:21 +0200] Started filter 
/usr/local/libexec/cups/filter/foo
matic-rip (PID 15437) for job 75.
D [28/Apr/2006:01:25:21 +0200] StartJob: backend = 
"/usr/local/libexec/cups/back
end/parallel"
D [28/Apr/2006:01:25:21 +0200] StartJob: filterfds[0] = [ -1 13 ]
D [28/Apr/2006:01:25:21 +0200] 
start_process("/usr/local/libexec/cups/backend/pa
rallel", 0xbfbed260, 0xbfbec5d0, 12, 13, 11)
I [28/Apr/2006:01:25:21 +0200] Started backend 
/usr/local/libexec/cups/backend/p
arallel (PID 15438) for job 75.
D [28/Apr/2006:01:25:21 +0200] ProcessIPPRequest: 8 status_code=0
D [28/Apr/2006:01:25:21 +0200] AcceptClient: 11 from 
192.168.10.1:631.
D [28/Apr/2006:01:25:21 +0200] [Job 75] perl: warning: Setting 
locale failed.
D [28/Apr/2006:01:25:21 +0200] [Job 75] perl: warning: Please 
check that your lo
cale settings:
D [28/Apr/2006:01:25:21 +0200] [Job 75] LC_ALL = (unset),
D [28/Apr/2006:01:25:21 +0200] [Job 75] LANG = "en_US"
D [28/Apr/2006:01:25:21 +0200] [Job 75] are supported and 
installed on your syst
em.
D [28/Apr/2006:01:25:21 +0200] [Job 75] perl: warning: Falling 
back to the stand
ard locale ("C").
D [28/Apr/2006:01:25:21 +0200] [Job 75] Page = 595x842; 10,36 to 
585,833
D [28/Apr/2006:01:25:21 +0200] [Job 75] slowcollate=0, 
slowduplex=0, sloworder=0
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%BoundingBox: 0 0 612 
792
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%Pages: 1
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%LanguageLevel: 1
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%DocumentData: 
Clean7Bit
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 
%%DocumentSuppliedResources: procset t
estprint/1.1
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 
%%DocumentNeededResources: font Helvet
ica Helvetica-Bold Times-Roman
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%Creator: Michael 
Sweet, Easy Softwar
e Products
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%CreationDate: May 11, 
1999
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%Title: Test Page
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%EndComments
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%BeginProlog
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%BeginResource procset 
testprint 1.1
0
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%EndResource
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%EndProlog
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%Page: 1 1
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%Page: 1 1
D [28/Apr/2006:01:25:21 +0200] [Job 75] pw = 575.6, pl = 797.0
D [28/Apr/2006:01:25:21 +0200] [Job 75] PageLeft = 9.7, PageRight 
= 585.3
D [28/Apr/2006:01:25:21 +0200] [Job 75] PageTop = 833.0, 
PageBottom = 36.0
D [28/Apr/2006:01:25:21 +0200] ReadClient: 11 GET /cups.css 
HTTP/1.1
D [28/Apr/2006:01:25:21 +0200] SendError: 11 code=403 (Forbidden)
D [28/Apr/2006:01:25:21 +0200] CloseClient: 11
D [28/Apr/2006:01:25:21 +0200] [Job 75] PageWidth = 595.0, 
PageLength = 842.0
D [28/Apr/2006:01:25:21 +0200] [Job 75] 0 %%EOF
D [28/Apr/2006:01:25:21 +0200] [Job 75] Saw EOF!
D [28/Apr/2006:01:25:21 +0200] CloseClient: 8
D [28/Apr/2006:01:25:21 +0200] AcceptClient: 8 from 
192.168.10.1:631.
D [28/Apr/2006:01:25:22 +0200] ReadClient: 8 GET 
/images/navbar.gif HTTP/1.1
D [28/Apr/2006:01:25:22 +0200] SendError: 8 code=403 (Forbidden)
D [28/Apr/2006:01:25:22 +0200] CloseClient: 8
D [28/Apr/2006:01:25:22 +0200] [Job 75] foomatic-rip version 
$Revision: 3.43.2.1
2 $ running...
D [28/Apr/2006:01:25:22 +0200] [Job 75] Parsing PPD file ...
D [28/Apr/2006:01:25:22 +0200] [Job 75] *cupsFilter: 
"application/vnd.cups-posts
cript 0 foomatic-rip"
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option ColorSpace
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option Resolution
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option PageSize
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option PageRegion
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option Model
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option PrintoutMode
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option 
ImageableArea
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option 
PaperDimension
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option InputSlot
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option Duplex
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option Quality
D [28/Apr/2006:01:25:22 +0200] [Job 75] Added option Font
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] Parameter Summary
D [28/Apr/2006:01:25:22 +0200] [Job 75] -----------------
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] Spooler: cups
D [28/Apr/2006:01:25:22 +0200] [Job 75] Printer: hpdj
D [28/Apr/2006:01:25:22 +0200] [Job 75] PPD file: 
/usr/local/etc/cups/ppd/hpdj.p
pd
D [28/Apr/2006:01:25:22 +0200] [Job 75] Printer model: HP DeskJet 
990C Foomatic/
hpijs (recommended)
D [28/Apr/2006:01:25:22 +0200] [Job 75] Job title: Test Page
D [28/Apr/2006:01:25:22 +0200] [Job 75] File(s) to be printed:
D [28/Apr/2006:01:25:22 +0200] [Job 75] <STDIN>
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] GhostScript extra search 
path ('GS_LIB')
: /usr/local/share/cups/fonts
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] 
========================================
========
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] File: <STDIN>
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] 
========================================
========
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] Reading PostScript input 
...
D [28/Apr/2006:01:25:22 +0200] [Job 75] --> This document is 
DSC-conforming!
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] -----------
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%BeginProlog
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%EndProlog
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] -----------
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%BeginSetup
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%BeginFeature: 
*PrintoutMode Nor
mal
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: 
PrintoutMode=Normal --> Setting
option
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %% 
FoomaticRIPOptionSetting: Prin
toutMode=Normal
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: 
PrintoutMode=Normal --> Setting
option
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%BeginFeature: 
*InputSlot Defaul
t
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: InputSlot=Default 
--> Setting op
tion
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %% 
FoomaticRIPOptionSetting: Inpu
tSlot=Default
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: InputSlot=Default 
--> Setting op
tion
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%BeginFeature: 
*Quality FromPrin
toutMode
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: 
Quality=FromPrintoutMode --> Set
ting option
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %% 
FoomaticRIPOptionSetting: Qual
ity=@PrintoutMode
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: 
Quality=FromPrintoutMode --> Set
ting option
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%BeginFeature: 
*PageRegion A4
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: PageRegion=A4 --> 
Option will be
  set by PostScript interpreter
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %% 
FoomaticRIPOptionSetting: Page
Size=A4
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: PageSize=A4 --> 
Setting option
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%BeginFeature: 
*Duplex None
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: Duplex=None --> 
Setting option
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %% 
FoomaticRIPOptionSetting: Dupl
ex=None
D [28/Apr/2006:01:25:22 +0200] [Job 75] Option: Duplex=None --> 
Setting option
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found: %%EndSetup
D [28/Apr/2006:01:25:22 +0200] [Job 75] Inserting PostScript code 
for CUPS' page
  accounting
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] -----------
D [28/Apr/2006:01:25:22 +0200] [Job 75] New page:  1 1
D [28/Apr/2006:01:25:22 +0200] [Job 75] Inserting option code 
into "PageSetup" s
ection.
D [28/Apr/2006:01:25:22 +0200] [Job 75] No page header or page 
header not DSC-co
nforming
D [28/Apr/2006:01:25:22 +0200] [Job 75] Stopping search for page 
header options
D [28/Apr/2006:01:25:22 +0200] [Job 75] Found:
D [28/Apr/2006:01:25:22 +0200] [Job 75] pageHeight sub 
% Move d
own...
D [28/Apr/2006:01:25:22 +0200] [Job 75] --> Output goes directly 
to the renderer
  now.
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] Starting renderer
D [28/Apr/2006:01:25:22 +0200] [Job 75] renderer PID kid4=15440
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] Closing renderer
D [28/Apr/2006:01:25:22 +0200] [Job 75] JCL: <job data>
D [28/Apr/2006:01:25:22 +0200] [Job 75]
D [28/Apr/2006:01:25:22 +0200] [Job 75] renderer command: gs -q 
-dBATCH -dPARANO
IDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs 
-sDeviceManufacturer="H
EWLETT-PACKARD" -sDeviceModel="DESKJET 990" 
-dDEVICEWIDTHPOINTS=595 -dDEVICEHEIG
HTPOINTS=842 -dDuplex=false -r300 
-sIjsParams=Quality:Quality=0,Quality:ColorMod
e=2,Quality:MediaType=0,Quality:PenSet=2,PS:MediaPosition=7 
-dIjsUseOutputFD -sO
utputFile=- -
D [28/Apr/2006:01:25:22 +0200] [Job 75] perl: warning: Setting 
locale failed.
D [28/Apr/2006:01:25:22 +0200] [Job 75] perl: warning: Please 
check that your lo
cale settings:
D [28/Apr/2006:01:25:22 +0200] [Job 75] LC_ALL = (unset),
D [28/Apr/2006:01:25:22 +0200] [Job 75] LANG = "en_US"
D [28/Apr/2006:01:25:22 +0200] [Job 75] are supported and 
installed on your syst
em.
D [28/Apr/2006:01:25:22 +0200] [Job 75] perl: warning: Falling 
back to the stand
ard locale ("C").
D [28/Apr/2006:01:25:22 +0200] [Job 75] foomatic-gswrapper: gs 
'-dBATCH' '-dPARA
NOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' 
'-sIjsServer=hpijs' '-sDeviceMan
ufacturer=HEWLETT-PACKARD' '-sDeviceModel=DESKJET 990' 
'-dDEVICEWIDTHPOINTS=595'
  '-dDEVICEHEIGHTPOINTS=842' '-dDuplex=false' '-r300' 
'-sIjsParams=Quality:Qualit
y=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2,PS:MediaPosition=7'
  '-dIjsUseOutputFD' '-sOutputFile=| cat >&3' '/dev/fd/0' 3>&1 
1>&2
D [28/Apr/2006:01:25:39 +0200] AcceptClient: 9 from 
localhost:631.
D [28/Apr/2006:01:25:39 +0200] ReadClient: 9 POST / HTTP/1.1
D [28/Apr/2006:01:25:39 +0200] ProcessIPPRequest: 9 status_code=0
D [28/Apr/2006:01:25:39 +0200] ReadClient: 9 POST / HTTP/1.1
D [28/Apr/2006:01:25:39 +0200] ProcessIPPRequest: 9 status_code=0
D [28/Apr/2006:01:25:39 +0200] CloseClient: 9
D [28/Apr/2006:01:26:19 +0200] CloseClient: 5
D [28/Apr/2006:01:26:34 +0200] CloseClient: 7
D [28/Apr/2006:01:26:34 +0200] [Job 75] KID3 exited with status 0
AD [28/Apr/2006:01:26:36 +0200] [Job 75] tail process done 
writing data to STDOU
T
D [28/Apr/2006:01:26:36 +0200] [Job 75] KID4 exited with status 0
D [28/Apr/2006:01:26:36 +0200] [Job 75] Renderer exit stat: 0
D [28/Apr/2006:01:26:36 +0200] [Job 75] KID4 finished
D [28/Apr/2006:01:26:36 +0200] [Job 75] KID3 finished
D [28/Apr/2006:01:26:36 +0200] [Job 75] Renderer process finished
D [28/Apr/2006:01:26:36 +0200] [Job 75]
D [28/Apr/2006:01:26:36 +0200] [Job 75] Closing foomatic-rip.
D [28/Apr/2006:01:26:40 +0200] UpdateJob: job 75, file 0 is 
complete.
D [28/Apr/2006:01:26:40 +0200] CancelJob: id = 75
D [28/Apr/2006:01:26:40 +0200] StopJob: id = 75, force = 0
D [28/Apr/2006:01:26:40 +0200] StopJob: printer state is 3

 	-------------------------------------------------

Greetings,

Uli.


*********************************************
* Peter Ulrich Kruppa - Wuppertal - Germany *
*********************************************


More information about the freebsd-questions mailing list