PDA

View Full Version : Updating Kali Rolling Ditro



MrJester
2016-03-16, 21:00
I am running a brand new build of Kali Rolling from the 2016.1 ISO. When I got to update/upgrade the distro I am getting a lot of Hash sum mismatch errors. Is anyone else experiencing this? I have tried updating at different times since yesterday. Thanks for the help.

ben1144
2016-03-17, 21:01
I'm experiencing the same problem when running apt-get upgrade. (apt-get update works fine though)

ben1144
2016-03-17, 22:26
my sources.list:

deb http://http.kali.org/kali kali-rolling main contrib non-free
deb http://http.kali.org/kali kali-rolling main/debian-installer
deb-src http://http.kali.org/kali kali-rolling main contrib non-free

output of apt-get upgrade:
...
Get:1 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 gcc-5-base amd64 5.3.1-11 [169 kB]
Get:2 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 libgfortran3 amd64 5.3.1-11 [253 kB]
Get:3 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 libc6 amd64 2.21-9 [2,589 kB]
Get:4 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 sysvinit-utils amd64 2.88dsf-59.3 [66.2 kB]
Get:5 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 libperl5.22 amd64 5.22.1-8 [3,445 kB]
Get:6 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 perl amd64 5.22.1-8 [237 kB]
Err:6 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 perl amd64 5.22.1-8
Hash Sum mismatch
Get:7 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 perl-base amd64 5.22.1-8 [1,282 kB]
Get:8 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 perl-modules-5.22 all 5.22.1-8 [2,695 kB]
Err:8 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 perl-modules-5.22 all 5.22.1-8
Hash Sum mismatch
Get:9 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 init amd64 1.29+kali1 [6,966 B]

ben1144
2016-03-17, 22:30
I tried the following (which was recommended in other posts) but the problem still persists:
rm -rf /var/lib/apt/lists
apt-get update
apt-get install kali-archive-keyring

duxim
2016-03-18, 11:19
delete in source list this
deb http://http.kali.org/kali kali-rolling main/debian-installer (or comment it with #)
and try again