Δημοσιεύτηκε: 06 Ιουν 2011, 22:37
από medigeek
Το kernel 2.6.38 μπήκε κατά λάθος για ubuntu 10.04 lucid και 10.10 maverick.
Πηγή: https://lists.ubuntu.com/archives/ubunt ... 00854.html
Δεν χρησιμοποιώ 10.04 / 10.10, αλλά το θεωρώ σημαντικό για μερικούς χρήστες που χρησιμοποιούν τα αποθετήρια lucid-proposed / maverick-proposed να ενημερωθούν.

έγραψε:
Hello Ubuntu developers,

Today we released another round of Linux kernel updates to
lucid/maverick/natty-proposed. However, the proposed natty update
(2.6.38 based kernel) was accidentally copied to lucid-proposed and
maverick-proposed, and thus had been on the master archive.ubuntu.com
between 09:00 and 14:00 UTC.

That means, if you have proposed updates enabled on your 10.04 LTS
(lucid) or 10.10 (maverick) Ubuntu installation, and did a system
upgrade during that time, it might have pulled in the 2.6.38 kernel.

To check this, please run

Κώδικας: Επιλογή όλων
dpkg -l linux* | grep '^ii.*2.6.38'


If you have any results, please first run another system upgrade,
which will again pull in the 2.6.32 (lucid) or 2.6.35 (maverick)
kernels, and then remove the wrong kernel packages with

Κώδικας: Επιλογή όλων
sudo apt-get purge `dpkg -l linux* | grep '^ii.*2.6.38' | awk '{print $2}'`


I fixed the script that handles the proposed kernel packages now, so
this won't happen again.

I sincerely apologize for any inconvenience that this caused!