Bug in Debian

0

GNU / Linux Debian 7 (Wheezy) is throwing the following error:

Reason: 2017-01-11 06:25:38 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2017-01-11 06:25:42 ERROR: W:Failed to fetch http://http.debian.net/debian/dists/wheezy-updates/main/i18n/Translation-en  Unable to connect to ulises.hostalia.com:http:
, E:Some index files failed to download. They have been ignored, or old ones used instead.
2017-01-11 06:25:42 ERROR: Exited with returncode 1.

What can it be and how can I avoid it?

    
asked by Killpe 26.01.2017 в 14:28
source

2 answers

1

The web server of http://http.debian.net/debian/... redirects the requests to a certain number of servers (like debian.redparra.com , debian.redimadrid.es , ulises.hostalia.com , etc), among which is the one that gave you an error.

It seems that I was standing at the moment of executing your command, when I write these words it is working correctly.

If you repeat the command that sent you that message again, it should work correctly now.

    
answered by 26.01.2017 / 15:10
source
2
2017-01-11 06:25:42 ERROR: W:Failed to fetch http://http.debian.net/debian/dists/wheezy-updates/main/i18n/Translation-en  Unable to connect to ulises.hostalia.com:http:, E:Some index files failed to download. They have been ignored, or old ones used instead.

Right there he is telling you that you have a connection failure. Is it possible that you do not have access to the internet?

Anyway, I think it's better that you ask in ServerFault that, I imagine, more posts will be in this kind of thing.

EDIT: If your machine has access to the Internet, then the URL you are trying to access is not available for some reason (dropped server, firewall, configuration of some hypothetical proxy ...).

    
answered by 26.01.2017 в 14:32