Comment 11 for bug 513690

Revision history for this message
Arne Christensen (arne-christensen) wrote :

With
   lp -oraw foo-out.ps
I get only the first page of the document. With
   lp -oraw foo-in.ps
I get all 4 pages, which is why I changed printers.conf. I have no lpoptions files:
ac@kapowdk-ac:~$ ls ~/.cups
ls: cannot access /home/ac/.cups: No such file or directory
ac@kapowdk-ac:~$ ls /etc/cups/lpoptions
ls: cannot access /etc/cups/lpoptions: No such file or directory

But see this:
ac@kapowdk-ac:~$ nc -w1 xerox7245.kapow.dk 9100 </tmp/foo-out.ps
%%[ Error: ioerror; OffendingCommand: flushfile ]%%
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

If I read the PostScript correctly, flushfile is called only from the EndPage (re)definition in line 4120. Might the printer's PostScript implementation be missing something?