View Issue Details

IDProjectCategoryView StatusLast Update
0004324Kali LinuxTool Upgrade Requestpublic2017-10-30 12:36
ReporterKernelGhost Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionnot fixable 
Product Version2017.2 
Summary0004324: Hash mismatch
Description

While running apt-get update && apt-get upgrade && apt dist-upgrade in terminal, I'm getting an error of hash mismatch.
I read a article in kali linux forum to upload the result of the command curl -sl https://http.kali.org/README

Hence, I've attached the result along with my hash mismatch values.

Attached Files
hashreport (2,154 bytes)   
Do you want to continue? [Y/n] y
Get:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 manpages-dev all 4.13-3 [2202 kB]
Get:2 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 manpages all 4.13-3 [1239 kB]                  
Err:2 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 manpages all 4.13-3                            
  Hash Sum mismatch
  Hashes of expected file:
   - SHA256:9588d8f98f5bceb06c49842644aa143c79d712f73b693287e9b17260e545670f
   - SHA1:18871d0ff4113e278abac444301b4b7942e05df4 [weak]
   - MD5Sum:80f75d7ec476d825d19fd7559f2cdca4 [weak]
   - Filesize:1238692 [weak]
  Hashes of received file:
   - SHA256:4edf04636394b02327e0687bcd8cee8221840abab2a63b1d2717eba5feba332a
   - SHA1:cc3c57567f0172d51f1789bb73b153ced8106b84 [weak]
   - MD5Sum:61c137b392a3fded8fdcde2deceafdfe [weak]
   - Filesize:1238692 [weak]
  Last modification reported: Wed, 20 Sep 2017 10:58:06 +0000
Fetched 3441 kB in 37s (91.9 kB/s)                                                                            
E: Failed to fetch http://ftp.yzu.edu.tw/Linux/kali/pool/main/m/manpages/manpages_4.13-3_all.deb  Hash Sum mismatch
   Hashes of expected file:
    - SHA256:9588d8f98f5bceb06c49842644aa143c79d712f73b693287e9b17260e545670f
    - SHA1:18871d0ff4113e278abac444301b4b7942e05df4 [weak]
    - MD5Sum:80f75d7ec476d825d19fd7559f2cdca4 [weak]
    - Filesize:1238692 [weak]
   Hashes of received file:
    - SHA256:4edf04636394b02327e0687bcd8cee8221840abab2a63b1d2717eba5feba332a
    - SHA1:cc3c57567f0172d51f1789bb73b153ced8106b84 [weak]
    - MD5Sum:61c137b392a3fded8fdcde2deceafdfe [weak]
    - Filesize:1238692 [weak]
   Last modification reported: Wed, 20 Sep 2017 10:58:06 +0000
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@kali:~# curl -sl https://http.kali.org/README
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://kali.mirror.garr.it/mirrors/kali/README">here</a>.</p>
<hr>
<address>Apache/2.4.10 (Debian) Server at http.kali.org Port 443</address>
</body></html>
hashreport (2,154 bytes)   

Activities

rhertzog

rhertzog

2017-10-30 12:36

administrator   ~0007570

HashSum Mismatch occur rarely on .deb files, but often on metadata when you have a badly synchronized mirror. Here I have no explanation for your hashsum mismatch.

The file I download from the mirror shown is good:
$ wget http://ftp.yzu.edu.tw/Linux/kali/pool/main/m/manpages/manpages_4.13-3_all.deb
--2017-10-30 13:31:05-- http://ftp.yzu.edu.tw/Linux/kali/pool/main/m/manpages/manpages_4.13-3_all.deb
Résolution de ftp.yzu.edu.tw (ftp.yzu.edu.tw)… 140.138.144.170
Connexion à ftp.yzu.edu.tw (ftp.yzu.edu.tw)|140.138.144.170|:80… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 1238692 (1,2M) [application/octet-stream]
Sauvegarde en : « manpages_4.13-3_all.deb »

manpages_4.13-3_all.deb 100%[=====================================>] 1,18M 37,7KB/s ds 28s

2017-10-30 13:31:35 (43,1 KB/s) — « manpages_4.13-3_all.deb » sauvegardé [1238692/1238692]

$ md5sum manpages_4.13-3_all.deb
80f75d7ec476d825d19fd7559f2cdca4 manpages_4.13-3_all.deb

Ensure that you don't have a problem with your hard disk or your RAM. Faulty RAM can lead to weird errors.

Issue History

Date Modified Username Field Change
2017-10-29 11:58 KernelGhost New Issue
2017-10-29 11:58 KernelGhost Status new => assigned
2017-10-29 11:58 KernelGhost Assigned To => sbrun
2017-10-29 11:58 KernelGhost File Added: hashreport
2017-10-30 12:36 rhertzog Assigned To sbrun =>
2017-10-30 12:36 rhertzog Status assigned => closed
2017-10-30 12:36 rhertzog Resolution open => not fixable
2017-10-30 12:36 rhertzog Note Added: 0007570
2021-05-31 13:37 rhertzog Category Tool Upgrade => Tool Upgrade Request