12.10 Lexmark S605 insecure permissions error












1















The S605 printer from lexmark is found and there is a provided option for the S600 Series when installing it. However, after the installation process it says it needs the program /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter.



Now i know, that the downloadable packages from lexmark contain this file in a debian package, so i could use it from there, but: What does the structure above mean? ...//usr/local/...



Are these two different locations? And has the file to be in both?



Thanks in advance, it's impressive how you guys actually know what you're doing (in contrary to mac or most windows users.)



Update: After installinge the packages from lexmark (which are for 12.04) it says at printer state: idle .../printfilter has insecure permissions (0100775/uid=0/gid=0).



Can i modify the printfilter? Do i need to set up an administrative group? I read a guide somewhere, but didn't follow it for some reason i forgot.










share|improve this question

























  • This askubuntu.com/questions/101513/lexmark-s605-printer-not-working leads to this askubuntu.com/questions/70363/driver-for-lexmark-x7675-printer might be useful

    – Rinzwind
    Jan 12 '13 at 21:16
















1















The S605 printer from lexmark is found and there is a provided option for the S600 Series when installing it. However, after the installation process it says it needs the program /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter.



Now i know, that the downloadable packages from lexmark contain this file in a debian package, so i could use it from there, but: What does the structure above mean? ...//usr/local/...



Are these two different locations? And has the file to be in both?



Thanks in advance, it's impressive how you guys actually know what you're doing (in contrary to mac or most windows users.)



Update: After installinge the packages from lexmark (which are for 12.04) it says at printer state: idle .../printfilter has insecure permissions (0100775/uid=0/gid=0).



Can i modify the printfilter? Do i need to set up an administrative group? I read a guide somewhere, but didn't follow it for some reason i forgot.










share|improve this question

























  • This askubuntu.com/questions/101513/lexmark-s605-printer-not-working leads to this askubuntu.com/questions/70363/driver-for-lexmark-x7675-printer might be useful

    – Rinzwind
    Jan 12 '13 at 21:16














1












1








1


1






The S605 printer from lexmark is found and there is a provided option for the S600 Series when installing it. However, after the installation process it says it needs the program /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter.



Now i know, that the downloadable packages from lexmark contain this file in a debian package, so i could use it from there, but: What does the structure above mean? ...//usr/local/...



Are these two different locations? And has the file to be in both?



Thanks in advance, it's impressive how you guys actually know what you're doing (in contrary to mac or most windows users.)



Update: After installinge the packages from lexmark (which are for 12.04) it says at printer state: idle .../printfilter has insecure permissions (0100775/uid=0/gid=0).



Can i modify the printfilter? Do i need to set up an administrative group? I read a guide somewhere, but didn't follow it for some reason i forgot.










share|improve this question
















The S605 printer from lexmark is found and there is a provided option for the S600 Series when installing it. However, after the installation process it says it needs the program /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter.



Now i know, that the downloadable packages from lexmark contain this file in a debian package, so i could use it from there, but: What does the structure above mean? ...//usr/local/...



Are these two different locations? And has the file to be in both?



Thanks in advance, it's impressive how you guys actually know what you're doing (in contrary to mac or most windows users.)



Update: After installinge the packages from lexmark (which are for 12.04) it says at printer state: idle .../printfilter has insecure permissions (0100775/uid=0/gid=0).



Can i modify the printfilter? Do i need to set up an administrative group? I read a guide somewhere, but didn't follow it for some reason i forgot.







12.10 printing lexmark






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 12 '13 at 21:52









Rinzwind

206k28394526




206k28394526










asked Jan 7 '13 at 23:32









HES_XenonHES_Xenon

614




614













  • This askubuntu.com/questions/101513/lexmark-s605-printer-not-working leads to this askubuntu.com/questions/70363/driver-for-lexmark-x7675-printer might be useful

    – Rinzwind
    Jan 12 '13 at 21:16



















  • This askubuntu.com/questions/101513/lexmark-s605-printer-not-working leads to this askubuntu.com/questions/70363/driver-for-lexmark-x7675-printer might be useful

    – Rinzwind
    Jan 12 '13 at 21:16

















This askubuntu.com/questions/101513/lexmark-s605-printer-not-working leads to this askubuntu.com/questions/70363/driver-for-lexmark-x7675-printer might be useful

