Ubuntu Update Manager fails to download packages

1

I'm using Ubuntu 9.10.

When there are packages update available, the Update Manager fails to download them, with the error message "[ftp://remote/file/blah.deb] not found".

But, if I open a terminal window (Konsole), and execute sudo apt-get dist-upgrade, the exact same package list gets downloaded and update successfully.

Any clues about what could cause the Update Manager to fail (every time), but apt-get would succeed?

I didn't had this problem before upgrading (from Ubuntu 9.04).

Laurent Parenteau

Posted 2009-12-17T23:55:08.433

Reputation: 648

may your issue be related with this?

– dag729 – 2009-12-18T21:01:36.843

I don't think so, since the Update Manager is showing me the packages to update. The problem is that it fails to download them. – Laurent Parenteau – 2009-12-18T21:11:22.830

Answers

0

Ah, I found the problem.

The Update Manager (which is, in fact, KPackageKit) will use proxy configured in .kde/share/config/kioslaverc. But, under KUbuntu 9.10, this proxy setting are not displayed in the settings... They are not displayed in Konqueror, or in Network Settings... So there was no way to find that problem.

Thanks to this post for information about those proxy settings.

Laurent Parenteau

Posted 2009-12-17T23:55:08.433

Reputation: 648