cannot download package from ubuntu - Error while using apt-get command(dupe of question #11152)

Asked by Gokul

Hi,

when i do apt-get update from my ubuntu machine i get thefollowing error.

root@saaskde:~# apt-get update
Err Index of / edgy-security Release.gpg
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Err Index of / edgy Release.gpg
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Err Index of / edgy-security/main Translation-en_US
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Err Index of / edgy-security/restricted Translation-en_US
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Err Index of / edgy/main Translation-en_US
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Err Index of / edgy/restricted Translation-en_US
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Err Index of / edgy-updates Release.gpg
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Err Index of / edgy-updates/main Translation-en_US
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Err Index of / edgy-updates/restricted Translation-en_US
Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://in.archive.ubuntu.com/ubuntu/...gy/Release.gpg Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://in.archive.ubuntu.com/ubuntu/...tion-en_US.bz2 Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://in.archive.ubuntu.com/ubuntu/...tion-en_US.bz2 Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://in.archive.ubuntu.com/ubuntu/...es/Release.gpg Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://in.archive.ubuntu.com/ubuntu/...tion-en_US.bz2 Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://in.archive.ubuntu.com/ubuntu/...tion-en_US.bz2 Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://security.ubuntu.com/ubuntu/di...ty/Release.gpg Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://security.ubuntu.com/ubuntu/di...tion-en_US.bz2 Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Failed to fetch http://security.ubuntu.com/ubuntu/di...tion-en_US.bz2 Could not connect to 172.25.232.130:80 (172.25.232.130). - connect (111 Connection refused)
Reading package lists... Done
W: Some index files failed to download, they have been ignored, or old ones used instead.

I want to download some VNC client and do remote login in to another unix machine.

Thanks in advance,
GOKUL

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu synaptic Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

Maybe an internet connection error.... Do you use proxy? also paste the output of /etc/apt/sources.list.

Revision history for this message
Gokul (gokulnath-v) said :
#2

Hi Bhavani,

The contentx of sources.list file:

# Automatically generated sources.list
# http://www.ubuntu-nl.org/source-o-matic/
#
# If you get GPG errors with this sources.list, locate the GPG key in this file
# and run these commands (where KEY is replaced with that key)
#
# gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
# gpg --export --armor KEY | sudo apt-key add -
#
# If you don't know what to do with this file, read
# https://help.ubuntu.com/community/Repositories/CommandLine

# Ubuntu supported packages
# GPG key: 437D05B5
deb http://in.archive.ubuntu.com/ubuntu edgy main restricted
deb http://in.archive.ubuntu.com/ubuntu edgy-updates main restricted
deb http://security.ubuntu.com/ubuntu edgy-security main restricted

deb-src http://in.archive.ubuntu.com/ubuntu edgy main restricted
deb-src http://in.archive.ubuntu.com/ubuntu edgy-updates main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted

# Ubuntu community supported packages
# GPG key: 437D05B5
deb http://in.archive.ubuntu.com/ubuntu edgy universe multiverse
deb http://in.archive.ubuntu.com/ubuntu edgy-updates universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security universe multiverse

deb-src http://in.archive.ubuntu.com/ubuntu edgy universe multiverse
deb-src http://in.archive.ubuntu.com/ubuntu edgy-updates universe multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security universe multiverse

I am using the proxy:

export set http_proxy="http://gokulnath_varadhan:<mypassword>@172.25.103.57:80"

Revision history for this message
Bhavani Shankar (bhavi) said :
#3

Can you help with this problem?

Provide an answer of your own, or ask Gokul for more information if necessary.

To post a message you must log in.