Results 1 to 3 of 3

Thread: Kali linux update and dist-upgrade problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2018-May
    Posts
    2

    Kali linux update and dist-upgrade problem

    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

  2. #2
    Join Date
    2018-May
    Posts
    1
    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.

  3. #3
    Join Date
    2018-May
    Posts
    2
    Problem solved, now updates working.

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


    How can I close this issue?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •