what is “$distro_idESM:$distro_codename” in unattended-upgrades config?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite












I wonder what



"$distro_idESM:$distro_codename";


is in the 50unattended-upgrades file. It was enabled by default for me (after enabeling unattended-upgrades package at least.) Right now I disabled it and only have -security enabled for automatic upgrades but I would like to understand what it is and whether it would be good to uncomment that line again.



Here is the block it's in;



Unattended-Upgrade::Allowed-Origins // 
"$distro_id:$distro_codename";
"$distro_id:$distro_codename-security";
// Extended Security Maintenance; doesn't necessarily exist for
// every release and this system may not have it installed, but if
// available, the policy for updates is such that unattended-upgrades
// should also install from here by default.
// "$distro_idESM:$distro_codename";
// "$distro_id:$distro_codename-updates";
// "$distro_id:$distro_codename-proposed";
// "$distro_id:$distro_codename-backports";
;


Is it some sort of mother that should be enabled before I can enable the -updates, -proposed, -backports?



Thanks a lot.







share|improve this question


























    up vote
    2
    down vote

    favorite












    I wonder what



    "$distro_idESM:$distro_codename";


    is in the 50unattended-upgrades file. It was enabled by default for me (after enabeling unattended-upgrades package at least.) Right now I disabled it and only have -security enabled for automatic upgrades but I would like to understand what it is and whether it would be good to uncomment that line again.



    Here is the block it's in;



    Unattended-Upgrade::Allowed-Origins // 
    "$distro_id:$distro_codename";
    "$distro_id:$distro_codename-security";
    // Extended Security Maintenance; doesn't necessarily exist for
    // every release and this system may not have it installed, but if
    // available, the policy for updates is such that unattended-upgrades
    // should also install from here by default.
    // "$distro_idESM:$distro_codename";
    // "$distro_id:$distro_codename-updates";
    // "$distro_id:$distro_codename-proposed";
    // "$distro_id:$distro_codename-backports";
    ;


    Is it some sort of mother that should be enabled before I can enable the -updates, -proposed, -backports?



    Thanks a lot.







    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I wonder what



      "$distro_idESM:$distro_codename";


      is in the 50unattended-upgrades file. It was enabled by default for me (after enabeling unattended-upgrades package at least.) Right now I disabled it and only have -security enabled for automatic upgrades but I would like to understand what it is and whether it would be good to uncomment that line again.



      Here is the block it's in;



      Unattended-Upgrade::Allowed-Origins // 
      "$distro_id:$distro_codename";
      "$distro_id:$distro_codename-security";
      // Extended Security Maintenance; doesn't necessarily exist for
      // every release and this system may not have it installed, but if
      // available, the policy for updates is such that unattended-upgrades
      // should also install from here by default.
      // "$distro_idESM:$distro_codename";
      // "$distro_id:$distro_codename-updates";
      // "$distro_id:$distro_codename-proposed";
      // "$distro_id:$distro_codename-backports";
      ;


      Is it some sort of mother that should be enabled before I can enable the -updates, -proposed, -backports?



      Thanks a lot.







      share|improve this question














      I wonder what



      "$distro_idESM:$distro_codename";


      is in the 50unattended-upgrades file. It was enabled by default for me (after enabeling unattended-upgrades package at least.) Right now I disabled it and only have -security enabled for automatic upgrades but I would like to understand what it is and whether it would be good to uncomment that line again.



      Here is the block it's in;



      Unattended-Upgrade::Allowed-Origins // 
      "$distro_id:$distro_codename";
      "$distro_id:$distro_codename-security";
      // Extended Security Maintenance; doesn't necessarily exist for
      // every release and this system may not have it installed, but if
      // available, the policy for updates is such that unattended-upgrades
      // should also install from here by default.
      // "$distro_idESM:$distro_codename";
      // "$distro_id:$distro_codename-updates";
      // "$distro_id:$distro_codename-proposed";
      // "$distro_id:$distro_codename-backports";
      ;


      Is it some sort of mother that should be enabled before I can enable the -updates, -proposed, -backports?



      Thanks a lot.









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 15 at 2:13









      muru

      129k19271461




      129k19271461










      asked May 15 at 2:10









      Jesper

      504




      504




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          It's Canonical's Extended Security Maintenance for LTS releases after normal release end-of-life. At the moment, unless you're using 12.04 and paying for it, it doesn't apply to you.






          share|improve this answer




















            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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1036343%2fwhat-is-distro-idesmdistro-codename-in-unattended-upgrades-config%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            It's Canonical's Extended Security Maintenance for LTS releases after normal release end-of-life. At the moment, unless you're using 12.04 and paying for it, it doesn't apply to you.






            share|improve this answer
























              up vote
              1
              down vote



              accepted










              It's Canonical's Extended Security Maintenance for LTS releases after normal release end-of-life. At the moment, unless you're using 12.04 and paying for it, it doesn't apply to you.






              share|improve this answer






















                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                It's Canonical's Extended Security Maintenance for LTS releases after normal release end-of-life. At the moment, unless you're using 12.04 and paying for it, it doesn't apply to you.






                share|improve this answer












                It's Canonical's Extended Security Maintenance for LTS releases after normal release end-of-life. At the moment, unless you're using 12.04 and paying for it, it doesn't apply to you.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 15 at 2:18









                muru

                129k19271461




                129k19271461






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036343%2fwhat-is-distro-idesmdistro-codename-in-unattended-upgrades-config%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    Unable to execute new pre-installation script (/var/lib/dpkg/tmp.ci/preinst)

                    Running the scala interactive shell from the command line

                    Do not install recommended packages of dependencies