Results 1 to 6 of 6

Thread: Kali Linux 2.0 not updating

  1. #1
    Join Date
    2015-Aug
    Posts
    1

    Kali Linux 2.0 not updating

    i get the following errors while trying to update
    Hit http://http.kali.org sana InRelease
    Get:1 http://http.kali.org sana/main Sources [9,089 kB]
    Get:2 http://security.kali.org sana/updates InRelease [17.1 kB]
    1% [2 InRelease gpgv 17.1 kB] [1 Sources 69.8 kB/9,089 kB 1%] [Waiting for heaSplitting up /var/lib/apt/lists/partial/security.kali.org_kali-security_dists_saErr http://security.kali.org sana/updates InRelease

    Ign http://http.kali.org sana/contrib Translation-en_US
    Ign http://http.kali.org sana/contrib Translation-en
    Ign http://http.kali.org sana/main Translation-en_US
    Ign http://http.kali.org sana/main Translation-en
    Ign http://http.kali.org sana/non-free Translation-en_US
    Ign http://http.kali.org sana/non-free Translation-en
    Get:3 http://http.kali.org sana/non-free Sources [123 kB]
    Get:4 http://http.kali.org sana/contrib Sources [58.3 kB]
    Get:5 http://http.kali.org sana/main amd64 Packages [12.8 MB]
    Get:6 http://http.kali.org sana/non-free amd64 Packages [164 kB]
    Get:7 http://http.kali.org sana/contrib amd64 Packages [87.7 kB]
    Fetched 22.3 MB in 4min 16s (87.0 kB/s)
    Reading package lists... Done
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.kali.org sana/updates InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)

    W: Failed to fetch http://security.kali.org/kali-securi...ates/InRelease

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





    My sources.list
    # deb cdrom:[Debian GNU/Linux 2.0 _Sana_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

    #deb cdrom:[Debian GNU/Linux 2.0 _Sana_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free
    #Regular
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free

    #Source
    deb-src http://http.kali.org/kali sana main non-free contrib
    deb-src http://security.kali.org/kali-security sana/updates main contrib non-free

  2. #2
    Join Date
    2015-Aug
    Posts
    2
    there really is not anyone with information about this error?
    I have the same problem, I have tried many things but have not worked.

  3. #3
    Join Date
    2013-Mar
    Posts
    85
    Try:

    Code:
    rm -rf /var/lib/apt/lists
    apt-get update 
    apt-get install kali-archive-keyring
    As per: https://forums.kali.org/showthread.p...apt-get-update

  4. #4
    Join Date
    2015-Aug
    Posts
    2
    No my friend, that is not the solution, I read a lot and have tried more.
    No solution yet.
    Your reply: kali-archive-keyring is in its latest version.

  5. #5
    Join Date
    2013-Jul
    Posts
    844
    To Juancastein

    MTeams have been having trouble updating as well. In our case we are getting no response all until we type

    service network-manager restart

    then the update proceeds normally.

    MTeams

  6. #6
    Join Date
    2013-Sep
    Posts
    16
    one source of the mirrors is missing

    cat << EOF > /etc/apt/sources.list
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free
    deb-src http://http.kali.org/kali sana main non-free contrib
    deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
    EOF
    apt-get update
    apt-get dist-upgrade # get a coffee, or 10.
    reboot

    or copy past that sources
    #Regular repositories
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free

    #Source repositories
    deb-src http://http.kali.org/kali sana main non-free contrib
    deb-src http://security.kali.org/kali-security sana/updates main contrib non-free

    to>>>>>> /etc/apt/sources.list
    @ reboot

Similar Threads

  1. Updating Kali Linux failing
    By totatevenaar in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2019-10-25, 21:19
  2. kali linux updating query???
    By rohit777 in forum Installing Archive
    Replies: 1
    Last Post: 2015-06-30, 07:57
  3. Updating kali linux
    By issd in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2014-01-13, 16:25

Tags for this Thread

Posting Permissions

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