PDA

View Full Version : Kali linux update and dist-upgrade problem



tidiwe
2018-05-22, 10:04
uname -a

Linux kali 4.15.0-kali3-amd64 #1 SMP Debian 4.15.17.-1kali1 (2018-04-25) x86_64 GNU/Linux

apt-get purge
apt-get clean

apt-get update && apt-get dist-upgrade

this give me many errors like E: Failed to fetch http://http.kali.org/pool/ * 404 Not Found [IP: 192.99.200.113 80]

sources.list
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free

I try changed http://http.kali.org/* to https://http.kali.org but the error is same.

when I ping on IP 192.99.200.113 it returned hebe.kali.org


Reverse IP lookup 192.99.200.113 from hackertarget.org gives me,
hebe.kali.org
ns500085.ip-192-99-200.net


but on web "hebe.kali.org" arent any packages here, only basic apache welcome page

t4kw1n
2018-05-22, 11:36
Hey. I was just dealing with this today, I noticed that the update is indicated by apt reading from the archive.kali.org/kali/pool/non-free/a/amd64-microcode/
The update it is seeking is on that branch, but for some reason is not present on the same directory in the http.kali.org/pool/non-free/a/amd64-microcode/ branch.

Now I'm not sure if this is for a reason; however a solution was to change the sources list, to use the archive.kali.org rather than http.kali.org and the updated file was able to be found.

tidiwe
2018-05-23, 08:21
Problem solved, now updates working.

https://mobile.twitter.com/kalilinux/status/998995449779507200?p=v


How can I close this issue?