PDA

View Full Version : [ubuntu] problem in update manager



briancb
June 24th, 2008, 03:19 PM
I keep getting a yellow triangle for the update manager and every time I run a recheck I get the attached message. Any help?

Kobalt
June 24th, 2008, 04:16 PM
It looks like you added some third-party repositories. Try to go into System > Administration > Software sources. Try to deactivate/remove your third-party repos and proceed with an update. If it works, check again how you added these faulty repos, you may have got something wrong there.

briancb
June 24th, 2008, 05:11 PM
Thank you

I attach screen shots and you can see what I have ticked and not ticked yet I still get the attached message.

Kobalt
June 25th, 2008, 09:02 AM
OK. First, I would suggest using the main Ubuntu server, and not a localized mirror: In the "Software sources", on the first page, you should see the option (download from:) for which mirror to retrieve your updates from. Chose "Main mirror" instead of your localized (.gb) mirror.
Second, if I were you, I would tick in the "Updates" tab both first repos (ubuntu-security; ubuntu-updates). These can be very important.
Finally, if it still doesn't work, open a Terminal and copy/paste here the output of the following command line please:

cat /etc/apt/sources.list

iaculallad
June 25th, 2008, 09:05 AM
Try the command below on your terminal:


sudo apt-get update && sudo apt-get upgrade

If it still displays the same error.

briancb
June 26th, 2008, 01:05 PM
# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
deb http://archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy univers restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ hardy 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://archive.ubuntu.com/ubuntu/ hardy 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-src http://gb.archive.ubuntu.com/ubuntu/ hardy-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.ubuntu.com/ubuntu/ hardy univers
# deb http://dl.google.com/linux/deb/ stable non-free
# deb http://archive.canonical.com/ubuntu hardy partner
# deb http://archive.canonical.com/ubuntu hardy partner (Source Code)
# deb http://packages.medibuntu.org/ hardy free non-free
# deb http://packages.medibuntu.org/ hardy free non-gree (Source Code
# deb http://ppa.launchpad.net/gilir/ubuntu hardy main universe

deb http://security.ubuntu.com/ubuntu/ hardy-security univers restricted main multiverse universe
deb-src http://security.ubuntu.com/ubuntu/ hardy-security univers restricted main multiverse universe #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ hardy-updates univers restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates univers restricted main multiverse universe #Added by software-properties
brian@Dad:~$

briancb
June 26th, 2008, 01:06 PM
sudo apt-get update && sudo apt-get upgrade
[sudo] password for brian:
Hit http://security.ubuntu.com hardy-security Release.gpg
Ign http://security.ubuntu.com hardy-security/univers Translation-en_GB
Hit http://archive.ubuntu.com hardy Release.gpg
Hit http://archive.ubuntu.com hardy/main Translation-en_GB
Ign http://security.ubuntu.com hardy-security/restricted Translation-en_GB
Ign http://security.ubuntu.com hardy-security/main Translation-en_GB
Ign http://security.ubuntu.com hardy-security/multiverse Translation-en_GB
Ign http://security.ubuntu.com hardy-security/universe Translation-en_GB
Hit http://archive.ubuntu.com hardy/restricted Translation-en_GB
Hit http://archive.ubuntu.com hardy/universe Translation-en_GB
Hit http://archive.ubuntu.com hardy/multiverse Translation-en_GB
Ign http://archive.ubuntu.com hardy/univers Translation-en_GB
Hit http://archive.ubuntu.com hardy-updates Release.gpg
Ign http://archive.ubuntu.com hardy-updates/univers Translation-en_GB
Ign http://archive.ubuntu.com hardy-updates/restricted Translation-en_GB
Ign http://archive.ubuntu.com hardy-updates/main Translation-en_GB
Ign http://archive.ubuntu.com hardy-updates/multiverse Translation-en_GB
Hit http://security.ubuntu.com hardy-security Release
Ign http://archive.ubuntu.com hardy-updates/universe Translation-en_GB
Hit http://archive.ubuntu.com hardy Release
Hit http://archive.ubuntu.com hardy-updates Release
Hit http://archive.ubuntu.com hardy/main Packages
Hit http://archive.ubuntu.com hardy/restricted Packages
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/Release Unable to find expected entry univers/binary-i386/Packages in Meta-index file (malformed Release file?)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy/Release Unable to find expected entry univers/source/Sources in Meta-index file (malformed Release file?)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-updates/Release Unable to find expected entry univers/binary-i386/Packages in Meta-index file (malformed Release file?)

E: Some index files failed to download, they have been ignored, or old ones used instead.
brian@Dad:~$