Changes between Version 11 and Version 12 of meltdown-admin
- Timestamp:
- Jan 7, 2018, 4:02:20 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
meltdown-admin
v11 v12 3 3 The patched jessie kernels have not been released (see [https://security-tracker.debian.org/tracker/CVE-2017-5754 this debian page for status info]) however... the backported stretch kernel has been released. 4 4 5 It hasn't hit the apt repos yet (10:48 pm America/New_York) however, I have installed on octavia, floriberto and chavez via [https://incoming.debian.org/debian-buildd/pool/main/l/linux/linux-image-4.9.0-0.bpo.5-amd64_4.9.65-3+deb9u2~bpo8+1_amd64.deb direct download]. If you use the direct download version, first run `apt-get install linux-base/jessie-backports` then `wget https://incoming.debian.org/debian-buildd/pool/main/l/linux/linux-image-4.9.0-0.bpo.5-amd64_4.9.65-3+deb9u2~bpo8+1_amd64.deb && dpkg -i linux-image-4.9.0-0.bpo.5-amd64_4.9.65-3+deb9u2~bpo8+1_amd64.deb`. Let's begin with this kernel!5 It hasn't hit the apt repos yet (10:48 pm America/New_York) however, I have installed on octavia, floriberto and chavez via [https://incoming.debian.org/debian-buildd/pool/main/l/linux/linux-image-4.9.0-0.bpo.5-amd64_4.9.65-3+deb9u2~bpo8+1_amd64.deb direct download]. 6 6 7 Command to upgrade: 7 == How to upgrade == 8 9 * Check if the kernel is in your apt repo first: 10 {{{ 11 apt-get update 12 apt-cache policy linux-image-4.9.0-0.bpo.5-amd64 13 }}} 14 15 If the candidate is: `4.9.65-3+deb9u2~bpo8+1` then you can run: 8 16 9 17 {{{ 10 18 apt-get install linux-image-amd64/jessie-backports linux-image-4.9.0-0.bpo.4-amd64/jessie-backports linux-base/jessie-backports 11 19 }}} 20 21 If not, then run: 22 23 {{{ 24 apt-get install linux-base/jessie-backports 25 wget https://incoming.debian.org/debian-buildd/pool/main/l/linux/linux-image-4.9.0-0.bpo.5-amd64_4.9.65-3+deb9u2~bpo8+1_amd64.deb 26 dpkg -i linux-image-4.9.0-0.bpo.5-amd64_4.9.65-3+deb9u2~bpo8+1_amd64.deb 27 }}} 28 12 29 13 30 * ~~[https://status.mayfirst.org/2018/1/ released service advisory]~~