Comment 1 for bug 1683713

Revision history for this message
Florin Baca (fbaca) wrote :

Hello,

We have also started to see the same issue starting today. We have network automated installs which are installing Ubuntu and these are now failing.

The issue is related to update-manager-core, version 1:0.196.23 is trying to be installed but only 1:0.196.11 is provided. Initially I suspected it could be due to the squid-deb-proxy we are using so I removed the complete cache but this didn't solve the issue. Also changed the links of the repositories, same issue.

On the system to be installed I can only see 1:0.196.11 when running apt-cache showpkg. On systems I have running for a longer time showpkg shows the 1:0.196.23 version:

---------------------------------------------------------
root@aaa:~# apt-cache showpkg update-manager-core
Package: update-manager-core
Versions:
1:0.196.23 (/var/lib/dpkg/status)
 Description Language:
                 File: /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_Packages
                  MD5: 0a19dc54e8c67de7adf0ecfe839b541f
 Description Language: en
                 File: /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
                  MD5: 0a19dc54e8c67de7adf0ecfe839b541f

1:0.196.11 (/var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_Packages)
 Description Language:
                 File: /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_Packages
                  MD5: 0a19dc54e8c67de7adf0ecfe839b541f
 Description Language: en
                 File: /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
                  MD5: 0a19dc54e8c67de7adf0ecfe839b541f

---------------------------------------------------------

However, if I try to download this doesn't work:

------------------------------------
root@aaa:~# apt-get download update-manager-core
E: Can't find a source to download version '1:0.196.23' of 'update-manager-core:amd64'
------------------------------------

This works:

------------------------------------
root@aaa:~# apt-get download update-manager-core=1:0.196.11
Get:1 http://de.archive.ubuntu.com/ubuntu/ trusty/main update-manager-core all 1:0.196.11 [5,278 B]
Fetched 5,278 B in 0s (66.2 kB/s)
-------------------------------------