X-Received: by 2002:ad4:4a69:: with SMTP id cn9mr10759751qvb.218.1580481243112; Fri, 31 Jan 2020 06:34:03 -0800 (PST) X-Received: by 2002:a05:620a:b04:: with SMTP id t4mr11197457qkg.7.1580481242926; Fri, 31 Jan 2020 06:34:02 -0800 (PST) Path: csiph.com!aioe.org!peer02.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.postscript Date: Fri, 31 Jan 2020 06:34:02 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=88.97.15.150; posting-account=wktkagoAAADEOKFRYmUGdMmgUaAur-bg NNTP-Posting-Host: 88.97.15.150 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Possible ghostscript error interfering with printing in Linux MInt From: ken@balglaze.myzen.co.uk Injection-Date: Fri, 31 Jan 2020 14:34:03 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2793 X-Received-Body-CRC: 1203844792 Xref: csiph.com comp.lang.postscript:3492 I am setting up a Canon LBP6200 printer on USB which goes through the motionsof printing but nothing actually prints. A helpful poster on the forum set up this sudo cupsfilter -p /etc/cups/ppf/PPD -m printer/foo -e /etc/nsswitch.conf > out.dat 2>log and the latter part of the resulting log is These are the filters used to process the print job. pstocapt3 is the Canon filter from the capt package. INFO: texttopdf (PID 5077) exited with no errors. INFO: pdftopdf (PID 5078) exited with no errors. The first two filters complete successfully. DEBUG: Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -dNOMEDIAATTRS -sDEVICE=ps2write -dShowAcroForm -sOUTPUTFILE=%stdout -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c 'save pop' -f /tmp/013d75e35ecc0 DEBUG: Started filter gs (PID 5081) DEBUG: Started filter pstops (PID 5082) Ghostscript (gs) is used in the third filter. DEBUG: PID 5082 (pstops) exited with no errors. DEBUG: PID 5081 (gs) exited with no errors. INFO: pdftops (PID 5079) exited with no errors. Ghostscript and the third filter complete successfully. opvpOpenPrinter(463) CStubOpenPrinter(397) opvpOpenPrinter(463) CStubOpenPrinter(397) Error Response:ReqNo=5, SeqNo=4,opvpErrorNo=-2 Error Response:ReqNo=7, SeqNo=93,opvpErrorNo=-2 Error Response:ReqNo=8, SeqNo=1730,opvpErrorNo=-2 Error Response:ReqNo=7, SeqNo=1731,opvpErrorNo=-2 Error Response:ReqNo=8, SeqNo=1749,opvpErrorNo=-2aze.myzen.co.uk GPL Ghostscript 9.26: Unrecoverable error, exit code 1 Error Response:ReqNo=6, SeqNo=1750,opvpErrorNo=-2 Error Response:ReqNo=3, SeqNo=1751,opvpErrorNo=-2 Can anyone explain the ghostscript error and suggest how to overcome eit?