Ich versuche, das OpenStack-Dashboard gemäß dem Handbuch (Version Juno) zu installieren. Die Installation schlägt jedoch fehl, wenn ich diese CLI ausführe:
apt-get install openstack-dashboard apache2 libapache2-mod-wsgi memcached python-memcache
bekomme mehrere Fehlermeldungen wie diese:
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python-django/python-django_1.6.1-2ubuntu0.6_all.deb 404 Not Found [IP: 91.189.92.201 80]
Ich kann auf Port 80 pingen und telneten
ping 91.189.92.201
PING 91.189.92.201 (91.189.92.201) 56(84) bytes of data.
64 bytes from 91.189.92.201: icmp_seq=1 ttl=53 time=41.2 ms
64 bytes from 91.189.92.201: icmp_seq=2 ttl=53 time=41.4 ms
--- 91.189.92.201 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 41.221/41.324/41.427/0.103 ms
telnet 91.189.92.201 80
Trying 91.189.92.201...
Connected to 91.189.92.201.
Escape character is '^]'.
Ich kann auf Port 80 pingen und telneten
$ ping 91.189.92.201
PING 91.189.92.201 (91.189.92.201) 56(84) bytes of data.
64 bytes from 91.189.92.201: icmp_seq=1 ttl=53 time=41.2 ms
64 bytes from 91.189.92.201: icmp_seq=2 ttl=53 time=41.4 ms
--- 91.189.92.201 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 41.221/41.324/41.427/0.103 ms
# telnet 91.189.92.201 80
Trying 91.189.92.201...
Connected to 91.189.92.201.
Escape character is '^]'.
Antwort1
Die etwas ältere Version von python-django in Ihrer Ausgabe weist darauf hin, dass Sie möglicherweise Ihre Paketlisten aktualisieren müssen. Um sicherzustellen, dass Ihr Paketsystem immer mit aktuellen Informationen arbeitet, ist es ratsam, dies vor der Paketinstallation zu tun:
sudo apt-get update -y