Results 1 to 5 of 5

Thread: How to 'cups-insecure-filter’ error message on ubuntu 9.10?

  1. #1
    Join Date
    Jan 2012
    Posts
    64

    How to 'cups-insecure-filter’ error message on ubuntu 9.10?

    I am getting ‘cups-insecure-filter’ error message when I am trying to print a test page through canon mp240 printer installed on ubuntu 9.10. there was not any issue with the previous version of operating system. Let me know if you are having any solution to resolve the matter. Thanks a lot in advance.

  2. #2
    Join Date
    Jun 2011
    Posts
    467

    Re: How to 'cups-insecure-filter’ error message on ubuntu 9.10?

    Well in this particular situation you have to look into /usr/lib/cups/filte and /usr/lib/cups/backend are not owned by the root. Hence you have to chown as well as chown them to root.

    Code:
    sudo chown -hR /usr/lib/cups/filter
    sudo chown -hR /usr/lib/cups/backend
    sudo chgrp -hR /usr/lib/cups/filter
    sudo chgrp -hR /usr/lib/cups/backend

  3. #3
    Join Date
    Jul 2011
    Posts
    383

    Re: How to 'cups-insecure-filter’ error message on ubuntu 9.10?

    I think you will require to reinstalling your printer and seeing whether you are able to resolve the same or not.
    • Go for System and click on Administration and look for Printing.
    • Now you have to delete icon which is having printer name.
    • From the Menu you have to click on Server and go for New and Printer.
    • Once you have done it will search for the Printers and find out the printer if its connected.
    • Now install the driver on the system.

  4. #4
    Join Date
    Jul 2011
    Posts
    376

    Re: How to 'cups-insecure-filter’ error message on ubuntu 9.10?

    Apart from the above mentioned command you will require to execute below mentioned command as well.
    Code:
    sudo chmod 700 /usr/lib/cups/backend/cups-pdf
    sudo chmod 700 /usr/lib/cups/backend
    People who are looking to use cups-pdf then those people should created folder ~/PDF by using below mentioned command.
    mkdir ~/PDF

  5. #5
    Join Date
    Aug 2011
    Posts
    379

    Re: How to 'cups-insecure-filter’ error message on ubuntu 9.10?

    Well I got the same error message while trying to print a test page. However I managed to resolve the same by using below mentioned command.
    Code:
    cd /usr/lib/cups/filter
    sudo chmod 755 *
    cd ../backned
    sudo chmod 755 *

Similar Threads

  1. Replies: 3
    Last Post: 25-07-2012, 01:48 PM
  2. Firefox 12 showing “insecure version” message
    By Vidya Bacchi in forum Technology & Internet
    Replies: 2
    Last Post: 26-04-2012, 08:02 PM
  3. Replies: 9
    Last Post: 03-04-2012, 07:19 PM
  4. ImagBurn on ubuntu: ‘No device detected’ error message
    By Ankit Pawar in forum Windows Software
    Replies: 7
    Last Post: 12-03-2012, 11:57 PM
  5. Replies: 10
    Last Post: 02-01-2012, 12:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,999,157.55447 seconds with 17 queries