11.04 Natty Narwhal upgrade fails

Asked by Martin Rehder

tried to upgrade using the "update manager" when it informed me an upgrade was available.

I got this message:
"After your package information was updated the essential package 'ubuntu-minimal' can not be found anymore.
This indicates a serious error, please report this big against the 'update-manager' package and include the files in /varlog/dist-upgrade/ in the bug report

I don't have time to file a bug report and I can't include the files here, although I've saved them should you really want to check them out

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Rehder
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

cat /etc/lsb-release; apt-cache policy ubuntu-minimal

Thanks

Revision history for this message
Martin Rehder (martygeek) said :
#2

Sure thing:

marty@koreaboy:~$ cat /etc/lsb-release; apt-cache policy ubuntu-minimal
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.10
DISTRIB_CODENAME=maverick
DISTRIB_DESCRIPTION="Ubuntu 10.10"
ubuntu-minimal:
  Installed: 1.207
  Candidate: 1.207
  Version table:
 *** 1.207 0
        500 http://kr.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
        100 /var/lib/dpkg/status

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Hmmm, it is a part of the natty repo which is strange. If you run:

sudo apt-get install update-manager-core; sudo do-release-upgrade

What is output (or does it upgrade ok)

Revision history for this message
Martin Rehder (martygeek) said :
#4

# sudo apt-get install update-manager-core

    already installed , nothing to download, etc. etc.

# sudo do-release-upgrade

    it appears to be doing the upgrade, but that's a few hours away. I'll report again when/if it's finished

Revision history for this message
Martin Rehder (martygeek) said :
#5

that appears to have solved the upgrade issue, thanks.

Now, on to make sure everything else works as expected after the upgrade ;)