Hallo liebes Forum,
erst mal einen riesen Dank und Lob an die Macher vom yaVDR. Ich nutze diesen schon seit der Version 0.3 und bin gerade dabei auf die ansible umzusteigen. Auf meinen haupt-Gerät hat der Umstieg relativ gut geklappt, das Problem sitstz meist vor dem Rechner :-). Nachdem die Intel-Kiste nun Läuft wollte ich gestern auch meinen kleinen Pi mit der ansible beglücken, aber da hat sich ein Problem aufgetan. Das Herunterladen der yavdr-ansible hat perfekt funktioniert. Starrten, wie im Artikel beschrieben hatte vorerst auch funktionier, aber dann hat das Playbook nach einiger Zeit abgebrochen und bei einem wiederholten Aufruf bricht es sehr zügig ab. Das ganze heute nochmal, mit dem gleichen ergebnis, getestet. Daher wende ich mich jetzt hier an das Forum. Wer kann hier helfen?
Hier die ausgaben auf dem Terminal (Versuch, verzeichnis gelöscht, neu runter geladen, wiederolte Ausführung):
guido@yavdr-rpi:~/yavdr-ansible$ sudo -H ./install-yavdr-rpi.sh
[sudo] password for guido:
Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
Ign:3 http://ppa.launchpad.net/yavdr/experimental-main/ubuntu jammy InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
Ign:6 http://ppa.launchpad.net/yavdr/experimental-vdr/ubuntu jammy InRelease
Err:7 http://ppa.launchpad.net/yavdr/experimental-main/ubuntu jammy Release
404 Not Found [IP: 2001:67c:1560:8008::19 80]
Err:8 http://ppa.launchpad.net/yavdr/experimental-vdr/ubuntu jammy Release
404 Not Found [IP: 2001:67c:1560:8008::19 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/yavdr/experimental-main/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/yavdr/experimental-vdr/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
guido@yavdr-rpi:~/yavdr-ansible$ cd ..
guido@yavdr-rpi:~$ sudo rm -r yavdr-ansible/
guido@yavdr-rpi:~$ ls
guido@yavdr-rpi:~$ git clone https://github.com/yavdr/yavdr-ansible
Cloning into 'yavdr-ansible'...
remote: Enumerating objects: 6928, done.
remote: Counting objects: 100% (640/640), done.
remote: Compressing objects: 100% (247/247), done.
remote: Total 6928 (delta 335), reused 611 (delta 324), pack-reused 6288
Receiving objects: 100% (6928/6928), 2.60 MiB | 1.50 MiB/s, done.
Resolving deltas: 100% (3950/3950), done.
guido@yavdr-rpi:~$ cd yavdr-ansible/
guido@yavdr-rpi:~/yavdr-ansible$ sudo -H ./install-yavdr-rpi.sh
Ign:1 http://ppa.launchpad.net/yavdr/experimental-main/ubuntu jammy InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [109 kB]
Ign:4 http://ppa.launchpad.net/yavdr/experimental-vdr/ubuntu jammy InRelease
Err:5 http://ppa.launchpad.net/yavdr/experimental-main/ubuntu jammy Release
404 Not Found [IP: 2001:67c:1560:8008::19 80]
Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Hit:7 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
Err:8 http://ppa.launchpad.net/yavdr/experimental-vdr/ubuntu jammy Release
404 Not Found [IP: 2001:67c:1560:8008::19 80]
Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [19.3 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main Translation-en [7812 B]
Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [8820 B]
Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe Translation-en [3552 B]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/yavdr/experimental-main/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/yavdr/experimental-vdr/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
guido@yavdr-rpi:~/yavdr-ansible$
Display More
Für mich sieht das so aus, dass etwas mit dem repository nicht sttimmt, aber was?
Ein schnödes sudo apt update schlägt jetzt auch schon fehl. Vor der Ausführung des Playbook hatte das noch funktioniert.
danke schon mal für eure Hilfe