Hi,
I've tried to set up CUPS using this howto from SUN's BigAdmin page.
http://www.sun.com/bigadmin/content/submitted/install_cups.html
The howto seems to be targetted at Solaris 9, but the installation seemed to work under Solaris 10 too.
I was able to install CUPS and to add a LPR/LPD Printer using the Webinterface. The Printer is a Kyocera FS-1010 .
I was also able to print a Test page from the Webinterface..so far, so pleased!
Just when I thought that everything was working fine, I tried to print a generic text file from the command line, but to no avail.
After adjusting the LogLevel from info to debug it seemed apparent that the Error was somehow related to Ghostscript.
An expert from the logfile:
D [18/Feb/2006:16:36:21 -0100] StartJob: argv = "Kyocera","5","root","test.txt", "1","","/opt/sfw/cups/var/spool/cups/d00005-001"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[0]="PATH=/opt/sfw/cups/lib/cups/fi lter:/bin:/usr/bin"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[1]="SOFTWARE=CUPS/1.1"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[2]="USER=root"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[3]="CHARSET=iso-8859-1"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[4]="LANG=de"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[5]="TZ=Europe/Berlin"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[6]="PPD=/opt/sfw/cups/etc/cups/ppd /Kyocera.ppd"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[7]="CUPS_SERVERROOT=/opt/sfw/cups/ etc/cups"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[8]="RIP_MAX_CACHE=8m"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[9]="TMPDIR=/opt/sfw/cups/var/spool /cups/tmp"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[10]="CONTENT_TYPE=text/plain"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[11]="DEVICE_URI=lpd://ps0/lp1"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[12]="PRINTER=Kyocera"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[13]="CUPS_DATADIR=/opt/sfw/cups/sh are/cups"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[14]="CUPS_FONTPATH=/opt/sfw/cups/s hare/cups/fonts"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[15]="CUPS_SERVER=localhost"
D [18/Feb/2006:16:36:21 -0100] StartJob: envp[16]="IPP_PORT=631"
D [18/Feb/2006:16:36:21 -0100] StartJob: statusfds = [ 8 9 ]
D [18/Feb/2006:16:36:21 -0100] StartJob: filterfds[1] = [ 10 -1 ]
D [18/Feb/2006:16:36:21 -0100] StartJob: filter = "/opt/sfw/cups/lib/cups/filter /texttops"
D [18/Feb/2006:16:36:21 -0100] StartJob: filterfds[0] = [ 11 12 ]
D [18/Feb/2006:16:36:21 -0100] start_process("/opt/sfw/cups/lib/cups/filter/text tops", 80360d0, 8035440, 10, 12, 9)
I [18/Feb/2006:16:36:21 -0100] Started filter /opt/sfw/cups/lib/cups/filter/text tops (PID 1822) for job 5.
D [18/Feb/2006:16:36:21 -0100] StartJob: filter = "/opt/sfw/cups/lib/cups/filter /pstops"
D [18/Feb/2006:16:36:21 -0100] StartJob: filterfds[1] = [ 10 13 ]
D [18/Feb/2006:16:36:21 -0100] start_process("/opt/sfw/cups/lib/cups/filter/psto ps", 80360d0, 8035440, 11, 13, 9)
I [18/Feb/2006:16:36:21 -0100] Started filter /opt/sfw/cups/lib/cups/filter/psto ps (PID 1823) for job 5.
D [18/Feb/2006:16:36:21 -0100] StartJob: filter = "/opt/sfw/cups/lib/cups/filter /foomatic-rip"
D [18/Feb/2006:16:36:21 -0100] StartJob: filterfds[0] = [ 11 12 ]
D [18/Feb/2006:16:36:21 -0100] start_process("/opt/sfw/cups/lib/cups/filter/foom atic-rip", 80360d0, 8035440, 10, 12, 9)
I [18/Feb/2006:16:36:21 -0100] Started filter /opt/sfw/cups/lib/cups/filter/foom atic-rip (PID 1824) for job 5.
D [18/Feb/2006:16:36:21 -0100] StartJob: backend = "/opt/sfw/cups/lib/cups/backe nd/lpd"
D [18/Feb/2006:16:36:21 -0100] StartJob: filterfds[1] = [ -1 10 ]
D [18/Feb/2006:16:36:21 -0100] start_process("/opt/sfw/cups/lib/cups/backend/lpd ", 80360d0, 8035440, 11, 10, 9)
I [18/Feb/2006:16:36:21 -0100] Started backend /opt/sfw/cups/lib/cups/backend/lp d (PID 1825) for job 5.
D [18/Feb/2006:16:36:21 -0100] ProcessIPPRequest: 6 status_code=0
D [18/Feb/2006:16:36:21 -0100] [Job 5] Page = 595x842; 18,14 to 577,828
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->num_fonts = 35
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[0] = AvantGarde-Book
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[1] = AvantGarde-BookOblique
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[2] = AvantGarde-Demi
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[3] = AvantGarde-DemiOblique
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[4] = Bookman-Demi
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[5] = Bookman-DemiItalic
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[6] = Bookman-Light
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[7] = Bookman-LightItalic
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[8] = Courier
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[9] = Courier-Bold
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->num_fonts = 35
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[0] = AvantGarde-Book
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[1] = AvantGarde-BookOblique
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[2] = AvantGarde-Demi
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[3] = AvantGarde-DemiOblique
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[4] = Bookman-Demi
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[5] = Bookman-DemiItalic
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[6] = Bookman-Light
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[7] = Bookman-LightItalic
D [18/Feb/2006:16:36:21 -0100] [Job 5] ppd->fonts[8] = Courier
D [18/Feb/2006:16:36:21 -0100] [Job 5] Page = 595x842; 18,14 to 577,828
D [18/Feb/2006:16:36:21 -0100] [Job 5] slowcollate=0, slowduplex=0, sloworder=0
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%BoundingBox: 0 0 595 842
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%Creator: texttops/CUPS v1.1.21
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%CreationDate: Sa 18 Feb 2006 16:36:21 CET
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%Title: test.txt
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%For: root
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%Pages: (atend)
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%DocumentNeededResources: font Courier -Bold
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%+ font Courier
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%DocumentSuppliedResources: procset te xttops 1.1 0
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%+ font Courier-Bold
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%+ font Courier
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%EndComments
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%BeginProlog
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%BeginResource: font Courier-Bold
D [18/Feb/2006:16:36:21 -0100] [Job 5] 0 %%CreationDate: Wed Dec 22 1999
D [18/Feb/2006:16:36:21 -0100] CloseClient: 6
D [18/Feb/2006:16:36:21 -0100] [Job 5] foomatic-rip version $Revision: 3.43.2.6 $ running...
D [18/Feb/2006:16:36:21 -0100] [Job 5] Parsing PPD file ...
D [18/Feb/2006:16:36:21 -0100] [Job 5] *cupsFilter: "application/vnd.cups-postsc ript 0 foomatic-rip"
D [18/Feb/2006:16:36:21 -0100] [Job 5] Added option ColorSpace
D [18/Feb/2006:16:36:21 -0100] [Job 5] Added option Resolution
D [18/Feb/2006:16:36:21 -0100] [Job 5] Added option PageSize
D [18/Feb/2006:16:36:21 -0100] [Job 5] Added option PageRegion
D [18/Feb/2006:16:36:21 -0100] [Job 5] Added option Model
D [18/Feb/2006:16:36:21 -0100] [Job 5] Added option PrintoutMode
D [18/Feb/2006:16:36:22 -0100] [Job 5] Added option ImageableArea
D [18/Feb/2006:16:36:22 -0100] [Job 5] Added option PaperDimension
D [18/Feb/2006:16:36:22 -0100] [Job 5] Added option InputSlot
D [18/Feb/2006:16:36:22 -0100] [Job 5] Added option Duplex
D [18/Feb/2006:16:36:22 -0100] [Job 5] Added option Quality
D [18/Feb/2006:16:36:22 -0100] [Job 5] Added option Font
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] Parameter Summary
D [18/Feb/2006:16:36:22 -0100] [Job 5] -----------------
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] Spooler: cups
D [18/Feb/2006:16:36:22 -0100] [Job 5] Printer: Kyocera
D [18/Feb/2006:16:36:22 -0100] [Job 5] PPD file: /opt/sfw/cups/etc/cups/ppd/Kyoc era.ppd
D [18/Feb/2006:16:36:22 -0100] [Job 5] Printer model: Kyocera FS-1010 Foomatic/h pijs
D [18/Feb/2006:16:36:22 -0100] [Job 5] Job title: test.txt
D [18/Feb/2006:16:36:22 -0100] [Job 5] File(s) to be printed:
D [18/Feb/2006:16:36:22 -0100] [Job 5] <STDIN>
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] ========================================= =======
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] File: <STDIN>
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] ========================================= =======
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] Reading PostScript input ...
D [18/Feb/2006:16:36:22 -0100] [Job 5] --> This document is DSC-conforming!
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] -----------
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%BeginProlog
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%EndResource
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%BeginResource: font Courier
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%CreationDate: Wed Dec 22 1999
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%EndResource
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%BeginResource: procset texttops 1.1 0
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%EndResource
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%EndProlog
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%Page: 1 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%Page: 1 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] pw = 559,0, pl = 813,2
D [18/Feb/2006:16:36:22 -0100] [Job 5] PageLeft = 18,0, PageRight = 577,0
D [18/Feb/2006:16:36:22 -0100] [Job 5] PageTop = 827,6, PageBottom = 14,4
D [18/Feb/2006:16:36:22 -0100] [Job 5] PageWidth = 595,0, PageLength = 842,0
D [18/Feb/2006:16:36:22 -0100] [Job 5] 0 %%Trailer
D [18/Feb/2006:16:36:22 -0100] [Job 5] Saw Trailer!
D [18/Feb/2006:16:36:22 -0100] [Job 5] Saw EOF!
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%EndProlog
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] -----------
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%BeginSetup
D [18/Feb/2006:16:36:22 -0100] [Job 5] Inserting PostScript code for CUPS' page accounting
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%BeginFeature: *PrintoutMode Norm al
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: PrintoutMode=Normal --> Setting o ption
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %% FoomaticRIPOptionSetting: Print outMode=Normal
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: PrintoutMode=Normal --> Setting o ption
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%BeginFeature: *Quality 600Graysc aleK
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: Quality=600GrayscaleK --> Setting option
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %% FoomaticRIPOptionSetting: Quali ty=600GrayscaleK
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: Quality=600GrayscaleK --> Setting option
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%BeginFeature: *InputSlot Default
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: InputSlot=Default --> Setting opt ion
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %% FoomaticRIPOptionSetting: Input Slot=Default
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: InputSlot=Default --> Setting opt ion
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%BeginFeature: *PageRegion A4
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: PageRegion=A4 --> Option will be set by PostScript interpreter
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %% FoomaticRIPOptionSetting: PageS ize=A4
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: PageSize=A4 --> Setting option
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%BeginFeature: *Duplex None
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: Duplex=None --> Setting option
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %% FoomaticRIPOptionSetting: Duple x=None
D [18/Feb/2006:16:36:22 -0100] [Job 5] Option: Duplex=None --> Setting option
D [18/Feb/2006:16:36:22 -0100] [Job 5] Found: %%EndSetup
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] -----------
D [18/Feb/2006:16:36:22 -0100] [Job 5] New page: 1 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] Inserting option code into "PageSetup" se ction.
D [18/Feb/2006:16:36:22 -0100] [Job 5] No page header or page header not DSC-con forming
D [18/Feb/2006:16:36:22 -0100] [Job 5] Flushing FIFO.
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] Starting renderer
D [18/Feb/2006:16:36:22 -0100] [Job 5] JCL: <job data>
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] renderer PID kid4=1827
D [18/Feb/2006:16:36:22 -0100] [Job 5] renderer command: gs -q -dBATCH -dPARANOI DSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -sDeviceManufacturer="HE WLETT-PACKARD" -sDeviceModel="HP LaserJet" -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGH TPOINTS=842 -dDuplex=false -r600 -sIjsParams=Quality:Quality=0,Quality:ColorMode =0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7 -dIjsUseOutputFD -sOu tputFile=- -
D [18/Feb/2006:16:36:22 -0100] [Job 5] foomatic-gswrapper: gs '-dBATCH' '-dPARAN OIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' '-sDeviceManu facturer=HEWLETT-PACKARD' '-sDeviceModel=HP LaserJet' '-dDEVICEWIDTHPOINTS=595' '-dDEVICEHEIGHTPOINTS=842' '-dDuplex=false' '-r600' '-sIjsParams=Quality:Quality =0,Quality:ColorMode=0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7' '-dIjsUseOutputFD' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
D [18/Feb/2006:16:36:22 -0100] [Job 5]
D [18/Feb/2006:16:36:22 -0100] [Job 5] Closing renderer
D [18/Feb/2006:16:36:22 -0100] [Job 5] Error: /undefined in 12,000
D [18/Feb/2006:16:36:22 -0100] [Job 5] Operand stack:
D [18/Feb/2006:16:36:22 -0100] [Job 5] FN --dict:12/13(ro)(L)-- --nostringva l--
D [18/Feb/2006:16:36:22 -0100] [Job 5] Execution stack:
D [18/Feb/2006:16:36:22 -0100] [Job 5] %interp_exit .runexec2 --nostringval- - --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- -- nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_p op 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nos tringval-- --nostringval--
D [18/Feb/2006:16:36:22 -0100] [Job 5] Dictionary stack:
D [18/Feb/2006:16:36:22 -0100] [Job 5] --dict:1061/1417(ro)(G)-- --dict:0/20(G )-- --dict:69/200(L)--
D [18/Feb/2006:16:36:22 -0100] [Job 5] Current allocation mode is local
D [18/Feb/2006:16:36:22 -0100] [Job 5] Last OS error: 29
D [18/Feb/2006:16:36:22 -0100] [Job 5] ESP Ghostscript 7.07.1: Unrecoverable err or, exit code 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] renderer return value: 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] renderer received signal: 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] tail process done writing data to STDOUT
D [18/Feb/2006:16:36:22 -0100] [Job 5] KID4 finished
D [18/Feb/2006:16:36:22 -0100] [Job 5] KID4 exited with status 0
D [18/Feb/2006:16:36:22 -0100] [Job 5] KID3 exited with status 3
D [18/Feb/2006:16:36:22 -0100] [Job 5] Renderer exit stat: 3
E [18/Feb/2006:16:36:22 -0100] PID 1824 stopped with status 3!
D [18/Feb/2006:16:36:22 -0100] [Job 5] Process dying with "Possible error on ren derer command line or PostScript error. Check options.", exit stat: 3
D [18/Feb/2006:16:36:22 -0100] [Job 5] Possible error on renderer command line o r PostScript error. Check options.
D [18/Feb/2006:16:36:22 -0100] [Job 5] Renderer process finished
D [18/Feb/2006:16:36:22 -0100] [Job 5] Killing process 1826 (KID3)
D [18/Feb/2006:16:36:22 -0100] [Job 5] Process dying with "Error closing rendere r", exit stat: 3
D [18/Feb/2006:16:36:22 -0100] [Job 5] Error closing renderer
D [18/Feb/2006:16:36:22 -0100] [Job 5] Connected on ports 515 (local 1023)...
D [18/Feb/2006:16:36:22 -0100] [Job 5] lpd_command 02 lp1
D [18/Feb/2006:16:36:22 -0100] [Job 5] Sending command string (5 bytes)...
D [18/Feb/2006:16:36:22 -0100] [Job 5] Reading command status...
D [18/Feb/2006:16:36:22 -0100] [Job 5] lpd_command returning 0
D [18/Feb/2006:16:36:22 -0100] [Job 5] Control file is:
D [18/Feb/2006:16:36:22 -0100] [Job 5] Hdominik
D [18/Feb/2006:16:36:22 -0100] [Job 5] Proot
D [18/Feb/2006:16:36:22 -0100] [Job 5] Jtest_txt
D [18/Feb/2006:16:36:22 -0100] [Job 5] ldfA825dominik
D [18/Feb/2006:16:36:22 -0100] [Job 5] UdfA825dominik
D [18/Feb/2006:16:36:22 -0100] [Job 5] Ntest_txt
D [18/Feb/2006:16:36:22 -0100] [Job 5] lpd_command 02 65 cfA825dominik
D [18/Feb/2006:16:36:22 -0100] [Job 5] Sending command string (18 bytes)...
D [18/Feb/2006:16:36:22 -0100] [Job 5] Reading command status...
D [18/Feb/2006:16:36:22 -0100] [Job 5] lpd_command returning 0
D [18/Feb/2006:16:36:22 -0100] [Job 5] lpd_command 03 0 dfA825dominik
D [18/Feb/2006:16:36:22 -0100] [Job 5] Sending command string (17 bytes)...
D [18/Feb/2006:16:36:22 -0100] [Job 5] Reading command status...
D [18/Feb/2006:16:36:22 -0100] [Job 5] lpd_command returning 0
D [18/Feb/2006:16:36:22 -0100] UpdateJob: job 5, file 0 is complete.
D [18/Feb/2006:16:36:22 -0100] CancelJob: id = 5
D [18/Feb/2006:16:36:22 -0100] StopJob: id = 5, force = 0
D [18/Feb/2006:16:36:22 -0100] StopJob: printer state is 3
This section contains the exact Ghostscript error:
D [18/Feb/2006:16:36:22 -0100] [Job 5] Error: /undefined in 12,000
D [18/Feb/2006:16:36:22 -0100] [Job 5] Operand stack:
D [18/Feb/2006:16:36:22 -0100] [Job 5] FN --dict:12/13(ro)(L)-- --nostringva l--
D [18/Feb/2006:16:36:22 -0100] [Job 5] Execution stack:
D [18/Feb/2006:16:36:22 -0100] [Job 5] %interp_exit .runexec2 --nostringval- - --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- -- nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_p op 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nos tringval-- --nostringval--
D [18/Feb/2006:16:36:22 -0100] [Job 5] Dictionary stack:
D [18/Feb/2006:16:36:22 -0100] [Job 5] --dict:1061/1417(ro)(G)-- --dict:0/20(G )-- --dict:69/200(L)--
D [18/Feb/2006:16:36:22 -0100] [Job 5] Current allocation mode is local
D [18/Feb/2006:16:36:22 -0100] [Job 5] Last OS error: 29
D [18/Feb/2006:16:36:22 -0100] [Job 5] ESP Ghostscript 7.07.1: Unrecoverable err or, exit code 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] renderer return value: 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] renderer received signal: 1
D [18/Feb/2006:16:36:22 -0100] [Job 5] tail process done writing data to STDOUT
D [18/Feb/2006:16:36:22 -0100] [Job 5] KID4 finished
D [18/Feb/2006:16:36:22 -0100] [Job 5] KID4 exited with status 0
D [18/Feb/2006:16:36:22 -0100] [Job 5] KID3 exited with status 3
D [18/Feb/2006:16:36:22 -0100] [Job 5] Renderer exit stat: 3
E [18/Feb/2006:16:36:22 -0100] PID 1824 stopped with status 3!
D [18/Feb/2006:16:36:22 -0100] [Job 5] Process dying with "Possible error on ren derer command line or PostScript error. Check options.", exit stat: 3
Has anybody else already encountered this or a similar error and knows that to do?
TIA;
Dominik