PDA

View Full Version : [ubuntu] Error in Jautny upgrade - now only partial updates



WASHAD
July 12th, 2009, 06:42 AM
Granted, I should have addressed this right away, but I with a family, a job, and college, I hoped it would go away - it didn't.

When I first upgraded to Jaunty, I got an error during the upgrade. I don't remember the exact details, but something about an error, and how I could only do a partial upgrade.

Everything seemed to work right, so I let it go. When I install updates though, Ubuntu always reminds me that I a can only do a partial update because something went wrong with the original installation.

How do I track this down?

Thanks,

SteveJ

Partyboi2
July 12th, 2009, 07:14 AM
Hi, what happens when you do a partial upgrade?

earthpigg
July 12th, 2009, 07:18 AM
i had a similar problem on my laptop with the partial upgrade nonsense.

so, i went ahead and did all the updates in the command line.


sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

something done by one of those commands fixed it for me. probably dist-upgrade.

WASHAD
July 12th, 2009, 04:08 PM
It seems to be happy with the partial upgrade, maybe I should be to?

raymondh
July 12th, 2009, 05:22 PM
Also, have a look at


cat /etc/apt/sources.list

and make sure your sources are all JAUNTY related.

WASHAD
July 13th, 2009, 12:22 AM
Here she be....


# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu intrepid partner
# deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse