apt-get não está funcionando em ec2

0

Estou executando o 14.04 LTS no EC2. Eu estava tentando executar o apt-get update.

ubuntu@splunk:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.5 LTS
Release:        14.04
Codename:       trusty

O erro que estou recebendo é:

ubuntu@splunk:~$ sudo apt-get update
Err http://us.archive.ubuntu.com trusty-security InRelease

Err http://us.archive.ubuntu.com trusty-updates InRelease

Err http://us.archive.ubuntu.com trusty-security Release.gpg
  Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) [IP: 2001:67c:1562::16 80]
Err http://us.archive.ubuntu.com trusty-updates Release.gpg
  Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) [IP: 2001:67c:1562::16 80]
0% [Connecting to archive.ubuntu.com (91.189.88.162)]

Confirmei minhas fontes e executei o seguinte, mas ainda não estava funcionando

sudo apt-get autoremove
$ sudo apt-get --purge remove && sudo apt-get autoclean
$ sudo apt-get -f install
$ sudo apt-get update
$ sudo apt-get upgrade && sudo apt-get dist-upgrade
$ sudo dpkg-reconfigure -a
$ sudo dpkg --configure -a

Não é um problema de rede, mas posso executar o splunk.com em http e a resolução de DNS está sendo concluída.

    
por femaven 25.04.2017 / 19:27

1 resposta

0

Foi um problema com o firewall pelo qual esse servidor é direcionado. Uma vez que permitimos 10.0.0.0/8: 80 out, funcionou. Eu acho que o wget funcionou porque 443 foi permitido.

    
por femaven 01.05.2017 / 20:27