Problems with apt-get, software-center and update manager

Asked by Vivek Kinhekar

I am not able to install any packages... Looks like apt-get is broken? Or is there any problem with Internet connectivity through proxy? Or what's the issue here? How to resolve it, without any major changes, such as re-installation? This is a production machine!

I keep getting this error on "apt-get update", "apt-get install <packagename>" or "apt-get autoclean" and so other commands options with apt-get...
--------------------------------
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
--------------------------------
Here is the output of all the commands that were mentioned on https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure
--------------------------------
root@D-8334:~# ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 120, in <module>
    with apt.Cache() as cache:
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 107, in __init__
    self.open(progress)
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 151, in open
    self._cache = apt_pkg.Cache(progress)
SystemError: E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en, E:The package lists or status file could not be parsed or opened.

root@D-8334:~# cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
root@D-8334:~# dpkg --print-foreign-architectures
i386

root@D-8334:~# sudo grep -R proxy /etc/apt/*
/etc/apt/apt.conf:Acquire::http::proxy "http://hjproxy:80/";
/etc/apt/apt.conf:Acquire::https::proxy "https://hjproxy:80/";
/etc/apt/apt.conf:Acquire::ftp::proxy "ftp://hjproxy:80/";
/etc/apt/apt.conf:Acquire::socks::proxy "socks://hjproxy:80/";

root@D-8334:~# grep proxy /etc/environment
http_proxy="http://hjproxy:80/"
https_proxy="https://hjproxy:80/"
ftp_proxy="ftp://hjproxy:80/"
socks_proxy="socks://hjproxy:80/"

root@D-8334:~# echo $http_proxy

root@D-8334:~# echo $ftp_proxy

root@D-8334:~# grep proxy /etc/bash.bashrc

root@D-8334:~# grep proxy ~/.bashrc

root@D-8334:~# cat /etc/apt/apt.conf
Acquire::http::proxy "http://hjproxy:80/";
Acquire::https::proxy "https://hjproxy:80/";
Acquire::ftp::proxy "ftp://hjproxy:80/";
Acquire::socks::proxy "socks://hjproxy:80/";

root@D-8334:~# sudo fuser -vvv /var/lib/dpkg/lock

root@D-8334:~# sudo fuser -vvv /var/cache/apt/archives/lock

root@D-8334:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"

root@D-8334:~# uname -a
Linux D-8334 3.16.0-53-generic #72~14.04.1-Ubuntu SMP Fri Nov 6 18:17:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

root@D-8334:~# sudo rm /var/lib/apt/lists/lock

root@D-8334:~# sudo rm /var/cache/apt/archives/lock

root@D-8334:~# sudo rm /var/lib/dpkg/lock

root@D-8334:~# sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup

root@D-8334:~# sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad

root@D-8334:~# sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status

root@D-8334:~# sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad

root@D-8334:~# sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available

root@D-8334:~# sudo rm -rf /var/lib/dpkg/updates/*

root@D-8334:~# sudo rm -rf /var/lib/apt/lists

root@D-8334:~# sudo rm /var/cache/apt/*.bin

root@D-8334:~# sudo mkdir /var/lib/apt/lists

root@D-8334:~# sudo mkdir /var/lib/apt/lists/partial

root@D-8334:~# LANG=C;sudo apt-get clean

root@D-8334:~# LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done

root@D-8334:~# sudo dpkg --configure -a

root@D-8334:~# sudo dpkg --clear-avail

root@D-8334:~# LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@D-8334:~# LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@D-8334:~# LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@D-8334:~# LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://ppa.launchpad.net trusty InRelease [15.5 kB]
Get:2 http://ppa.launchpad.net trusty/main amd64 Packages [1,944 B]
Err http://ppa.launchpad.net trusty/main amd64 Packages

Get:3 http://ppa.launchpad.net trusty/main i386 Packages [1,946 B]
Err http://ppa.launchpad.net trusty/main i386 Packages

Get:4 http://ppa.launchpad.net trusty/main Translation-en [1,944 B]
Ign http://in.archive.ubuntu.com trusty InRelease
Ign http://pkg.jenkins-ci.org binary/ InRelease
Get:5 http://security.ubuntu.com trusty-security InRelease [64.4 kB]
Get:6 http://in.archive.ubuntu.com trusty-updates InRelease [64.4 kB]
Get:7 http://security.ubuntu.com trusty-security/restricted amd64 Packages [1,946 B]
Get:8 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [1,946 B]
Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [1,942 B]
Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [1,946 B]
Get:11 http://security.ubuntu.com trusty-security/restricted i386 Packages [1,944 B]
Get:12 http://security.ubuntu.com trusty-security/multiverse i386 Packages [1,942 B]
Get:13 http://security.ubuntu.com trusty-security/main i386 Packages [1,944 B]
Get:14 http://security.ubuntu.com trusty-security/universe i386 Packages [1,944 B]
Get:15 http://security.ubuntu.com trusty-security/main Translation-en [1,944 B]
Get:16 http://security.ubuntu.com trusty-security/multiverse Translation-en [1,944 B]
Get:17 http://security.ubuntu.com trusty-security/restricted Translation-en [1,946 B]
Get:18 http://security.ubuntu.com trusty-security/universe Translation-en [1,944 B]
Get:19 http://in.archive.ubuntu.com trusty-backports InRelease [64.5 kB]
Get:20 http://pkg.jenkins-ci.org binary/ Release.gpg [181 B]
Get:21 http://in.archive.ubuntu.com trusty Release.gpg [933 B]
Get:22 http://in.archive.ubuntu.com trusty-updates/main amd64 Packages [1,942 B]
Get:23 http://in.archive.ubuntu.com trusty-updates/restricted amd64 Packages [1,944 B]
Get:24 http://in.archive.ubuntu.com trusty-updates/universe amd64 Packages [1,946 B]
Get:25 http://in.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [1,942 B]
Get:26 http://in.archive.ubuntu.com trusty-updates/main i386 Packages [1,944 B]
Get:27 http://in.archive.ubuntu.com trusty-updates/restricted i386 Packages [1,944 B]
Get:28 http://in.archive.ubuntu.com trusty-updates/universe i386 Packages [1,946 B]
Get:29 http://in.archive.ubuntu.com trusty-updates/multiverse i386 Packages [1,944 B]
Get:30 http://in.archive.ubuntu.com trusty-updates/main Translation-en [1,942 B]
Get:31 http://in.archive.ubuntu.com trusty-updates/multiverse Translation-en [1,942 B]
Get:32 http://in.archive.ubuntu.com trusty-updates/restricted Translation-en [1,946 B]
Get:33 http://in.archive.ubuntu.com trusty-updates/universe Translation-en [1,942 B]
Get:34 http://in.archive.ubuntu.com trusty-backports/main amd64 Packages [1,942 B]
Get:35 http://in.archive.ubuntu.com trusty-backports/restricted amd64 Packages [1,940 B]
Get:36 http://pkg.jenkins-ci.org binary/ Release [2,046 B]
Get:37 http://in.archive.ubuntu.com trusty-backports/universe amd64 Packages [1,944 B]
Get:38 http://in.archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,946 B]
Get:39 http://in.archive.ubuntu.com trusty-backports/main i386 Packages [1,942 B]
Get:40 http://in.archive.ubuntu.com trusty-backports/restricted i386 Packages [1,942 B]
Get:41 http://in.archive.ubuntu.com trusty-backports/universe i386 Packages [1,944 B]
Get:42 http://in.archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,946 B]
Get:43 http://pkg.jenkins-ci.org binary/ Packages [1,946 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Get:44 http://in.archive.ubuntu.com trusty-backports/main Translation-en [1,942 B]
Get:45 http://pkg.jenkins-ci.org binary/ Translation-en [1,946 B]
Get:46 http://in.archive.ubuntu.com trusty-backports/multiverse Translation-en [1,946 B]
Get:47 http://in.archive.ubuntu.com trusty Release [58.5 kB]
Get:48 http://in.archive.ubuntu.com trusty-backports/restricted Translation-en [1,942 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Get:49 http://in.archive.ubuntu.com trusty-backports/universe Translation-en [1,942 B]
Get:50 http://in.archive.ubuntu.com trusty/main amd64 Packages [1,944 B]
Err http://in.archive.ubuntu.com trusty/main amd64 Packages

