I'm tryint to print ps with ghost script and having no luck.
Here is what I put on the command line and the response it
gives me. Following that are my list of installed drivers
then an excerpt from my /etc/printcap file. I would appreciate
any help.
tabu:/usr/lib/ghostscript/examples# gs -dNOPAUSE -sDEVICE=ljet2p
-sOutputFile=/dev/lp0 tiger.ps
Initializing... done.
Ghostscript 2.6.1 (5/28/93)
Copyright (C) 1990-1993 Aladdin Enterprises, Menlo Park, CA.
All rights reserved.
Ghostscript comes with NO WARRANTY: see the file COPYING for details.
Error: /invalidfileaccess in --.outputpage--
Operand stack:
1 true
Execution stack:
%interp_exit --nostringval-- --nostringval-- --nostringval--
false --nostringval-- --nostringval-- false --nostringval--
--nostringval-- --nostringval-- --nostringval--
Dictionary stack:
532/547 0/20 6/200 45/100
Current file position is 78508
_________________________________________________________________________
List of Drivers Installed according to "gs -h"
x11 linux bj10e bj200 cdeskjet cdjcolor cdjmono cdj500
cdj550 declj250 deskjet dfaxhigh dfaxlow djet500 djet500c epson
eps9high epsonc escp2 ibmpro jetp3852 laserjet la50 la75
lbp8 ln03 lj250 ljet2p ljet3 ljet4 ljetplus m8510
necp6 paintjet pj pjxl pjxl300 t4693d2 t4693d4 t4693d8
tek4696 bit bmpmono bmp16 bmp256 bmp16m gifmono gif8
pcxmono pcxgray pcx16 pcx256 pbm pbmraw pgm pgmraw
ppm ppmraw tiffg3 pbm pbmraw pgm pgmraw ppm
ppmraw bit
__________________________________________________________________________
From my /etc/printcap file (I just used the hpjlp
settings because it was already in printcap and
ljet2p was not).
# HP Laser jet plus
#lp|hpj:\
# :lp=/dev/lp1:\
# :sd=/usr/spool/lp1:\
# :mx#0:\
# :of=/usr/spool/lp1/hpjlp:
# :lf=/usr/spool/lp1/hp-log:
#
# HP Laser IIp
lp|hpj:\
:lp=/dev/lp0:\
:sd=/usr/spool/lp0:\
:mx#0:\
:of=/usr/spool/lp0/ljet2p:
________________________________________________________________________
Thanks for any help!!