[cups] printer-state-message="Filter failed" ? is it cups, ghostscript, or other?

PGNet Dev pgnet.dev at gmail.com
Fri Apr 5 08:31:35 PDT 2019


On 4/5/19 7:15 AM, Johannes Meixner wrote:
 > so the next step is to find out what the actual root cause is:

ok

> to check if Ghostscript can process it.

It can.


cupsdisable  LJ4050N
cancel -a -x  LJ4050N

tree /var/spool/cups
	/var/spool/cups
	└── [root            4096]  tmp

	1 directory, 0 files

printing fails from all apps, for all files.
here's an example of printing a simple text file

	cat test.txt
		test

from Kate editor.  As <user>,

--> Kate:Print "test.txt"

	NO OUTPUT TO PRINTER !!


tree /var/spool/cups
	/var/spool/cups
	├── [root           13461]  d00743-001
	└── [root            4096]  tmp

	1 directory, 1 file

cp /var/spool/cups/d00743-001 /tmp/print-job-data.save
chmod a+r /tmp/print-job-data.save

cancel -a -x  LJ4050N
cupsenable  LJ4050N

printing with gs

	gs -r50 -sPAPERSIZE=letter -dFIXEDMEDIA /tmp/print-job-data.save

output's OK

	https://i.imgur.com/3wUGDAp.png


More information about the cups mailing list