Get:51 http://in.archive.ubuntu.com trusty/restricted amd64 Packages [1,946 B]
Err http://in.archive.ubuntu.com trusty/restricted amd64 Packages

Get:52 http://in.archive.ubuntu.com trusty/universe amd64 Packages [1,942 B]
Err http://in.archive.ubuntu.com trusty/universe amd64 Packages

Get:53 http://in.archive.ubuntu.com trusty/multiverse amd64 Packages [1,944 B]
Err http://in.archive.ubuntu.com trusty/multiverse amd64 Packages

Get:54 http://in.archive.ubuntu.com trusty/main i386 Packages [1,944 B]
Err http://in.archive.ubuntu.com trusty/main i386 Packages

Get:55 http://in.archive.ubuntu.com trusty/restricted i386 Packages [1,944 B]
Err http://in.archive.ubuntu.com trusty/restricted i386 Packages

Get:56 http://in.archive.ubuntu.com trusty/universe i386 Packages [1,942 B]
Err http://in.archive.ubuntu.com trusty/universe i386 Packages

Get:57 http://in.archive.ubuntu.com trusty/multiverse i386 Packages [1,944 B]
Err http://in.archive.ubuntu.com trusty/multiverse i386 Packages

Get:58 http://in.archive.ubuntu.com trusty/main Translation-en [1,942 B]
Get:59 http://in.archive.ubuntu.com trusty/multiverse Translation-en [1,942 B]
Get:60 http://in.archive.ubuntu.com trusty/restricted Translation-en [1,940 B]
Get:61 http://in.archive.ubuntu.com trusty/universe Translation-en [1,944 B]
Fetched 374 kB in 3s (112 kB/s)
W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.

root@D-8334:~# LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Hit http://ppa.launchpad.net trusty InRelease
Get:1 http://ppa.launchpad.net trusty/main amd64 Packages [1,944 B]
Get:2 http://ppa.launchpad.net trusty/main i386 Packages [1,942 B]
Err http://ppa.launchpad.net trusty/main i386 Packages

Get:3 http://ppa.launchpad.net trusty/main Translation-en [1,944 B]
Ign http://in.archive.ubuntu.com trusty InRelease
Hit http://security.ubuntu.com trusty-security InRelease
Get:4 http://security.ubuntu.com trusty-security/restricted amd64 Packages [1,944 B]
Ign http://pkg.jenkins-ci.org binary/ InRelease
Get:5 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [1,944 B]
Get:6 http://security.ubuntu.com trusty-security/main amd64 Packages [1,946 B]
Get:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [1,944 B]
Get:8 http://security.ubuntu.com trusty-security/restricted i386 Packages [1,944 B]
Get:9 http://security.ubuntu.com trusty-security/multiverse i386 Packages [1,942 B]
Get:10 http://security.ubuntu.com trusty-security/main i386 Packages [1,944 B]
Get:11 http://security.ubuntu.com trusty-security/universe i386 Packages [1,944 B]
Get:12 http://security.ubuntu.com trusty-security/main Translation-en [1,946 B]
Get:13 http://security.ubuntu.com trusty-security/multiverse Translation-en [1,944 B]
Hit http://in.archive.ubuntu.com trusty-updates InRelease
Get:14 http://security.ubuntu.com trusty-security/restricted Translation-en [1,944 B]
Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [1,944 B]
Hit http://in.archive.ubuntu.com trusty-backports InRelease
Get:16 http://pkg.jenkins-ci.org binary/ Release.gpg [181 B]
Hit http://in.archive.ubuntu.com trusty Release.gpg
Get:17 http://in.archive.ubuntu.com trusty-updates/main amd64 Packages [1,944 B]
Get:18 http://in.archive.ubuntu.com trusty-updates/restricted amd64 Packages [1,942 B]
Get:19 http://in.archive.ubuntu.com trusty-updates/universe amd64 Packages [1,944 B]
Get:20 http://in.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [1,944 B]
Get:21 http://in.archive.ubuntu.com trusty-updates/main i386 Packages [1,944 B]
Get:22 http://in.archive.ubuntu.com trusty-updates/restricted i386 Packages [1,946 B]
Get:23 http://in.archive.ubuntu.com trusty-updates/universe i386 Packages [1,942 B]
Get:24 http://in.archive.ubuntu.com trusty-updates/multiverse i386 Packages [1,942 B]
Get:25 http://in.archive.ubuntu.com trusty-updates/main Translation-en [1,944 B]
Get:26 http://in.archive.ubuntu.com trusty-updates/multiverse Translation-en [1,944 B]
Get:27 http://in.archive.ubuntu.com trusty-updates/restricted Translation-en [1,942 B]
Get:28 http://in.archive.ubuntu.com trusty-updates/universe Translation-en [1,946 B]
Get:29 http://in.archive.ubuntu.com trusty-backports/main amd64 Packages [1,942 B]
Get:30 http://in.archive.ubuntu.com trusty-backports/restricted amd64 Packages [1,944 B]
Get:31 http://in.archive.ubuntu.com trusty-backports/universe amd64 Packages [1,944 B]
Get:32 http://in.archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,946 B]
Get:33 http://in.archive.ubuntu.com trusty-backports/main i386 Packages [1,944 B]
Get:34 http://in.archive.ubuntu.com trusty-backports/restricted i386 Packages [1,942 B]
Get:35 http://in.archive.ubuntu.com trusty-backports/universe i386 Packages [1,944 B]
Get:36 http://pkg.jenkins-ci.org binary/ Release [2,046 B]
Get:37 http://in.archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,942 B]
Get:38 http://in.archive.ubuntu.com trusty-backports/main Translation-en [1,946 B]
Get:39 http://in.archive.ubuntu.com trusty-backports/multiverse Translation-en [1,944 B]
Hit http://in.archive.ubuntu.com trusty Release
Get:40 http://in.archive.ubuntu.com trusty-backports/restricted Translation-en [1,942 B]
Get:41 http://pkg.jenkins-ci.org binary/ Packages [1,944 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Get:42 http://in.archive.ubuntu.com trusty-backports/universe Translation-en [1,944 B]
Get:43 http://pkg.jenkins-ci.org binary/ Translation-en [1,944 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Get:44 http://in.archive.ubuntu.com trusty/main amd64 Packages [1,942 B]
Err http://in.archive.ubuntu.com trusty/main amd64 Packages

