Problem
You receive the following error status message for a printer, once it is installed (e.g. in the "Print" window).
Filter directory /usr/lib/cups/filter for printer "" is not owned by root.
You may also see "cups-insecure-filter".
Solution
Execute the following commands, to change ownership back to root.
See also:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/436544
You receive the following error status message for a printer, once it is installed (e.g. in the "Print" window).
Filter directory /usr/lib/cups/filter for printer "
sudo chown -hR root:root /usr/lib/cups/filter/*
sudo chown -hR root:root /usr/lib/cups/backend/*
service cups restart
Your printer should now no longer display the message. (May require closing and reopening the "Print" window). See also:
Worked perfectly! Thanks a lot!
ReplyDeleteNo problem, glad it helped.
ReplyDeleteafter executing cups restart stop: Unknown job: cups
ReplyDeletestart: Unknown job: cups error is displayed
plz hlp