From: Rafael A. de <raf...@ic...> - 2003-03-30 16:03:26
|
With the latest OMNI from the CVS I am having some troubles with CUPS. When printing a ps file, /etc/cups/error_log will report: StartJob(7, 0x8086ec0) D [30/Mar/2003:12:31:11 -0300] StartJob() id = 7, file = 0/1 E [30/Mar/2003:12:31:11 -0300] Unable to convert file 0 to printable format for job 7! I [30/Mar/2003:12:31:11 -0300] Hint: Do you have ESP Ghostscript installed? D [30/Mar/2003:12:31:11 -0300] CancelJob: id = 7 I have espgs installed (7.05.6) and I can generate a printer file with gs -sDEVICE=omni -sDeviceName=XMLOmniDevice -sproperties='XMLMasterFile="Epson LQ-570+.xml"' -sOutputFile=temp.lpr temp.ps OmniDeviceTester also works. Thanks for any help. |
From: Mark H. <ha...@us...> - 2003-03-31 15:36:10
Attachments:
=?ISO-8859-1?Q?atty1r9f=2Edat?=
|
Mike, Do you know what is causing this error? Google searches seem to indicate that it might be because the cups driv= er in ghostscript is not installed. But Rafael seems to be using it. Mark Take a look at the Linux Omni Printer Driver Framework at http://www.ibm.com/linux/ltc/projects/omni/ ----- Forwarded by Mark Hamzy/Austin/IBM on 03/31/2003 09:27 AM ----- = Rafael Avila de Esp=EDndola = <raf...@ic... To: = omn...@li... > cc: = Sent by: Subject: = [Omniprint-user] strange problem with CUPS omn...@li...ur = ceforge.net = = = 03/30/2003 02:03 PM = = = With the latest OMNI from the CVS I am having some troubles with CUPS. When printing a ps file, /etc/cups/error_log will report: StartJob(7, 0x8086ec0) D [30/Mar/2003:12:31:11 -0300] StartJob() id =3D 7, file =3D 0/1 E [30/Mar/2003:12:31:11 -0300] Unable to convert file 0 to printable fo= rmat for job 7! I [30/Mar/2003:12:31:11 -0300] Hint: Do you have ESP Ghostscript instal= led? D [30/Mar/2003:12:31:11 -0300] CancelJob: id =3D 7 I have espgs installed (7.05.6) and I can generate a printer file with gs -sDEVICE=3Domni -sDeviceName=3DXMLOmniDevice -sproperties=3D'XMLMasterFile=3D"Epson LQ-570+.xml"' -sOutputFile=3Dtem= p.lpr temp.ps OmniDeviceTester also works. Thanks for any help. (See attached file: atty1r9f.dat)= |
From: Michael S. <mi...@ea...> - 2003-03-31 15:48:10
|
Mark Hamzy wrote: > > > > > Mike, > > Do you know what is causing this error? > Google searches seem to indicate that it might be because the cups driver > in ghostscript is not installed. But Rafael seems to be using it. > ... Well, without knowing how your current filter is interfaced to CUPS, I can only guess that the ghostscript-cups package (which has the pstoraster script and pstoraster.convs files that CUPS is looking for) is not installed... -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Printing Software for UNIX http://www.easysw.com |
From: Rafael A. de <raf...@ic...> - 2003-03-31 18:18:16
|
> Mark Hamzy wrote: > > > > > > > > > > Mike, > > > > Do you know what is causing this error? > > Google searches seem to indicate that it might be because the cups driver > > in ghostscript is not installed. But Rafael seems to be using it. > > ... > > Well, without knowing how your current filter is interfaced to > CUPS, I can only guess that the ghostscript-cups package (which has > the pstoraster script and pstoraster.convs files that CUPS is looking > for) is not installed... > I updated omni and made the path in the ppds absolute (/usr/share/Omni/something.xml). Now it is working... I am not sure what the problem was :( |