Results 1 to 5 of 5

Thread: kali Linux 1.1.0a problems

  1. #1
    Join Date
    2015-Sep
    Posts
    16

    kali Linux 1.1.0a problems

    HI there,

    I have just created a live usb of Kali 1.1.0a. Ive tried to install incron and isc-dhcp-server and the packages never get found.

    Also when i run apt-get update the sources list come back with many errors.

    I have tried doing the same thing with Kali 1.1.0a live usb around a month ago and it was working fine.

    I have tried reinstalling the live usb but still have the same problem.

    Could the sources lists need to be updated??

    Thank you for any help.

  2. #2
    Join Date
    2015-Apr
    Posts
    29
    Which items are with you in sources.list?

    leafpad /etc/apt/sources.list

    http://docs.kali.org/general-use/kal...t-repositories

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

    Save and close the file.
    And Clean your apt-get
    apt-get clean
    and then
    apt-get update

  3. #3
    Join Date
    2015-Sep
    Posts
    16
    Hi laserman75,

    I tried exactly as you suggested and I am still recieving the errors as shown below...

    root@kali:~# apt-get update
    Ign http://http.kali.org kali Release.gpg
    Ign http://security.kali.org kali/updates Release.gpg
    Ign http://http.kali.org kali Release
    Ign http://security.kali.org kali/updates Release
    Ign http://http.kali.org kali/main Sources/DiffIndex
    Ign http://security.kali.org kali/updates/main Sources/DiffIndex
    Ign http://http.kali.org kali/non-free Sources/DiffIndex
    Ign http://security.kali.org kali/updates/contrib Sources/DiffIndex
    Ign http://http.kali.org kali/contrib Sources/DiffIndex
    Ign http://security.kali.org kali/updates/non-free Sources/DiffIndex
    Ign http://http.kali.org kali/main amd64 Packages/DiffIndex
    Ign http://security.kali.org kali/updates/main amd64 Packages/DiffIndex
    Ign http://http.kali.org kali/non-free amd64 Packages/DiffIndex
    Ign http://security.kali.org kali/updates/contrib amd64 Packages/DiffIndex
    Ign http://http.kali.org kali/contrib amd64 Packages/DiffIndex
    Ign http://security.kali.org kali/updates/non-free amd64 Packages/DiffIndex
    Ign http://http.kali.org kali/contrib Translation-en
    Ign http://security.kali.org kali/updates/contrib Translation-en
    Ign http://http.kali.org kali/main Translation-en
    Ign http://security.kali.org kali/updates/main Translation-en
    Ign http://http.kali.org kali/non-free Translation-en
    Ign http://security.kali.org kali/updates/non-free Translation-en
    Err http://http.kali.org kali/main Sources
    404 Not Found
    Err http://security.kali.org kali/updates/main Sources
    404 Not Found
    Err http://http.kali.org kali/non-free Sources
    404 Not Found
    Err http://security.kali.org kali/updates/contrib Sources
    404 Not Found
    Err http://http.kali.org kali/contrib Sources
    404 Not Found
    Err http://security.kali.org kali/updates/non-free Sources
    404 Not Found
    Err http://http.kali.org kali/main amd64 Packages
    404 Not Found
    Err http://security.kali.org kali/updates/main amd64 Packages
    404 Not Found
    Err http://http.kali.org kali/non-free amd64 Packages
    404 Not Found
    Err http://security.kali.org kali/updates/contrib amd64 Packages
    404 Not Found
    Err http://http.kali.org kali/contrib amd64 Packages
    404 Not Found
    Err http://security.kali.org kali/updates/non-free amd64 Packages
    404 Not Found
    W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found

    W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found

    W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found

    W: Failed to fetch http://http.kali.org/kali/dists/kali...amd64/Packages 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-securi...amd64/Packages 404 Not Found

    W: Failed to fetch http://http.kali.org/kali/dists/kali...amd64/Packages 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-securi...amd64/Packages 404 Not Found

    W: Failed to fetch http://http.kali.org/kali/dists/kali...amd64/Packages 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-securi...amd64/Packages 404 Not Found

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

  4. #4
    The Kali 1.x repos have reached end of life.
    Blog post: https://www.kali.org/news/kali-moto-eol/

    Code:
    cat << EOF > /etc/apt/sources.list
    deb http://old.kali.org/kali moto main non-free contrib
    EOF
    apt-get update
    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/

  5. #5
    Join Date
    2015-Sep
    Posts
    16
    Thank you for posting

    I tried as you suggested and it worked perfectly!

    Thanks

Similar Threads

  1. Problems with installing Kali Linux
    By euppi98 in forum Installing Archive
    Replies: 21
    Last Post: 2018-01-08, 13:36
  2. Replies: 7
    Last Post: 2014-06-13, 06:31

Posting Permissions

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