This kernel update was pushed out on Monday, and I updated most of our systems to it.
Today I got around to updating the last system, and the kernel update was not available. It appears that it was yanked from the repos.
On the system I tried to update today:
apt policy linux-generic linux-generic: Installed: 4.15.0.23.25 Candidate: 4.15.0.23.25 Version table: *** 4.15.0.23.25 500 500 [my local mirror]
On the systems updated Monday
apt policy linux-generic
linux-generic:
Installed: 4.15.0.24.26
Candidate: 4.15.0.24.26
Version table:
*** 4.15.0.24.26 100
100 /var/lib/dpkg/status
Also my one remaining 16.04 system got this update Monday, and now it shows local/obsolete in synaptic.
Where can I see why this was done, and what are the consequences of remaining on this LTS kernel that was bad enough to be pulled back?
Related: Strategy to deal with Canonical's increasingly poor QA?
apt policy linux-generic
shows4.15.0.24.26
for both Installed and Candidate. – DK Bose Jul 04 '18 at 15:18apt policy
agrees, see edited question. – Organic Marble Jul 04 '18 at 16:39apt-cache
also finds the candidate 4.15.0.24.26 – sudodus Jul 04 '18 at 17:42archive/ubuntu.com
is used by the persistent live system – sudodus Jul 04 '18 at 17:47