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

Clash 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.
package-management upgrade updates update-manager unattended-upgrades
add a comment |Â
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.
package-management upgrade updates update-manager unattended-upgrades
add a comment |Â
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.
package-management upgrade updates update-manager unattended-upgrades
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.
package-management upgrade updates update-manager unattended-upgrades
edited May 15 at 2:13
muru
129k19271461
129k19271461
asked May 15 at 2:10
Jesper
504
504
add a comment |Â
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered May 15 at 2:18
muru
129k19271461
129k19271461
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password