Results 1 to 6 of 6

Thread: Problem upgrading

  1. #1
    Join Date
    2013-Mar
    Posts
    1

    Problem upgrading

    Hi...
    I need some help...after an simple apt-get update I get this:

    Err http://http.kali.org kali Release.gpg
    Could not resolve 'http.kali.org'
    Err http://security.kali.org kali/updates Release.gpg
    Could not resolve 'security.kali.org'
    Reading package lists... Done
    W: Failed to fetch http://http.kali.org/kali/dists/kali/Release.gpg Could not resolve 'http.kali.org'

    W: Failed to fetch http://security.kali.org/kali-securi...es/Release.gpg Could not resolve 'security.kali.org'

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


    Someone with a solution?

    I done just a simple "apt-get update && apt-get upgrade" and after restart I get this...
    ( I have a internet connection :P )

    10x

  2. #2
    Join Date
    2013-Apr
    Posts
    1
    Hi I have the same problem, and i can't open kali.org.

    Please let me know if you fix this.

    best regards

  3. This is an issue with your sources.list file maybe?

    In a terminal, "pico /etc/apt/sources.list" and make sure they match this:

    Code:
    deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali-dev main contrib non-free
    deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali-dev main/debian-installer
    deb-src http://http.kali.org/kali kali-dev main contrib non-free
    
    deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali main contrib non-free
    deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali main/debian-installer
    deb-src http://http.kali.org/kali kali main contrib non-free
    
    deb [arch=i386,amd64,armel,armhf] http://security.kali.org/kali-security kali/updates main contrib non-free
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
    apt-get update && apt-get upgrade
    http://wiki.debian.org/Derivatives/Census/Kali
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  4. #4
    Join Date
    2016-Sep
    Posts
    1
    Quote Originally Posted by charonsecurity View Post
    This is an issue with your sources.list file maybe?

    In a terminal, "pico /etc/apt/sources.list" and make sure they match this:

    Code:
    deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali-dev main contrib non-free
    deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali-dev main/debian-installer
    deb-src http://http.kali.org/kali kali-dev main contrib non-free
    
    deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali main contrib non-free
    deb [arch=i386,amd64,armel,armhf] http://http.kali.org/kali kali main/debian-installer
    deb-src http://http.kali.org/kali kali main contrib non-free
    
    deb [arch=i386,amd64,armel,armhf] http://security.kali.org/kali-security kali/updates main contrib non-free
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
    apt-get update && apt-get upgrade
    http://wiki.debian.org/Derivatives/Census/Kali


    This is not working in my system.
    It gives this

    Err:1 http://http.kali.org/kali kali-rolling InRelease
    Could not resolve 'http.kali.org'
    Err:2 http://security.kali.org/kali-security kali/updates InRelease
    Could not resolve 'security.kali.org'
    Err:3 http://http.kali.org/kali kali-dev InRelease
    Could not resolve 'http.kali.org'
    Err:4 http://http.kali.org/kali kali InRelease
    Could not resolve 'http.kali.org'
    Reading package lists... Done
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease Could not resolve 'http.kali.org'
    W: Failed to fetch http://http.kali.org/kali/dists/kali-dev/InRelease Could not resolve 'http.kali.org'
    W: Failed to fetch http://http.kali.org/kali/dists/kali/InRelease Could not resolve 'http.kali.org'
    W: Failed to fetch http://security.kali.org/kali-securi...ates/InRelease Could not resolve 'security.kali.org'
    W: Some index files failed to download. They have been ignored, or old ones used instead.

  5. #5
    Quote Originally Posted by pr.dhruv View Post
    This is not working in my system.
    It gives this

    Err:1 http://http.kali.org/kali kali-rolling InRelease
    Could not resolve 'http.kali.org'
    Err:2 http://security.kali.org/kali-security kali/updates InRelease
    Could not resolve 'security.kali.org'
    Err:3 http://http.kali.org/kali kali-dev InRelease
    Could not resolve 'http.kali.org'
    Err:4 http://http.kali.org/kali kali InRelease
    Could not resolve 'http.kali.org'
    Reading package lists... Done
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease Could not resolve 'http.kali.org'
    W: Failed to fetch http://http.kali.org/kali/dists/kali-dev/InRelease Could not resolve 'http.kali.org'
    W: Failed to fetch http://http.kali.org/kali/dists/kali/InRelease Could not resolve 'http.kali.org'
    W: Failed to fetch http://security.kali.org/kali-securi...ates/InRelease Could not resolve 'security.kali.org'
    W: Some index files failed to download. They have been ignored, or old ones used instead.
    Sounds like you don't have an Intenret connection on the machine.
    Also, 'http://security.kali.org/' is no longer being used. Check: http://docs.kali.org/general-use/kal...t-repositories
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

  6. #6
    Join Date
    2016-Mar
    Posts
    14
    Not issue with repository. My laptop did same thing today after doing the newest updates. No internet at all.

Similar Threads

  1. Replies: 6
    Last Post: 2016-09-19, 00:23
  2. Problem upgrading to Kali Rolling
    By zdzdz in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2016-02-18, 21:51
  3. Low Memory Problem When Upgrading Kali
    By tfire136 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-07-24, 23:26

Posting Permissions

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