Get:45 http://in.archive.ubuntu.com trusty/restricted amd64 Packages [1,946 B]
Err http://in.archive.ubuntu.com trusty/restricted amd64 Packages

Get:46 http://in.archive.ubuntu.com trusty/universe amd64 Packages [1,946 B]
Err http://in.archive.ubuntu.com trusty/universe amd64 Packages

Get:47 http://in.archive.ubuntu.com trusty/multiverse amd64 Packages [1,942 B]
Err http://in.archive.ubuntu.com trusty/multiverse amd64 Packages

Get:48 http://in.archive.ubuntu.com trusty/main i386 Packages [1,946 B]
Err http://in.archive.ubuntu.com trusty/main i386 Packages

Get:49 http://in.archive.ubuntu.com trusty/restricted i386 Packages [1,946 B]
Err http://in.archive.ubuntu.com trusty/restricted i386 Packages

Get:50 http://in.archive.ubuntu.com trusty/universe i386 Packages [1,946 B]
Err http://in.archive.ubuntu.com trusty/universe i386 Packages

Get:51 http://in.archive.ubuntu.com trusty/multiverse i386 Packages [1,944 B]
Err http://in.archive.ubuntu.com trusty/multiverse i386 Packages

Get:52 http://in.archive.ubuntu.com trusty/main Translation-en [1,944 B]
Get:53 http://in.archive.ubuntu.com trusty/multiverse Translation-en [1,944 B]
Get:54 http://in.archive.ubuntu.com trusty/restricted Translation-en [1,946 B]
Get:55 http://in.archive.ubuntu.com trusty/universe Translation-en [1,944 B]
Fetched 105 kB in 3s (32.1 kB/s)
W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.

root@D-8334:~# find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 14.04.2 LTS _Trusty Tahr_ - Release amd64 (20150218.1)]/ trusty main restricted
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://in.archive.ubuntu.com/ubuntu/ trusty main restricted
     6 # deb-src http://in.archive.ubuntu.com/ubuntu/ trusty main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://in.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    11 # deb-src http://in.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    12
    13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14 ## team. Also, please note that software in universe WILL NOT receive any
    15 ## review or updates from the Ubuntu security team.
    16 deb http://in.archive.ubuntu.com/ubuntu/ trusty universe
    17 # deb-src http://in.archive.ubuntu.com/ubuntu/ trusty universe
    18 deb http://in.archive.ubuntu.com/ubuntu/ trusty-updates universe
    19 # deb-src http://in.archive.ubuntu.com/ubuntu/ trusty-updates universe
    20
    21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22 ## team, and may not be under a free licence. Please satisfy yourself as to
    23 ## your rights to use the software. Also, please note that software in
    24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25 ## security team.
    26 deb http://in.archive.ubuntu.com/ubuntu/ trusty multiverse
    27 # deb-src http://in.archive.ubuntu.com/ubuntu/ trusty multiverse
    28 deb http://in.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    29 # deb-src http://in.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    30
    31 ## N.B. software from this repository may not have been tested as
    32 ## extensively as that contained in the main release, although it includes
    33 ## newer versions of some applications which may provide useful features.
    34 ## Also, please note that software in backports WILL NOT receive any review
    35 ## or updates from the Ubuntu security team.
    36 deb http://in.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    37 # deb-src http://in.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    38
    39
    40 ## Uncomment the following two lines to add software from Canonical's
    41 ## 'partner' repository.
    42 ## This software is not part of Ubuntu, but is offered by Canonical and the
    43 ## respective vendors as a service to Ubuntu users.
    44
    45 ## This software is not part of Ubuntu, but is offered by third-party
    46 ## developers who want to ship their latest software.
    47 deb http://pkg.jenkins-ci.org/debian binary/
    48 deb http://security.ubuntu.com/ubuntu/ trusty-security restricted multiverse main universe
    49 # deb http://download.virtualbox.org/virtualbox/debian vivid contrib

/etc/apt/sources.list.d/webupd8team-java-trusty.list

     1 deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main

/etc/apt/sources.list.d/tualatrix-ppa-trusty.list

     1 # deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu trusty main

/etc/apt/sources.list.d/webupd8team-java.list

root@D-8334:~#

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Vivek Kinhekar
Solved:
Last query:
Last reply:
Revision history for this message
Vivek Kinhekar (vivek-kinhekar) said :
#1

I see a red-coloured circle with -ve sign in it. And when a mouse moves over it, it asks to run the Package Manager.

When I run/ start the Synaptic Package Manager, I see a pop-up window overlapping the GUI of Synaptic Package Manager window, stating:

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.

These above 4 lines appear every-time I run any apt-get command!

Please help me resolve this error. Thanks in advance!

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

Try switching from the Indian server to the main server

Revision history for this message
Vivek Kinhekar (vivek-kinhekar) said :
#3

Thanks, but to no effect!

root@D-8334:~# apt-get autoclean
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.

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

cd $HOME
wget https://dl.dropbox.com/u/ 8850924/fixpackage
chmod +x ./fixpackage
sudo ./fixpackage

What is the output please.

Revision history for this message
Vivek Kinhekar (vivek-kinhekar) said :
#5

Here is the output for your perusal...

root@D-8334:~/Downloads# chmod a+x fixpackage
root@D-8334:~/Downloads# ./fixpackage
Get:1 http://download.virtualbox.org trusty InRelease [7,152 B]
Get:2 http://download.virtualbox.org trusty/contrib amd64 Packages [1,944 B]
Get:3 http://download.virtualbox.org trusty/contrib i386 Packages [1,944 B]
Get:4 http://download.virtualbox.org trusty/contrib Translation-en [1,944 B]
Get:5 http://ppa.launchpad.net trusty InRelease [15.5 kB]
Ign http://archive.ubuntu.com trusty InRelease
Get:6 http://security.ubuntu.com trusty-security InRelease [64.4 kB]
Get:7 http://ppa.launchpad.net trusty/main amd64 Packages [1,946 B]
Err http://ppa.launchpad.net trusty/main amd64 Packages