– Rinzwind
Jan 12 '13 at 21:16





This askubuntu.com/questions/101513/lexmark-s605-printer-not-working leads to this askubuntu.com/questions/70363/driver-for-lexmark-x7675-printer might be useful

– Rinzwind
Jan 12 '13 at 21:16










6 Answers
6






active

oldest

votes


















2














I don't believe /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter is intended as one directory - /usr/lib/cups/filter/ typically has no subdirs.



But apparently you managed to install the desired package and now you're getting the new insecure permissions error. I'm assuming this message gives the directory as /usr/local/lexmark/v3/bin/printfilter below.



What you need to do is change the ownership of /usr/local/lexmark/v3/bin/printfilter:



$ sudo chown -R root /usr/local/lexmark/v3/bin/printfilter


Changing the group shouldn't be neccessary but if you want to be on the safe side, also do



    $ sudo chgrp -R root /usr/local/lexmark/v3/bin/printfilter


However, you do need to have root as the owner of /usr/lib/cups/filter/, if it isn't, do the same for that directory:



$ sudo chown -R root /usr/lib/cups/filter/


...and when you're done with changeing the permissions, do a reboot or:



$ sudo /etc/init.d/cups restart





share|improve this answer































    1















    /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter




    This should be 1 directory. The double // is evaluated as 1 / so it does nothing. It is probably to prevent inside the software that this dir is evaluated: /usr/lib/cups/filterusr/local/lexmark/v3/bin/printfilter. That would result in an unwanted error.




    Permissions error




    sudo chmod 755 /usr/local/lexmark/v3/bin
    sudo chgrp root /usr/local/lexmark/v3/bin/printfilter


    should do it (though the 2nd line might not be needed!). Probable reason for the error:



    CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions. See http://www.cups.org/documentation.php/doc-1.5/whatsnew.html



    Scheduler

    4. Filter security; Filters and backends must now have group
    write permissions disabled.


    The package you used to install is probably from before this CUPS update.






    share|improve this answer































      0














      Following this link, but change the group by " bin " (not by " root ")



      http://community.linuxmint.com/hardware/view/13737



      Allows me to print on a lexmark s815 on linux mint 14 (based on ubuntu 12.10 so on debian 7)






      share|improve this answer
























      • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

        – fossfreedom
        Jan 12 '13 at 23:53





















      0














      I just want to add that Rinzwind's answer about Cups ("CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions.") was the key for me (I wanted to add a comment below his answer but I am new, so I couldn't do this). I had also been stuck with that insecure filter message and I was about to give up.



      In case this helps anyone, my set up is: Linux Lite 3.8 (the last 32-bit version available), running on a cheap Chinese Grefu laptop, and the printer is a Ricoh SP112su.



      I used the printer package kindly shared on Github for the Ricoh SP100 series, followed the Install instructions, but I was then bumping again and again into that "insecure filter" message until I found Rinzwind's answer on this thread. Both the test page and one pdf file were now printed OK. Thank you so much for the community!!






      share|improve this answer


























      • Thanks for adding some specific implementation details to your "comment" to make it into an answer, that may help someone else in a similar situation.

        – Benjamin R
        Jan 21 at 20:57



















      -1














      Worked for me on Linux Mint 15, Lexmark Platinium Pro905




      • Download and install Lexmark drivers and utilities Launch the lexmark

      • printer utility and follow the instructions to install your printer


      • sudo chmod 755 /usr/local/lexmark/v3/bin/printfilter sudo chgrp bin


      • /usr/local/lexmark/v3/bin/printfilter In the printer properties ->
        system preferences, enable remote administration


      enjoy






      share|improve this answer


























      • Sorry, but that doesn't mean that it will work in Ubuntu.

        – Braiam
        Oct 19 '13 at 13:26



















      -2














      This might only work on newer versions of cups. To reset cups use "sudo service cups restart" without quotation marks.






      share|improve this answer



















      • 1





        That only restart the service, not the underlying issue.

        – Braiam
        Sep 5 '13 at 12:20











      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f237521%2f12-10-lexmark-s605-insecure-permissions-error%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      6 Answers
      6






      active

      oldest

      votes








      6 Answers
      6






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      2














      I don't believe /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter is intended as one directory - /usr/lib/cups/filter/ typically has no subdirs.



      But apparently you managed to install the desired package and now you're getting the new insecure permissions error. I'm assuming this message gives the directory as /usr/local/lexmark/v3/bin/printfilter below.



      What you need to do is change the ownership of /usr/local/lexmark/v3/bin/printfilter:



      $ sudo chown -R root /usr/local/lexmark/v3/bin/printfilter


      Changing the group shouldn't be neccessary but if you want to be on the safe side, also do



          $ sudo chgrp -R root /usr/local/lexmark/v3/bin/printfilter


      However, you do need to have root as the owner of /usr/lib/cups/filter/, if it isn't, do the same for that directory:



      $ sudo chown -R root /usr/lib/cups/filter/


      ...and when you're done with changeing the permissions, do a reboot or:



      $ sudo /etc/init.d/cups restart





      share|improve this answer




























        2














        I don't believe /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter is intended as one directory - /usr/lib/cups/filter/ typically has no subdirs.



        But apparently you managed to install the desired package and now you're getting the new insecure permissions error. I'm assuming this message gives the directory as /usr/local/lexmark/v3/bin/printfilter below.



        What you need to do is change the ownership of /usr/local/lexmark/v3/bin/printfilter:



        $ sudo chown -R root /usr/local/lexmark/v3/bin/printfilter


        Changing the group shouldn't be neccessary but if you want to be on the safe side, also do



            $ sudo chgrp -R root /usr/local/lexmark/v3/bin/printfilter


        However, you do need to have root as the owner of /usr/lib/cups/filter/, if it isn't, do the same for that directory:



        $ sudo chown -R root /usr/lib/cups/filter/


        ...and when you're done with changeing the permissions, do a reboot or:



        $ sudo /etc/init.d/cups restart





        share|improve this answer


























          2












          2








          2







          I don't believe /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter is intended as one directory - /usr/lib/cups/filter/ typically has no subdirs.



          But apparently you managed to install the desired package and now you're getting the new insecure permissions error. I'm assuming this message gives the directory as /usr/local/lexmark/v3/bin/printfilter below.



          What you need to do is change the ownership of /usr/local/lexmark/v3/bin/printfilter:



          $ sudo chown -R root /usr/local/lexmark/v3/bin/printfilter


          Changing the group shouldn't be neccessary but if you want to be on the safe side, also do



              $ sudo chgrp -R root /usr/local/lexmark/v3/bin/printfilter


          However, you do need to have root as the owner of /usr/lib/cups/filter/, if it isn't, do the same for that directory:



          $ sudo chown -R root /usr/lib/cups/filter/


          ...and when you're done with changeing the permissions, do a reboot or:



          $ sudo /etc/init.d/cups restart





          share|improve this answer













          I don't believe /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter is intended as one directory - /usr/lib/cups/filter/ typically has no subdirs.



          But apparently you managed to install the desired package and now you're getting the new insecure permissions error. I'm assuming this message gives the directory as /usr/local/lexmark/v3/bin/printfilter below.



          What you need to do is change the ownership of /usr/local/lexmark/v3/bin/printfilter:



          $ sudo chown -R root /usr/local/lexmark/v3/bin/printfilter


          Changing the group shouldn't be neccessary but if you want to be on the safe side, also do



              $ sudo chgrp -R root /usr/local/lexmark/v3/bin/printfilter


          However, you do need to have root as the owner of /usr/lib/cups/filter/, if it isn't, do the same for that directory:



          $ sudo chown -R root /usr/lib/cups/filter/


          ...and when you're done with changeing the permissions, do a reboot or:



          $ sudo /etc/init.d/cups restart






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 8 '13 at 18:04









          CarlCarl

          539169




          539169

























              1















              /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter




              This should be 1 directory. The double // is evaluated as 1 / so it does nothing. It is probably to prevent inside the software that this dir is evaluated: /usr/lib/cups/filterusr/local/lexmark/v3/bin/printfilter. That would result in an unwanted error.




              Permissions error




              sudo chmod 755 /usr/local/lexmark/v3/bin
              sudo chgrp root /usr/local/lexmark/v3/bin/printfilter


              should do it (though the 2nd line might not be needed!). Probable reason for the error:



              CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions. See http://www.cups.org/documentation.php/doc-1.5/whatsnew.html



              Scheduler

              4. Filter security; Filters and backends must now have group
              write permissions disabled.


              The package you used to install is probably from before this CUPS update.






              share|improve this answer




























                1















                /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter




                This should be 1 directory. The double // is evaluated as 1 / so it does nothing. It is probably to prevent inside the software that this dir is evaluated: /usr/lib/cups/filterusr/local/lexmark/v3/bin/printfilter. That would result in an unwanted error.




                Permissions error




                sudo chmod 755 /usr/local/lexmark/v3/bin
                sudo chgrp root /usr/local/lexmark/v3/bin/printfilter


                should do it (though the 2nd line might not be needed!). Probable reason for the error:



                CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions. See http://www.cups.org/documentation.php/doc-1.5/whatsnew.html



                Scheduler

                4. Filter security; Filters and backends must now have group
                write permissions disabled.


                The package you used to install is probably from before this CUPS update.






                share|improve this answer


























                  1












                  1








                  1








                  /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter




                  This should be 1 directory. The double // is evaluated as 1 / so it does nothing. It is probably to prevent inside the software that this dir is evaluated: /usr/lib/cups/filterusr/local/lexmark/v3/bin/printfilter. That would result in an unwanted error.




                  Permissions error




                  sudo chmod 755 /usr/local/lexmark/v3/bin
                  sudo chgrp root /usr/local/lexmark/v3/bin/printfilter


                  should do it (though the 2nd line might not be needed!). Probable reason for the error:



                  CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions. See http://www.cups.org/documentation.php/doc-1.5/whatsnew.html



                  Scheduler

                  4. Filter security; Filters and backends must now have group
                  write permissions disabled.


                  The package you used to install is probably from before this CUPS update.






                  share|improve this answer














                  /usr/lib/cups/filter//usr/local/lexmark/v3/bin/printfilter




                  This should be 1 directory. The double // is evaluated as 1 / so it does nothing. It is probably to prevent inside the software that this dir is evaluated: /usr/lib/cups/filterusr/local/lexmark/v3/bin/printfilter. That would result in an unwanted error.




                  Permissions error




                  sudo chmod 755 /usr/local/lexmark/v3/bin
                  sudo chgrp root /usr/local/lexmark/v3/bin/printfilter


                  should do it (though the 2nd line might not be needed!). Probable reason for the error:



                  CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions. See http://www.cups.org/documentation.php/doc-1.5/whatsnew.html



                  Scheduler

                  4. Filter security; Filters and backends must now have group
                  write permissions disabled.


                  The package you used to install is probably from before this CUPS update.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 12 '13 at 21:23









                  RinzwindRinzwind

                  206k28394526




                  206k28394526























                      0














                      Following this link, but change the group by " bin " (not by " root ")



                      http://community.linuxmint.com/hardware/view/13737



                      Allows me to print on a lexmark s815 on linux mint 14 (based on ubuntu 12.10 so on debian 7)






                      share|improve this answer
























                      • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                        – fossfreedom
                        Jan 12 '13 at 23:53


















                      0














                      Following this link, but change the group by " bin " (not by " root ")



                      http://community.linuxmint.com/hardware/view/13737



                      Allows me to print on a lexmark s815 on linux mint 14 (based on ubuntu 12.10 so on debian 7)






                      share|improve this answer
























                      • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                        – fossfreedom
                        Jan 12 '13 at 23:53
















                      0












                      0








                      0







                      Following this link, but change the group by " bin " (not by " root ")



                      http://community.linuxmint.com/hardware/view/13737



                      Allows me to print on a lexmark s815 on linux mint 14 (based on ubuntu 12.10 so on debian 7)






                      share|improve this answer













                      Following this link, but change the group by " bin " (not by " root ")



                      http://community.linuxmint.com/hardware/view/13737



                      Allows me to print on a lexmark s815 on linux mint 14 (based on ubuntu 12.10 so on debian 7)







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jan 12 '13 at 21:04









                      user121809user121809

                      1




                      1













                      • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                        – fossfreedom
                        Jan 12 '13 at 23:53





















                      • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                        – fossfreedom
                        Jan 12 '13 at 23:53



















                      Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                      – fossfreedom
                      Jan 12 '13 at 23:53







                      Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                      – fossfreedom
                      Jan 12 '13 at 23:53













                      0














                      I just want to add that Rinzwind's answer about Cups ("CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions.") was the key for me (I wanted to add a comment below his answer but I am new, so I couldn't do this). I had also been stuck with that insecure filter message and I was about to give up.



                      In case this helps anyone, my set up is: Linux Lite 3.8 (the last 32-bit version available), running on a cheap Chinese Grefu laptop, and the printer is a Ricoh SP112su.



                      I used the printer package kindly shared on Github for the Ricoh SP100 series, followed the Install instructions, but I was then bumping again and again into that "insecure filter" message until I found Rinzwind's answer on this thread. Both the test page and one pdf file were now printed OK. Thank you so much for the community!!






                      share|improve this answer


























                      • Thanks for adding some specific implementation details to your "comment" to make it into an answer, that may help someone else in a similar situation.

                        – Benjamin R
                        Jan 21 at 20:57
















                      0














                      I just want to add that Rinzwind's answer about Cups ("CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions.") was the key for me (I wanted to add a comment below his answer but I am new, so I couldn't do this). I had also been stuck with that insecure filter message and I was about to give up.



                      In case this helps anyone, my set up is: Linux Lite 3.8 (the last 32-bit version available), running on a cheap Chinese Grefu laptop, and the printer is a Ricoh SP112su.



                      I used the printer package kindly shared on Github for the Ricoh SP100 series, followed the Install instructions, but I was then bumping again and again into that "insecure filter" message until I found Rinzwind's answer on this thread. Both the test page and one pdf file were now printed OK. Thank you so much for the community!!






                      share|improve this answer


























                      • Thanks for adding some specific implementation details to your "comment" to make it into an answer, that may help someone else in a similar situation.

                        – Benjamin R
                        Jan 21 at 20:57














                      0












                      0








                      0







                      I just want to add that Rinzwind's answer about Cups ("CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions.") was the key for me (I wanted to add a comment below his answer but I am new, so I couldn't do this). I had also been stuck with that insecure filter message and I was about to give up.



                      In case this helps anyone, my set up is: Linux Lite 3.8 (the last 32-bit version available), running on a cheap Chinese Grefu laptop, and the printer is a Ricoh SP112su.



                      I used the printer package kindly shared on Github for the Ricoh SP100 series, followed the Install instructions, but I was then bumping again and again into that "insecure filter" message until I found Rinzwind's answer on this thread. Both the test page and one pdf file were now printed OK. Thank you so much for the community!!






                      share|improve this answer















                      I just want to add that Rinzwind's answer about Cups ("CUPS 1.5.0 has a new security policy for filters and backends not allowing group write permissions.") was the key for me (I wanted to add a comment below his answer but I am new, so I couldn't do this). I had also been stuck with that insecure filter message and I was about to give up.



                      In case this helps anyone, my set up is: Linux Lite 3.8 (the last 32-bit version available), running on a cheap Chinese Grefu laptop, and the printer is a Ricoh SP112su.



                      I used the printer package kindly shared on Github for the Ricoh SP100 series, followed the Install instructions, but I was then bumping again and again into that "insecure filter" message until I found Rinzwind's answer on this thread. Both the test page and one pdf file were now printed OK. Thank you so much for the community!!







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Jan 22 at 1:11









                      Benjamin R

                      1,070816




                      1,070816










                      answered Jan 21 at 19:59









                      ElenaCMElenaCM

                      91




                      91













                      • Thanks for adding some specific implementation details to your "comment" to make it into an answer, that may help someone else in a similar situation.

                        – Benjamin R
                        Jan 21 at 20:57



















                      • Thanks for adding some specific implementation details to your "comment" to make it into an answer, that may help someone else in a similar situation.

                        – Benjamin R
                        Jan 21 at 20:57

















                      Thanks for adding some specific implementation details to your "comment" to make it into an answer, that may help someone else in a similar situation.

                      – Benjamin R
                      Jan 21 at 20:57





                      Thanks for adding some specific implementation details to your "comment" to make it into an answer, that may help someone else in a similar situation.

                      – Benjamin R
                      Jan 21 at 20:57











                      -1














                      Worked for me on Linux Mint 15, Lexmark Platinium Pro905




                      • Download and install Lexmark drivers and utilities Launch the lexmark

                      • printer utility and follow the instructions to install your printer


                      • sudo chmod 755 /usr/local/lexmark/v3/bin/printfilter sudo chgrp bin


                      • /usr/local/lexmark/v3/bin/printfilter In the printer properties ->
                        system preferences, enable remote administration


                      enjoy






                      share|improve this answer


























                      • Sorry, but that doesn't mean that it will work in Ubuntu.

                        – Braiam
                        Oct 19 '13 at 13:26
















                      -1














                      Worked for me on Linux Mint 15, Lexmark Platinium Pro905




                      • Download and install Lexmark drivers and utilities Launch the lexmark

                      • printer utility and follow the instructions to install your printer


                      • sudo chmod 755 /usr/local/lexmark/v3/bin/printfilter sudo chgrp bin


                      • /usr/local/lexmark/v3/bin/printfilter In the printer properties ->
                        system preferences, enable remote administration


                      enjoy






                      share|improve this answer


























                      • Sorry, but that doesn't mean that it will work in Ubuntu.

                        – Braiam
                        Oct 19 '13 at 13:26














                      -1












                      -1








                      -1







                      Worked for me on Linux Mint 15, Lexmark Platinium Pro905




                      • Download and install Lexmark drivers and utilities Launch the lexmark

                      • printer utility and follow the instructions to install your printer


                      • sudo chmod 755 /usr/local/lexmark/v3/bin/printfilter sudo chgrp bin


                      • /usr/local/lexmark/v3/bin/printfilter In the printer properties ->
                        system preferences, enable remote administration


                      enjoy






                      share|improve this answer















                      Worked for me on Linux Mint 15, Lexmark Platinium Pro905




                      • Download and install Lexmark drivers and utilities Launch the lexmark

                      • printer utility and follow the instructions to install your printer


                      • sudo chmod 755 /usr/local/lexmark/v3/bin/printfilter sudo chgrp bin


                      • /usr/local/lexmark/v3/bin/printfilter In the printer properties ->
                        system preferences, enable remote administration


                      enjoy







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Oct 19 '13 at 13:25









                      Braiam

                      51.8k20136221




                      51.8k20136221










                      answered Oct 19 '13 at 8:45









                      pleymorpleymor

                      1




                      1













                      • Sorry, but that doesn't mean that it will work in Ubuntu.

                        – Braiam
                        Oct 19 '13 at 13:26



















                      • Sorry, but that doesn't mean that it will work in Ubuntu.

                        – Braiam
                        Oct 19 '13 at 13:26

















                      Sorry, but that doesn't mean that it will work in Ubuntu.

                      – Braiam
                      Oct 19 '13 at 13:26





                      Sorry, but that doesn't mean that it will work in Ubuntu.

                      – Braiam
                      Oct 19 '13 at 13:26











                      -2














                      This might only work on newer versions of cups. To reset cups use "sudo service cups restart" without quotation marks.






                      share|improve this answer



















                      • 1





                        That only restart the service, not the underlying issue.

                        – Braiam
                        Sep 5 '13 at 12:20
















                      -2














                      This might only work on newer versions of cups. To reset cups use "sudo service cups restart" without quotation marks.






                      share|improve this answer



















                      • 1





                        That only restart the service, not the underlying issue.

                        – Braiam
                        Sep 5 '13 at 12:20














                      -2












                      -2








                      -2







                      This might only work on newer versions of cups. To reset cups use "sudo service cups restart" without quotation marks.






                      share|improve this answer













                      This might only work on newer versions of cups. To reset cups use "sudo service cups restart" without quotation marks.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Sep 5 '13 at 11:31









                      Bob GrahamBob Graham

                      1




                      1








                      • 1





                        That only restart the service, not the underlying issue.

                        – Braiam
                        Sep 5 '13 at 12:20














                      • 1





                        That only restart the service, not the underlying issue.

                        – Braiam
                        Sep 5 '13 at 12:20








                      1




                      1





                      That only restart the service, not the underlying issue.

                      – Braiam
                      Sep 5 '13 at 12:20





                      That only restart the service, not the underlying issue.

                      – Braiam
                      Sep 5 '13 at 12:20


















                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f237521%2f12-10-lexmark-s605-insecure-permissions-error%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                      is 'sed' thread safe

                      How to make a Squid Proxy server?