CUPS printer ghostscript error!
I've been working on this one for a week.
I'm using CUPS, hpoj, hpijs, foomatic, ghostscript, and a HP PSC750. Running EvilE linux with 2.4.20.
All is updated to most current version. Been downloading and messing with these for a while now.
When I try to print from OpenOffice, it prints out the postscript code:
%!PS-Adobe-3.0 %%BoundingBox:
and so on
Xsane works perfectly. Gimp works fine if I use a built in gimp-print driver for a different model.
CUPS won't print a testpage. Upon looking into /var/log/cups/error.log, I see the following:
D [11/Feb/2003:18:53:21 -0600] [Job 81] successful.
D [11/Feb/2003:18:53:21 -0600] [Job 81] Error: /invalidfont in findfont
D [11/Feb/2003:18:53:21 -0600] [Job 81] Operand stack:
D [11/Feb/2003:18:53:21 -0600] [Job 81] bigFont Helvetica-Bold Font Helvetica-Bold 280989 Helvetica-Bold --nostringval-- Helvetica-Bold NimbusSanL-Bold (NimbusSanL-Bold) NimbusSanL-Bold (NimbusSanL-Bold) NimbusSanL-Bold
D [11/Feb/2003:18:53:21 -0600] [Job 81] Execution stack:
D [11/Feb/2003:18:53:21 -0600] [Job 81] %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 2 3 %oparray_pop 3 3 %oparray_pop --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 6 4 %oparray_pop --nostringval-- --nostringval-- --nostringval-- 5 -1 1 --nostringval-- %for_neg_int_continue --nostringval-- --nostringval--
D [11/Feb/2003:18:53:21 -0600] [Job 81] Dictionary stack:
D [11/Feb/2003:18:53:21 -0600] [Job 81] --dict:1056/1123(ro)(G)-- --dict:0/20(G)-- --dict:92/200(L)-- --dict:17/17(ro)(G)-- --dict:1056/1123(ro)(G)--
D [11/Feb/2003:18:53:21 -0600] [Job 81] Current allocation mode is local
D [11/Feb/2003:18:53:21 -0600] [Job 81] Last OS error: 2
D [11/Feb/2003:18:53:21 -0600] [Job 81] AFPL Ghostscript 8.00: Unrecoverable error, exit code 1
D [11/Feb/2003:18:53:21 -0600] [Job 81] Couldn't exec foomatic-gswrapper -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="DESKJET 930" -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dDuplex=false -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2 -dIjsUseOutputFD -sOutputFile=- - at /usr/lib/cups/filter/cupsomatic line 1149.
D [11/Feb/2003:18:53:21 -0600] [Job 81] tail process done writing data to *main::STDOUT
D [11/Feb/2003:18:53:21 -0600] [Job 81] KID4 finished
D [11/Feb/2003:18:53:21 -0600] [Job 81] error closing *main::KID3 at /usr/lib/cups/filter/cupsomatic line 944, <STDIN> line 557.
E [11/Feb/2003:18:53:21 -0600] PID 22781 stopped with status 32!
D [11/Feb/2003:18:53:21 -0600] UpdateJob: job 81, file 0 is complete.
D [11/Feb/2003:18:53:21 -0600] CancelJob: id = 81
D [11/Feb/2003:18:53:21 -0600] StopJob: id = 81, force = 0
D [11/Feb/2003:18:53:21 -0600] StopJob: printer state is 3
Notice the /invalidfont in findfont.
I've tried moving fonts to almost every /font I can find. I still get this error. I found these fonts in an X11R6 directory in .gz format, so I tried gunzip -d *.gz, and copied these to /usr/share/cups/fonts. Still no luck.
I'm completely clueless. Adding up the clues and seeing this log, I know it's a ghostscript problem.
ANy help would be great!
|