Results 1 to 4 of 4

Thread: Kali repos do not update on rpi2 fresh install

  1. #1
    Join Date
    2015-Jul
    Posts
    4

    Kali repos do not update on rpi2 fresh install

    Not sure if this would be the right place to post this but:
    I have a fresh install of kali:
    Code:
    root@kali:/var/log/apt# uname -a
    Linux kali 3.18.11-v7 #1 SMP PREEMPT Tue Apr 7 12:12:57 CDT 2015 armv7l GNU/Linux
    I have installed to sd card, edited /network/interfaces and spa_supplicant to allow for automatic connection to my local wifi at work. Upon boot this last time the FIRST command I ran was apt-get update and then apt-get upgrade. I then try to install apt-get install metasploit and I get a 404 error of not found. I goto the repo in browser and locate package and it appears that package in repo is newer version of metasploit. However no matter what I do i cannot get aptitude to match what is in repo.

    output of apt-get update:
    Code:
    root@kali:/var/log/apt# apt-get update
    Hit http://http.kali.org kali Release.gpg                                                         
    Hit http://security.kali.org kali/updates Release.gpg
    Hit http://http.kali.org kali Release          
    Hit http://security.kali.org kali/updates Release
    Hit http://http.kali.org kali/main Sources                           
    Hit http://security.kali.org kali/updates/main Sources                                 
    Hit http://http.kali.org kali/non-free Sources                                         
    Hit http://security.kali.org kali/updates/contrib Sources                              
    Hit http://http.kali.org kali/contrib Sources                                          
    Hit http://security.kali.org kali/updates/non-free Sources                             
    Hit http://http.kali.org kali/main armhf Packages                                      
    Hit http://security.kali.org kali/updates/main armhf Packages                          
    Hit http://http.kali.org kali/non-free armhf Packages                                  
    Hit http://security.kali.org kali/updates/contrib armhf Packages                       
    Hit http://http.kali.org kali/contrib armhf Packages                                   
    Hit http://security.kali.org kali/updates/non-free armhf Packages                      
    Ign http://security.kali.org kali/updates/contrib Translation-en_US                                                                                                               
    Ign http://http.kali.org kali/contrib Translation-en_US                                                                                                                           
    Ign http://security.kali.org kali/updates/contrib Translation-en                                                                                                                  
    Ign http://http.kali.org kali/contrib Translation-en                                                                                                                              
    Ign http://security.kali.org kali/updates/main Translation-en_US                                                                                                                  
    Ign http://http.kali.org kali/main Translation-en_US                                                                                                                              
    Ign http://security.kali.org kali/updates/main Translation-en                                                                                                                     
    Ign http://http.kali.org kali/main Translation-en                                                                                                                                 
    Ign http://security.kali.org kali/updates/non-free Translation-en_US                                                                                                              
    Ign http://http.kali.org kali/non-free Translation-en_US                                                                                                                          
    Ign http://security.kali.org kali/updates/non-free Translation-en  
    Ign http://http.kali.org kali/non-free Translation-en              
    Reading package lists... Done

    output of apt-get install metasploit:

    Code:
    root@kali:/var/log/apt# apt-get install metasploit
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following extra packages will be installed:
      libaudio2 libmng1 libqt4-network libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4 metasploit-framework nginx nginx-common nginx-full
      p7zip-full wkhtmltopdf xvfb
    Suggested packages:
      nas qt4-qtconfig p7zip-rar
    The following NEW packages will be installed:
      libaudio2 libmng1 libqt4-network libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4 metasploit metasploit-framework nginx nginx-common
      nginx-full p7zip-full wkhtmltopdf xvfb
    0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
    Need to get 230 MB/245 MB of archives.
    After this operation, 455 MB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    Err http://http.kali.org/kali/ kali/main metasploit-framework armhf 4.11.3-2015063001-1kali0
      404  Not Found
    Err http://http.kali.org/kali/ kali/non-free metasploit armhf 4.11.3-2015063001-1kali0
      404  Not Found
    Failed to fetch http://http.kali.org/kali/pool/main/m/metasploit-framework/metasploit-framework_4.11.3-2015063001-1kali0_armhf.deb  404  Not Found
    Failed to fetch http://http.kali.org/kali/pool/non-free/m/metasploit/metasploit_4.11.3-2015063001-1kali0_armhf.deb  404  Not Found
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    output of apt-get update:

    Code:
    root@kali:/var/log/apt# apt-get upgrade
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    am i doing something wrong? anyone have any clue how to fix this or what may be going on as I have tried everything i could find to do and it has been roughly 3 or 4 days I have been trying to install this.

    Grub

  2. #2
    Join Date
    2013-Dec
    Location
    Krakow
    Posts
    67
    Hi man!

    So, before to post, search for similar topics in forum ok? Thanks!

    Check this out;
    https://forums.kali.org/showthread.p...metasploit+404

  3. #3
    Join Date
    2015-Jul
    Posts
    4
    Quote Originally Posted by Crash View Post
    Hi man!

    So, before to post, search for similar topics in forum ok? Thanks!

    Check this out;
    https://forums.kali.org/showthread.p...metasploit+404
    I found this post about 3 days ago...with the exception of redownloading kali (which I can't download while I'm at work on an oil rig in the middle of the ocean), I have done all those things. So I guess I'm just stuck waiting and waiting until the problem fixes itself?

  4. #4
    Join Date
    2013-Dec
    Location
    Krakow
    Posts
    67
    Yes.
    The guys probably are very busy with Defcon and Kali new version and minors bugs are not the focus now.

    But anyway, you can download the exploit that you need in rapid7 git and load in your msf untill the guys dont fix the repository.

    I already "open a ticket" to check another problems in repository.

Similar Threads

  1. Newbie- Fresh Install - Update Errors
    By Rafen in forum General Archive
    Replies: 0
    Last Post: 2021-09-21, 03:40
  2. apt-get update fails when using repos from kali.org
    By quarinteen in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2019-03-03, 20:12
  3. apt-get cannot update after fresh install
    By Dave_NoSleepOwl in forum TroubleShooting Archive
    Replies: 18
    Last Post: 2016-09-12, 14:58
  4. Kali 1.1 repos / apt-get update not anymore possible
    By john99 in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2015-12-03, 13:03
  5. Replies: 0
    Last Post: 2015-07-25, 08:28

Posting Permissions

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