Results 1 to 17 of 17

Thread: slow update and upgrade

  1. #1
    Join Date
    2018-Feb
    Posts
    7

    Exclamation slow update and upgrade

    hey guys im new to kali, i installed it about two weeks ago,
    i had changed sources.list from
    deb http://http.kali.org/kali kali-rolling main contrib non-free
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free

    to
    deb http://archive-3.kali.org/kali kali-rolling main contrib non-free
    deb-src http://archive-3.kali.org/kali kali-rolling main contrib non-free.

    everything was working fine until 2nd feb when my key expired, my updates are slow, i updated the key but its very slow,
    i changed the sources.list back to
    deb http://http.kali.org/kali kali-rolling main contrib non-free
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free

    the download speed is in bytes per second, rarely it reaches 25 kbps,

    any fix for the same.

    i have installed from the 2017.2 amd official download .

    gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6
    after key update i got this:

    gpg: key ED444FF07D8D0BF6: 130 signatures not checked due to missing keys
    gpg: key ED444FF07D8D0BF6: "Kali Linux Repository <[email protected]>" not changed
    gpg: Total number processed: 1
    gpg: unchanged: 1

    please help me out

  2. #2
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Use this:
    deb http://repo.kali.org/kali kali-rolling main contrib non-free
    #deb-src http://repo.kali.org/kali kali-rolling main contrib non-free

  3. #3
    Join Date
    2018-Feb
    Posts
    7
    Quote Originally Posted by _defalt View Post
    Use this:
    deb http://repo.kali.org/kali kali-rolling main contrib non-free
    #deb-src http://repo.kali.org/kali kali-rolling main contrib non-free
    i installed kali 2018.1 amd64 and when i changed the source from http://http.kali.org/kali to http://repo.kali.org/kali i still get the forbidden ip error
    the source is not signed , etc

  4. #4
    Join Date
    2018-Feb
    Location
    In a cave in West Virginia
    Posts
    8
    Quote Originally Posted by ross46 View Post
    i installed kali 2018.1 amd64 and when i changed the source from http://http.kali.org/kali to http://repo.kali.org/kali i still get the forbidden ip error
    the source is not signed , etc
    See if this helps.
    https://forums.kali.org/showthread.p...or-key-expired

    check out the 2nd and 3td post by evasiv

    He suggest this command to be run

    Code:
    https://forums.kali.org/showthread.php?38858-apt-get-update-GPG-error-key-expired
    This will generate a new set of keys, when I did this it fixed the issue i had which was like what you got going on.

    There are other suggestions but this one is simple and works.

  5. #5
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Choose the fastest mirror from here: https://http.kali.org/README.mirrorlist

    Make sure to comment out all other repositories before adding a mirror in sources.list.

  6. #6
    Join Date
    2018-Feb
    Posts
    7
    Quote Originally Posted by KnuckleHead View Post
    See if this helps.
    https://forums.kali.org/showthread.p...or-key-expired

    check out the 2nd and 3td post by evasiv

    He suggest this command to be run

    Code:
    https://forums.kali.org/showthread.php?38858-apt-get-update-GPG-error-key-expired
    This will generate a new set of keys, when I did this it fixed the issue i had which was like what you got going on.

    There are other suggestions but this one is simple and works.
    i messed up the key update and crashed the os so installed 2018.1 ....
    tried the repo.kali.org.... i got the same error forbidden ip
    but archive-3.kali.org is up and running. i wonder why that thing happened ...
    or is my isp blocking my request

  7. #7
    Join Date
    2018-Feb
    Posts
    7
    Quote Originally Posted by _defalt View Post
    Choose the fastest mirror from here: https://http.kali.org/README.mirrorlist

    Make sure to comment out all other repositories before adding a mirror in sources.list.
    yah im using archive-3.kali.org....
    but i wonder y isnt repo.kali.org not working.......
    is it something to do with my isp??

  8. #8
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Quote Originally Posted by ross46 View Post
    yah im using archive-3.kali.org....
    but i wonder y isnt repo.kali.org not working.......
    is it something to do with my isp??
    No. I'm also forbidden to access the page when I visit it from browser. Looks like it is under maintenance.

  9. #9
    Join Date
    2018-Feb
    Location
    In a cave in West Virginia
    Posts
    8
    Quote Originally Posted by ross46 View Post
    yah im using archive-3.kali.org....
    but i wonder y isnt repo.kali.org not working.......
    is it something to do with my isp??
    ross what does your sources.list show. Find it in
    /etc/apt/sources.list
    look like. Open to edit with gedit or your text editor. I just edit it with the sudo nano /etc/apt/sources.list. If you do it that way then close it with Ctrl C then finish with y to save.

    I only got one in my sources.list
    Code:
    deb http://http.kali.org/kali kali-rolling main non-free contrib
    not to freak you I already removed the top two for the cd

    Then try it all over again. I'm teling ya it needs to regenerate the keys. If not then yes u may have a bad install. But mine was the same issue and it never would generate anything until I put that link into the sources.list.

  10. #10
    Join Date
    2018-Feb
    Posts
    7
    Quote Originally Posted by _defalt View Post
    No. I'm also forbidden to access the page when I visit it from browser. Looks like it is under maintenance.
    ohkay well everything is sorted now

  11. #11
    Join Date
    2018-Feb
    Posts
    7
    Quote Originally Posted by KnuckleHead View Post
    ross what does your sources.list show. Find it in look like. Open to edit with gedit or your text editor. I just edit it with the sudo nano /etc/apt/sources.list. If you do it that way then close it with Ctrl C then finish with y to save.

    I only got one in my sources.list
    Code:
    deb http://http.kali.org/kali kali-rolling main non-free contrib
    not to freak you I already removed the top two for the cd

    Then try it all over again. I'm teling ya it needs to regenerate the keys. If not then yes u may have a bad install. But mine was the same issue and it never would generate anything until I put that link into the sources.list.
    i formatted my system and installed a new one ..... everything works perfect now. i dont know what i had done in that

  12. #12
    Join Date
    2018-Feb
    Posts
    2
    Works perfect how?

    You are getting faster than your 25kbps?

  13. #13
    My download speed is getting much worse than ever (10 kb/s)..
    I have tried all the fix that has been suggested to me. I have no luck on it.
    please help me to fix this issue..

  14. #14
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Quote Originally Posted by Harikrishnan View Post
    My download speed is getting much worse than ever (10 kb/s)..
    I have tried all the fix that has been suggested to me. I have no luck on it.
    please help me to fix this issue..
    Quote Originally Posted by _defalt View Post
    Choose the fastest mirror from here: https://http.kali.org/README.mirrorlist

    Make sure to comment out all other repositories before adding a mirror in sources.list.
    Follow this ^

  15. #15
    Join Date
    2016-Aug
    Posts
    3
    Hey i am using 2017.2 kali currently and i am facing same problem.some how i managed to update..but now it is time to upgrade the same issue it is giving 25 to 30 kbps and i have tried every possible thing and mentioned above is there anything othere then these???i am expecting support from official kali team because no other can solve it i guess...plss help needed..
    *_The_One_*

  16. #16
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Quote Originally Posted by sam.david19 View Post
    Hey i am using 2017.2 kali currently and i am facing same problem.some how i managed to update..but now it is time to upgrade the same issue it is giving 25 to 30 kbps and i have tried every possible thing and mentioned above is there anything othere then these???i am expecting support from official kali team because no other can solve it i guess...plss help needed..
    The quoted post above you solves the problem.

  17. #17
    Join Date
    2016-Aug
    Posts
    3
    Worked For me Thank you
    *_The_One_*

Similar Threads

  1. Slow download speed for update and upgrade
    By Zabuza in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-04-10, 18:05
  2. Slow Apt update/upgrade?
    By VictorThiago in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-05-07, 11:51
  3. Slow Apt update/upgrade
    By Mexicanhammerhead in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2020-04-13, 01:51
  4. Replies: 3
    Last Post: 2018-07-19, 15:12

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
  •