Comment 26 for bug 377011

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

For all jobs your error_log shows the following:

D [10/Jun/2009:10:34:31 +0200] [Job 48] /usr/lib/cups/filter/cpdftocps: 83: /usr/lib/cups/filter/pdftops: Permission denied

You did not make the the new filter executable. Run the commands

cancel -a
sudo chmod 755 /usr/lib/cups/filter/pdftops

Then try to print again. Now it should work.