Printing problem with ArchLinux and CUPS service












15















Sice a few days (I suspect since I have upgraded to gnome 3.14) on ArchLinux I can't print anymore. If I open the printing panel of gnome control center I get a message like (it's translated from Italian): "System service for printing seems not be available"



So from terminal I tryed:



$ sudo systemctl start cups
Failed to start cups.service: Unit cups.service failed to load: No such file or directory.


I also tried reinstalling cups but no luck. I also googled around and tried the various solutions proposed but none of them works for me.










share|improve this question

























  • Hi thanks! I just discovered the same! I looked into archlinux.org/packages/extra/x86_64/cups/files and found the same... thanks. If you turn your comment into an answer I'll upvote select it.

    – lviggiani
    Nov 4 '14 at 9:15
















15















Sice a few days (I suspect since I have upgraded to gnome 3.14) on ArchLinux I can't print anymore. If I open the printing panel of gnome control center I get a message like (it's translated from Italian): "System service for printing seems not be available"



So from terminal I tryed:



$ sudo systemctl start cups
Failed to start cups.service: Unit cups.service failed to load: No such file or directory.


I also tried reinstalling cups but no luck. I also googled around and tried the various solutions proposed but none of them works for me.










share|improve this question

























  • Hi thanks! I just discovered the same! I looked into archlinux.org/packages/extra/x86_64/cups/files and found the same... thanks. If you turn your comment into an answer I'll upvote select it.

    – lviggiani
    Nov 4 '14 at 9:15














15












15








15


7






Sice a few days (I suspect since I have upgraded to gnome 3.14) on ArchLinux I can't print anymore. If I open the printing panel of gnome control center I get a message like (it's translated from Italian): "System service for printing seems not be available"



So from terminal I tryed:



$ sudo systemctl start cups
Failed to start cups.service: Unit cups.service failed to load: No such file or directory.


I also tried reinstalling cups but no luck. I also googled around and tried the various solutions proposed but none of them works for me.










share|improve this question
















Sice a few days (I suspect since I have upgraded to gnome 3.14) on ArchLinux I can't print anymore. If I open the printing panel of gnome control center I get a message like (it's translated from Italian): "System service for printing seems not be available"



So from terminal I tryed:



$ sudo systemctl start cups
Failed to start cups.service: Unit cups.service failed to load: No such file or directory.


I also tried reinstalling cups but no luck. I also googled around and tried the various solutions proposed but none of them works for me.







arch-linux systemd cups






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 18 '16 at 12:51









don_crissti

50.7k15135163




50.7k15135163










asked Nov 4 '14 at 8:37









lviggianilviggiani

1,37241745




1,37241745













  • Hi thanks! I just discovered the same! I looked into archlinux.org/packages/extra/x86_64/cups/files and found the same... thanks. If you turn your comment into an answer I'll upvote select it.

    – lviggiani
    Nov 4 '14 at 9:15



















  • Hi thanks! I just discovered the same! I looked into archlinux.org/packages/extra/x86_64/cups/files and found the same... thanks. If you turn your comment into an answer I'll upvote select it.

    – lviggiani
    Nov 4 '14 at 9:15

















Hi thanks! I just discovered the same! I looked into archlinux.org/packages/extra/x86_64/cups/files and found the same... thanks. If you turn your comment into an answer I'll upvote select it.

– lviggiani
Nov 4 '14 at 9:15





Hi thanks! I just discovered the same! I looked into archlinux.org/packages/extra/x86_64/cups/files and found the same... thanks. If you turn your comment into an answer I'll upvote select it.

– lviggiani
Nov 4 '14 at 9:15










3 Answers
3






active

oldest

votes


















33














As of cups v. 2.0.0 the service name has been changed . You'll have to disable the old service:



systemctl disable cups.service


before enabling and starting the new one:



systemctl enable org.cups.cupsd.service

systemctl daemon-reload

systemctl start org.cups.cupsd.service





share|improve this answer


























  • Perfect! Thanks. It worked for me. The same problem as OP.

    – Marcin
    Nov 4 '14 at 10:28



















2














I don't know whether you use the command line or a GUI to install updates, but the upgrade process did print the following lines (from the install file linked in the other reply) on the screen:



