PDA

View Full Version : Problem upgrading



MisterTeo
2013-04-08, 13:14
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-security/dists/kali/updates/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

srek406
2013-04-15, 14:23
Hi I have the same problem, and i can't open kali.org.

Please let me know if you fix this.

best regards

charonsecurity
2013-04-16, 05:47
This is an issue with your sources.list file maybe?

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


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

pr.dhruv
2016-09-12, 06:19
This is an issue with your sources.list file maybe?

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


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-security/dists/kali/updates/InRelease Could not resolve 'security.kali.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.

g0tmi1k
2016-09-12, 07:58
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-security/dists/kali/updates/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/kali-linux-sources-list-repositories

m4dman
2016-09-14, 00:39
Not issue with repository. My laptop did same thing today after doing the newest updates. No internet at all.