Comment 203 for bug 446146

Revision history for this message
Patrick Schueller (pschuel) wrote :

Russell Faull wrote:

> The kernel meta-packages (linux, linux-generic etc) do not seem to trigger an upgrade to *-15.49 although the
> new packages are shown in Synaptic after a reload in the what's new in repository section. If this is
> widespread, it does not seem normal behavior and will make it harder for novice users to upgrade. Running
> apt-get update and apt-get upgrade has similar results.

> Are others experiencing this?

Yes, I had the same issue. apt-get dist-upgrade did not pull these packages in. I only got aware that the packages are actually in the repo after I manually installed the kernel debs from https://launchpad.net/ubuntu/karmic/+source/linux/2.6.31-15.49 but forgot one of the kernel header files. apt-get dist-upgrade suggested that I execute "apt-get -f install". And voilĂ , when I did this, apt-get pulled the missing deb from the -proposed repo. To make sure everything fit together I removed the manually installed kernel and installed the packages with apt-get using their full names, which worked.

Patrick