Get:8 http://ppa.launchpad.net trusty/main i386 Packages [1,946 B]
Get:9 http://ppa.launchpad.net trusty/main Translation-en [1,944 B]
Get:10 http://security.ubuntu.com trusty-security/restricted amd64 Packages [1,946 B]
Get:11 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [1,944 B]
Get:12 http://security.ubuntu.com trusty-security/main amd64 Packages [1,944 B]
Get:13 http://security.ubuntu.com trusty-security/universe amd64 Packages [1,944 B]
Get:14 http://security.ubuntu.com trusty-security/restricted i386 Packages [1,942 B]
Get:15 http://security.ubuntu.com trusty-security/multiverse i386 Packages [1,944 B]
Get:16 http://security.ubuntu.com trusty-security/main i386 Packages [1,944 B]
Ign http://pkg.jenkins-ci.org binary/ InRelease
Get:17 http://security.ubuntu.com trusty-security/universe i386 Packages [1,944 B]
Get:18 http://security.ubuntu.com trusty-security/main Translation-en [1,946 B]
Get:19 http://security.ubuntu.com trusty-security/multiverse Translation-en [1,946 B]
Get:20 http://security.ubuntu.com trusty-security/restricted Translation-en [1,944 B]
Get:21 http://security.ubuntu.com trusty-security/universe Translation-en [1,942 B]
Get:22 http://archive.ubuntu.com trusty-updates InRelease [64.4 kB]
Get:23 http://archive.ubuntu.com trusty-backports InRelease [64.5 kB]
Get:24 http://pkg.jenkins-ci.org binary/ Release.gpg [181 B]
Get:25 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:26 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,942 B]
Get:27 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [1,942 B]
Get:28 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [1,944 B]
Get:29 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [1,946 B]
Get:30 http://archive.ubuntu.com trusty-updates/main i386 Packages [1,946 B]
Get:31 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [1,944 B]
Get:32 http://archive.ubuntu.com trusty-updates/universe i386 Packages [1,946 B]
Get:33 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [1,942 B]
Get:34 http://archive.ubuntu.com trusty-updates/main Translation-en [1,946 B]
Get:35 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [1,942 B]
Get:36 http://archive.ubuntu.com trusty-updates/restricted Translation-en [1,946 B]
Get:37 http://archive.ubuntu.com trusty-updates/universe Translation-en [1,946 B]
Get:38 http://archive.ubuntu.com trusty-backports/main amd64 Packages [1,946 B]
Get:39 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [1,944 B]
Get:40 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [1,942 B]
Get:41 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,944 B]
Get:42 http://archive.ubuntu.com trusty-backports/main i386 Packages [1,946 B]
Get:43 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [1,944 B]
Get:44 http://archive.ubuntu.com trusty-backports/universe i386 Packages [1,944 B]
Get:45 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,946 B]
Get:46 http://archive.ubuntu.com trusty-backports/main Translation-en [1,944 B]
Get:47 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,944 B]
Get:48 http://archive.ubuntu.com trusty-backports/restricted Translation-en [1,942 B]
Get:49 http://archive.ubuntu.com trusty-backports/universe Translation-en [1,942 B]
Get:50 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:51 http://pkg.jenkins-ci.org binary/ Release [2,046 B]
Get:52 http://pkg.jenkins-ci.org binary/ Packages [1,944 B]
Get:53 http://pkg.jenkins-ci.org binary/ Translation-en [1,944 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Get:54 http://archive.ubuntu.com trusty/main amd64 Packages [1,942 B]
Get:55 http://archive.ubuntu.com trusty/restricted amd64 Packages [1,944 B]
Get:56 http://archive.ubuntu.com trusty/universe amd64 Packages [1,944 B]
Get:57 http://archive.ubuntu.com trusty/multiverse amd64 Packages [1,944 B]
Get:58 http://archive.ubuntu.com trusty/main i386 Packages [1,944 B]
Get:59 http://archive.ubuntu.com trusty/restricted i386 Packages [1,944 B]
Get:60 http://archive.ubuntu.com trusty/universe i386 Packages [1,946 B]
Get:61 http://archive.ubuntu.com trusty/multiverse i386 Packages [1,942 B]
Get:62 http://archive.ubuntu.com trusty/main Translation-en [1,946 B]
Get:63 http://archive.ubuntu.com trusty/multiverse Translation-en [1,944 B]
Get:64 http://archive.ubuntu.com trusty/restricted Translation-en [1,942 B]
Get:65 http://archive.ubuntu.com trusty/universe Translation-en [1,946 B]
Fetched 387 kB in 2s (152 kB/s)
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
Hit http://download.virtualbox.org trusty InRelease
Get:1 http://download.virtualbox.org trusty/contrib amd64 Packages [1,944 B]
Get:2 http://download.virtualbox.org trusty/contrib i386 Packages [1,944 B]
Get:3 http://download.virtualbox.org trusty/contrib Translation-en [1,944 B]
Hit http://ppa.launchpad.net trusty InRelease
Get:4 http://ppa.launchpad.net trusty/main amd64 Packages [1,946 B]
Get:5 http://ppa.launchpad.net trusty/main i386 Packages [1,944 B]
Get:6 http://ppa.launchpad.net trusty/main Translation-en [1,942 B]
Ign http://archive.ubuntu.com trusty InRelease
Hit http://security.ubuntu.com trusty-security InRelease
Get:7 http://security.ubuntu.com trusty-security/restricted amd64 Packages [1,942 B]
Get:8 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [1,944 B]
Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [1,944 B]
Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [1,946 B]
Get:11 http://security.ubuntu.com trusty-security/restricted i386 Packages [1,946 B]
Get:12 http://security.ubuntu.com trusty-security/multiverse i386 Packages [1,942 B]
Get:13 http://security.ubuntu.com trusty-security/main i386 Packages [1,944 B]
Get:14 http://security.ubuntu.com trusty-security/universe i386 Packages [1,942 B]
Get:15 http://security.ubuntu.com trusty-security/main Translation-en [1,942 B]
Get:16 http://security.ubuntu.com trusty-security/multiverse Translation-en [1,942 B]
Get:17 http://security.ubuntu.com trusty-security/restricted Translation-en [1,944 B]
Get:18 http://security.ubuntu.com trusty-security/universe Translation-en [1,944 B]
Hit http://archive.ubuntu.com trusty-updates InRelease
Ign http://pkg.jenkins-ci.org binary/ InRelease
Hit http://archive.ubuntu.com trusty-backports InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Get:19 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,942 B]
Get:20 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [1,944 B]
Get:21 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [1,946 B]
Get:22 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [1,942 B]
Get:23 http://archive.ubuntu.com trusty-updates/main i386 Packages [1,944 B]
Get:24 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [1,942 B]
Get:25 http://pkg.jenkins-ci.org binary/ Release.gpg [181 B]
Get:26 http://archive.ubuntu.com trusty-updates/universe i386 Packages [1,942 B]
Get:27 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [1,944 B]
Get:28 http://archive.ubuntu.com trusty-updates/main Translation-en [1,944 B]
Get:29 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [1,942 B]
Get:30 http://archive.ubuntu.com trusty-updates/restricted Translation-en [1,946 B]
Get:31 http://archive.ubuntu.com trusty-updates/universe Translation-en [1,946 B]
Get:32 http://archive.ubuntu.com trusty-backports/main amd64 Packages [1,944 B]
Get:33 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [1,944 B]
Get:34 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [1,940 B]
Get:35 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,944 B]
Get:36 http://archive.ubuntu.com trusty-backports/main i386 Packages [1,942 B]
Get:37 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [1,942 B]
Get:38 http://archive.ubuntu.com trusty-backports/universe i386 Packages [1,942 B]
Get:39 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,944 B]
Get:40 http://archive.ubuntu.com trusty-backports/main Translation-en [1,946 B]
Get:41 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,944 B]
Get:42 http://archive.ubuntu.com trusty-backports/restricted Translation-en [1,944 B]
Get:43 http://archive.ubuntu.com trusty-backports/universe Translation-en [1,942 B]
Hit http://archive.ubuntu.com trusty Release
Get:44 http://pkg.jenkins-ci.org binary/ Release [2,046 B]
Get:45 http://pkg.jenkins-ci.org binary/ Packages [1,936 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Get:46 http://pkg.jenkins-ci.org binary/ Translation-en [1,944 B]
Get:47 http://archive.ubuntu.com trusty/main amd64 Packages [1,942 B]
Get:48 http://archive.ubuntu.com trusty/restricted amd64 Packages [1,940 B]
Get:49 http://archive.ubuntu.com trusty/universe amd64 Packages [1,944 B]
Get:50 http://archive.ubuntu.com trusty/multiverse amd64 Packages [1,946 B]
Get:51 http://archive.ubuntu.com trusty/main i386 Packages [1,944 B]
Get:52 http://archive.ubuntu.com trusty/restricted i386 Packages [1,944 B]
Get:53 http://archive.ubuntu.com trusty/universe i386 Packages [1,944 B]
Get:54 http://archive.ubuntu.com trusty/multiverse i386 Packages [1,944 B]
Get:55 http://archive.ubuntu.com trusty/main Translation-en [1,944 B]
Get:56 http://archive.ubuntu.com trusty/multiverse Translation-en [1,946 B]
Get:57 http://archive.ubuntu.com trusty/restricted Translation-en [1,942 B]
Get:58 http://archive.ubuntu.com trusty/universe Translation-en [1,944 B]
Fetched 111 kB in 2s (46.8 kB/s)
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
root@D-8334:~/Downloads#

