Can you show us what your sources.list file looks like?
Help to solve for this problem
The following error Occured everytime.............
__________________________________________________ ___________________________________________
root@kali:~# apt-get update
Err http://http.kali.org kali Release.gpg
Could not connect to on24.com:8080 (199.83.44.153). - connect (111: Connection refused)
Err http://http.kali.org kali-dev Release.gpg
Unable to connect to on24.com:8080:
Err http://security.kali.org kali/updates Release.gpg
Could not connect to on24.com:8080 (199.83.44.153). - connect (111: Connection refused)
Reading package lists... Done
W: Failed to fetch http://security.kali.org/kali-securi...es/Release.gpg Could not connect to on24.com:8080 (199.83.44.153). - connect (111: Connection refused)
W: Failed to fetch http://http.kali.org/kali/dists/kali/Release.gpg Could not connect to on24.com:8080 (199.83.44.153). - connect (111: Connection refused)
W: Failed to fetch http://http.kali.org/kali/dists/kali-dev/Release.gpg Unable to connect to on24.com:8080:
W: Some index files failed to download. They have been ignored, or old ones used instead.
Can you show us what your sources.list file looks like?
Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.
Its like the following
__________________________________________________ _______________
## Kali Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free
## Kali
deb http://http.kali.org/kali kali main contrib non-free
## Kali-dev
deb http://http.kali.org/kali kali-dev main contrib non-free
But i too used different source lists, that too doesnt solved problem...
If i'm not mistaken you have configured the proxy settings of your system to connect to on24.com on port 8080 ?
yes, but after the removal of proxy, it shows the same error.
It's been solved.
Just removed proxy & restarted the system.
Thanks for your help.... @ root-boy
Last edited by sekhar; 2013-06-22 at 13:39.
i got the same problem but can you tell me where could find the source list
root@anonymous:~# apt-get update
E: Malformed line 9 in source list /etc/apt/sources.list (dist parse)
E: The list of sources could not be read.
Paste this into ur source files, this should fix the problem
[codebox]
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $
## Security updates
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb 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-fr$
[/codebox]