On Fri, 30 Aug 2002, Rosewood wrote: > lp5250d env.DEVNAME=PRT03 'outputcommand=scs2pdf /tmp/spoolfile$$.pdf' > 192.168.0.2 > > That's the command I ran, and prt03 is created, and I don't seem to be > getting error messages when I print to it, however I don't seem to get > any files created either, and I ran the command as root on the linux box
Hmmm... That looks right. Perhaps you are trying to print IPDS documents? scs2pdf only support *SCS printouts. You might also try putting the full path names in, i.e.: lp5250d env.DEVNAME=PRT03 \ 'outputcommand=/usr/bin/scs2pdf /tmp/spoolfile$$.pdf' \ 192.168.0.2 (my scs2pdf is in /usr/bin, yours may be different, like /usr/local/bin) You should be sure that you didn't already have a PRT03 configured on the AS/400 since it will use the previous definition which may not be valid. James Rich _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: [EMAIL PROTECTED] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: [EMAIL PROTECTED] Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250.