Revision history for this message
Vivek Kinhekar (vivek-kinhekar) said :
#6

BTW, there is a space between u/ and 8850924 in your wget command... Should it be there? I think, not.
I downloaded the fixpackage using other machine, copied it here and then ran.

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

Apparently you have defined you package management system to use a web proxy. Is that required in your location?

I see that the first ~50 downloads are ok, but then suddenly the system tells that the checksums are no more correct. Is there some kind of restriction in your web proxy server allowing no more than a certain amount of downloads, or any other limitation?

Revision history for this message
Vivek Kinhekar (vivek-kinhekar) said :
#8

All the commands in your fixpackage were, I think, were already part of the first exercise:

#!/bin/bash
sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
sudo rm -rf /var/lib/dpkg/updates/*
sudo rm -rf /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get update
sudo dpkg --clear-avail
sudo dpkg --configure -a
sudo apt-get install -f
sudo apt-get update
sudo apt-get dist-upgrade

The problem persists... with the same following error!

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

As already noted in my previous message, it seems that the first ~50 downloads are correct, but at a certain moment the data seem to be wrong.

I recommend to do some more testing.
What output do you get when you repeat the apt-get update command?

sudo rm /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
sudo apt-get update
sudo apt-get update

Revision history for this message
Vivek Kinhekar (vivek-kinhekar) said :
#10

Hello Manfred,

I have asked my NOC team about your first question... Will get back once I receive a response from them.
In the meanwhile, here is the output of your suggested commands:

vivek@D-8334:~$ sudo -s
[sudo] password for vivek:
root@D-8334:~# clear
root@D-8334:~# sudo rm /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
root@D-8334:~# apt-get update
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ppa.launchpad.net trusty Release.gpg
Ign http://ppa.launchpad.net trusty Release
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://security.ubuntu.com trusty-security Release.gpg
Ign http://security.ubuntu.com trusty-security Release
Err http://ppa.launchpad.net trusty/main amd64 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://ppa.launchpad.net trusty/main i386 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Ign http://ppa.launchpad.net trusty/main Translation-en_GB
Ign http://ppa.launchpad.net trusty/main Translation-en
Err http://security.ubuntu.com trusty-security/restricted amd64 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://security.ubuntu.com trusty-security/multiverse amd64 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://security.ubuntu.com trusty-security/main amd64 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://security.ubuntu.com trusty-security/universe amd64 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://security.ubuntu.com trusty-security/restricted i386 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://security.ubuntu.com trusty-security/multiverse i386 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://security.ubuntu.com trusty-security/main i386 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://security.ubuntu.com trusty-security/universe i386 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Ign http://security.ubuntu.com trusty-security/main Translation-en_GB
Ign http://security.ubuntu.com trusty-security/main Translation-en
Ign http://security.ubuntu.com trusty-security/multiverse Translation-en_GB
Ign http://security.ubuntu.com trusty-security/multiverse Translation-en
Ign http://security.ubuntu.com trusty-security/restricted Translation-en_GB
Ign http://security.ubuntu.com trusty-security/restricted Translation-en
Ign http://security.ubuntu.com trusty-security/universe Translation-en_GB
Ign http://security.ubuntu.com trusty-security/universe Translation-en
Ign http://pkg.jenkins-ci.org binary/ InRelease
Ign http://archive.ubuntu.com trusty InRelease
Hit http://archive.ubuntu.com trusty-updates InRelease
Get:1 http://pkg.jenkins-ci.org binary/ Release.gpg [181 B]
Hit http://archive.ubuntu.com trusty-backports InRelease
Hit http://download.virtualbox.org trusty InRelease
Get:2 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:3 http://pkg.jenkins-ci.org binary/ Release [2,046 B]
Hit http://archive.ubuntu.com trusty Release
Get:4 http://download.virtualbox.org trusty/contrib amd64 Packages [4,855 B]
Err http://pkg.jenkins-ci.org binary/ Packages
  406 Not Acceptable [IP: 10.10.220.252 80]
Get:5 http://download.virtualbox.org trusty/contrib i386 Packages [4,849 B]
Err http://archive.ubuntu.com trusty-updates/main amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Ign http://pkg.jenkins-ci.org binary/ Translation-en_GB
Err http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Ign http://download.virtualbox.org trusty/contrib Translation-en_GB
Err http://archive.ubuntu.com trusty-updates/universe amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Ign http://download.virtualbox.org trusty/contrib Translation-en
Err http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Ign http://pkg.jenkins-ci.org binary/ Translation-en
Err http://archive.ubuntu.com trusty-updates/main i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/restricted i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/universe i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/multiverse i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Get:6 http://archive.ubuntu.com trusty-updates/main Translation-en [3,461 kB]
Get:7 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [24.3 kB]
Get:8 http://archive.ubuntu.com trusty-updates/restricted Translation-en [30.3 kB]
Get:9 http://archive.ubuntu.com trusty-updates/universe Translation-en [880 kB]
Err http://archive.ubuntu.com trusty-backports/main amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/universe amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/main i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/restricted i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/universe i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/multiverse i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Get:10 http://archive.ubuntu.com trusty-backports/main Translation-en [19.6 kB]
Get:11 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [2,242 B]
Get:12 http://archive.ubuntu.com trusty-backports/restricted Translation-en
Get:13 http://archive.ubuntu.com trusty-backports/universe Translation-en [140 kB]
Err http://archive.ubuntu.com trusty/main amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/restricted amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/universe amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/multiverse amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/main i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/restricted i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/universe i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/multiverse i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Hit http://archive.ubuntu.com trusty/main Translation-en_GB
Get:14 http://archive.ubuntu.com trusty/main Translation-en [4,149 kB]
Hit http://archive.ubuntu.com trusty/multiverse Translation-en_GB
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en_GB
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en_GB
Hit http://archive.ubuntu.com trusty/universe Translation-en
Fetched 8,720 kB in 28s (311 kB/s)
W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages 406 Not Acceptable [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
root@D-8334:~# apt-get update
Ign http://pkg.jenkins-ci.org binary/ InRelease
Ign http://pkg.jenkins-ci.org binary/ Release.gpg
Ign http://pkg.jenkins-ci.org binary/ Release
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ppa.launchpad.net trusty Release.gpg
Ign http://ppa.launchpad.net trusty Release
Err http://pkg.jenkins-ci.org binary/ Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Ign http://pkg.jenkins-ci.org binary/ Translation-en_GB
Ign http://pkg.jenkins-ci.org binary/ Translation-en
Err http://ppa.launchpad.net trusty/main amd64 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://ppa.launchpad.net trusty/main i386 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Ign http://ppa.launchpad.net trusty/main Translation-en_GB
Ign http://ppa.launchpad.net trusty/main Translation-en
Ign http://download.virtualbox.org trusty InRelease
Ign http://download.virtualbox.org trusty Release.gpg
Ign http://download.virtualbox.org trusty Release
Ign http://download.virtualbox.org trusty/contrib amd64 Packages/DiffIndex
Ign http://download.virtualbox.org trusty/contrib i386 Packages/DiffIndex
Ign http://download.virtualbox.org trusty/contrib Translation-en_GB
Ign http://download.virtualbox.org trusty/contrib Translation-en
Err http://download.virtualbox.org trusty/contrib amd64 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Err http://download.virtualbox.org trusty/contrib i386 Packages
  407 Proxy Authorization Required [IP: 10.10.220.253 80]
Hit http://security.ubuntu.com trusty-security InRelease
Ign http://archive.ubuntu.com trusty InRelease
Hit http://archive.ubuntu.com trusty-updates InRelease
Err http://security.ubuntu.com trusty-security/restricted amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Hit http://archive.ubuntu.com trusty-backports InRelease
Err http://security.ubuntu.com trusty-security/multiverse amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Hit http://archive.ubuntu.com trusty Release.gpg
Err http://security.ubuntu.com trusty-security/main amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Hit http://archive.ubuntu.com trusty Release
Err http://security.ubuntu.com trusty-security/universe amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://security.ubuntu.com trusty-security/restricted i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://security.ubuntu.com trusty-security/multiverse i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/main amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://security.ubuntu.com trusty-security/main i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://security.ubuntu.com trusty-security/universe i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/universe amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/main i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/restricted i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/universe i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-updates/multiverse i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Err http://archive.ubuntu.com trusty-backports/main amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/universe amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/main i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/restricted i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/universe i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty-backports/multiverse i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Get:1 http://security.ubuntu.com trusty-security/main Translation-en [2,613 kB]
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
Get:2 http://archive.ubuntu.com trusty-backports/restricted Translation-en
Get:3 http://security.ubuntu.com trusty-security/multiverse Translation-en [8,440 B]
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
Get:4 http://security.ubuntu.com trusty-security/restricted Translation-en [27.7 kB]
Err http://archive.ubuntu.com trusty/main amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/restricted amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/universe amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Get:5 http://security.ubuntu.com trusty-security/universe Translation-en [354 kB]
Err http://archive.ubuntu.com trusty/multiverse amd64 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/main i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/restricted i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/universe i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Err http://archive.ubuntu.com trusty/multiverse i386 Packages
  404 Not Found [IP: 10.10.220.252 80]
Hit http://archive.ubuntu.com trusty/main Translation-en_GB
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en_GB
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en_GB
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en_GB
Hit http://archive.ubuntu.com trusty/universe Translation-en
Fetched 3,002 kB in 15s (199 kB/s)
W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-amd64/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-i386/Packages 407 Proxy Authorization Required [IP: 10.10.220.253 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages 404 Not Found [IP: 10.10.220.252 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
root@D-8334:~#

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

Have you tried without the proxy, or do you HAVE to use the proxy for web access?

Revision history for this message
Vivek Kinhekar (vivek-kinhekar) said :
#12

Some more output of subsequent 'apt-get update' command...

Noticed that, the first warning with 'Hash Sum mismatch' starts coming in after fetching in 123kB... Peculiar!

Fetched 123 kB in 2s (42.4 kB/s)
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-amd64/Packages Hash Sum mismatch

---------------------------------------------------
Get:25 http://archive.ubuntu.com trusty-updates/main i386 Packages [1,946 B]
Get:26 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [1,946 B]
Get:27 http://archive.ubuntu.com trusty-updates/universe i386 Packages [1,946 B]
Get:28 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [1,944 B]
Get:29 http://archive.ubuntu.com trusty-updates/main Translation-en [1,944 B]
Get:30 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [1,944 B]
Get:31 http://archive.ubuntu.com trusty-updates/restricted Translation-en [1,942 B]
Get:32 http://archive.ubuntu.com trusty-updates/universe Translation-en [1,946 B]
Get:33 http://archive.ubuntu.com trusty-backports/main amd64 Packages [1,944 B]
Get:34 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [1,946 B]
Get:35 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [1,946 B]
Get:36 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,942 B]
Get:37 http://archive.ubuntu.com trusty-backports/main i386 Packages [1,944 B]
Get:38 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [1,942 B]
Get:39 http://archive.ubuntu.com trusty-backports/universe i386 Packages [1,944 B]
Get:40 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,944 B]
Get:41 http://archive.ubuntu.com trusty-backports/main Translation-en [1,940 B]
Get:42 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,944 B]
Get:43 http://archive.ubuntu.com trusty-backports/restricted Translation-en [1,946 B]
Get:44 http://archive.ubuntu.com trusty-backports/universe Translation-en [1,942 B]
Hit http://archive.ubuntu.com trusty Release
Get:45 http://pkg.jenkins-ci.org binary/ Release [2,046 B]
Get:46 http://pkg.jenkins-ci.org binary/ Packages [1,946 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Get:47 http://pkg.jenkins-ci.org binary/ Translation-en_GB [1,944 B]
Get:48 http://pkg.jenkins-ci.org binary/ Translation-en [1,944 B]
Get:49 http://archive.ubuntu.com trusty/main amd64 Packages [1,942 B]
Get:50 http://archive.ubuntu.com trusty/restricted amd64 Packages [1,944 B]
Get:51 http://archive.ubuntu.com trusty/universe amd64 Packages [1,944 B]
Get:52 http://archive.ubuntu.com trusty/multiverse amd64 Packages [1,946 B]
Get:53 http://archive.ubuntu.com trusty/main i386 Packages [1,942 B]
Get:54 http://archive.ubuntu.com trusty/restricted i386 Packages [1,946 B]
Get:55 http://archive.ubuntu.com trusty/universe i386 Packages [1,942 B]
Get:56 http://archive.ubuntu.com trusty/multiverse i386 Packages [1,940 B]
Get:57 http://archive.ubuntu.com trusty/main Translation-en_GB [1,946 B]
Get:58 http://archive.ubuntu.com trusty/main Translation-en [1,942 B]
Get:59 http://archive.ubuntu.com trusty/multiverse Translation-en_GB [1,946 B]
Get:60 http://archive.ubuntu.com trusty/multiverse Translation-en [1,944 B]
Get:61 http://archive.ubuntu.com trusty/restricted Translation-en_GB [1,944 B]
Get:62 http://archive.ubuntu.com trusty/restricted Translation-en [1,944 B]
Get:63 http://archive.ubuntu.com trusty/universe Translation-en_GB [1,944 B]
Get:64 http://archive.ubuntu.com trusty/universe Translation-en [1,942 B]
Fetched 123 kB in 2s (48.5 kB/s)
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.
root@D-8334:~# apt-get update
Hit http://download.virtualbox.org trusty InRelease
Get:1 http://download.virtualbox.org trusty/contrib amd64 Packages [1,944 B]
Get:2 http://download.virtualbox.org trusty/contrib i386 Packages [1,944 B]
Get:3 http://download.virtualbox.org trusty/contrib Translation-en_GB [1,944 B]
Get:4 http://download.virtualbox.org trusty/contrib Translation-en [1,946 B]
Ign http://archive.ubuntu.com trusty InRelease
Hit http://ppa.launchpad.net trusty InRelease
Get:5 http://ppa.launchpad.net trusty/main amd64 Packages [1,944 B]
Err http://ppa.launchpad.net trusty/main amd64 Packages

Get:6 http://ppa.launchpad.net trusty/main i386 Packages [1,942 B]
Err http://ppa.launchpad.net trusty/main i386 Packages

Get:7 http://ppa.launchpad.net trusty/main Translation-en [1,946 B]
Hit http://archive.ubuntu.com trusty-updates InRelease
Hit http://security.ubuntu.com trusty-security InRelease
Get:8 http://security.ubuntu.com trusty-security/restricted amd64 Packages [1,944 B]
Get:9 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [1,942 B]
Ign http://pkg.jenkins-ci.org binary/ InRelease
Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [1,946 B]
Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [1,944 B]
Get:12 http://security.ubuntu.com trusty-security/restricted i386 Packages [1,944 B]
Get:13 http://security.ubuntu.com trusty-security/multiverse i386 Packages [1,946 B]
Err http://security.ubuntu.com trusty-security/multiverse i386 Packages

Get:14 http://security.ubuntu.com trusty-security/main i386 Packages [1,942 B]
Err http://security.ubuntu.com trusty-security/main i386 Packages

Get:15 http://security.ubuntu.com trusty-security/universe i386 Packages [1,946 B]
Err http://security.ubuntu.com trusty-security/universe i386 Packages

Get:16 http://security.ubuntu.com trusty-security/main Translation-en [1,946 B]
Get:17 http://security.ubuntu.com trusty-security/multiverse Translation-en [1,944 B]
Hit http://archive.ubuntu.com trusty-backports InRelease
Get:18 http://security.ubuntu.com trusty-security/restricted Translation-en [1,944 B]
Get:19 http://security.ubuntu.com trusty-security/universe Translation-en [1,944 B]
Hit http://archive.ubuntu.com trusty Release.gpg
Get:20 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,942 B]
Get:21 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [1,944 B]
Get:22 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [1,942 B]
Get:23 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [1,942 B]
Get:24 http://archive.ubuntu.com trusty-updates/main i386 Packages [1,946 B]
Get:25 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [1,942 B]
Get:26 http://archive.ubuntu.com trusty-updates/universe i386 Packages [1,944 B]
Get:27 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [1,946 B]
Get:28 http://archive.ubuntu.com trusty-updates/main Translation-en [1,942 B]
Get:29 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [1,944 B]
Get:30 http://archive.ubuntu.com trusty-updates/restricted Translation-en [1,944 B]
Get:31 http://archive.ubuntu.com trusty-updates/universe Translation-en [1,942 B]
Get:32 http://archive.ubuntu.com trusty-backports/main amd64 Packages [1,946 B]
Get:33 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [1,946 B]
Get:34 http://pkg.jenkins-ci.org binary/ Release.gpg [181 B]
Get:35 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [1,942 B]
Get:36 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,944 B]
Get:37 http://archive.ubuntu.com trusty-backports/main i386 Packages [1,944 B]
Get:38 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [1,942 B]
Get:39 http://archive.ubuntu.com trusty-backports/universe i386 Packages [1,946 B]
Get:40 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,944 B]
Get:41 http://archive.ubuntu.com trusty-backports/main Translation-en [1,944 B]
Get:42 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,944 B]
Get:43 http://archive.ubuntu.com trusty-backports/restricted Translation-en [1,944 B]
Get:44 http://archive.ubuntu.com trusty-backports/universe Translation-en [1,942 B]
Hit http://archive.ubuntu.com trusty Release
Get:45 http://pkg.jenkins-ci.org binary/ Release [2,046 B]
Get:46 http://archive.ubuntu.com trusty/main amd64 Packages [1,944 B]
Get:47 http://archive.ubuntu.com trusty/restricted amd64 Packages [1,944 B]
Get:48 http://archive.ubuntu.com trusty/universe amd64 Packages [1,942 B]
Get:49 http://archive.ubuntu.com trusty/multiverse amd64 Packages [1,942 B]
Get:50 http://archive.ubuntu.com trusty/main i386 Packages [1,934 B]
Get:51 http://pkg.jenkins-ci.org binary/ Packages [1,942 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Get:52 http://archive.ubuntu.com trusty/restricted i386 Packages [1,944 B]
Get:53 http://archive.ubuntu.com trusty/universe i386 Packages [1,942 B]
Get:54 http://archive.ubuntu.com trusty/multiverse i386 Packages [1,946 B]
Get:55 http://archive.ubuntu.com trusty/main Translation-en_GB [1,946 B]
Get:56 http://archive.ubuntu.com trusty/main Translation-en [1,944 B]
Get:57 http://pkg.jenkins-ci.org binary/ Translation-en_GB [1,942 B]
Get:58 http://archive.ubuntu.com trusty/multiverse Translation-en_GB [1,944 B]
Get:59 http://archive.ubuntu.com trusty/multiverse Translation-en [1,942 B]
Get:60 http://archive.ubuntu.com trusty/restricted Translation-en_GB [1,946 B]
Get:61 http://archive.ubuntu.com trusty/restricted Translation-en [1,942 B]
Get:62 http://archive.ubuntu.com trusty/universe Translation-en_GB [1,934 B]
Get:63 http://archive.ubuntu.com trusty/universe Translation-en [1,944 B]
Get:64 http://pkg.jenkins-ci.org binary/ Translation-en [1,944 B]
Err http://pkg.jenkins-ci.org binary/ Packages

Fetched 123 kB in 2s (46.3 kB/s)
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.
root@D-8334:~# apt-get update
Hit http://download.virtualbox.org trusty InRelease
Get:1 http://download.virtualbox.org trusty/contrib amd64 Packages [1,942 B]
Get:2 http://download.virtualbox.org trusty/contrib i386 Packages [1,942 B]
Get:3 http://download.virtualbox.org trusty/contrib Translation-en_GB [1,944 B]
Get:4 http://download.virtualbox.org trusty/contrib Translation-en [1,944 B]
Hit http://ppa.launchpad.net trusty InRelease
Get:5 http://ppa.launchpad.net trusty/main amd64 Packages [1,944 B]
Get:6 http://ppa.launchpad.net trusty/main i386 Packages [1,942 B]
Get:7 http://ppa.launchpad.net trusty/main Translation-en [1,944 B]
Hit http://security.ubuntu.com trusty-security InRelease
Get:8 http://security.ubuntu.com trusty-security/restricted amd64 Packages [1,944 B]
Get:9 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [1,946 B]
Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [1,944 B]
Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [1,946 B]
Ign http://archive.ubuntu.com trusty InRelease
Ign http://pkg.jenkins-ci.org binary/ InRelease
Get:12 http://security.ubuntu.com trusty-security/restricted i386 Packages [1,944 B]
Get:13 http://security.ubuntu.com trusty-security/multiverse i386 Packages [1,944 B]
Get:14 http://security.ubuntu.com trusty-security/main i386 Packages [1,944 B]
Get:15 http://security.ubuntu.com trusty-security/universe i386 Packages [1,942 B]
Get:16 http://security.ubuntu.com trusty-security/main Translation-en [1,946 B]
Get:17 http://security.ubuntu.com trusty-security/multiverse Translation-en [1,942 B]
Get:18 http://security.ubuntu.com trusty-security/restricted Translation-en [1,944 B]
Get:19 http://security.ubuntu.com trusty-security/universe Translation-en [1,946 B]
Hit http://archive.ubuntu.com trusty-updates InRelease
Get:20 http://pkg.jenkins-ci.org binary/ Release.gpg [181 B]
Hit http://archive.ubuntu.com trusty-backports InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Get:21 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,946 B]
Get:22 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [1,946 B]
Get:23 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [1,942 B]
Get:24 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [1,946 B]
Get:25 http://archive.ubuntu.com trusty-updates/main i386 Packages [1,946 B]
Get:26 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [1,944 B]
Get:27 http://archive.ubuntu.com trusty-updates/universe i386 Packages [1,946 B]
Get:28 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [1,944 B]
Get:29 http://archive.ubuntu.com trusty-updates/main Translation-en [1,944 B]
Get:30 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [1,944 B]
Get:31 http://archive.ubuntu.com trusty-updates/restricted Translation-en [1,946 B]
Get:32 http://archive.ubuntu.com trusty-updates/universe Translation-en [1,936 B]
Get:33 http://archive.ubuntu.com trusty-backports/main amd64 Packages [1,944 B]
Get:34 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [1,942 B]
Get:35 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [1,944 B]
Get:36 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,944 B]
Get:37 http://archive.ubuntu.com trusty-backports/main i386 Packages [1,946 B]
Get:38 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [1,944 B]
Get:39 http://archive.ubuntu.com trusty-backports/universe i386 Packages [1,944 B]
Get:40 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,942 B]
Get:41 http://archive.ubuntu.com trusty-backports/main Translation-en [1,944 B]
Get:42 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,942 B]
Get:43 http://archive.ubuntu.com trusty-backports/restricted Translation-en [1,944 B]
Get:44 http://archive.ubuntu.com trusty-backports/universe Translation-en [1,944 B]
Get:45 http://pkg.jenkins-ci.org binary/ Release [2,046 B]
Get:46 http://pkg.jenkins-ci.org binary/ Packages [1,942 B]
Get:47 http://pkg.jenkins-ci.org binary/ Translation-en_GB [1,946 B]
Get:48 http://pkg.jenkins-ci.org binary/ Translation-en [1,946 B]
Hit http://archive.ubuntu.com trusty Release
Get:49 http://archive.ubuntu.com trusty/main amd64 Packages [1,944 B]
Get:50 http://archive.ubuntu.com trusty/restricted amd64 Packages [1,942 B]
Get:51 http://archive.ubuntu.com trusty/universe amd64 Packages [1,944 B]
Get:52 http://archive.ubuntu.com trusty/multiverse amd64 Packages [1,942 B]
Get:53 http://archive.ubuntu.com trusty/main i386 Packages [1,944 B]
Get:54 http://archive.ubuntu.com trusty/restricted i386 Packages [1,946 B]
Get:55 http://archive.ubuntu.com trusty/universe i386 Packages [1,944 B]
Get:56 http://archive.ubuntu.com trusty/multiverse i386 Packages [1,944 B]
Get:57 http://archive.ubuntu.com trusty/main Translation-en_GB [1,946 B]
Get:58 http://archive.ubuntu.com trusty/main Translation-en [1,946 B]
Get:59 http://archive.ubuntu.com trusty/multiverse Translation-en_GB [1,944 B]
Get:60 http://archive.ubuntu.com trusty/multiverse Translation-en [1,944 B]
Get:61 http://archive.ubuntu.com trusty/restricted Translation-en_GB [1,944 B]
Get:62 http://archive.ubuntu.com trusty/restricted Translation-en [1,946 B]
Get:63 http://archive.ubuntu.com trusty/universe Translation-en_GB [1,942 B]
Get:64 http://archive.ubuntu.com trusty/universe Translation-en [1,946 B]
Fetched 123 kB in 2s (42.4 kB/s)
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/contrib/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/Translation-en Hash Sum mismatch

W: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/Packages Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/Packages Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.
root@D-8334:~#

Revision history for this message
Manfred Hampl (m-hampl) said :
#13

What information do you have about the proxy?
Is it definitely required for your site, or can you access the internet without?
In on e of the messages there were lots of "407 Proxy Authorization Required" errors.
There seems to be some problem with the proxy or its usage.

Revision history for this message
Vivek Kinhekar (vivek-kinhekar) said :
#14

Dear Manfred and Actionparsnip,

Thanks, my issue is resolved.

There was an issue with the proxy and I got it corrected with the help from my NOC team.
After setting right proxy, followed all the steps prescribed and there is no issue now with apt-get update.

Thanks for pointing out the root-cause - that's proxy settings.

Regards,
Vivek