problem updating ubuntu 14.04 LTS

Asked by irwanshah

This is terminal out that I get after following instruction from https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

y7z1s@master:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 133, in <module>
    pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 49, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
y7z1s@master:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
y7z1s@master:~$ dpkg --print-foreign-architectures
y7z1s@master:~$ sudo grep -R proxy /etc/apt/*
[sudo] password for y7z1s:
y7z1s@master:~$ grep proxy /etc/environment
y7z1s@master:~$ echo $http_proxy

y7z1s@master:~$ echo $ftp_proxy

y7z1s@master:~$ grep proxy /etc/bash.bashrc
y7z1s@master:~$ grep proxy ~/.bashrc
y7z1s@master:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
y7z1s@master:~$ sudo fuser -vvv /var/lib/dpkg/lock
y7z1s@master:~$ sudo fuser -vvv /var/cache/apt/archives/lock
y7z1s@master:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
y7z1s@master:~$ uname -a
Linux master 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:28:41 UTC 2015 i686 i686 i686 GNU/Linux
y7z1s@master:~$ sudo rm /var/lib/apt/lists/lock
y7z1s@master:~$ sudo rm /var/cache/apt/archives/lock
y7z1s@master:~$ sudo rm /var/lib/dpkg/lock
y7z1s@master:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
y7z1s@master:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
[sudo] password for y7z1s:
y7z1s@master:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
y7z1s@master:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
y7z1s@master:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
y7z1s@master:~$ sudo rm -rf /var/lib/dpkg/updates/*
[sudo] password for y7z1s:
y7z1s@master:~$ sudo rm -rf /var/lib/apt/lists
y7z1s@master:~$ sudo mkdir /var/lib/apt/lists/partial
mkdir: cannot create directory ‘/var/lib/apt/lists/partial’: No such file or directory
y7z1s@master:~$ LANG=C;sudo apt-get clean
y7z1s@master:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
y7z1s@master:~$ 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.
8 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-image-3.13.0-55-generic (3.13.0-55.94) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
initrd.img(/boot/initrd.img-3.13.0-55-generic
) points to /boot/initrd.img-3.13.0-55-generic
 (/boot/initrd.img-3.13.0-55-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-55-generic.postinst line 491.
vmlinuz(/boot/vmlinuz-3.13.0-55-generic
) points to /boot/vmlinuz-3.13.0-55-generic
 (/boot/vmlinuz-3.13.0-55-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-55-generic.postinst line 491.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Setting up linux-image-extra-3.13.0-55-generic (3.13.0-55.94) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-55-generic /boot/vmlinuz-3.13.0-55-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-53-generic
Found initrd image: /boot/initrd.img-3.13.0-53-generic
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Setting up linux-image-generic (3.13.0.55.62) ...
Setting up linux-headers-3.13.0-55 (3.13.0-55.94) ...
Setting up linux-headers-3.13.0-55-generic (3.13.0-55.94) ...
Setting up linux-headers-generic (3.13.0.55.62) ...
Setting up linux-generic (3.13.0.55.62) ...
Setting up linux-libc-dev:i386 (3.13.0-55.94) ...
y7z1s@master:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Get:1 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:2 http://archive.ubuntu.com trusty-updates Release.gpg [933 B]
Get:3 http://archive.ubuntu.com trusty-backports Release.gpg [933 B]
Get:4 http://archive.ubuntu.com trusty-security Release.gpg [933 B]
Get:5 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:6 http://archive.ubuntu.com trusty-updates Release [63.5 kB]
Get:7 http://archive.ubuntu.com trusty-backports Release [63.5 kB]
Get:8 http://archive.ubuntu.com trusty-security Release [63.5 kB]
Get:9 http://archive.ubuntu.com trusty/main Sources [1,064 kB]
Get:10 http://archive.ubuntu.com trusty/restricted Sources [5,433 B]
Get:11 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]
Get:12 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
Get:13 http://archive.ubuntu.com trusty/main i386 Packages [1,348 kB]
Get:14 http://archive.ubuntu.com trusty/restricted i386 Packages [13.4 kB]
Get:15 http://archive.ubuntu.com trusty/universe i386 Packages [5,866 kB]
Get:16 http://archive.ubuntu.com trusty/multiverse i386 Packages [134 kB]
Get:17 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
Get:18 http://archive.ubuntu.com trusty/multiverse Translation-en [102 kB]
Get:19 http://archive.ubuntu.com trusty/restricted Translation-en [3,457 B]
Get:20 http://archive.ubuntu.com trusty/universe Translation-en [4,089 kB]
Get:21 http://archive.ubuntu.com trusty-updates/main Sources [210 kB]
Get:22 http://archive.ubuntu.com trusty-updates/restricted Sources [3,433 B]
Get:23 http://archive.ubuntu.com trusty-updates/universe Sources [121 kB]
Get:24 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,151 B]
Get:25 http://archive.ubuntu.com trusty-updates/main i386 Packages [543 kB]
Get:26 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [11.8 kB]
Get:27 http://archive.ubuntu.com trusty-updates/universe i386 Packages [291 kB]
Get:28 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [12.1 kB]
Get:29 http://archive.ubuntu.com trusty-updates/main Translation-en [269 kB]
Get:30 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [6,148 B]
Get:31 http://archive.ubuntu.com trusty-updates/restricted Translation-en [2,774 B]
Get:32 http://archive.ubuntu.com trusty-updates/universe Translation-en [152 kB]
Get:33 http://archive.ubuntu.com trusty-backports/main Sources [5,851 B]
Get:34 http://archive.ubuntu.com trusty-backports/restricted Sources [28 B]
Get:35 http://archive.ubuntu.com trusty-backports/universe Sources [27.0 kB]
Get:36 http://archive.ubuntu.com trusty-backports/multiverse Sources [1,898 B]
Get:37 http://archive.ubuntu.com trusty-backports/main i386 Packages [6,285 B]
Get:38 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [28 B]
Get:39 http://archive.ubuntu.com trusty-backports/universe i386 Packages [30.3 kB]
Get:40 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,249 B]
Get:41 http://archive.ubuntu.com trusty-backports/main Translation-en [3,645 B]
Get:42 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [776 B]
Get:43 http://archive.ubuntu.com trusty-backports/restricted Translation-en [14 B]
Get:44 http://archive.ubuntu.com trusty-backports/universe Translation-en [26.7 kB]
Get:45 http://archive.ubuntu.com trusty-security/main Sources [86.1 kB]
Get:46 http://archive.ubuntu.com trusty-security/restricted Sources [2,061 B]
Get:47 http://archive.ubuntu.com trusty-security/universe Sources [26.5 kB]
Get:48 http://archive.ubuntu.com trusty-security/multiverse Sources [2,337 B]
Get:49 http://archive.ubuntu.com trusty-security/main i386 Packages [285 kB]
Get:50 http://archive.ubuntu.com trusty-security/restricted i386 Packages [8,846 B]
Get:51 http://archive.ubuntu.com trusty-security/universe i386 Packages [109 kB]
Get:52 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [3,854 B]
Get:53 http://archive.ubuntu.com trusty-security/main Translation-en [156 kB]
Get:54 http://archive.ubuntu.com trusty-security/multiverse Translation-en [1,679 B]
Get:55 http://archive.ubuntu.com trusty-security/restricted Translation-en [2,266 B]
Get:56 http://archive.ubuntu.com trusty-security/universe Translation-en [62.1 kB]
Fetched 22.7 MB in 21s (1,068 kB/s)
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/source/Sources 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/universe/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/universe/i18n/Translation-en Hash Sum mismatch

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

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
y7z1s@master:~$ sudo dpkg --configure -a
y7z1s@master:~$ sudo dpkg --clear-avail
y7z1s@master:~$ 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.
y7z1s@master:~$ 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.
y7z1s@master:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty-updates Release.gpg
Hit http://archive.ubuntu.com trusty-backports Release.gpg
Hit http://archive.ubuntu.com trusty-security Release.gpg
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty-updates Release
Hit http://archive.ubuntu.com trusty-backports Release
Hit http://archive.ubuntu.com trusty-security Release
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Get:1 http://archive.ubuntu.com trusty-updates/main Sources [210 kB]
Hit http://archive.ubuntu.com trusty-updates/restricted Sources
Hit http://archive.ubuntu.com trusty-updates/multiverse Sources
Hit http://archive.ubuntu.com trusty-updates/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse i386 Packages
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-backports/main Sources
Hit http://archive.ubuntu.com trusty-backports/restricted Sources
Hit http://archive.ubuntu.com trusty-backports/universe Sources
Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
Hit http://archive.ubuntu.com trusty-security/main Sources
Hit http://archive.ubuntu.com trusty-security/restricted Sources
Hit http://archive.ubuntu.com trusty-security/universe Sources
Hit http://archive.ubuntu.com trusty-security/multiverse Sources
Hit http://archive.ubuntu.com trusty-security/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Err http://archive.ubuntu.com trusty-updates/universe Sources
  404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com trusty-updates/main i386 Packages
  404 Not Found [IP: 91.189.92.201 80]
Get:2 http://archive.ubuntu.com trusty-updates/universe i386 Packages [380 kB]
Get:3 http://archive.ubuntu.com trusty-updates/main Translation-en [331 kB]
Get:4 http://archive.ubuntu.com trusty-updates/universe Translation-en [192 kB]
Get:5 http://archive.ubuntu.com trusty-security/main i386 Packages [359 kB]
Get:6 http://archive.ubuntu.com trusty-security/universe i386 Packages [140 kB]
Get:7 http://archive.ubuntu.com trusty-security/main Translation-en [193 kB]
Fetched 1,595 kB in 2min 27s (10.8 kB/s)
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/source/Sources 404 Not Found [IP: 91.189.92.201 80]

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

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/main/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-security/universe/binary-i386/Packages Hash Sum mismatch

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
y7z1s@master:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

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

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you uninstall an old kernel or two, does it help. Also, try switching package source using Software Centre.

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

There seems to be something strange with your internet connection.

What do you see in your internet browser, when you access the link
http://archive.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages

Revision history for this message
irwanshah (miwanshah) said :
#3

actionparsnip (andrew-woodhead666)
Im sorry I am not sure how to uninstall kernel. I will really appreciated if you can show me the step. The software & update was chose from the main server.

Manfred Hampl (m-hampl)
The link shows "Not Found - The requested URL /ubuntu/dists/trusty-security/universe/binary-i386/Packages was not found on this server". I able to access yahoo.com and have no problem using apt-get install.

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

What is the output of:

uname -a; dpkg -l | grep linux-image | awk {'print $2'}

Thanks

Revision history for this message
irwanshah (miwanshah) said :
#5

Hi actionparsnip (andrew-woodhead666). This is the output:

Linux master 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:28:41 UTC 2015 i686 i686 i686 GNU/Linux
linux-image-3.13.0-32-generic
linux-image-3.13.0-49-generic
linux-image-3.13.0-51-generic
linux-image-3.13.0-52-generic
linux-image-3.13.0-53-generic
linux-image-3.13.0-55-generic
linux-image-extra-3.13.0-32-generic
linux-image-extra-3.13.0-49-generic
linux-image-extra-3.13.0-51-generic
linux-image-extra-3.13.0-52-generic
linux-image-extra-3.13.0-53-generic
linux-image-extra-3.13.0-55-generic
linux-image-generic

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

sudo apt-get --purge remove linux-image-3.13.0-52-generic

sudo apt-get --purge remove linux-image-3.13.0-51-generic

sudo apt-get --purge remove linux-image-3.13.0-49-generic

sudo apt-get --purge remove linux-image-3.13.0-32-generic

sudo apt-get --purge autoremove

May help

Revision history for this message
irwanshah (miwanshah) said :
#7

Hi actionparsnip (andrew-woodhead666)

The problem still exist. Here is the result when I use apt-get update:

y7z1s@master:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Get:1 http://archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://archive.ubuntu.com trusty-backports Release.gpg
Get:2 http://archive.ubuntu.com trusty-security Release.gpg [933 B]
Hit http://archive.ubuntu.com trusty Release
Get:3 http://archive.ubuntu.com trusty-updates Release [63.5 kB]
Hit http://archive.ubuntu.com trusty-backports Release
Get:4 http://archive.ubuntu.com trusty-security Release [63.5 kB]
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Get:5 http://archive.ubuntu.com trusty-updates/main Sources [210 kB]
Get:6 http://archive.ubuntu.com trusty-updates/restricted Sources [3,433 B]
Get:7 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,151 B]
Get:8 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [11.8 kB]
Get:9 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [12.1 kB]
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-backports/main Sources
Hit http://archive.ubuntu.com trusty-backports/restricted Sources
Hit http://archive.ubuntu.com trusty-backports/universe Sources
Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
Get:10 http://archive.ubuntu.com trusty-security/main Sources [87.2 kB]
Get:11 http://archive.ubuntu.com trusty-security/restricted Sources [2,061 B]
Get:12 http://archive.ubuntu.com trusty-security/universe Sources [26.5 kB]
Get:13 http://archive.ubuntu.com trusty-security/multiverse Sources [2,337 B]
Get:14 http://archive.ubuntu.com trusty-security/restricted i386 Packages [8,846 B]
Get:15 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [3,854 B]
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Get:16 http://archive.ubuntu.com trusty-security/main Translation-en [156 kB]
Get:17 http://archive.ubuntu.com trusty-updates/universe Sources [151 kB]
Get:18 http://archive.ubuntu.com trusty-updates/main i386 Packages [688 kB]
Get:19 http://archive.ubuntu.com trusty-updates/universe i386 Packages [380 kB]
Get:20 http://archive.ubuntu.com trusty-updates/main Translation-en [2,558 kB]
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Get:21 http://archive.ubuntu.com trusty-security/main i386 Packages [359 kB]
Err http://archive.ubuntu.com trusty-security/universe i386 Packages

Err http://archive.ubuntu.com trusty-security/universe i386 Packages
  404 Not Found [IP: 91.189.92.201 80]
Fetched 3,845 kB in 4min 20s (14.8 kB/s)
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/source/Sources 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/universe/binary-i386/Packages Hash Sum mismatch

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

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

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

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

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

Those "404 Not Found" and "Hash Sum mismatch" errors are a bit strange.

Normal behavior is that the package management system tries accessing .../main/source/Sources and should get a 404 error (because that file definitely does not exist) and then should try .../main/source/Sources.bz2 and/or .../main/source/Sources.gz (those do exist).

What I see on your system looks as if there is data received from those non-existent pages.

What kind of internet connection do you have? Who is your provider?
There are some internet providers who - instead of an empty page with the 404 code - return a "this page does not exist - did you want to access ... instead?" page. Such functionality breaks the logic of Ubuntu package management.

Do you know whether you have such function in your internet connection?

If you try accessing http://archive.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages in your internet browser - do you get just an error message created by browser, or does the resulting page seem to be a real web page created by your ISP with the error message and some more information?

Revision history for this message
irwanshah (miwanshah) said :
#9

Hi Manfred Hampl (m-hampl)

I used ethernet connection andmy internet provider is Jaring but will change to Maxis around this week. I am not sure if Jaring have such function as I only encountered this kind of problem just last week.

I access the link using Firefox and it shows "Not Found

The requested URL /ubuntu/dists/trusty-security/main/binary-i386/Packages was not found on this server.
Apache/2.4.7 (Ubuntu) Server at archive.ubuntu.com Port 80"

I think the error message is created by the browser.

Hope my information can enlighten you a bit.

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

Try changing your repository server from http://archive.ubuntu.com to another one in your vicinity.

Open software-center, go to settings, and then select a local repository server from the pulldown list as shown in http://i.stack.imgur.com/6OZxm.png

Then re-try
sudo apt-get update
and paste all output that you get into this question document again.

Revision history for this message
irwanshah (miwanshah) said :
#11

Hi Manfred Hampl (m-hampl)

Sorry for the late reply. I selected ubuntu.tuxuri.com/ubuntu from Malaysia. When I try to reload the Software & Updates, error appear.

"Failed to download repository information

Check your internet connection

W:Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch
, W:Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/source/Sources Hash Sum mismatch
, W:Failed to fetch http://ubuntu.tFailed to download repository information

Check youruxuri.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch
, W:Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch
, W:Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch
, W:Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch
, W:Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch
, W:Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages Hash Sum mismatch
, W:Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-security/main/i18n/Translation-en Hash Sum mismatch
, E:Some index files failed to download. They have been ignored, or old ones used instead."

And this is what I get after run apt-get update:

"y7z1s@master:~$ sudo apt-get update
[sudo] password for y7z1s:
Ign http://ubuntu.tuxuri.com trusty InRelease
Ign http://ubuntu.tuxuri.com trusty-updates InRelease
Ign http://ubuntu.tuxuri.com trusty-backports InRelease
Ign http://ubuntu.tuxuri.com trusty-security InRelease
Hit http://ubuntu.tuxuri.com trusty Release.gpg
Hit http://ubuntu.tuxuri.com trusty-updates Release.gpg
Hit http://ubuntu.tuxuri.com trusty-backports Release.gpg
Hit http://ubuntu.tuxuri.com trusty-security Release.gpg
Hit http://ubuntu.tuxuri.com trusty Release
Hit http://ubuntu.tuxuri.com trusty-updates Release
Hit http://ubuntu.tuxuri.com trusty-backports Release
Hit http://ubuntu.tuxuri.com trusty-security Release
Hit http://ubuntu.tuxuri.com trusty/main Sources
Hit http://ubuntu.tuxuri.com trusty/restricted Sources
Hit http://ubuntu.tuxuri.com trusty/universe Sources
Hit http://ubuntu.tuxuri.com trusty/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty/main Translation-en
Hit http://ubuntu.tuxuri.com trusty/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty/universe Translation-en
Get:1 http://ubuntu.tuxuri.com trusty-updates/main Sources [210 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-updates/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/main Sources
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-backports/universe Sources
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-backports/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/main Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/universe Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/main Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-security/universe Sources
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-security/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/universe Translation-en
Err http://ubuntu.tuxuri.com trusty-updates/universe Sources
  404 Not Found
Err http://ubuntu.tuxuri.com trusty-updates/main i386 Packages
  404 Not Found
Ign http://ubuntu.tuxuri.com trusty/main Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/multiverse Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/restricted Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/universe Translation-en_US
Get:2 http://ubuntu.tuxuri.com trusty-updates/universe i386 Packages [380 kB]
Get:3 http://ubuntu.tuxuri.com trusty-updates/main Translation-en [331 kB]
Get:4 http://ubuntu.tuxuri.com trusty-updates/universe Translation-en [192 kB]
Get:5 http://ubuntu.tuxuri.com trusty-security/main i386 Packages [359 kB]
Get:6 http://ubuntu.tuxuri.com trusty-security/universe i386 Packages [140 kB]
Get:7 http://ubuntu.tuxuri.com trusty-security/main Translation-en [193 kB]
Fetched 1,595 kB in 2min 1s (13.1 kB/s)
W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/source/Sources 404 Not Found

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages 404 Not Found

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

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

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

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

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
y7z1s@master:~$"

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

You definitely seem to have a problem with your network connection. I do not know what it is, and I do not see any possibility to correct that from inside Ubuntu.

For doing some more testing:

Repeat the "sudo apt-get update" command three times. Is the list of warning/errors staying the same, or do you see different (maybe less) error messages in the second / third attempt?

Revision history for this message
irwanshah (miwanshah) said :
#13

Hi Manfred Hampl (m-hampl) ,

After done 3 attempt in apt-get update, I notice that there are no "Source 404 Not Found" error on 2nd attempt. Here are the result for all apt-get update attempt:

****1st ATTEMPT****
y7z1s@master:~$ sudo apt-get update
[sudo] password for y7z1s:
Ign http://ubuntu.tuxuri.com trusty InRelease
Ign http://ubuntu.tuxuri.com trusty-updates InRelease
Ign http://ubuntu.tuxuri.com trusty-backports InRelease
Ign http://ubuntu.tuxuri.com trusty-security InRelease
Hit http://ubuntu.tuxuri.com trusty Release.gpg
Get:1 http://ubuntu.tuxuri.com trusty-updates Release.gpg [933 B]
Get:2 http://ubuntu.tuxuri.com trusty-backports Release.gpg [933 B]
Hit http://ubuntu.tuxuri.com trusty-security Release.gpg
Hit http://ubuntu.tuxuri.com trusty Release
Get:3 http://ubuntu.tuxuri.com trusty-updates Release [63.5 kB]
Get:4 http://ubuntu.tuxuri.com trusty-backports Release [63.5 kB]
Hit http://ubuntu.tuxuri.com trusty-security Release
Hit http://ubuntu.tuxuri.com trusty/main Sources
Hit http://ubuntu.tuxuri.com trusty/restricted Sources
Hit http://ubuntu.tuxuri.com trusty/universe Sources
Hit http://ubuntu.tuxuri.com trusty/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty/main Translation-en
Hit http://ubuntu.tuxuri.com trusty/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty/universe Translation-en
Get:5 http://ubuntu.tuxuri.com trusty-updates/main Sources [210 kB]
Get:6 http://ubuntu.tuxuri.com trusty-updates/restricted Sources [3,433 B]
Get:7 http://ubuntu.tuxuri.com trusty-updates/multiverse Sources [5,151 B]
Get:8 http://ubuntu.tuxuri.com trusty-updates/restricted i386 Packages [11.8 kB]
Get:9 http://ubuntu.tuxuri.com trusty-updates/multiverse i386 Packages [12.1 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Translation-en
Get:10 http://ubuntu.tuxuri.com trusty-backports/main Sources [5,851 B]
Get:11 http://ubuntu.tuxuri.com trusty-backports/restricted Sources [28 B]
Get:12 http://ubuntu.tuxuri.com trusty-backports/universe Sources [27.8 kB]
Get:13 http://ubuntu.tuxuri.com trusty-backports/multiverse Sources [1,898 B]
Get:14 http://ubuntu.tuxuri.com trusty-backports/main i386 Packages [6,285 B]
Get:15 http://ubuntu.tuxuri.com trusty-backports/restricted i386 Packages [28 B]
Get:16 http://ubuntu.tuxuri.com trusty-backports/universe i386 Packages [31.1 kB]
Get:17 http://ubuntu.tuxuri.com trusty-backports/multiverse i386 Packages [1,249 B]
Hit http://ubuntu.tuxuri.com trusty-backports/main Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Translation-en
Get:18 http://ubuntu.tuxuri.com trusty-backports/universe Translation-en [28.2 kB]
Hit http://ubuntu.tuxuri.com trusty-security/main Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-security/universe Sources
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-security/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/universe Translation-en
Ign http://ubuntu.tuxuri.com trusty/main Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/multiverse Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/restricted Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/universe Translation-en_US
Get:19 http://ubuntu.tuxuri.com trusty-security/main Translation-en [156 kB]
Err http://ubuntu.tuxuri.com trusty-updates/universe Sources

Err http://ubuntu.tuxuri.com trusty-updates/universe Sources
  404 Not Found
Err http://ubuntu.tuxuri.com trusty-updates/main i386 Packages
  404 Not Found
Get:20 http://ubuntu.tuxuri.com trusty-updates/universe i386 Packages [380 kB]
Get:21 http://ubuntu.tuxuri.com trusty-updates/main Translation-en [2,558 kB]
Get:22 http://ubuntu.tuxuri.com trusty-updates/universe Translation-en [777 kB]
Get:23 http://ubuntu.tuxuri.com trusty-security/main i386 Packages [359 kB]
Get:24 http://ubuntu.tuxuri.com trusty-security/universe i386 Packages [140 kB]
Fetched 4,097 kB in 6min 2s (11.3 kB/s)
W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/source/Sources 404 Not Found

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages 404 Not Found

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

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

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
y7z1s@master:~$

****2nd ATTEMPT****
y7z1s@master:~$ sudo apt-get update
[sudo] password for y7z1s:
Ign http://ubuntu.tuxuri.com trusty InRelease
Ign http://ubuntu.tuxuri.com trusty-updates InRelease
Ign http://ubuntu.tuxuri.com trusty-backports InRelease
Ign http://ubuntu.tuxuri.com trusty-security InRelease
Hit http://ubuntu.tuxuri.com trusty Release.gpg
Hit http://ubuntu.tuxuri.com trusty-updates Release.gpg
Hit http://ubuntu.tuxuri.com trusty-backports Release.gpg
Hit http://ubuntu.tuxuri.com trusty-security Release.gpg
Hit http://ubuntu.tuxuri.com trusty Release
Hit http://ubuntu.tuxuri.com trusty-updates Release
Hit http://ubuntu.tuxuri.com trusty-backports Release
Hit http://ubuntu.tuxuri.com trusty-security Release
Hit http://ubuntu.tuxuri.com trusty/main Sources
Hit http://ubuntu.tuxuri.com trusty/restricted Sources
Hit http://ubuntu.tuxuri.com trusty/universe Sources
Hit http://ubuntu.tuxuri.com trusty/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty/main Translation-en
Hit http://ubuntu.tuxuri.com trusty/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty/universe Translation-en
Get:1 http://ubuntu.tuxuri.com trusty-updates/main Sources [210 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Sources
Get:2 http://ubuntu.tuxuri.com trusty-updates/universe Sources [121 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Sources
Get:3 http://ubuntu.tuxuri.com trusty-updates/main i386 Packages [543 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Translation-en
Get:4 http://ubuntu.tuxuri.com trusty-updates/universe i386 Packages [291 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/main Sources
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Sources
Get:5 http://ubuntu.tuxuri.com trusty-updates/main Translation-en [269 kB]
Hit http://ubuntu.tuxuri.com trusty-backports/universe Sources
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-backports/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/restricted i386 Packages
Get:6 http://ubuntu.tuxuri.com trusty-updates/universe Translation-en [152 kB]
Hit http://ubuntu.tuxuri.com trusty-backports/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/main Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/universe Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/main Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-security/universe Sources
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Sources
Get:7 http://ubuntu.tuxuri.com trusty-security/main i386 Packages [285 kB]
Hit http://ubuntu.tuxuri.com trusty-security/restricted i386 Packages
Get:8 http://ubuntu.tuxuri.com trusty-security/universe i386 Packages [109 kB]
Hit http://ubuntu.tuxuri.com trusty-security/multiverse i386 Packages
Get:9 http://ubuntu.tuxuri.com trusty-security/main Translation-en [156 kB]
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/universe Translation-en
Ign http://ubuntu.tuxuri.com trusty/main Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/multiverse Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/restricted Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/universe Translation-en_US
Fetched 2,135 kB in 8s (252 kB/s)
W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/source/Sources Hash Sum mismatch

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

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

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

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

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

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
y7z1s@master:~$

****3rd ATTETMPT****
y7z1s@master:~$ sudo apt-get update
[sudo] password for y7z1s:
Ign http://ubuntu.tuxuri.com trusty InRelease
Ign http://ubuntu.tuxuri.com trusty-updates InRelease
Ign http://ubuntu.tuxuri.com trusty-backports InRelease
Ign http://ubuntu.tuxuri.com trusty-security InRelease
Hit http://ubuntu.tuxuri.com trusty Release.gpg
Hit http://ubuntu.tuxuri.com trusty-updates Release.gpg
Hit http://ubuntu.tuxuri.com trusty-backports Release.gpg
Hit http://ubuntu.tuxuri.com trusty-security Release.gpg
Hit http://ubuntu.tuxuri.com trusty Release
Hit http://ubuntu.tuxuri.com trusty-updates Release
Hit http://ubuntu.tuxuri.com trusty-backports Release
Hit http://ubuntu.tuxuri.com trusty-security Release
Hit http://ubuntu.tuxuri.com trusty/main Sources
Hit http://ubuntu.tuxuri.com trusty/restricted Sources
Hit http://ubuntu.tuxuri.com trusty/universe Sources
Hit http://ubuntu.tuxuri.com trusty/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty/main Translation-en
Hit http://ubuntu.tuxuri.com trusty/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty/universe Translation-en
Get:1 http://ubuntu.tuxuri.com trusty-updates/main Sources [210 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-updates/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/main Sources
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-backports/universe Sources
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-backports/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/main Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/universe Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/main Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-security/universe Sources
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-security/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/universe Translation-en
Err http://ubuntu.tuxuri.com trusty-updates/universe Sources
  404 Not Found
Err http://ubuntu.tuxuri.com trusty-updates/main i386 Packages
  404 Not Found
Ign http://ubuntu.tuxuri.com trusty/main Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/multiverse Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/restricted Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/universe Translation-en_US
Get:2 http://ubuntu.tuxuri.com trusty-updates/universe i386 Packages [380 kB]
Get:3 http://ubuntu.tuxuri.com trusty-updates/main Translation-en [331 kB]
Get:4 http://ubuntu.tuxuri.com trusty-updates/universe Translation-en [192 kB]
Get:5 http://ubuntu.tuxuri.com trusty-security/main i386 Packages [359 kB]
Get:6 http://ubuntu.tuxuri.com trusty-security/universe i386 Packages [140 kB]
Get:7 http://ubuntu.tuxuri.com trusty-security/main Translation-en [193 kB]
Fetched 1,595 kB in 2min 1s (13.1 kB/s)
W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/source/Sources 404 Not Found

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages 404 Not Found

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

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

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

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

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
y7z1s@master:~$

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

Even if there are no '404' messages any more, there are still those 'Hash Sum mismatch' errors.
They tell that a checksum test on the data received from the internet failed. This shows that the data have been modified during transfer. The only explanation that I have for that is network errors or network problems.

For the purpose of an in-depth investigation please do the following:

Open a terminal window and issue the command

wget http://ubuntu.tuxuri.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages -O -

What is the output?

Revision history for this message
irwanshah (miwanshah) said :
#15

Hi Manfred Hampl (m-hampl),

This is the output:

y7z1s@master:~$ wget http://ubuntu.tuxuri.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages -O -
--2015-06-29 14:41:06-- http://ubuntu.tuxuri.com/ubuntu/dists/trusty-security/universe/binary-i386/Packages
Resolving ubuntu.tuxuri.com (ubuntu.tuxuri.com)... 219.92.84.6
Connecting to ubuntu.tuxuri.com (ubuntu.tuxuri.com)|219.92.84.6|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-06-29 14:41:06 ERROR 404: Not Found.

y7z1s@master:~$

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

The output of the wget command is what it should be.

What is the output of

ls -l /var/lib/apt/lists/
ls -l /var/lib/apt/lists/partial/

?

Revision history for this message
irwanshah (miwanshah) said :
#17

Hi Manfred Hampl (m-hampl),

y7z1s@master:~$ ls -l /var/lib/apt/lists/
total 308180
-rw-r--r-- 1 root root 23929 Jun 10 15:57 archive.ubuntu.com_ubuntu_dists_trusty-backports_main_binary-i386_Packages
-rw-r--r-- 1 root root 12436 Apr 15 23:32 archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en
-rw-r--r-- 1 root root 18278 Jun 10 16:00 archive.ubuntu.com_ubuntu_dists_trusty-backports_main_source_Sources
-rw-r--r-- 1 root root 2465 Jun 10 15:57 archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 1407 Okt 8 2014 archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 4444 Jun 10 16:00 archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_source_Sources
-rw-r--r-- 1 root root 63505 Jun 10 16:01 archive.ubuntu.com_ubuntu_dists_trusty-backports_Release
-rw-r--r-- 1 root root 933 Jun 10 16:01 archive.ubuntu.com_ubuntu_dists_trusty-backports_Release.gpg
-rw-r--r-- 1 root root 0 Jun 10 15:57 archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 0 Okt 18 2013 archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 0 Jun 10 16:00 archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_source_Sources
-rw-r--r-- 1 root root 146015 Jun 10 15:57 archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_binary-i386_Packages
-rw-r--r-- 1 root root 103187 Jun 10 02:52 archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en
-rw-r--r-- 1 root root 105025 Jun 10 16:00 archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_source_Sources
-rw-r--r-- 1 root root 8205285 Mei 20 21:52 archive.ubuntu.com_ubuntu_dists_trusty_main_binary-i386_Packages
-rw-r--r-- 1 root root 4149211 Mei 20 21:53 archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
-rw-r--r-- 1 root root 5000095 Mei 21 08:01 archive.ubuntu.com_ubuntu_dists_trusty_main_source_Sources
-rw-r--r-- 1 root root 673626 Mei 20 21:51 archive.ubuntu.com_ubuntu_dists_trusty_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 409353 Apr 16 2014 archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 711248 Mei 21 08:04 archive.ubuntu.com_ubuntu_dists_trusty_multiverse_source_Sources
-rw-r--r-- 1 root root 58512 Mei 8 2014 archive.ubuntu.com_ubuntu_dists_trusty_Release
-rw-r--r-- 1 root root 933 Mei 8 2014 archive.ubuntu.com_ubuntu_dists_trusty_Release.gpg
-rw-r--r-- 1 root root 185074 Mei 8 2014 archive.ubuntu.com_ubuntu_dists_trusty_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 21217 Jan 19 2014 archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 22871 Mei 8 2014 archive.ubuntu.com_ubuntu_dists_trusty_restricted_source_Sources
-rw-r--r-- 1 root root 1884424 Jun 23 10:08 archive.ubuntu.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1778525 Jun 25 19:55 archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 433408 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-security_main_source_Sources
-rw-r--r-- 1 root root 13353 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 5770 Mei 6 02:06 archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 5864 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_source_Sources
-rw-r--r-- 1 root root 63459 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-security_Release
-rw-r--r-- 1 root root 933 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-security_Release.gpg
-rw-r--r-- 1 root root 135980 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 15388 Dis 11 2014 archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 8902 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_source_Sources
-rw-r--r-- 1 root root 318262 Jun 23 20:42 archive.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en
-rw-r--r-- 1 root root 107922 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-security_universe_source_Sources
-rw-r--r-- 1 root root 31721739 Jun 4 12:19 archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_Packages
-rw-r--r-- 1 root root 18635427 Jun 5 06:53 archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en
-rw-r--r-- 1 root root 27857155 Jun 4 01:29 archive.ubuntu.com_ubuntu_dists_trusty_universe_source_Sources
-rw-r--r-- 1 root root 2557630 Jun 25 21:23 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 59608 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 21675 Mei 6 02:48 archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 15776 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_source_Sources
-rw-r--r-- 1 root root 63457 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-updates_Release
-rw-r--r-- 1 root root 933 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-updates_Release.gpg
-rw-r--r-- 1 root root 171170 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 18022 Mei 19 18:53 archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 13919 Jun 26 10:50 archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_source_Sources
-rw-r--r-- 1 root root 776810 Jun 23 21:42 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en
-rw-r----- 1 root root 0 Jun 25 11:10 lock
-rw-r--r-- 1 root root 23929 Jun 10 15:57 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_main_binary-i386_Packages
-rw-r--r-- 1 root root 12436 Apr 15 23:32 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_main_i18n_Translation-en
-rw-r--r-- 1 root root 18278 Jun 10 16:00 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_main_source_Sources
-rw-r--r-- 1 root root 2465 Jun 10 15:57 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 1407 Okt 8 2014 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 4444 Jun 10 16:00 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_multiverse_source_Sources
-rw-r--r-- 1 root root 63505 Jun 10 16:01 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_Release
-rw-r--r-- 1 root root 933 Jun 10 16:01 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_Release.gpg
-rw-r--r-- 1 root root 0 Jun 10 15:57 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 0 Okt 18 2013 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 0 Jun 10 16:00 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_restricted_source_Sources
-rw-r--r-- 1 root root 146015 Jun 10 15:57 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_universe_binary-i386_Packages
-rw-r--r-- 1 root root 103187 Jun 10 02:52 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_universe_i18n_Translation-en
-rw-r--r-- 1 root root 105025 Jun 10 16:00 mirror1.ku.ac.th_ubuntu_dists_trusty-backports_universe_source_Sources
-rw-r--r-- 1 root root 8205285 Mei 20 21:52 mirror1.ku.ac.th_ubuntu_dists_trusty_main_binary-i386_Packages
-rw-r--r-- 1 root root 4149211 Mei 20 21:53 mirror1.ku.ac.th_ubuntu_dists_trusty_main_i18n_Translation-en
-rw-r--r-- 1 root root 5000095 Mei 21 08:01 mirror1.ku.ac.th_ubuntu_dists_trusty_main_source_Sources
-rw-r--r-- 1 root root 673626 Mei 20 21:51 mirror1.ku.ac.th_ubuntu_dists_trusty_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 409353 Apr 16 2014 mirror1.ku.ac.th_ubuntu_dists_trusty_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 711248 Mei 21 08:04 mirror1.ku.ac.th_ubuntu_dists_trusty_multiverse_source_Sources
-rw-r--r-- 1 root root 58512 Mei 8 2014 mirror1.ku.ac.th_ubuntu_dists_trusty_Release
-rw-r--r-- 1 root root 933 Mei 8 2014 mirror1.ku.ac.th_ubuntu_dists_trusty_Release.gpg
-rw-r--r-- 1 root root 185074 Mei 8 2014 mirror1.ku.ac.th_ubuntu_dists_trusty_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 21217 Jan 19 2014 mirror1.ku.ac.th_ubuntu_dists_trusty_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 22871 Mei 8 2014 mirror1.ku.ac.th_ubuntu_dists_trusty_restricted_source_Sources
-rw-r--r-- 1 root root 428102 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-security_main_source_Sources
-rw-r--r-- 1 root root 13353 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-security_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 5770 Mei 6 02:06 mirror1.ku.ac.th_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 5864 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-security_multiverse_source_Sources
-rw-r--r-- 1 root root 63459 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-security_Release
-rw-r--r-- 1 root root 933 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-security_Release.gpg
-rw-r--r-- 1 root root 135980 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-security_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 15388 Dis 11 2014 mirror1.ku.ac.th_ubuntu_dists_trusty-security_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 8902 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-security_restricted_source_Sources
-rw-r--r-- 1 root root 318262 Jun 23 20:42 mirror1.ku.ac.th_ubuntu_dists_trusty-security_universe_i18n_Translation-en
-rw-r--r-- 1 root root 107922 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-security_universe_source_Sources
-rw-r--r-- 1 root root 31721739 Jun 4 12:19 mirror1.ku.ac.th_ubuntu_dists_trusty_universe_binary-i386_Packages
-rw-r--r-- 1 root root 18635427 Jun 5 06:53 mirror1.ku.ac.th_ubuntu_dists_trusty_universe_i18n_Translation-en
-rw-r--r-- 1 root root 27857155 Jun 4 01:29 mirror1.ku.ac.th_ubuntu_dists_trusty_universe_source_Sources
-rw-r--r-- 1 root root 2542641 Jun 21 06:33 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 59608 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 21675 Mei 6 02:48 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 15776 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_multiverse_source_Sources
-rw-r--r-- 1 root root 63457 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_Release
-rw-r--r-- 1 root root 933 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_Release.gpg
-rw-r--r-- 1 root root 171170 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 18022 Mei 19 18:53 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 13919 Jun 24 08:31 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_restricted_source_Sources
drwxr-xr-x 2 root root 16384 Jun 30 08:05 partial
-rw-r--r-- 1 root root 23929 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_main_binary-i386_Packages
-rw-r--r-- 1 root root 12436 Apr 15 23:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en
-rw-r--r-- 1 root root 18278 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_main_source_Sources
-rw-r--r-- 1 root root 3341 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 2242 Jun 29 10:06 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 4444 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_multiverse_source_Sources
-rw-r--r-- 1 root root 63505 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_Release
-rw-r--r-- 1 root root 933 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_Release.gpg
-rw-r--r-- 1 root root 0 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 0 Okt 18 2013 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 0 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_restricted_source_Sources
-rw-r--r-- 1 root root 159373 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_universe_binary-i386_Packages
-rw-r--r-- 1 root root 115354 Jun 29 10:06 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en
-rw-r--r-- 1 root root 110759 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_universe_source_Sources
-rw-r--r-- 1 root root 8205285 Mei 20 21:52 ubuntu.tuxuri.com_ubuntu_dists_trusty_main_binary-i386_Packages
-rw-r--r-- 1 root root 4149211 Mei 20 21:53 ubuntu.tuxuri.com_ubuntu_dists_trusty_main_i18n_Translation-en
-rw-r--r-- 1 root root 5000095 Mei 21 08:01 ubuntu.tuxuri.com_ubuntu_dists_trusty_main_source_Sources
-rw-r--r-- 1 root root 673626 Mei 20 21:51 ubuntu.tuxuri.com_ubuntu_dists_trusty_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 409353 Apr 16 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 711248 Mei 21 08:04 ubuntu.tuxuri.com_ubuntu_dists_trusty_multiverse_source_Sources
-rw-r--r-- 1 root root 58512 Mei 8 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_Release
-rw-r--r-- 1 root root 933 Mei 8 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_Release.gpg
-rw-r--r-- 1 root root 185074 Mei 8 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 21217 Jan 19 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 22871 Mei 8 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_restricted_source_Sources
-rw-r--r-- 1 root root 1778970 Jun 30 01:07 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 434734 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_source_Sources
-rw-r--r-- 1 root root 13353 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 5770 Mei 6 02:06 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 5864 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_multiverse_source_Sources
-rw-r--r-- 1 root root 63459 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_Release
-rw-r--r-- 1 root root 933 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_Release.gpg
-rw-r--r-- 1 root root 135980 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 15388 Dis 11 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 8902 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_restricted_source_Sources
-rw-r--r-- 1 root root 318262 Jun 23 20:42 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en
-rw-r--r-- 1 root root 107922 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_source_Sources
-rw-r--r-- 1 root root 31721739 Jun 4 12:19 ubuntu.tuxuri.com_ubuntu_dists_trusty_universe_binary-i386_Packages
-rw-r--r-- 1 root root 18635427 Jun 5 06:53 ubuntu.tuxuri.com_ubuntu_dists_trusty_universe_i18n_Translation-en
-rw-r--r-- 1 root root 27857155 Jun 4 01:29 ubuntu.tuxuri.com_ubuntu_dists_trusty_universe_source_Sources
-rw-r--r-- 1 root root 2557630 Jun 25 21:23 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 59608 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 21675 Mei 6 02:48 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 15776 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_multiverse_source_Sources
-rw-r--r-- 1 root root 63457 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_Release
-rw-r--r-- 1 root root 933 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_Release.gpg
-rw-r--r-- 1 root root 171170 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 18022 Mei 19 18:53 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 13919 Jun 30 04:01 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_restricted_source_Sources
-rw-r--r-- 1 root root 1738199 Jun 28 16:17 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 776810 Jun 23 21:42 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en

*********************************************************************************************************************

y7z1s@master:~$ ls -l /var/lib/apt/lists/partial/
total 45872
-rw-r--r-- 1 root root 359052 Jun 26 11:02 archive.ubuntu.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1884424 Jun 26 11:02 archive.ubuntu.com_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 156313 Jun 21 06:34 archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 1767539 Jun 21 06:34 archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 933 Jun 26 10:35 archive.ubuntu.com_ubuntu_dists_trusty-security_Release.gpg.reverify
-rw-r--r-- 1 root root 139904 Jun 26 07:40 archive.ubuntu.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 26 07:40 archive.ubuntu.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 687946 Jun 23 07:07 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548290 Jun 23 07:07 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 2542641 Jun 26 10:52 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jun 26 10:58 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jun 26 10:58 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 933 Jun 26 10:35 archive.ubuntu.com_ubuntu_dists_trusty-updates_Release.gpg.reverify
-rw-r--r-- 1 root root 379786 Jun 26 11:00 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735089 Jun 26 11:00 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 774563 Jun 23 07:39 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 151410 Jun 18 07:56 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 575376 Jun 18 07:56 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 284572 Jun 21 06:41 mirror1.ku.ac.th_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1883287 Jun 21 06:41 mirror1.ku.ac.th_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 156313 Jun 21 06:34 mirror1.ku.ac.th_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 1767539 Jun 21 06:34 mirror1.ku.ac.th_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 108647 Jun 21 06:41 mirror1.ku.ac.th_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 21 06:41 mirror1.ku.ac.th_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 542773 Jun 21 06:33 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548348 Jun 21 06:33 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jun 21 06:41 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jun 21 06:41 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 290663 Jun 21 06:33 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735118 Jun 21 06:33 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 151532 Jun 21 06:32 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_universe_i18n_Translation-en
-rw-r--r-- 1 root root 774563 Jun 21 06:32 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 121472 Jun 21 06:41 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 577148 Jun 21 06:41 mirror1.ku.ac.th_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 933 Jun 29 08:15 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_Release.gpg.reverify
-rw-r--r-- 1 root root 359052 Jun 30 08:05 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1884424 Jun 30 08:05 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 1767539 Jun 18 06:26 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 933 Jun 26 15:53 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_Release.gpg.reverify
-rw-r--r-- 1 root root 139904 Jun 19 14:55 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 19 14:55 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 542773 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548348 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 2542641 Jun 23 07:08 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jun 30 08:03 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jun 30 08:03 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 933 Jun 29 08:15 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_Release.gpg.reverify
-rw-r--r-- 1 root root 379786 Jun 29 11:49 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735089 Jun 29 11:49 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 774563 Jun 23 07:39 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 121472 Jun 29 11:47 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 577148 Jun 29 11:47 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
y7z1s@master:~$

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

Try cleaning that up:

sudo rm /var/lib/apt/lists/partial/*
sudo rm /var/lib/apt/lists/archive.ubuntu.com_ubuntu_*
sudo rm /var/lib/apt/lists/mirror1.ku.ac.th_ubuntu_*
sudo rm /var/lib/apt/lists/ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
sudo rm /var/lib/apt/lists/ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
sudo rm /var/lib/apt/lists/ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
sudo rm /var/lib/apt/lists/ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en

then re-try
sudo apt.get update
and finally copy/paste the output into this document again.

Revision history for this message
irwanshah (miwanshah) said :
#19

Hi Manfred Hampl (m-hampl) ,

I've try clear up and re-try apt-get update but it seems same error occured.

y7z1s@master:~$ sudo apt-get update
Ign http://ubuntu.tuxuri.com trusty InRelease
Ign http://ubuntu.tuxuri.com trusty-updates InRelease
Ign http://ubuntu.tuxuri.com trusty-backports InRelease
Ign http://ubuntu.tuxuri.com trusty-security InRelease
Hit http://ubuntu.tuxuri.com trusty Release.gpg
Get:1 http://ubuntu.tuxuri.com trusty-updates Release.gpg [933 B]
Hit http://ubuntu.tuxuri.com trusty-backports Release.gpg
Get:2 http://ubuntu.tuxuri.com trusty-security Release.gpg [933 B]
Hit http://ubuntu.tuxuri.com trusty Release
Get:3 http://ubuntu.tuxuri.com trusty-updates Release [63.5 kB]
Hit http://ubuntu.tuxuri.com trusty-backports Release
Get:4 http://ubuntu.tuxuri.com trusty-security Release [63.5 kB]
Hit http://ubuntu.tuxuri.com trusty/main Sources
Hit http://ubuntu.tuxuri.com trusty/restricted Sources
Hit http://ubuntu.tuxuri.com trusty/universe Sources
Hit http://ubuntu.tuxuri.com trusty/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty/main Translation-en
Hit http://ubuntu.tuxuri.com trusty/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty/universe Translation-en
Get:5 http://ubuntu.tuxuri.com trusty-updates/main Sources [210 kB]
Get:6 http://ubuntu.tuxuri.com trusty-updates/restricted Sources [3,433 B]
Get:7 http://ubuntu.tuxuri.com trusty-updates/universe Sources [121 kB]
Get:8 http://ubuntu.tuxuri.com trusty-updates/multiverse Sources [5,151 B]
Get:9 http://ubuntu.tuxuri.com trusty-updates/main i386 Packages [543 kB]
Get:10 http://ubuntu.tuxuri.com trusty-updates/restricted i386 Packages [11.8 kB]
Get:11 http://ubuntu.tuxuri.com trusty-updates/multiverse i386 Packages [12.1 kB]
Get:12 http://ubuntu.tuxuri.com trusty-updates/universe i386 Packages [291 kB]
Get:13 http://ubuntu.tuxuri.com trusty-updates/main Translation-en [269 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Translation-en
Get:14 http://ubuntu.tuxuri.com trusty-updates/universe Translation-en [152 kB]
Hit http://ubuntu.tuxuri.com trusty-backports/main Sources
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-backports/universe Sources
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-backports/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/main Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/universe Translation-en
Get:15 http://ubuntu.tuxuri.com trusty-security/main Sources [87.4 kB]
Get:16 http://ubuntu.tuxuri.com trusty-security/restricted Sources [2,061 B]
Get:17 http://ubuntu.tuxuri.com trusty-security/universe Sources [28.1 kB]
Get:18 http://ubuntu.tuxuri.com trusty-security/multiverse Sources [2,337 B]
Get:19 http://ubuntu.tuxuri.com trusty-security/main i386 Packages [285 kB]
Get:20 http://ubuntu.tuxuri.com trusty-security/restricted i386 Packages [8,846 B]
Get:21 http://ubuntu.tuxuri.com trusty-security/universe i386 Packages [109 kB]
Get:22 http://ubuntu.tuxuri.com trusty-security/multiverse i386 Packages [3,854 B]
Get:23 http://ubuntu.tuxuri.com trusty-security/main Translation-en [156 kB]
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/universe Translation-en
Ign http://ubuntu.tuxuri.com trusty/main Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/multiverse Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/restricted Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/universe Translation-en_US
Fetched 2,429 kB in 4s (517 kB/s)
W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/source/Sources Hash Sum mismatch

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

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

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

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

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

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
y7z1s@master:~$

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

No 404 message any more, just "Hash sum mismatch". Maybe that is progress.

What is now the output of

ls -l /var/lib/apt/lists/
ls -l /var/lib/apt/lists/partial/

Revision history for this message
irwanshah (miwanshah) said :
#21

Hi Manfred Hampl (m-hampl),

y7z1s@master:~$ ls -l /var/lib/apt/lists/
total 97432
-rw-r----- 1 root root 0 Jun 25 11:10 lock
drwxr-xr-x 2 root root 16384 Jul 2 18:22 partial
-rw-r--r-- 1 root root 23929 Jun 29 14:51 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_main_binary-i386_Packages
-rw-r--r-- 1 root root 12436 Apr 15 23:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en
-rw-r--r-- 1 root root 18278 Jun 29 14:54 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_main_source_Sources
-rw-r--r-- 1 root root 3341 Jun 29 14:51 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 2242 Jun 29 10:06 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 4444 Jun 29 14:54 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_multiverse_source_Sources
-rw-r--r-- 1 root root 63505 Jun 29 14:55 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_Release
-rw-r--r-- 1 root root 933 Jun 29 14:55 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_Release.gpg
-rw-r--r-- 1 root root 0 Jun 29 14:51 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 0 Okt 18 2013 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 0 Jun 29 14:54 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_restricted_source_Sources
-rw-r--r-- 1 root root 159373 Jun 29 14:51 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_universe_binary-i386_Packages
-rw-r--r-- 1 root root 115354 Jun 29 10:06 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en
-rw-r--r-- 1 root root 110759 Jun 29 14:54 ubuntu.tuxuri.com_ubuntu_dists_trusty-backports_universe_source_Sources
-rw-r--r-- 1 root root 8205285 Mei 20 21:52 ubuntu.tuxuri.com_ubuntu_dists_trusty_main_binary-i386_Packages
-rw-r--r-- 1 root root 4149211 Mei 20 21:53 ubuntu.tuxuri.com_ubuntu_dists_trusty_main_i18n_Translation-en
-rw-r--r-- 1 root root 5000095 Mei 21 08:01 ubuntu.tuxuri.com_ubuntu_dists_trusty_main_source_Sources
-rw-r--r-- 1 root root 673626 Mei 20 21:51 ubuntu.tuxuri.com_ubuntu_dists_trusty_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 409353 Apr 16 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 711248 Mei 21 08:04 ubuntu.tuxuri.com_ubuntu_dists_trusty_multiverse_source_Sources
-rw-r--r-- 1 root root 58512 Mei 8 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_Release
-rw-r--r-- 1 root root 933 Mei 8 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_Release.gpg
-rw-r--r-- 1 root root 185074 Mei 8 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 21217 Jan 19 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 22871 Mei 8 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty_restricted_source_Sources
-rw-r--r-- 1 root root 434734 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_source_Sources
-rw-r--r-- 1 root root 13353 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 5770 Mei 6 02:06 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 5864 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_multiverse_source_Sources
-rw-r--r-- 1 root root 63459 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_Release
-rw-r--r-- 1 root root 933 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_Release.gpg
-rw-r--r-- 1 root root 135980 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 15388 Dis 11 2014 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 8902 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_restricted_source_Sources
-rw-r--r-- 1 root root 326646 Jul 2 05:40 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en
-rw-r--r-- 1 root root 114157 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_source_Sources
-rw-r--r-- 1 root root 31721739 Jun 4 12:19 ubuntu.tuxuri.com_ubuntu_dists_trusty_universe_binary-i386_Packages
-rw-r--r-- 1 root root 18635427 Jun 5 06:53 ubuntu.tuxuri.com_ubuntu_dists_trusty_universe_i18n_Translation-en
-rw-r--r-- 1 root root 27857155 Jun 4 01:29 ubuntu.tuxuri.com_ubuntu_dists_trusty_universe_source_Sources
-rw-r--r-- 1 root root 59608 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_multiverse_binary-i386_Packages
-rw-r--r-- 1 root root 21675 Mei 6 02:48 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en
-rw-r--r-- 1 root root 15776 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_multiverse_source_Sources
-rw-r--r-- 1 root root 63457 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_Release
-rw-r--r-- 1 root root 933 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_Release.gpg
-rw-r--r-- 1 root root 171170 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_restricted_binary-i386_Packages
-rw-r--r-- 1 root root 18022 Mei 19 18:53 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en
-rw-r--r-- 1 root root 13919 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_restricted_source_Sources

*************************************************************************************************************************
y7z1s@master:~$ ls -l /var/lib/apt/lists/partial/
total 16348
-rw-r--r-- 1 root root 284572 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1883287 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 156313 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 1767539 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 933 Jul 2 08:08 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_Release.gpg.reverify
-rw-r--r-- 1 root root 108647 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 542773 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548348 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 268924 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 2542641 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 933 Jul 2 08:08 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_Release.gpg.reverify
-rw-r--r-- 1 root root 290663 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735118 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 151532 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en
-rw-r--r-- 1 root root 774563 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 121472 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 577148 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
y7z1s@master:~$

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

Ok. Let's try to check whether the problem is consistently re-appearing or if there is some random variation.

Try
ls -l /var/lib/apt/lists/partial/
sudo rm /var/lib/apt/lists/partial/*
sudo apt-get update
ls -l /var/lib/apt/lists/partial/
sudo rm /var/lib/apt/lists/partial/*
sudo apt-get update
ls -l /var/lib/apt/lists/partial/
sudo rm /var/lib/apt/lists/partial/*

and copy/paste all output again.

Revision history for this message
irwanshah (miwanshah) said :
#23

Hi nfred Hampl (m-hampl),

I've noticed that the problem is consistent:

y7z1s@master:~$ ls -l /var/lib/apt/lists/partial/
total 16348
-rw-r--r-- 1 root root 284572 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1883287 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 156313 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 1767539 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 933 Jul 2 08:08 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_Release.gpg.reverify
-rw-r--r-- 1 root root 108647 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 542773 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548348 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 268924 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 2542641 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 933 Jul 2 08:08 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_Release.gpg.reverify
-rw-r--r-- 1 root root 290663 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735118 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 151532 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en
-rw-r--r-- 1 root root 774563 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 121472 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 577148 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
******************************************************************************
y7z1s@master:~$ sudo rm /var/lib/apt/lists/partial/*
[sudo] password for y7z1s:
******************************************************************************
y7z1s@master:~$ sudo apt-get update
Ign http://ubuntu.tuxuri.com trusty InRelease
Ign http://ubuntu.tuxuri.com trusty-updates InRelease
Ign http://ubuntu.tuxuri.com trusty-backports InRelease
Ign http://ubuntu.tuxuri.com trusty-security InRelease
Hit http://ubuntu.tuxuri.com trusty Release.gpg
Hit http://ubuntu.tuxuri.com trusty-updates Release.gpg
Hit http://ubuntu.tuxuri.com trusty-backports Release.gpg
Hit http://ubuntu.tuxuri.com trusty-security Release.gpg
Hit http://ubuntu.tuxuri.com trusty Release
Hit http://ubuntu.tuxuri.com trusty-updates Release
Hit http://ubuntu.tuxuri.com trusty-backports Release
Hit http://ubuntu.tuxuri.com trusty-security Release
Hit http://ubuntu.tuxuri.com trusty/main Sources
Hit http://ubuntu.tuxuri.com trusty/restricted Sources
Hit http://ubuntu.tuxuri.com trusty/universe Sources
Hit http://ubuntu.tuxuri.com trusty/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty/main Translation-en
Hit http://ubuntu.tuxuri.com trusty/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty/universe Translation-en
Get:1 http://ubuntu.tuxuri.com trusty-updates/main Sources [210 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-updates/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/main Sources
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Sources
Get:2 http://ubuntu.tuxuri.com trusty-updates/universe Sources [121 kB]
Get:3 http://ubuntu.tuxuri.com trusty-updates/main i386 Packages [543 kB]
Hit http://ubuntu.tuxuri.com trusty-backports/universe Sources
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-backports/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/universe i386 Packages
Get:4 http://ubuntu.tuxuri.com trusty-updates/universe i386 Packages [291 kB]
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse i386 Packages
Get:5 http://ubuntu.tuxuri.com trusty-updates/main Translation-en [269 kB]
Hit http://ubuntu.tuxuri.com trusty-backports/main Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/universe Translation-en
Get:6 http://ubuntu.tuxuri.com trusty-updates/universe Translation-en [152 kB]
Hit http://ubuntu.tuxuri.com trusty-security/main Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-security/universe Sources
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Sources
Get:7 http://ubuntu.tuxuri.com trusty-security/main i386 Packages [285 kB]
Hit http://ubuntu.tuxuri.com trusty-security/restricted i386 Packages
Get:8 http://ubuntu.tuxuri.com trusty-security/universe i386 Packages [109 kB]
Hit http://ubuntu.tuxuri.com trusty-security/multiverse i386 Packages
Get:9 http://ubuntu.tuxuri.com trusty-security/main Translation-en [156 kB]
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/universe Translation-en
Ign http://ubuntu.tuxuri.com trusty/main Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/multiverse Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/restricted Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/universe Translation-en_US
Fetched 2,135 kB in 4s (460 kB/s)
W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/source/Sources Hash Sum mismatch

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

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

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

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

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

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
******************************************************************************
y7z1s@master:~$ ls -l /var/lib/apt/lists/partial/
total 16340
-rw-r--r-- 1 root root 284572 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1883287 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 156313 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 1767539 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 108647 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 542773 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548348 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 268924 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 2542641 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 290663 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735118 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 151532 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en
-rw-r--r-- 1 root root 774563 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 121472 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 577148 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
******************************************************************************
y7z1s@master:~$ sudo rm /var/lib/apt/lists/partial/*
******************************************************************************
y7z1s@master:~$ sudo apt-get update
Ign http://ubuntu.tuxuri.com trusty InRelease
Ign http://ubuntu.tuxuri.com trusty-updates InRelease
Ign http://ubuntu.tuxuri.com trusty-backports InRelease
Ign http://ubuntu.tuxuri.com trusty-security InRelease
Hit http://ubuntu.tuxuri.com trusty Release.gpg
Hit http://ubuntu.tuxuri.com trusty-updates Release.gpg
Hit http://ubuntu.tuxuri.com trusty-backports Release.gpg
Hit http://ubuntu.tuxuri.com trusty-security Release.gpg
Hit http://ubuntu.tuxuri.com trusty Release
Hit http://ubuntu.tuxuri.com trusty-updates Release
Hit http://ubuntu.tuxuri.com trusty-backports Release
Hit http://ubuntu.tuxuri.com trusty-security Release
Hit http://ubuntu.tuxuri.com trusty/restricted Sources
Hit http://ubuntu.tuxuri.com trusty/main Sources
Hit http://ubuntu.tuxuri.com trusty/universe Sources
Hit http://ubuntu.tuxuri.com trusty/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty/main Translation-en
Hit http://ubuntu.tuxuri.com trusty/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty/universe Translation-en
Get:1 http://ubuntu.tuxuri.com trusty-updates/main Sources [210 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Sources
Get:2 http://ubuntu.tuxuri.com trusty-updates/universe Sources [121 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Sources
Get:3 http://ubuntu.tuxuri.com trusty-updates/main i386 Packages [543 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/restricted i386 Packages
Get:4 http://ubuntu.tuxuri.com trusty-updates/universe i386 Packages [291 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse i386 Packages
Get:5 http://ubuntu.tuxuri.com trusty-updates/main Translation-en [269 kB]
Hit http://ubuntu.tuxuri.com trusty-updates/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-updates/restricted Translation-en
Get:6 http://ubuntu.tuxuri.com trusty-updates/universe Translation-en [152 kB]
Hit http://ubuntu.tuxuri.com trusty-backports/main Sources
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-backports/universe Sources
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Sources
Hit http://ubuntu.tuxuri.com trusty-backports/main i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/restricted i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/universe i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse i386 Packages
Hit http://ubuntu.tuxuri.com trusty-backports/main Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-backports/universe Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/main Sources
Hit http://ubuntu.tuxuri.com trusty-security/restricted Sources
Hit http://ubuntu.tuxuri.com trusty-security/universe Sources
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Sources
Get:7 http://ubuntu.tuxuri.com trusty-security/main i386 Packages [285 kB]
Hit http://ubuntu.tuxuri.com trusty-security/restricted i386 Packages
Get:8 http://ubuntu.tuxuri.com trusty-security/universe i386 Packages [109 kB]
Hit http://ubuntu.tuxuri.com trusty-security/multiverse i386 Packages
Get:9 http://ubuntu.tuxuri.com trusty-security/main Translation-en [156 kB]
Hit http://ubuntu.tuxuri.com trusty-security/multiverse Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/restricted Translation-en
Hit http://ubuntu.tuxuri.com trusty-security/universe Translation-en
Ign http://ubuntu.tuxuri.com trusty/main Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/multiverse Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/restricted Translation-en_US
Ign http://ubuntu.tuxuri.com trusty/universe Translation-en_US
Fetched 2,135 kB in 4s (450 kB/s)
W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://ubuntu.tuxuri.com/ubuntu/dists/trusty-updates/universe/source/Sources Hash Sum mismatch

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

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

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

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

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

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
*******************************************************************************
y7z1s@master:~$ ls -l /var/lib/apt/lists/partial/
total 16340
-rw-r--r-- 1 root root 284572 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1883287 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 156313 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 1767539 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 108647 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 542773 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548348 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 268924 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 2542641 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 290663 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735118 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 151532 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en
-rw-r--r-- 1 root root 774563 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 121472 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 577148 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
*******************************************************************************
y7z1s@master:~$ sudo rm /var/lib/apt/lists/partial/*
y7z1s@master:~$

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

Yes, the output seems identical (with the exception of a slight different in sequence in the apt-get update output).

Now try switching to another repository server and provide the output of

sudo apt-get update
ls -l /var/lib/apt/lists/partial/

again.

Revision history for this message
irwanshah (miwanshah) said :
#25

Hi Manfred Hampl (m-hampl),

I've change to main server repository. Error 404 Not Found and Hash sum mismatch occurred. The "Hash sum mismatch" error same with previous one.

y7z1s@master:~$ sudo apt-get update
[sudo] password for y7z1s:
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty-updates Release.gpg
Hit http://archive.ubuntu.com trusty-backports Release.gpg
Hit http://archive.ubuntu.com trusty-security Release.gpg
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty-updates Release
Hit http://archive.ubuntu.com trusty-backports Release
Hit http://archive.ubuntu.com trusty-security Release
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Get:1 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Get:2 http://archive.ubuntu.com trusty-updates/main Sources [210 kB]
Hit http://archive.ubuntu.com trusty-updates/restricted Sources
Hit http://archive.ubuntu.com trusty-updates/multiverse Sources
Hit http://archive.ubuntu.com trusty-updates/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse i386 Packages
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-backports/main Sources
Hit http://archive.ubuntu.com trusty-backports/restricted Sources
Hit http://archive.ubuntu.com trusty-backports/universe Sources
Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
Hit http://archive.ubuntu.com trusty-security/main Sources
Hit http://archive.ubuntu.com trusty-security/restricted Sources
Hit http://archive.ubuntu.com trusty-security/universe Sources
Hit http://archive.ubuntu.com trusty-security/multiverse Sources
Hit http://archive.ubuntu.com trusty-security/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Err http://archive.ubuntu.com trusty-updates/universe Sources
  404 Not Found [IP: 91.189.91.23 80]
Err http://archive.ubuntu.com trusty-updates/main i386 Packages
  404 Not Found [IP: 91.189.91.23 80]
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Get:3 http://archive.ubuntu.com trusty-updates/universe i386 Packages [380 kB]
Get:4 http://archive.ubuntu.com trusty-updates/main Translation-en [331 kB]
Get:5 http://archive.ubuntu.com trusty-updates/universe Translation-en [192 kB]
Get:6 http://archive.ubuntu.com trusty-security/main i386 Packages [359 kB]
Get:7 http://archive.ubuntu.com trusty-security/universe i386 Packages [140 kB]
Get:8 http://archive.ubuntu.com trusty-security/main Translation-en [193 kB]
Fetched 1,769 kB in 2min 20s (12.6 kB/s)
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/source/Sources Hash Sum mismatch

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/source/Sources 404 Not Found [IP: 91.189.91.23 80]

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

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/main/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-security/main/binary-i386/Packages Hash Sum mismatch

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

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

E: Some index files failed to download. They have been ignored, or old ones used instead.
*******************************************************************************
y7z1s@master:~$ ls -l /var/lib/apt/lists/partial/
total 33020
-rw-r--r-- 1 root root 359052 Jun 23 10:08 archive.ubuntu.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1884424 Jun 23 10:08 archive.ubuntu.com_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 193211 Jun 18 06:26 archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 1767539 Jun 18 06:26 archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 139904 Jun 19 14:55 archive.ubuntu.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 19 14:55 archive.ubuntu.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 542773 Jun 21 06:33 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548348 Jun 21 06:33 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 330666 Jun 23 07:08 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 2542641 Jun 23 07:08 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jul 3 11:11 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jul 3 11:11 archive.ubuntu.com_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 379786 Jun 23 07:07 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735089 Jun 23 07:07 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 192386 Jun 23 07:39 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en
-rw-r--r-- 1 root root 774563 Jun 23 07:39 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 121472 Jun 21 06:41 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 577148 Jun 21 06:41 archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 284572 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages
-rw-r--r-- 1 root root 1883287 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 156313 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
-rw-r--r-- 1 root root 1767539 Jun 21 06:34 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 933 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_Release.gpg.reverify
-rw-r--r-- 1 root root 108647 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages
-rw-r--r-- 1 root root 656533 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-security_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 542773 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages
-rw-r--r-- 1 root root 3548348 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 268924 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
-rw-r--r-- 1 root root 2542641 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 210158 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources
-rw-r--r-- 1 root root 1080028 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_main_source_Sources.decomp.FAILED
-rw-r--r-- 1 root root 933 Jul 2 16:30 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_Release.gpg.reverify
-rw-r--r-- 1 root root 290663 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages
-rw-r--r-- 1 root root 1735118 Jun 21 06:33 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages.decomp.FAILED
-rw-r--r-- 1 root root 151532 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en
-rw-r--r-- 1 root root 774563 Jun 21 06:32 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en.decomp.FAILED
-rw-r--r-- 1 root root 121472 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources
-rw-r--r-- 1 root root 577148 Jun 21 06:41 ubuntu.tuxuri.com_ubuntu_dists_trusty-updates_universe_source_Sources.decomp.FAILED
y7z1s@master:~$

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

Your output is somewhat unexpected.
When switching the repository server all cached files from the previous server should be automatically deleted from your cache directory, but I still see the tuxuri.com files.

What is the output of

ls -l /etc/apt/apt.conf /etc/apt/apt.conf.d
apt-cache policy apt

Revision history for this message
irwanshah (miwanshah) said :
#27

Hi Manfred Hampl (m-hampl),

This is the output:

y7z1s@master:~$ ls -l /etc/apt/apt.conf /etc/apt/apt.conf.d
ls: cannot access /etc/apt/apt.conf: No such file or directory
/etc/apt/apt.conf.d:
total 48
-rw-rw-r-- 1 root root 49 Apr 24 11:45 00aptitude
-rw-rw-r-- 1 root root 40 Apr 24 11:43 00trustcdrom
-rw-r--r-- 1 root root 643 Apr 10 2014 01autoremove
-rw-r--r-- 1 root root 1058 Jun 26 10:44 01autoremove-kernels
-rw-r--r-- 1 root root 129 Ogos 22 2011 10periodic
-rw-r--r-- 1 root root 108 Ogos 22 2011 15update-stamp
-rw-r--r-- 1 root root 85 Ogos 22 2011 20archive
-rw-r--r-- 1 root root 123 Apr 10 2014 20changelog
-rw-r--r-- 1 root root 243 Mac 11 2013 20dbus
-rw-r--r-- 1 root root 2331 Apr 3 2014 50unattended-upgrades
-rw-r--r-- 1 root root 182 Feb 23 2014 70debconf
-rw-r--r-- 1 root root 231 Ogos 22 2011 99update-notifier

y7z1s@master:~$ apt-cache policy apt
apt:
  Installed: 1.0.1ubuntu2.8
  Candidate: 1.0.1ubuntu2.8
  Version table:
 *** 1.0.1ubuntu2.8 0
        100 /var/lib/dpkg/status
     1.0.1ubuntu2 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

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

What is the output of

grep -v '^#' /etc/apt/apt.conf.d/*

Revision history for this message
irwanshah (miwanshah) said :
#29

Hi, Manfred Hampl (m-hampl)

y7z1s@master:~$ grep -v '^#' /etc/apt/apt.conf.d/*
/etc/apt/apt.conf.d/00aptitude:Aptitude::Get-Root-Command "sudo:/usr/bin/sudo";
/etc/apt/apt.conf.d/00trustcdrom:APT::Authentication::TrustCDROM "true";
/etc/apt/apt.conf.d/01autoremove:APT
/etc/apt/apt.conf.d/01autoremove:{
/etc/apt/apt.conf.d/01autoremove: NeverAutoRemove
/etc/apt/apt.conf.d/01autoremove: {
/etc/apt/apt.conf.d/01autoremove: "^firmware-linux.*";
/etc/apt/apt.conf.d/01autoremove: "^linux-firmware$";
/etc/apt/apt.conf.d/01autoremove: };
/etc/apt/apt.conf.d/01autoremove:
/etc/apt/apt.conf.d/01autoremove: VersionedKernelPackages
/etc/apt/apt.conf.d/01autoremove: {
/etc/apt/apt.conf.d/01autoremove: # linux kernels
/etc/apt/apt.conf.d/01autoremove: "linux-image";
/etc/apt/apt.conf.d/01autoremove: "linux-headers";
/etc/apt/apt.conf.d/01autoremove: "linux-image-extra";
/etc/apt/apt.conf.d/01autoremove: "linux-signed-image";
/etc/apt/apt.conf.d/01autoremove: # kfreebsd kernels
/etc/apt/apt.conf.d/01autoremove: "kfreebsd-image";
/etc/apt/apt.conf.d/01autoremove: "kfreebsd-headers";
/etc/apt/apt.conf.d/01autoremove: # hurd kernels
/etc/apt/apt.conf.d/01autoremove: "gnumach-image";
/etc/apt/apt.conf.d/01autoremove: # (out-of-tree) modules
/etc/apt/apt.conf.d/01autoremove: ".*-modules";
/etc/apt/apt.conf.d/01autoremove: ".*-kernel";
/etc/apt/apt.conf.d/01autoremove: "linux-backports-modules-.*";
/etc/apt/apt.conf.d/01autoremove: # tools
/etc/apt/apt.conf.d/01autoremove: "linux-tools";
/etc/apt/apt.conf.d/01autoremove: };
/etc/apt/apt.conf.d/01autoremove:
/etc/apt/apt.conf.d/01autoremove: Never-MarkAuto-Sections
/etc/apt/apt.conf.d/01autoremove: {
/etc/apt/apt.conf.d/01autoremove: "metapackages";
/etc/apt/apt.conf.d/01autoremove: "restricted/metapackages";
/etc/apt/apt.conf.d/01autoremove: "universe/metapackages";
/etc/apt/apt.conf.d/01autoremove: "multiverse/metapackages";
/etc/apt/apt.conf.d/01autoremove: "oldlibs";
/etc/apt/apt.conf.d/01autoremove: "restricted/oldlibs";
/etc/apt/apt.conf.d/01autoremove: "universe/oldlibs";
/etc/apt/apt.conf.d/01autoremove: "multiverse/oldlibs";
/etc/apt/apt.conf.d/01autoremove: };
/etc/apt/apt.conf.d/01autoremove:};
/etc/apt/apt.conf.d/01autoremove-kernels:// DO NOT EDIT! File autogenerated by /etc/kernel/postinst.d/apt-auto-removal
/etc/apt/apt.conf.d/01autoremove-kernels:APT::NeverAutoRemove
/etc/apt/apt.conf.d/01autoremove-kernels:{
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-image-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-image-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-headers-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-headers-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-image-extra-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-image-extra-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-signed-image-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-signed-image-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^kfreebsd-image-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^kfreebsd-image-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^kfreebsd-headers-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^kfreebsd-headers-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^gnumach-image-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^gnumach-image-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^.*-modules-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^.*-modules-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^.*-kernel-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^.*-kernel-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-backports-modules-.*-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-backports-modules-.*-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-tools-3\.13\.0-53-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels: "^linux-tools-3\.13\.0-55-generic$";
/etc/apt/apt.conf.d/01autoremove-kernels:};
/etc/apt/apt.conf.d/10periodic:APT::Periodic::Update-Package-Lists "1";
/etc/apt/apt.conf.d/10periodic:APT::Periodic::Download-Upgradeable-Packages "0";
/etc/apt/apt.conf.d/10periodic:APT::Periodic::AutocleanInterval "0";
/etc/apt/apt.conf.d/15update-stamp:APT::Update::Post-Invoke-Success {"touch /var/lib/apt/periodic/update-success-stamp 2>/dev/null || true";};
/etc/apt/apt.conf.d/20archive:APT::Archives::MaxAge "30";
/etc/apt/apt.conf.d/20archive:APT::Archives::MinAge "2";
/etc/apt/apt.conf.d/20archive:APT::Archives::MaxSize "500";
/etc/apt/apt.conf.d/20changelog:// Server information for apt-changelog
/etc/apt/apt.conf.d/20changelog:APT {
/etc/apt/apt.conf.d/20changelog: Changelogs {
/etc/apt/apt.conf.d/20changelog: Server "http://changelogs.ubuntu.com/changelogs";
/etc/apt/apt.conf.d/20changelog: };
/etc/apt/apt.conf.d/20changelog:};
/etc/apt/apt.conf.d/20dbus:// Notify all clients to reload the cache
/etc/apt/apt.conf.d/20dbus:APT::Update::Post-Invoke-Success { "[ ! -f /var/run/dbus/system_bus_socket ] || /usr/bin/dbus-send --system --dest=org.debian.apt --type=signal /org/debian/apt org.debian.apt.CacheChanged || true"; };
/etc/apt/apt.conf.d/50unattended-upgrades:// Automatically upgrade packages from these (origin:archive) pairs
/etc/apt/apt.conf.d/50unattended-upgrades:Unattended-Upgrade::Allowed-Origins {
/etc/apt/apt.conf.d/50unattended-upgrades: "${distro_id}:${distro_codename}-security";
/etc/apt/apt.conf.d/50unattended-upgrades:// "${distro_id}:${distro_codename}-updates";
/etc/apt/apt.conf.d/50unattended-upgrades:// "${distro_id}:${distro_codename}-proposed";
/etc/apt/apt.conf.d/50unattended-upgrades:// "${distro_id}:${distro_codename}-backports";
/etc/apt/apt.conf.d/50unattended-upgrades:};
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// List of packages to not update (regexp are supported)
/etc/apt/apt.conf.d/50unattended-upgrades:Unattended-Upgrade::Package-Blacklist {
/etc/apt/apt.conf.d/50unattended-upgrades:// "vim";
/etc/apt/apt.conf.d/50unattended-upgrades:// "libc6";
/etc/apt/apt.conf.d/50unattended-upgrades:// "libc6-dev";
/etc/apt/apt.conf.d/50unattended-upgrades:// "libc6-i686";
/etc/apt/apt.conf.d/50unattended-upgrades:};
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// This option allows you to control if on a unclean dpkg exit
/etc/apt/apt.conf.d/50unattended-upgrades:// unattended-upgrades will automatically run
/etc/apt/apt.conf.d/50unattended-upgrades:// dpkg --force-confold --configure -a
/etc/apt/apt.conf.d/50unattended-upgrades:// The default is true, to ensure updates keep getting installed
/etc/apt/apt.conf.d/50unattended-upgrades://Unattended-Upgrade::AutoFixInterruptedDpkg "false";
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// Split the upgrade into the smallest possible chunks so that
/etc/apt/apt.conf.d/50unattended-upgrades:// they can be interrupted with SIGUSR1. This makes the upgrade
/etc/apt/apt.conf.d/50unattended-upgrades:// a bit slower but it has the benefit that shutdown while a upgrade
/etc/apt/apt.conf.d/50unattended-upgrades:// is running is possible (with a small delay)
/etc/apt/apt.conf.d/50unattended-upgrades://Unattended-Upgrade::MinimalSteps "true";
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// Install all unattended-upgrades when the machine is shuting down
/etc/apt/apt.conf.d/50unattended-upgrades:// instead of doing it in the background while the machine is running
/etc/apt/apt.conf.d/50unattended-upgrades:// This will (obviously) make shutdown slower
/etc/apt/apt.conf.d/50unattended-upgrades://Unattended-Upgrade::InstallOnShutdown "true";
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// Send email to this address for problems or packages upgrades
/etc/apt/apt.conf.d/50unattended-upgrades:// If empty or unset then no email is sent, make sure that you
/etc/apt/apt.conf.d/50unattended-upgrades:// have a working mail setup on your system. A package that provides
/etc/apt/apt.conf.d/50unattended-upgrades:// 'mailx' must be installed. E.g. "<email address hidden>"
/etc/apt/apt.conf.d/50unattended-upgrades://Unattended-Upgrade::Mail "root";
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// Set this value to "true" to get emails only on errors. Default
/etc/apt/apt.conf.d/50unattended-upgrades:// is to always send a mail if Unattended-Upgrade::Mail is set
/etc/apt/apt.conf.d/50unattended-upgrades://Unattended-Upgrade::MailOnlyOnError "true";
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// Do automatic removal of new unused dependencies after the upgrade
/etc/apt/apt.conf.d/50unattended-upgrades:// (equivalent to apt-get autoremove)
/etc/apt/apt.conf.d/50unattended-upgrades://Unattended-Upgrade::Remove-Unused-Dependencies "false";
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// Automatically reboot *WITHOUT CONFIRMATION*
/etc/apt/apt.conf.d/50unattended-upgrades:// if the file /var/run/reboot-required is found after the upgrade
/etc/apt/apt.conf.d/50unattended-upgrades://Unattended-Upgrade::Automatic-Reboot "false";
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// If automatic reboot is enabled and needed, reboot at the specific
/etc/apt/apt.conf.d/50unattended-upgrades:// time instead of immediately
/etc/apt/apt.conf.d/50unattended-upgrades:// Default: "now"
/etc/apt/apt.conf.d/50unattended-upgrades://Unattended-Upgrade::Automatic-Reboot-Time "02:00";
/etc/apt/apt.conf.d/50unattended-upgrades:
/etc/apt/apt.conf.d/50unattended-upgrades:// Use apt bandwidth limit feature, this example limits the download
/etc/apt/apt.conf.d/50unattended-upgrades:// speed to 70kb/sec
/etc/apt/apt.conf.d/50unattended-upgrades://Acquire::http::Dl-Limit "70";
/etc/apt/apt.conf.d/70debconf:// Pre-configure all packages with debconf before they are installed.
/etc/apt/apt.conf.d/70debconf:// If you don't like it, comment it out.
/etc/apt/apt.conf.d/70debconf:DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};
/etc/apt/apt.conf.d/99update-notifier:DPkg::Post-Invoke {"if [ -d /var/lib/update-notifier ]; then touch /var/lib/update-notifier/dpkg-run-stamp; fi; if [ -e /var/lib/update-notifier/updates-available ]; then echo > /var/lib/update-notifier/updates-available; fi "; };

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

I am a bit running out of ideas where to look for the root cause.

try the following

apt-cache policy update-manager
sudo rm -rf /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists/partial
sudo apt-get update

and copy/paste the output again.

Revision history for this message
irwanshah (miwanshah) said :
#31

Hi Manfred Hampl (m-hampl),

I cant create directory at '/var/lib/apt/lists/partial' but the apt-get update is successful. Any idea what will be the cause? Here is the output:

y7z1s@master:~$ apt-cache policy update-manager
update-manager:
  Installed: 1:0.196.13
  Candidate: 1:0.196.13
  Version table:
 *** 1:0.196.13 0
        100 /var/lib/dpkg/status
     1:0.196.11 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
**********************************************************************************************
y7z1s@master:~$ sudo rm -rf /var/lib/apt/lists
[sudo] password for y7z1s:
**********************************************************************************************
y7z1s@master:~$ sudo mkdir /var/lib/apt/lists/partial
mkdir: cannot create directory ‘/var/lib/apt/lists/partial’: No such file or directory
**********************************************************************************************
y7z1s@master:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Get:1 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:2 http://archive.ubuntu.com trusty-updates Release.gpg [933 B]
Get:3 http://archive.ubuntu.com trusty-backports Release.gpg [933 B]
Get:4 http://archive.ubuntu.com trusty-security Release.gpg [933 B]
Get:5 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:6 http://archive.ubuntu.com trusty-updates Release [63.5 kB]
Get:7 http://archive.ubuntu.com trusty-backports Release [63.5 kB]
Get:8 http://archive.ubuntu.com trusty-security Release [63.5 kB]
Get:9 http://archive.ubuntu.com trusty/main Sources [1,064 kB]
Get:10 http://archive.ubuntu.com trusty/restricted Sources [5,433 B]
Get:11 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]
Get:12 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
Get:13 http://archive.ubuntu.com trusty/main i386 Packages [1,348 kB]
Get:14 http://archive.ubuntu.com trusty/restricted i386 Packages [13.4 kB]
Get:15 http://archive.ubuntu.com trusty/universe i386 Packages [5,866 kB]
Get:16 http://archive.ubuntu.com trusty/multiverse i386 Packages [134 kB]
Get:17 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
Get:18 http://archive.ubuntu.com trusty/multiverse Translation-en [102 kB]
Get:19 http://archive.ubuntu.com trusty/restricted Translation-en [3,457 B]
Get:20 http://archive.ubuntu.com trusty/universe Translation-en [4,089 kB]
Get:21 http://archive.ubuntu.com trusty-updates/main Sources [212 kB]
Get:22 http://archive.ubuntu.com trusty-updates/restricted Sources [3,433 B]
Get:23 http://archive.ubuntu.com trusty-updates/universe Sources [123 kB]
Get:24 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,151 B]
Get:25 http://archive.ubuntu.com trusty-updates/main i386 Packages [548 kB]
Get:26 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [11.8 kB]
Get:27 http://archive.ubuntu.com trusty-updates/universe i386 Packages [292 kB]
Get:28 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [12.1 kB]
Get:29 http://archive.ubuntu.com trusty-updates/main Translation-en [271 kB]
Get:30 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [6,148 B]
Get:31 http://archive.ubuntu.com trusty-updates/restricted Translation-en [2,774 B]
Get:32 http://archive.ubuntu.com trusty-updates/universe Translation-en [154 kB]
Get:33 http://archive.ubuntu.com trusty-backports/main Sources [5,851 B]
Get:34 http://archive.ubuntu.com trusty-backports/restricted Sources [28 B]
Get:35 http://archive.ubuntu.com trusty-backports/universe Sources [28.4 kB]
Get:36 http://archive.ubuntu.com trusty-backports/multiverse Sources [1,898 B]
Get:37 http://archive.ubuntu.com trusty-backports/main i386 Packages [6,285 B]
Get:38 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [28 B]
Get:39 http://archive.ubuntu.com trusty-backports/universe i386 Packages [32.6 kB]
Get:40 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,552 B]
Get:41 http://archive.ubuntu.com trusty-backports/main Translation-en [3,645 B]
Get:42 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,215 B]
Get:43 http://archive.ubuntu.com trusty-backports/restricted Translation-en [14 B]
Get:44 http://archive.ubuntu.com trusty-backports/universe Translation-en [29.6 kB]
Get:45 http://archive.ubuntu.com trusty-security/main Sources [87.4 kB]
Get:46 http://archive.ubuntu.com trusty-security/restricted Sources [2,061 B]
Get:47 http://archive.ubuntu.com trusty-security/universe Sources [28.1 kB]
Get:48 http://archive.ubuntu.com trusty-security/multiverse Sources [2,337 B]
Get:49 http://archive.ubuntu.com trusty-security/main i386 Packages [290 kB]
Get:50 http://archive.ubuntu.com trusty-security/restricted i386 Packages [8,846 B]
Get:51 http://archive.ubuntu.com trusty-security/universe i386 Packages [111 kB]
Get:52 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [3,854 B]
Get:53 http://archive.ubuntu.com trusty-security/main Translation-en [159 kB]
Get:54 http://archive.ubuntu.com trusty-security/multiverse Translation-en [1,679 B]
Get:55 http://archive.ubuntu.com trusty-security/restricted Translation-en [2,266 B]
Get:56 http://archive.ubuntu.com trusty-security/universe Translation-en [64.0 kB]
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Fetched 22.7 MB in 1min 29s (255 kB/s)
Reading package lists... Done
y7z1s@master:~$

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

Forget about the error message
mkdir: cannot create directory ‘/var/lib/apt/lists/partial’: No such file or directory
It is caused by a missing line from the package management troubleshooting procedure.

It should have been (don't execute these commands now!):
sudo rm -rf /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists/partial

In any case, finally there is no error message any more in the latest execution of the apt-get update command!

Now please provide the output of

apt-get --simulate dist-upgrade

Revision history for this message
irwanshah (miwanshah) said :
#33

Hi Manfred Hampl (m-hampl),

This is the output:

y7z1s@master:~$ apt-get --simulate dist-upgrade
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  ghostscript ghostscript-x irqbalance libgs9 libgs9-common
  libnautilus-extension1a nautilus nautilus-data
8 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst irqbalance [1.0.6-2ubuntu0.14.04.1] (1.0.6-2ubuntu0.14.04.2 Ubuntu:14.04/trusty-updates [i386])
Inst ghostscript [9.10~dfsg-0ubuntu10.2] (9.10~dfsg-0ubuntu10.3 Ubuntu:14.04/trusty-updates [i386]) [ghostscript-x:i386 ]
Inst ghostscript-x [9.10~dfsg-0ubuntu10.2] (9.10~dfsg-0ubuntu10.3 Ubuntu:14.04/trusty-updates [i386]) []
Inst libgs9-common [9.10~dfsg-0ubuntu10.2] (9.10~dfsg-0ubuntu10.3 Ubuntu:14.04/trusty-updates [all]) []
Inst libgs9 [9.10~dfsg-0ubuntu10.2] (9.10~dfsg-0ubuntu10.3 Ubuntu:14.04/trusty-updates [i386])
Inst libnautilus-extension1a [1:3.10.1-0ubuntu9.8] (1:3.10.1-0ubuntu9.9 Ubuntu:14.04/trusty-updates [i386])
Inst nautilus-data [1:3.10.1-0ubuntu9.8] (1:3.10.1-0ubuntu9.9 Ubuntu:14.04/trusty-updates [all])
Inst nautilus [1:3.10.1-0ubuntu9.8] (1:3.10.1-0ubuntu9.9 Ubuntu:14.04/trusty-updates [i386])
Conf irqbalance (1.0.6-2ubuntu0.14.04.2 Ubuntu:14.04/trusty-updates [i386])
Conf libgs9-common (9.10~dfsg-0ubuntu10.3 Ubuntu:14.04/trusty-updates [all])
Conf libgs9 (9.10~dfsg-0ubuntu10.3 Ubuntu:14.04/trusty-updates [i386])
Conf ghostscript (9.10~dfsg-0ubuntu10.3 Ubuntu:14.04/trusty-updates [i386])
Conf ghostscript-x (9.10~dfsg-0ubuntu10.3 Ubuntu:14.04/trusty-updates [i386])
Conf libnautilus-extension1a (1:3.10.1-0ubuntu9.9 Ubuntu:14.04/trusty-updates [i386])
Conf nautilus-data (1:3.10.1-0ubuntu9.9 Ubuntu:14.04/trusty-updates [all])
Conf nautilus (1:3.10.1-0ubuntu9.9 Ubuntu:14.04/trusty-updates [i386])
y7z1s@master:~$

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

I do not see anything that would indicate further problems.

Executing

sudo apt-get dist-upgrade

should complete the package updates on your system.

I have to confess that I do not have a clue why you got these "Hash sum mismatch" errors, and why they disappeared in the last update. Please keep an eye on your package management processes and report new problems in case that they shows up.

Revision history for this message
irwanshah (miwanshah) said :
#35

Hi Manfred Hampl (m-hampl),

Might the "Hash sum mismatch" error was caused by my internet provider as you said before.

I will report any new problem if exist. Anyway, thank you very much for your time and your kind help. :)

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

The details of the broken files in the .../partial directory do not support my assumption that your internet provider might be causing your problems. I am inclined that there is still something on your own system that does not work as expected, but I was not able yet to narrow down the potential root cause.

Revision history for this message
irwanshah (miwanshah) said :
#37

Hi Manfred Hampl (m-hampl) ,

The problem with apt-get update just occurred recently and there was no such error happened before. Is there anything that I can do to identify the root cause?

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

As I already said, I was not able to identify the root cause of your problem, and I am running out of ideas where to search further.

If the "hash sum mismatch" errors show up again, you might try the steps that helped in the past as a workaround:

Deleting the files that are identified as 'broken' with the command
sudo rm /var/lib/apt/lists/partial/*
cannot do harm, but maybe helps.

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

Have you tried contacting tuxuri.com to highlight the issue?

If you send them this post it will help clarify the situation to them.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#40
Revision history for this message
Manfred Hampl (m-hampl) said :
#41

@actionparsnip, the problem occurred not only with the tuxuri repository server, but also with archives.ubuntu.com (see original description)

Revision history for this message
irwanshah (miwanshah) said :
#42

Hi all,

I've forgot to mention that there is also other PC with same internet provider (just next to this PC actually) also encountered the "Hash sum mismatch" error. I didnt do anything to that PC as I try to resolve at this PC first.

Both "Hash sum mismatch" error disappeared at almost at the same time. I installed Ubuntu at both PC using same file and method.

Revision history for this message
G Siron (gerry28uk) said :
#43

@Manfred Hampl and Irwanshah,

You both might like to know that I have had hash sum mismatches on my computer for many years. The symptoms are when I run md5sum on a file, particularly large files, I get, randomly, differing results, but sometimes the result will be the correct one. This has caused me tremendous problems with Ubuntu package updates and also new installs, since the hash sum md5sum is used in many parts of those processes. IN other words even when a file downloads correctly, the hash sum test fails randomly.

 I believe the problem to be a motherboard issue, as I've tried changing the memory, disks, etc..

Indeed, I got drawn to your lengthy investigation here because my hash sum mismatches have been getting very frequent in the past fortnight, and I was wondering whether it was an additional software repository problem or whether my hardware is getting more failure-prone. After trying every advice I could find on the forums, I am inclined to think it is the hardware.

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

Just a recent observation also from my system:

It seems that the repository server that I am using, had a temporary consistency problem. Apparently some package index files and the Release file with the MD5SUM values went out of sync, temporarily giving the 'hash sum mismatch' error.
A few hours later everything was ok again.

Can you help with this problem?

Provide an answer of your own, or ask irwanshah for more information if necessary.

To post a message you must log in.