
¿Ha sucedido algo?Ubuntu Mirror Repos alojado en Amazon S3 Archive?
Recibí el mensaje "403 prohibido" del archivo de Ubuntu S3
Solía funcionar antes, pero dejó de funcionar recientemente. por favor avise
$ apt-get -y install ruby1.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
puppet-common : Depends: libxmlrpc-ruby
Depends: libopenssl-ruby
Depends: libshadow-ruby1.8 but it is not going to be installed
Depends: libaugeas-ruby1.8 but it is not going to be installed
Depends: facter (>= 1.5) but it is not going to be installed
Depends: facter (< 2.0) but it is not going to be installed
Recommends: debconf-utils but it is not going to be installed
ruby1.8 : Depends: libruby1.8 (= 1.8.7.352-2ubuntu1.4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Err http://us-east-1.ec2.archive.ubuntu.com.s3.amazonaws.com/ubuntu/ precise/main augeas-lenses all 0.10.0-0ubuntu4
403 Forbidden
.............
............
Respuesta1
Los repositorios de Amazon sólo están disponibles para los sistemas registrados en Amazon. No puede usarlos si no está utilizando los servicios de Amazon EC2 (una de sus granjas), por lo que niega el acceso a cualquier cosa que intente usarlos.
Cambia tus repositorios al oficial http://archive.ubuntu.com/
y estarás bien:
sudo sed -i 's/\.s3\.amazonaws\.com//ig' /etc/apt/sources.list{,d/*.list}
sudo apt-get update
Eso debería eliminar los servidores de Amazon de su lista.