Ich versuche gerade PiVPN zu installieren:
Versuche ich das Manuell vorab:
Code:
root@raspberrypi:/home/pi/OpenVPN-Setup# curl -k -L https://install.pivpn.io | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 162 100 162 0 0 545 0 --:--:-- --:--:-- --:--:-- 547
100 82115 100 82115 0 0 169k 0 --:--:-- --:--:-- --:--:-- 169k
:::
::: You are root.
::: Did not detect perfectly supported OS but,
::: Continuing installation at user's own risk...
::: Hostname length OK
::: Verifying free disk space...
:::
::: Package Cache update is needed, running apt-get update -y ...
done!
:::
::: Checking apt-get for upgraded packages.... done!
:::
::: Your system is up to date! Continuing with PiVPN installation...
::: Checking for git... already installed!
::: Checking for tar... already installed!
::: Checking for curl... already installed!
::: Checking for grep... already installed!
::: Checking for dnsutils... not installed!
::: Checking for whiptail... already installed!
::: Checking for net-tools... already installed!
::: Checking for bsdmainutils... already installed!
::: Checking for apt-transport-https... already installed!
::: Checking for dhcpcd5... already installed!
::: Checking for iptables-persistent... not installed!
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
netfilter-persistent
Suggested packages:
rblcheck
The following NEW packages will be installed:
dnsutils iptables-persistent netfilter-persistent
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 133 kB of archives.
After this operation, 473 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
dnsutils netfilter-persistent iptables-persistent
E: There are problems and -y was used without --force-yes
::: Failed to install dnsutils!
::: Failed to install iptables-persistent!
root@raspberrypi:/home/pi/OpenVPN-Setup#
Versuche ich das Manuell vorab:
Code:
root@raspberrypi:/home/pi/OpenVPN-Setup# apt-get install dnsutils
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Vorgeschlagene Pakete:
rblcheck
Die folgenden NEUEN Pakete werden installiert:
dnsutils
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 113 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 325 kB Plattenplatz zusätzlich benutzt.
WARNUNG: Die folgenden Pakete können nicht authentifiziert werden!
dnsutils
Diese Pakete ohne Überprüfung installieren? [j/N] j
Fehl http://mirrordirector.raspbian.org/raspbian/ jessie/main dnsutils armhf 1:9.9.5.dfsg-9+deb8u11
404 Not Found [IP: 93.93.128.193 80]
E: Fehlschlag beim Holen von http://mirrordirector.raspbian.org/raspbian/pool/main/b/bind9/dnsutils_9.9.5.dfsg-9+deb8u11_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Einige Archive konnten nicht heruntergeladen werden; vielleicht »apt-get update« ausführen oder mit »--fix-missing« probieren?
Zuletzt bearbeitet: