Project

General

Profile

Actions

Feature #125

closed

investigate LTS Enablement stack

Added by Florian Effenberger about 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
High
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Tags:

Description

Ubuntu provides a so-called LTS Enablement stack. We should have a look at it to decide whether it's helpful for us or not. Details are available at https://wiki.ubuntu.com/Kernel/LTSEnablementStack

Actions #1

Updated by Alexander Werner about 10 years ago

  • Assignee set to Alexander Werner
Actions #2

Updated by Florian Effenberger about 10 years ago

On my private server, I installed the new LTS enablement stack with:

dpkg -l "*lts*" | grep ii | awk {'print $2'} | sed s/raring/saucy/g | tr '\n' ' ' | sudo xargs apt-get -y install
(note the -y, which starts immediately without further confirmation, so better double check!)

Afterwards, to remove the older LTS enablement stack, this can help:
dpkg -l "*lts*" | grep ii | grep raring | awk {'print $2'} | tr '\n' ' ' | xargs dpkg --purge
(likewise, starts without confirmation!)

Actions #3

Updated by Florian Effenberger about 10 years ago

I was brave and tried on pumbaa, where no LTS enablement stack was installed at all. This did the trick:

apt-get install linux-generic-lts-saucy linux-generic-lts-saucy-eol-upgrade linux-headers-generic-lts-saucy linux-image-generic-lts-saucy

Actions #4

Updated by Florian Effenberger almost 10 years ago

  • Priority changed from Normal to High

Due to security upgrades not provided for older enablement stacks anymore, it is advisable to move to the newest one, see https://wiki.ubuntu.com/1204_HWE_EOL

On my private server, that did the trick:

dpkg -l "*lts*" | grep -v "eol-upgrade" | grep ii | awk {'print $2'} | sed s/saucy/trusty/g | tr '\n' ' ' | sudo xargs apt-get -y install

After reboot, do:

dpkg -l "*lts*" | grep ii | grep saucy | awk {'print $2'} | tr '\n' ' ' | xargs dpkg --purge

I also did so on pumbaa already, but not on the other machines. Alex, your take now :)

Actions #5

Updated by Alexander Werner almost 10 years ago

  • Status changed from New to Closed

Only gucky seems to be affected by the HWE stack EOL. Fixed there

Actions

Also available in: Atom PDF