> systemd unit names have been renamed"
> you should systemctl stop and disable cups.service and"
> systemctl daemon-reload, start and enable org.cups.cupsd.service"


This is not meant as a slap on the fingers for not having read this, but more to make you aware that if you are using some sort of GUI to manage Arch updates, you may not get to see the output produced by pacman. If this is the case, you should strongly consider using a different update helper, or simply run pacman from the command line.



If you prefer using a GUI, you should consider kalu as it can also handle AUR upgrades, as well as display news updates from the Arch website which often contain vital information about updates that require manual intervention, such as the recent updates to Java and Intel microcode.



Please note that if you use any other service files that depend on cups.service, you may have to manually update those service files to rename cups.service to org.cups.cupsd.service. This is, for example, the case with the ccpd.service file provided with the Canon CAPT driver in the AUR.






share|improve this answer































    0














    thank you. I fixed my Archlabs with the suggests above.



    Cheers.






    share|improve this answer








    New contributor




    Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "106"
      };
      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: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      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%2funix.stackexchange.com%2fquestions%2f165862%2fprinting-problem-with-archlinux-and-cups-service%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      33














      As of cups v. 2.0.0 the service name has been changed . You'll have to disable the old service:



      systemctl disable cups.service


      before enabling and starting the new one:



      systemctl enable org.cups.cupsd.service

      systemctl daemon-reload

      systemctl start org.cups.cupsd.service





      share|improve this answer


























      • Perfect! Thanks. It worked for me. The same problem as OP.

        – Marcin
        Nov 4 '14 at 10:28
















      33














      As of cups v. 2.0.0 the service name has been changed . You'll have to disable the old service:



      systemctl disable cups.service


      before enabling and starting the new one:



      systemctl enable org.cups.cupsd.service

      systemctl daemon-reload

      systemctl start org.cups.cupsd.service





      share|improve this answer


























      • Perfect! Thanks. It worked for me. The same problem as OP.

        – Marcin
        Nov 4 '14 at 10:28














      33












      33








      33







      As of cups v. 2.0.0 the service name has been changed . You'll have to disable the old service:



      systemctl disable cups.service


      before enabling and starting the new one:



      systemctl enable org.cups.cupsd.service

      systemctl daemon-reload

      systemctl start org.cups.cupsd.service





      share|improve this answer















      As of cups v. 2.0.0 the service name has been changed . You'll have to disable the old service:



      systemctl disable cups.service


      before enabling and starting the new one:



      systemctl enable org.cups.cupsd.service

      systemctl daemon-reload

      systemctl start org.cups.cupsd.service






      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Jul 18 '16 at 12:53

























      answered Nov 4 '14 at 9:27









      don_crisstidon_crissti

      50.7k15135163




      50.7k15135163













      • Perfect! Thanks. It worked for me. The same problem as OP.

        – Marcin
        Nov 4 '14 at 10:28



















      • Perfect! Thanks. It worked for me. The same problem as OP.

        – Marcin
        Nov 4 '14 at 10:28

















      Perfect! Thanks. It worked for me. The same problem as OP.

      – Marcin
      Nov 4 '14 at 10:28





      Perfect! Thanks. It worked for me. The same problem as OP.

      – Marcin
      Nov 4 '14 at 10:28













      2














      I don't know whether you use the command line or a GUI to install updates, but the upgrade process did print the following lines (from the install file linked in the other reply) on the screen:



      > systemd unit names have been renamed"
      > you should systemctl stop and disable cups.service and"
      > systemctl daemon-reload, start and enable org.cups.cupsd.service"


      This is not meant as a slap on the fingers for not having read this, but more to make you aware that if you are using some sort of GUI to manage Arch updates, you may not get to see the output produced by pacman. If this is the case, you should strongly consider using a different update helper, or simply run pacman from the command line.



      If you prefer using a GUI, you should consider kalu as it can also handle AUR upgrades, as well as display news updates from the Arch website which often contain vital information about updates that require manual intervention, such as the recent updates to Java and Intel microcode.



      Please note that if you use any other service files that depend on cups.service, you may have to manually update those service files to rename cups.service to org.cups.cupsd.service. This is, for example, the case with the ccpd.service file provided with the Canon CAPT driver in the AUR.






      share|improve this answer




























        2














        I don't know whether you use the command line or a GUI to install updates, but the upgrade process did print the following lines (from the install file linked in the other reply) on the screen:



        > systemd unit names have been renamed"
        > you should systemctl stop and disable cups.service and"
        > systemctl daemon-reload, start and enable org.cups.cupsd.service"


        This is not meant as a slap on the fingers for not having read this, but more to make you aware that if you are using some sort of GUI to manage Arch updates, you may not get to see the output produced by pacman. If this is the case, you should strongly consider using a different update helper, or simply run pacman from the command line.



        If you prefer using a GUI, you should consider kalu as it can also handle AUR upgrades, as well as display news updates from the Arch website which often contain vital information about updates that require manual intervention, such as the recent updates to Java and Intel microcode.



        Please note that if you use any other service files that depend on cups.service, you may have to manually update those service files to rename cups.service to org.cups.cupsd.service. This is, for example, the case with the ccpd.service file provided with the Canon CAPT driver in the AUR.






        share|improve this answer


























          2












          2








          2







          I don't know whether you use the command line or a GUI to install updates, but the upgrade process did print the following lines (from the install file linked in the other reply) on the screen:



          > systemd unit names have been renamed"
          > you should systemctl stop and disable cups.service and"
          > systemctl daemon-reload, start and enable org.cups.cupsd.service"


          This is not meant as a slap on the fingers for not having read this, but more to make you aware that if you are using some sort of GUI to manage Arch updates, you may not get to see the output produced by pacman. If this is the case, you should strongly consider using a different update helper, or simply run pacman from the command line.



          If you prefer using a GUI, you should consider kalu as it can also handle AUR upgrades, as well as display news updates from the Arch website which often contain vital information about updates that require manual intervention, such as the recent updates to Java and Intel microcode.



          Please note that if you use any other service files that depend on cups.service, you may have to manually update those service files to rename cups.service to org.cups.cupsd.service. This is, for example, the case with the ccpd.service file provided with the Canon CAPT driver in the AUR.






          share|improve this answer













          I don't know whether you use the command line or a GUI to install updates, but the upgrade process did print the following lines (from the install file linked in the other reply) on the screen:



          > systemd unit names have been renamed"
          > you should systemctl stop and disable cups.service and"
          > systemctl daemon-reload, start and enable org.cups.cupsd.service"


          This is not meant as a slap on the fingers for not having read this, but more to make you aware that if you are using some sort of GUI to manage Arch updates, you may not get to see the output produced by pacman. If this is the case, you should strongly consider using a different update helper, or simply run pacman from the command line.



          If you prefer using a GUI, you should consider kalu as it can also handle AUR upgrades, as well as display news updates from the Arch website which often contain vital information about updates that require manual intervention, such as the recent updates to Java and Intel microcode.



          Please note that if you use any other service files that depend on cups.service, you may have to manually update those service files to rename cups.service to org.cups.cupsd.service. This is, for example, the case with the ccpd.service file provided with the Canon CAPT driver in the AUR.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 18 '14 at 13:53









          AerionAerion

          213




          213























              0














              thank you. I fixed my Archlabs with the suggests above.



              Cheers.






              share|improve this answer








              New contributor




              Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                0














                thank you. I fixed my Archlabs with the suggests above.



                Cheers.






                share|improve this answer








                New contributor




                Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  0












                  0








                  0







                  thank you. I fixed my Archlabs with the suggests above.



                  Cheers.






                  share|improve this answer








                  New contributor




                  Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  thank you. I fixed my Archlabs with the suggests above.



                  Cheers.







                  share|improve this answer








                  New contributor




                  Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 21 mins ago









                  Fabrizio DegniFabrizio Degni

                  1




                  1




                  New contributor




                  Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Fabrizio Degni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Unix & Linux Stack Exchange!


                      • 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%2funix.stackexchange.com%2fquestions%2f165862%2fprinting-problem-with-archlinux-and-cups-service%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

                      サソリ

                      広島県道265号伴広島線

                      Accessing regular linux commands in Huawei's Dopra Linux