Erros executando apt-get update e apt-get install mysql-server

10

Desde ontem eu tenho tentado executar

apt-get update

sem sucesso nas instâncias do Ubuntu que estou criando no EC2.

Especificamente, recebo esses erros:

Ign http://security.ubuntu.com maverick-security/main amd64 Packages
Ign http://security.ubuntu.com maverick-security/universe amd64 Packages
Ign http://security.ubuntu.com maverick-security/multiverse amd64 Packages
Err http://security.ubuntu.com maverick-security/main Sources
  404  Not Found [IP: 91.189.92.190 80]
Err http://security.ubuntu.com maverick-security/universe Sources
  404  Not Found [IP: 91.189.92.190 80]
Err http://security.ubuntu.com maverick-security/main amd64 Packages
  404  Not Found [IP: 91.189.92.190 80]
Err http://security.ubuntu.com maverick-security/universe amd64 Packages
  404  Not Found [IP: 91.189.92.190 80]
Err http://security.ubuntu.com maverick-security/multiverse amd64 Packages
  404  Not Found [IP: 91.189.92.190 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/maverick-security/main/source/Sources.gz  404  Not Found [IP: 91.189.92.190 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/maverick-security/universe/source/Sources.gz  404  Not Found [IP: 91.189.92.190 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/maverick-security/main/binary-amd64/Packages.gz  404  Not Found [IP: 91.189.92.190 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/maverick-security/universe/binary-amd64/Packages.gz  404  Not Found [IP: 91.189.92.190 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/maverick-security/multiverse/binary-amd64/Packages.gz  404  Not Found [IP: 91.189.92.190 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.
root@ip-10-168-230-63:/etc/apt# 

Também tentando instalar o mysql-server, tenho recebido erros:

root@ip-10-168-230-63:/etc/apt# apt-get install mysql-server
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libhtml-template-perl mysql-server-5.1 mysql-server-core-5.1
Suggested packages:
  libipc-sharedcache-perl tinyca mailx
The following NEW packages will be installed:
  libhtml-template-perl mysql-server mysql-server-5.1 mysql-server-core-5.1
0 upgraded, 4 newly installed, 0 to remove and 81 not upgraded.
Need to get 12.1MB/12.2MB of archives.
After this operation, 29.5MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Err http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ maverick-updates/main mysql-server-core-5.1 amd64 5.1.61-0ubuntu0.10.10.1
  403  Forbidden
Err http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ maverick-updates/main mysql-server-5.1 amd64 5.1.61-0ubuntu0.10.10.1
  403  Forbidden
Err http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ maverick-updates/main mysql-server all 5.1.61-0ubuntu0.10.10.1
  403  Forbidden
Failed to fetch http://us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server-core-5.1_5.1.61-0ubuntu0.10.10.1_amd64.deb  403  Forbidden
Failed to fetch http://us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server-5.1_5.1.61-0ubuntu0.10.10.1_amd64.deb  403  Forbidden
Failed to fetch http://us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/mysql-server_5.1.61-0ubuntu0.10.10.1_all.deb  403  Forbidden
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@ip-10-168-230-63:/etc/apt# 

eu corri

apt-get update --fix-missing

sem sorte.

Alguma idéia?

Eu fiz essas tarefas várias vezes em instâncias do Ubuntu Linux em execução no AWS EC2 sem problemas. Agradecemos antecipadamente por sua ajuda!

    
por carlos 18.01.2013 / 23:46

6 respostas

6

A correção foi adicionar essas linhas ao sources.list:

deb http://us.archive.ubuntu.com/ubuntu lucid main multiverse universe
deb http://us.archive.ubuntu.com/ubuntu lucid-security main multiverse universe
deb http://us.archive.ubuntu.com/ubuntu lucid-updates main multiverse universe

Obrigado pelas respostas.

    
por carlos 21.01.2013 / 15:27
12

Este foi um bug conhecido com o Amazon S3. Para corrigir isso, basta executar sudo apt-get update

    
por Anuj Gupta 13.03.2013 / 19:50
5

O Ubuntu 10.10 Maverick Meerkat atingiu o fim de vida (EOL) a partir de 10 de abril de 2012, o que significa que não há mais atualizações (nem correções de segurança) e os arquivos de pacote foram movidos de archive.ubuntu.com para old-releases.ubuntu.com , é a razão do erro que você está vendo.

Edite /etc/apt/sources.list e corrija as fontes do seu pacote . Observe que você também precisa remover o prefixo us-west-1.ec2 : não há servidores de pacotes dedicados do EC2 para versões do EOL.

    
por kynan 17.05.2013 / 00:43
3

Com este aviso e outras notas que mencionaram "arquivo" alterado para "versões antigas", o fragmento a seguir ajudou-me a avançar.

sudo sed 's@http://archive\.ubuntu\.com/@http://old-releases.ubuntu.com/@' -i /etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade

então eu consegui instalar qualquer pacote que eu precisasse (no meu caso php5-sqlite)

    
por Tyler Mulligan 20.08.2013 / 15:43
0

tente adicionar uma fonte adicional

gksu gedit /etc/apt/sources.list

ou instale o LAMP via tasksel

sudo tasksel install lamp-server
    
por Hany Alsamman 19.01.2013 / 02:11
0

Grupos de segurança - > Saída

*   ALL Traffic ALL     ALL     0.0.0.0/0   Allow

Por favor, permita saída, se você quiser se conectar a servidores externos como google.com ou até mesmo atualizar o sudo apt-get update

Você pode permitir a saída usando Grupos de segurança goto front-end da AWS - > Saída

Certifique-se de selecionar o grupo certo para sua instância do AWS

    
por Manu R S 25.02.2016 / 08:04