bitte um Hilfe bei Upgrade auf yavdr noble

  • Warum änderst Du an der group_vars/all rum? Die Datei lässt man wie sie ist...

    Ja, das ist richtig. Ich hab' das irgendwo gelesen und einfach nachgemacht. Aber das sollte trotzdem funktionieren. Ich werde das beim nächsten Mal ändern.

    Was sagt dpkg -l | grep python3-venv ?

    Code
    ii  python3-venv                           3.12.3-0ubuntu2                                  amd64        venv module for python3 (default python3 version)

    Die Fehlermeldung war:
    /usr/bin/env: »python“: Datei oder Verzeichnis nicht gefunden

    Vielleicht hilft:

    Code
    ls -l /usr/bin/env 
    -rwxr-xr-x 1 root root 48072 Apr  5  2024 /usr/bin/env 
  • Es ist immer nicht gut wenn man was außerhalb der üblichen Dateien was ändert wenn man Fehler sucht.

    Was sagt ls -s /usr/bin/python3 , whereis python3 und env ?

    Gruß utiltiy

    meine VDR

    vdr03: Antec Remote Fusion, Intel DH67BL, Celeron G1620, GT630, 2x 2GB DDR3 - Hynix, SDA SATA 40GB, SDB SATA 1.5TB, L4M Cine S2 [yaVDR/vdr4arch]
    vdr04: Antec Remote Fusion Micro, Intel DH67BL, Celeron G550, GT630, 2x 2GB DDR3 - Kingston, SDA SATA 160GB WD, SDB SATA 3TB WD Red, L4M Cine S2 [yaVDR/vdr4arch]


    VDR Projects

    Edited 2 times, last by utiltiy (January 15, 2025 at 7:08 AM).

  • Es ist immer nicht gut wenn man was außerhalb der üblichen Dateien was ändert wenn man Fehler sucht.

    Da stimme ich voll zu. Aber manchmal siegt die Dummheit unterstützt durch mangelnde Dokumentation. Woher weiß der DAU, was üblich ist?

    Was sagt ls -s /usr/bin/python3 , whereis python3 und env ?

    Code
    mike@troubadix:~$ ls -s /usr/bin/python3
    0 /usr/bin/python3
    
    mike@troubadix:~$ ls -als /usr/bin/python3
    0 lrwxrwxrwx 1 root root 10 Aug  7 19:44 /usr/bin/python3 -> python3.12
    Code
    mike@troubadix:~$ whereis python3
    python3: /usr/bin/python3 /usr/lib/python3 /etc/python3 /usr/share/python3 /usr/share/man/man1/python3.1.gz
  • Das erkenne ich auf den ersten Blick keine Unterschiede zu meinem VDR, vielleicht hat jemand dazu noch eine Idee.

    Gruß utiltiy

    meine VDR

    vdr03: Antec Remote Fusion, Intel DH67BL, Celeron G1620, GT630, 2x 2GB DDR3 - Hynix, SDA SATA 40GB, SDB SATA 1.5TB, L4M Cine S2 [yaVDR/vdr4arch]
    vdr04: Antec Remote Fusion Micro, Intel DH67BL, Celeron G550, GT630, 2x 2GB DDR3 - Kingston, SDA SATA 160GB WD, SDB SATA 3TB WD Red, L4M Cine S2 [yaVDR/vdr4arch]


    VDR Projects

  • Die Fehlermeldung war:
    /usr/bin/env: »python“: Datei oder Verzeichnis nicht gefunden

    Du kannst ja mal danach googeln, da gibt es einiges zu lesen. Vielleicht ist ein Tipp für Dein Problem dabei.

    Gruß utiltiy

    meine VDR

    vdr03: Antec Remote Fusion, Intel DH67BL, Celeron G1620, GT630, 2x 2GB DDR3 - Hynix, SDA SATA 40GB, SDB SATA 1.5TB, L4M Cine S2 [yaVDR/vdr4arch]
    vdr04: Antec Remote Fusion Micro, Intel DH67BL, Celeron G550, GT630, 2x 2GB DDR3 - Kingston, SDA SATA 160GB WD, SDB SATA 3TB WD Red, L4M Cine S2 [yaVDR/vdr4arch]


    VDR Projects

  • Der Tipp war gut.

    Ich habe jetzt sudo apt install python-is-python3 gemacht und dann sudo -H ./install-yavdr.sh wiederholt. Das hat funktioniert.

    Aber jetzt hat mich die snap-Hölle erwischt, firefox will snapd (>= 2.54):

    Firefox lässt sich auch nicht separat installieren, da kommt die selbe Meldung.

    Ich würde ja auf firefox verzichten, aber ich finde nicht, wie das geht.

  • Was sagt dpkg -l | grep firefox* und dpkg -l | grep snapd?

    Gruß utiltiy

    meine VDR

    vdr03: Antec Remote Fusion, Intel DH67BL, Celeron G1620, GT630, 2x 2GB DDR3 - Hynix, SDA SATA 40GB, SDB SATA 1.5TB, L4M Cine S2 [yaVDR/vdr4arch]
    vdr04: Antec Remote Fusion Micro, Intel DH67BL, Celeron G550, GT630, 2x 2GB DDR3 - Kingston, SDA SATA 160GB WD, SDB SATA 3TB WD Red, L4M Cine S2 [yaVDR/vdr4arch]


    VDR Projects

  • Code
    mike@troubadix:~$ dpkg -l | grep firefox*
    rc  firefox                                109.0+build2-0ubuntu0.20.04.1                    amd64        Safe and easy web browser from Mozilla
    mike@troubadix:~$ dpkg -l | grep snapd
    ii  libsnapd-glib-2-1:amd64                1.64-0ubuntu5                                    amd64        GLib snapd library
  • Muss ich snapd installieren und dann refresh machen?

    Code
    mike@troubadix:~$ snap list
    Der Befehl 'snap' wurde nicht gefunden, kann aber installiert werden mit:
    sudo apt install snapd
    mike@troubadix:~$ snap refresh
    Der Befehl 'snap' wurde nicht gefunden, kann aber installiert werden mit:
    sudo apt install snapd
  • Ja, installiere das mal und dann ein ⁠⁠⁠⁠⁠⁠⁠snap install firefox

    Gruß utiltiy

    meine VDR

    vdr03: Antec Remote Fusion, Intel DH67BL, Celeron G1620, GT630, 2x 2GB DDR3 - Hynix, SDA SATA 40GB, SDB SATA 1.5TB, L4M Cine S2 [yaVDR/vdr4arch]
    vdr04: Antec Remote Fusion Micro, Intel DH67BL, Celeron G550, GT630, 2x 2GB DDR3 - Kingston, SDA SATA 160GB WD, SDB SATA 3TB WD Red, L4M Cine S2 [yaVDR/vdr4arch]


    VDR Projects


  • [sudo] Passwort für mike:
    Paketlisten werden gelesen… Fertig
    Abhängigkeitsbaum wird aufgebaut… Fertig
    Statusinformationen werden eingelesen… Fertig
    Paket snapd ist nicht verfügbar, wird aber von einem anderen Paket
    referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
    wurde oder nur aus einer anderen Quelle verfügbar ist.

    E: Für Paket »snapd« existiert kein Installationskandidat.

  • keine Ahnung was bei dir alles verbogen ist:

    Quote

    root@vdr03:[~]: dpkg -l | grep snap
    ii firefox 1:1snap1-0ubuntu5 amd64 Transitional package - firefox -> firefox snap
    ii libsnapd-glib-2-1:amd64 1.64-0ubuntu5 amd64 GLib snapd library
    ii libsnappy1v5:amd64 1.1.10-1build1 amd64 fast compression/decompression library
    ii snapd 2.66.1+24.04 amd64 Daemon and tooling that enable snap packages

    Was sagt cat /etc/apt/sources.list.d/ubuntu.sources und cat /etc/apt/sources.list sowie ls -l /etc/apt/sources.list.d

    Gruß utiltiy

    meine VDR

    vdr03: Antec Remote Fusion, Intel DH67BL, Celeron G1620, GT630, 2x 2GB DDR3 - Hynix, SDA SATA 40GB, SDB SATA 1.5TB, L4M Cine S2 [yaVDR/vdr4arch]
    vdr04: Antec Remote Fusion Micro, Intel DH67BL, Celeron G550, GT630, 2x 2GB DDR3 - Kingston, SDA SATA 160GB WD, SDB SATA 3TB WD Red, L4M Cine S2 [yaVDR/vdr4arch]


    VDR Projects


  • Code
    mike@troubadix:~$ cat /etc/apt/sources.list
    # Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources
    Code
    mike@troubadix:~$ ls -l /etc/apt/sources.list.d
    insgesamt 12
    -rw-r--r-- 1 root root  78 Jan 13 15:38 ppa_seahawk1986_hotmail_noble_main_noble.list
    -rw-r--r-- 1 root root  77 Jan 13 15:38 ppa_seahawk1986_hotmail_vdr_2_7_3_noble.list
    -rw-r--r-- 1 root root 384 Jan 13 15:33 ubuntu.sources


    Zu dem Thema hab' ich gefunden:

    <a href="https://www.vdr-portal.de/forum/thread/136368-gel%C3%B6st-noble-will-firefox-mit-snap-error/">[gelöst] Noble will Firefox mit snap - Error</a>

    Deshalb habe ich Firefox auskommentiert in:

    in /home/mike/yavdr-ansible/roles/yavdr-xorg/tasks/setup-xorg.yml

    und sudo -H ./install-yavdr.sh nochmal laufen lassen.

    Ergebnis:

    Ich glaube, das hat keinen Zweck mehr.

  • Ich glaube, das hat keinen Zweck mehr.

    Sieht so aus als ob das keinen Sinn macht, ja. Sind zu viele Baustellen entstanden für ein do-release-upgrade

    Gruß utiltiy

    meine VDR

    vdr03: Antec Remote Fusion, Intel DH67BL, Celeron G1620, GT630, 2x 2GB DDR3 - Hynix, SDA SATA 40GB, SDB SATA 1.5TB, L4M Cine S2 [yaVDR/vdr4arch]
    vdr04: Antec Remote Fusion Micro, Intel DH67BL, Celeron G550, GT630, 2x 2GB DDR3 - Kingston, SDA SATA 160GB WD, SDB SATA 3TB WD Red, L4M Cine S2 [yaVDR/vdr4arch]


    VDR Projects

  • Hi,

    Warum noble? Das ist doch Focal!

    Ds ist viel faul!

    Browser ist ootb dabei im PChanger.

    MfG Stefan

    Test-VDR1: HP rp5700 Fertigsystem, Core2Duo E6400, 2GB RAM, FF-SD C-2300, nvidia Slim-GT218 x1 | easyVDR 2.0 64Bit
    VDR3: in Rente

    VDR4: MSI G31M2 v2, Digitainer2-Geh., t6963c 6" gLCD, E5200, 2GB, 3TB WD Red, GT730, 2x TT S2-3200; easyVDR 3.5 64bit
    VDR5: Gigabyte
    GA-G31M-S2L, Intel E2140, Zotac GT730 passiv, Digitainer2-Geh., t6963c 6 " gLCD, 2 TB WD Red, 2x TT S2-3200 (an 1 Kabel) easyVDR 3.5 64bit
    VDR6:
    Intel E5200, GT630 passiv, F1 750 GB, t6963c gLCD, 2x TT S2-3200 | easyVDR 3.5 64bit
    VDR-User #1068
    http://www.easy-vdr.de

  • /usr/bin/env: »python2“: Datei oder Verzeichnis nicht gefunden

    Bist du sicher, dass du einen aktuellen Stand von yavdr-ansible nutzt und auf dem focal Branch bist?

    Meine VDRs

    VDR 1: Point of View Ion-330-1, 2x Sundtek MediaTV Pro (DVB-C), Atric IR-Einschalter Rev.5, Ubuntu 18.04 (yavdr-ansible)
    VDR 2: Acer Revo 3610, Pinnacle PCTV SAT 452e, Medion X10, yaVDR 0.6
    VDR 3: Intel DH67BL, Celeron 540, 4 GB Ram, POV Geforce GT 1030, Ubuntu 18.04 (yavdr-ansible), VDR 2.4.1, CIR-Empfänger
    Client 1: Raspberry Pi 2, Arch Linux ARM, VDR 2.3.8
    vdr-epg-daemon auf Cubietruck mit 32 GB SSD, Arch Linux ARM

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • Er schrieb doch Eingangs das er aktualisieren will und es ging mit "noble" los in den Sourcen... darum eben die Annahme dass das um die 24er LTS Version geht.

    Wenn natürlich Ansible nicht dazu passt, davon bin ich aber ausgegangen, dann kann nix funktionieren.

    Gruß utiltiy

    meine VDR

    vdr03: Antec Remote Fusion, Intel DH67BL, Celeron G1620, GT630, 2x 2GB DDR3 - Hynix, SDA SATA 40GB, SDB SATA 1.5TB, L4M Cine S2 [yaVDR/vdr4arch]
    vdr04: Antec Remote Fusion Micro, Intel DH67BL, Celeron G550, GT630, 2x 2GB DDR3 - Kingston, SDA SATA 160GB WD, SDB SATA 3TB WD Red, L4M Cine S2 [yaVDR/vdr4arch]


    VDR Projects

  • Sorry, vergesst meinen Post, hab den Thread verwechselt.

    Test-VDR1: HP rp5700 Fertigsystem, Core2Duo E6400, 2GB RAM, FF-SD C-2300, nvidia Slim-GT218 x1 | easyVDR 2.0 64Bit
    VDR3: in Rente

    VDR4: MSI G31M2 v2, Digitainer2-Geh., t6963c 6" gLCD, E5200, 2GB, 3TB WD Red, GT730, 2x TT S2-3200; easyVDR 3.5 64bit
    VDR5: Gigabyte
    GA-G31M-S2L, Intel E2140, Zotac GT730 passiv, Digitainer2-Geh., t6963c 6 " gLCD, 2 TB WD Red, 2x TT S2-3200 (an 1 Kabel) easyVDR 3.5 64bit
    VDR6:
    Intel E5200, GT630 passiv, F1 750 GB, t6963c gLCD, 2x TT S2-3200 | easyVDR 3.5 64bit
    VDR-User #1068
    http://www.easy-vdr.de

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!