Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. RPI4 Updaten auf aktuellen Status?

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.6k

RPI4 Updaten auf aktuellen Status?

Geplant Angeheftet Gesperrt Verschoben Hardware
rpi4 update raspi os
38 Beiträge 3 Kommentatoren 1.9k Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @Pete0815
    Die 14 Dateien kommen vom Bootloader und dürften auch via regulärem Update dann entsprechend angepasst werden.

    In meinen System ist z. B.

    ls -la /boot/start4.elf
    -rwxr-xr-x 1 root root 2225376 Okt 23 20:23 /boot/start4.elf
    

    vom 23. Oktober

    ? Offline
    ? Offline
    Ein ehemaliger Benutzer
    schrieb am zuletzt editiert von
    #6

    @Thomas-Braun
    Danke

    Bin gerade etwas verwundert. Da mein EEprom Update stream auf critical stand.
    Prüfe ich nun:

    pi@IOBraspi:~ $ rpi-eeprom-update
    BCM2711 detected
    Dedicated VL805 EEPROM detected
    BOOTLOADER: up-to-date
    CURRENT: Mo 15. Jun 13:36:19 UTC 2020 (1592228179)
     LATEST: Do 16. Apr 17:11:26 UTC 2020 (1587057086)
     FW DIR: /lib/firmware/raspberrypi/bootloader/critical
    VL805: version unknown. Try sudo rpi-eeprom-update
    CURRENT:
     LATEST: 000137ad
    

    Findet er meiner Version vom 15.Juni nicht. ok, wenn sie im critical nicht vorhanden ist.

    Gucke ich aber jetzt im github steht dort bei critical eine Version vom 03.09.2020. Ist das nicht latest?
    15dae91b-9b01-4151-8b8e-3814bcad2227-grafik.png

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • ? Ein ehemaliger Benutzer

      @Thomas-Braun
      Danke

      Bin gerade etwas verwundert. Da mein EEprom Update stream auf critical stand.
      Prüfe ich nun:

      pi@IOBraspi:~ $ rpi-eeprom-update
      BCM2711 detected
      Dedicated VL805 EEPROM detected
      BOOTLOADER: up-to-date
      CURRENT: Mo 15. Jun 13:36:19 UTC 2020 (1592228179)
       LATEST: Do 16. Apr 17:11:26 UTC 2020 (1587057086)
       FW DIR: /lib/firmware/raspberrypi/bootloader/critical
      VL805: version unknown. Try sudo rpi-eeprom-update
      CURRENT:
       LATEST: 000137ad
      

      Findet er meiner Version vom 15.Juni nicht. ok, wenn sie im critical nicht vorhanden ist.

      Gucke ich aber jetzt im github steht dort bei critical eine Version vom 03.09.2020. Ist das nicht latest?
      15dae91b-9b01-4151-8b8e-3814bcad2227-grafik.png

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #7

      @Pete0815
      Hast du denn schon mal ein

      sudo apt update
      

      durchgeführt?

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      ? 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @Pete0815
        Hast du denn schon mal ein

        sudo apt update
        

        durchgeführt?

        ? Offline
        ? Offline
        Ein ehemaliger Benutzer
        schrieb am zuletzt editiert von
        #8

        @Thomas-Braun
        Nein, wollte mir das System nicht "abschießen" und erst prüfen ob das so ok ist.

        Thomas BraunT 2 Antworten Letzte Antwort
        0
        • ? Ein ehemaliger Benutzer

          @Thomas-Braun
          Nein, wollte mir das System nicht "abschießen" und erst prüfen ob das so ok ist.

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #9

          @Pete0815
          Mit

          sudo apt update
          

          passiert gar nix am System.

          Die Version vom 03.09.2020 ist jedenfalls die Standard-Version:

          vcgencmd bootloader_version
          Sep  3 2020 13:11:43
          version c305221a6d7e532693cc7ff57fddfc8649def167 (release)
          timestamp 1599135103
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          ? 1 Antwort Letzte Antwort
          0
          • ? Ein ehemaliger Benutzer

            @Thomas-Braun
            Nein, wollte mir das System nicht "abschießen" und erst prüfen ob das so ok ist.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #10

            @Pete0815
            Jetzt schau halt mal was passieren würde.
            Mit

            sudo apt update
            sudo apt-distupgrade --dry-run
            

            macht man das.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @Pete0815
              Mit

              sudo apt update
              

              passiert gar nix am System.

              Die Version vom 03.09.2020 ist jedenfalls die Standard-Version:

              vcgencmd bootloader_version
              Sep  3 2020 13:11:43
              version c305221a6d7e532693cc7ff57fddfc8649def167 (release)
              timestamp 1599135103
              
              ? Offline
              ? Offline
              Ein ehemaliger Benutzer
              schrieb am zuletzt editiert von
              #11

              @Thomas-Braun
              Habe jetzt mal

              sudo apt update
              

              ausgeführt und er sagt 53 updates verfügbar. Liste ausgeben mit

              apt list --upgradable
              

              In dieser Liste taucht auch das EEprom auf allerdings ohne Versions oder Datumsangaben

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • ? Ein ehemaliger Benutzer

                @Thomas-Braun
                Habe jetzt mal

                sudo apt update
                

                ausgeführt und er sagt 53 updates verfügbar. Liste ausgeben mit

                apt list --upgradable
                

                In dieser Liste taucht auch das EEprom auf allerdings ohne Versions oder Datumsangaben

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #12

                @Pete0815
                Sollte dann so ähnlich aussehen:

                pi@raspberrypi:~ $ apt policy rpi-eeprom
                rpi-eeprom:
                  Installiert:           10.2-1
                  Installationskandidat: 10.2-1
                  Versionstabelle:
                 *** 10.2-1 500
                        500 http://archive.raspberrypi.org/debian buster/main armhf Packages
                        100 /var/lib/dpkg/status
                

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                ? 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @Pete0815
                  Sollte dann so ähnlich aussehen:

                  pi@raspberrypi:~ $ apt policy rpi-eeprom
                  rpi-eeprom:
                    Installiert:           10.2-1
                    Installationskandidat: 10.2-1
                    Versionstabelle:
                   *** 10.2-1 500
                          500 http://archive.raspberrypi.org/debian buster/main armhf Packages
                          100 /var/lib/dpkg/status
                  
                  ? Offline
                  ? Offline
                  Ein ehemaliger Benutzer
                  schrieb am zuletzt editiert von
                  #13

                  @Thomas-Braun
                  ah ok die 10.2 sehe ich und dann sollte ich das wohl durchführen:

                  pi@IOBraspi:~ $ sudo apt dist-upgrade --dry-run
                  Paketlisten werden gelesen... Fertig
                  Abhängigkeitsbaum wird aufgebaut.
                  Statusinformationen werden eingelesen.... Fertig
                  Paketaktualisierung (Upgrade) wird berechnet... Fertig
                  Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                    rpi-eeprom-images
                  Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                  Die folgenden Pakete werden aktualisiert (Upgrade):
                    base-files bind9-host bluez bluez-firmware dbus firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek libbind9-161
                    libdbi-perl libdbus-1-3 libdbus-1-dev libdns-export1104 libdns1104 libfreetype6 libfreetype6-dev libgnutls30 libisc-export1100 libisc1100 libisccc161
                    libisccfg163 libjson-c3 liblwres161 libmariadb3 libpython3.7 libpython3.7-minimal libpython3.7-stdlib libraspberrypi-bin libraspberrypi-dev
                    libraspberrypi-doc libraspberrypi0 libx11-6 libx11-data mariadb-client mariadb-client-10.3 mariadb-client-core-10.3 mariadb-common mariadb-server
                    mariadb-server-10.3 mariadb-server-core-10.3 nfs-common pi-bluetooth python3.7 python3.7-minimal raspberrypi-bootloader raspberrypi-kernel
                    raspberrypi-sys-mods raspi-config rpi-eeprom rpi-eeprom-images tzdata
                  53 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                  Inst base-files [10.3+rpi1+deb10u4] (10.3+rpi1+deb10u6 Raspbian:stable [armhf])
                  Conf base-files (10.3+rpi1+deb10u6 Raspbian:stable [armhf])
                  Inst mariadb-common [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                  Inst libgnutls30 [3.6.7-4+deb10u4] (3.6.7-4+deb10u5 Raspbian:stable [armhf])
                  Conf libgnutls30 (3.6.7-4+deb10u5 Raspbian:stable [armhf])
                  Inst mariadb-server-core-10.3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Inst libdbi-perl [1.642-1+b1] (1.642-1+deb10u1 Raspbian:stable [armhf])
                  Inst mariadb-client-core-10.3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Inst mariadb-client-10.3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Conf mariadb-common (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                  Inst mariadb-server-10.3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Inst libpython3.7 [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf]) []
                  Inst python3.7 [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf]) []
                  Inst libpython3.7-stdlib [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf]) []
                  Inst python3.7-minimal [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf]) []
                  Inst libpython3.7-minimal [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                  Inst tzdata [2020a-0+deb10u1] (2020d-0+deb10u1 Raspbian:stable [all])
                  Inst libjson-c3 [0.12.1+ds-2] (0.12.1+ds-2+deb10u1 Raspbian:stable [armhf])
                  Inst bind9-host [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                  Inst libbind9-161 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                  Inst libisccfg163 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                  Inst libisccc161 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                  Inst libdns1104 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                  Inst libisc1100 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                  Inst liblwres161 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Inst libdbus-1-dev [1.12.16-1] (1.12.20-0+deb10u1 Raspbian:stable [armhf]) []
                  Inst dbus [1.12.16-1] (1.12.20-0+deb10u1 Raspbian:stable [armhf]) []
                  Inst libdbus-1-3 [1.12.16-1] (1.12.20-0+deb10u1 Raspbian:stable [armhf])
                  Inst bluez [5.50-1.2~deb10u1+rpt1] (5.50-1.2~deb10u1+rpt2 Raspberry Pi Foundation:testing [armhf])
                  Inst bluez-firmware [1.2-4+rpt3] (1.2-4+rpt6 Raspberry Pi Foundation:testing [all])
                  Inst firmware-atheros [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Inst firmware-brcm80211 [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Inst firmware-libertas [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Inst firmware-misc-nonfree [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Inst firmware-realtek [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Inst libisc-export1100 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Inst libdns-export1104 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Inst libfreetype6-dev [2.9.1-3+deb10u1] (2.9.1-3+deb10u2 Raspbian:stable [armhf]) []
                  Inst libfreetype6 [2.9.1-3+deb10u1] (2.9.1-3+deb10u2 Raspbian:stable [armhf])
                  Inst libmariadb3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Inst libraspberrypi-doc [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                  Inst libraspberrypi-dev [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                  Inst raspberrypi-kernel [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                  Inst libraspberrypi-bin [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                  Inst libraspberrypi0 [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                  Inst raspberrypi-bootloader [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                  Inst libx11-data [2:1.6.7-1] (2:1.6.7-1+deb10u1 Raspbian:stable [all])
                  Inst libx11-6 [2:1.6.7-1] (2:1.6.7-1+deb10u1 Raspbian:stable [armhf])
                  Inst mariadb-client [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                  Inst mariadb-server [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                  Inst nfs-common [1:1.3.4-2.5] (1:1.3.4-2.5+deb10u1 Raspbian:stable [armhf])
                  Inst raspberrypi-sys-mods [20200514] (20201026 Raspberry Pi Foundation:testing [armhf])
                  Inst pi-bluetooth [0.1.13] (0.1.15 Raspberry Pi Foundation:testing [all])
                  Inst raspi-config [20200601] (20201108 Raspberry Pi Foundation:testing [all])
                  Inst rpi-eeprom [7.4-1] (10.2-1 Raspberry Pi Foundation:testing [armhf])
                  Inst rpi-eeprom-images [7.4-1] (10.2-1 Raspberry Pi Foundation:testing [armhf])
                  Conf mariadb-server-core-10.3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Conf libdbi-perl (1.642-1+deb10u1 Raspbian:stable [armhf])
                  Conf mariadb-client-core-10.3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Conf mariadb-client-10.3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Conf mariadb-server-10.3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Conf libpython3.7 (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                  Conf python3.7 (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                  Conf libpython3.7-stdlib (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                  Conf python3.7-minimal (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                  Conf libpython3.7-minimal (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                  Conf tzdata (2020d-0+deb10u1 Raspbian:stable [all])
                  Conf libjson-c3 (0.12.1+ds-2+deb10u1 Raspbian:stable [armhf])
                  Conf bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf libbind9-161 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf libisccfg163 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf libisccc161 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf libdns1104 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf libisc1100 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf liblwres161 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf libdbus-1-dev (1.12.20-0+deb10u1 Raspbian:stable [armhf])
                  Conf dbus (1.12.20-0+deb10u1 Raspbian:stable [armhf])
                  Conf libdbus-1-3 (1.12.20-0+deb10u1 Raspbian:stable [armhf])
                  Conf bluez (5.50-1.2~deb10u1+rpt2 Raspberry Pi Foundation:testing [armhf])
                  Conf bluez-firmware (1.2-4+rpt6 Raspberry Pi Foundation:testing [all])
                  Conf firmware-atheros (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Conf firmware-brcm80211 (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Conf firmware-libertas (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Conf firmware-misc-nonfree (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Conf firmware-realtek (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                  Conf libisc-export1100 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf libdns-export1104 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                  Conf libfreetype6-dev (2.9.1-3+deb10u2 Raspbian:stable [armhf])
                  Conf libfreetype6 (2.9.1-3+deb10u2 Raspbian:stable [armhf])
                  Conf libmariadb3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                  Conf libraspberrypi-doc (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                  Conf libraspberrypi-dev (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                  Conf raspberrypi-kernel (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                  Conf libraspberrypi-bin (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                  Conf libraspberrypi0 (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                  Conf raspberrypi-bootloader (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                  Conf libx11-data (2:1.6.7-1+deb10u1 Raspbian:stable [all])
                  Conf libx11-6 (2:1.6.7-1+deb10u1 Raspbian:stable [armhf])
                  Conf mariadb-client (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                  Conf mariadb-server (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                  Conf nfs-common (1:1.3.4-2.5+deb10u1 Raspbian:stable [armhf])
                  Conf raspberrypi-sys-mods (20201026 Raspberry Pi Foundation:testing [armhf])
                  Conf pi-bluetooth (0.1.15 Raspberry Pi Foundation:testing [all])
                  Conf raspi-config (20201108 Raspberry Pi Foundation:testing [all])
                  Conf rpi-eeprom (10.2-1 Raspberry Pi Foundation:testing [armhf])
                  Conf rpi-eeprom-images (10.2-1 Raspberry Pi Foundation:testing [armhf])
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • ? Ein ehemaliger Benutzer

                    @Thomas-Braun
                    ah ok die 10.2 sehe ich und dann sollte ich das wohl durchführen:

                    pi@IOBraspi:~ $ sudo apt dist-upgrade --dry-run
                    Paketlisten werden gelesen... Fertig
                    Abhängigkeitsbaum wird aufgebaut.
                    Statusinformationen werden eingelesen.... Fertig
                    Paketaktualisierung (Upgrade) wird berechnet... Fertig
                    Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                      rpi-eeprom-images
                    Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                    Die folgenden Pakete werden aktualisiert (Upgrade):
                      base-files bind9-host bluez bluez-firmware dbus firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek libbind9-161
                      libdbi-perl libdbus-1-3 libdbus-1-dev libdns-export1104 libdns1104 libfreetype6 libfreetype6-dev libgnutls30 libisc-export1100 libisc1100 libisccc161
                      libisccfg163 libjson-c3 liblwres161 libmariadb3 libpython3.7 libpython3.7-minimal libpython3.7-stdlib libraspberrypi-bin libraspberrypi-dev
                      libraspberrypi-doc libraspberrypi0 libx11-6 libx11-data mariadb-client mariadb-client-10.3 mariadb-client-core-10.3 mariadb-common mariadb-server
                      mariadb-server-10.3 mariadb-server-core-10.3 nfs-common pi-bluetooth python3.7 python3.7-minimal raspberrypi-bootloader raspberrypi-kernel
                      raspberrypi-sys-mods raspi-config rpi-eeprom rpi-eeprom-images tzdata
                    53 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                    Inst base-files [10.3+rpi1+deb10u4] (10.3+rpi1+deb10u6 Raspbian:stable [armhf])
                    Conf base-files (10.3+rpi1+deb10u6 Raspbian:stable [armhf])
                    Inst mariadb-common [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                    Inst libgnutls30 [3.6.7-4+deb10u4] (3.6.7-4+deb10u5 Raspbian:stable [armhf])
                    Conf libgnutls30 (3.6.7-4+deb10u5 Raspbian:stable [armhf])
                    Inst mariadb-server-core-10.3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Inst libdbi-perl [1.642-1+b1] (1.642-1+deb10u1 Raspbian:stable [armhf])
                    Inst mariadb-client-core-10.3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Inst mariadb-client-10.3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Conf mariadb-common (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                    Inst mariadb-server-10.3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Inst libpython3.7 [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf]) []
                    Inst python3.7 [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf]) []
                    Inst libpython3.7-stdlib [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf]) []
                    Inst python3.7-minimal [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf]) []
                    Inst libpython3.7-minimal [3.7.3-2+deb10u1] (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                    Inst tzdata [2020a-0+deb10u1] (2020d-0+deb10u1 Raspbian:stable [all])
                    Inst libjson-c3 [0.12.1+ds-2] (0.12.1+ds-2+deb10u1 Raspbian:stable [armhf])
                    Inst bind9-host [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                    Inst libbind9-161 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                    Inst libisccfg163 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                    Inst libisccc161 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                    Inst libdns1104 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                    Inst libisc1100 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf]) []
                    Inst liblwres161 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Inst libdbus-1-dev [1.12.16-1] (1.12.20-0+deb10u1 Raspbian:stable [armhf]) []
                    Inst dbus [1.12.16-1] (1.12.20-0+deb10u1 Raspbian:stable [armhf]) []
                    Inst libdbus-1-3 [1.12.16-1] (1.12.20-0+deb10u1 Raspbian:stable [armhf])
                    Inst bluez [5.50-1.2~deb10u1+rpt1] (5.50-1.2~deb10u1+rpt2 Raspberry Pi Foundation:testing [armhf])
                    Inst bluez-firmware [1.2-4+rpt3] (1.2-4+rpt6 Raspberry Pi Foundation:testing [all])
                    Inst firmware-atheros [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Inst firmware-brcm80211 [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Inst firmware-libertas [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Inst firmware-misc-nonfree [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Inst firmware-realtek [1:20190114-1+rpt7] (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Inst libisc-export1100 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Inst libdns-export1104 [1:9.11.5.P4+dfsg-5.1+deb10u1] (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Inst libfreetype6-dev [2.9.1-3+deb10u1] (2.9.1-3+deb10u2 Raspbian:stable [armhf]) []
                    Inst libfreetype6 [2.9.1-3+deb10u1] (2.9.1-3+deb10u2 Raspbian:stable [armhf])
                    Inst libmariadb3 [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Inst libraspberrypi-doc [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                    Inst libraspberrypi-dev [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                    Inst raspberrypi-kernel [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                    Inst libraspberrypi-bin [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                    Inst libraspberrypi0 [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf]) []
                    Inst raspberrypi-bootloader [1.20200601-1] (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                    Inst libx11-data [2:1.6.7-1] (2:1.6.7-1+deb10u1 Raspbian:stable [all])
                    Inst libx11-6 [2:1.6.7-1] (2:1.6.7-1+deb10u1 Raspbian:stable [armhf])
                    Inst mariadb-client [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                    Inst mariadb-server [1:10.3.22-0+deb10u1] (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                    Inst nfs-common [1:1.3.4-2.5] (1:1.3.4-2.5+deb10u1 Raspbian:stable [armhf])
                    Inst raspberrypi-sys-mods [20200514] (20201026 Raspberry Pi Foundation:testing [armhf])
                    Inst pi-bluetooth [0.1.13] (0.1.15 Raspberry Pi Foundation:testing [all])
                    Inst raspi-config [20200601] (20201108 Raspberry Pi Foundation:testing [all])
                    Inst rpi-eeprom [7.4-1] (10.2-1 Raspberry Pi Foundation:testing [armhf])
                    Inst rpi-eeprom-images [7.4-1] (10.2-1 Raspberry Pi Foundation:testing [armhf])
                    Conf mariadb-server-core-10.3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Conf libdbi-perl (1.642-1+deb10u1 Raspbian:stable [armhf])
                    Conf mariadb-client-core-10.3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Conf mariadb-client-10.3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Conf mariadb-server-10.3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Conf libpython3.7 (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                    Conf python3.7 (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                    Conf libpython3.7-stdlib (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                    Conf python3.7-minimal (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                    Conf libpython3.7-minimal (3.7.3-2+deb10u2 Raspbian:stable [armhf])
                    Conf tzdata (2020d-0+deb10u1 Raspbian:stable [all])
                    Conf libjson-c3 (0.12.1+ds-2+deb10u1 Raspbian:stable [armhf])
                    Conf bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf libbind9-161 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf libisccfg163 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf libisccc161 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf libdns1104 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf libisc1100 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf liblwres161 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf libdbus-1-dev (1.12.20-0+deb10u1 Raspbian:stable [armhf])
                    Conf dbus (1.12.20-0+deb10u1 Raspbian:stable [armhf])
                    Conf libdbus-1-3 (1.12.20-0+deb10u1 Raspbian:stable [armhf])
                    Conf bluez (5.50-1.2~deb10u1+rpt2 Raspberry Pi Foundation:testing [armhf])
                    Conf bluez-firmware (1.2-4+rpt6 Raspberry Pi Foundation:testing [all])
                    Conf firmware-atheros (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Conf firmware-brcm80211 (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Conf firmware-libertas (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Conf firmware-misc-nonfree (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Conf firmware-realtek (1:20190114-1+rpt9 Raspberry Pi Foundation:testing [all])
                    Conf libisc-export1100 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf libdns-export1104 (1:9.11.5.P4+dfsg-5.1+deb10u2 Raspbian:stable [armhf])
                    Conf libfreetype6-dev (2.9.1-3+deb10u2 Raspbian:stable [armhf])
                    Conf libfreetype6 (2.9.1-3+deb10u2 Raspbian:stable [armhf])
                    Conf libmariadb3 (1:10.3.25-0+deb10u1 Raspbian:stable [armhf])
                    Conf libraspberrypi-doc (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                    Conf libraspberrypi-dev (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                    Conf raspberrypi-kernel (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                    Conf libraspberrypi-bin (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                    Conf libraspberrypi0 (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                    Conf raspberrypi-bootloader (1.20201022-1 Raspberry Pi Foundation:testing [armhf])
                    Conf libx11-data (2:1.6.7-1+deb10u1 Raspbian:stable [all])
                    Conf libx11-6 (2:1.6.7-1+deb10u1 Raspbian:stable [armhf])
                    Conf mariadb-client (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                    Conf mariadb-server (1:10.3.25-0+deb10u1 Raspbian:stable [all])
                    Conf nfs-common (1:1.3.4-2.5+deb10u1 Raspbian:stable [armhf])
                    Conf raspberrypi-sys-mods (20201026 Raspberry Pi Foundation:testing [armhf])
                    Conf pi-bluetooth (0.1.15 Raspberry Pi Foundation:testing [all])
                    Conf raspi-config (20201108 Raspberry Pi Foundation:testing [all])
                    Conf rpi-eeprom (10.2-1 Raspberry Pi Foundation:testing [armhf])
                    Conf rpi-eeprom-images (10.2-1 Raspberry Pi Foundation:testing [armhf])
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von Thomas Braun
                    #14

                    @Pete0815
                    Ja, passt.

                    Dann jetzt 'scharf' schalten:

                    sudo apt dist-upgrade
                    sudo reboot
                    

                    Den (vermutlich) laufenden X-Server würde ich allerdings auf einem Server abschalten.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    ? 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @Pete0815
                      Ja, passt.

                      Dann jetzt 'scharf' schalten:

                      sudo apt dist-upgrade
                      sudo reboot
                      

                      Den (vermutlich) laufenden X-Server würde ich allerdings auf einem Server abschalten.

                      ? Offline
                      ? Offline
                      Ein ehemaliger Benutzer
                      schrieb am zuletzt editiert von
                      #15

                      @Thomas-Braun said in RPI4 Updaten auf aktuellen Status?:

                      Den (vermutlich) laufenden X-Server würde ich allerdings auf einem Server abschalten.

                      Was meinst Du damit? Läuft dort etwas was ich nicht brauche oder besser nie brauchen werde?

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • ? Ein ehemaliger Benutzer

                        @Thomas-Braun said in RPI4 Updaten auf aktuellen Status?:

                        Den (vermutlich) laufenden X-Server würde ich allerdings auf einem Server abschalten.

                        Was meinst Du damit? Läuft dort etwas was ich nicht brauche oder besser nie brauchen werde?

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #16

                        @Pete0815
                        Vermutlich ja. Aber da können wir uns wenn du magst später drum kümmern.

                        Wenn das System wieder auf die Beine gekommen ist noch

                        sudo apt autoremove
                        

                        ausführen.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        ? 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @Pete0815
                          Vermutlich ja. Aber da können wir uns wenn du magst später drum kümmern.

                          Wenn das System wieder auf die Beine gekommen ist noch

                          sudo apt autoremove
                          

                          ausführen.

                          ? Offline
                          ? Offline
                          Ein ehemaliger Benutzer
                          schrieb am zuletzt editiert von
                          #17

                          @Thomas-Braun
                          Danke, perfekt. Das System läuft wieder und 03.09.2020 EEprom ist auch drauf :)

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • ? Ein ehemaliger Benutzer

                            @Thomas-Braun
                            Danke, perfekt. Das System läuft wieder und 03.09.2020 EEprom ist auch drauf :)

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #18

                            @Pete0815
                            Alles aktuell?
                            Mit

                            sudo apt update
                            

                            schauen. Und das dann künftig regelmäßiger machen.

                            who -r
                            

                            liefert?

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            ? 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @Pete0815
                              Alles aktuell?
                              Mit

                              sudo apt update
                              

                              schauen. Und das dann künftig regelmäßiger machen.

                              who -r
                              

                              liefert?

                              ? Offline
                              ? Offline
                              Ein ehemaliger Benutzer
                              schrieb am zuletzt editiert von Ein ehemaliger Benutzer
                              #19

                              ok, thx

                              @Thomas-Braun said in RPI4 Updaten auf aktuellen Status?:

                              who -r liefert?

                              Runlevel 5   2020-11-10 16:49
                              
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • ? Ein ehemaliger Benutzer

                                ok, thx

                                @Thomas-Braun said in RPI4 Updaten auf aktuellen Status?:

                                who -r liefert?

                                Runlevel 5   2020-11-10 16:49
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #20

                                @Pete0815
                                Das würde ich auf einem Server auf das dafür vorgesehene RunLeve 3 setzen.

                                sudo raspi-config
                                

                                Dann dort Menüpunkt
                                1 - S5 - B1

                                Dann ist der unnötige Desktop-Betrieb auf Eis gelegt.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                ? 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @Pete0815
                                  Das würde ich auf einem Server auf das dafür vorgesehene RunLeve 3 setzen.

                                  sudo raspi-config
                                  

                                  Dann dort Menüpunkt
                                  1 - S5 - B1

                                  Dann ist der unnötige Desktop-Betrieb auf Eis gelegt.

                                  ? Offline
                                  ? Offline
                                  Ein ehemaliger Benutzer
                                  schrieb am zuletzt editiert von
                                  #21

                                  @Thomas-Braun
                                  Danke. Das sollte ungenutzte Ressourcen freigeben.

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • ? Ein ehemaliger Benutzer

                                    @Thomas-Braun
                                    Danke. Das sollte ungenutzte Ressourcen freigeben.

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #22

                                    @Pete0815
                                    Das sollte wohl eher 'unnütz gebundene Ressourcen freigeben' heißen. ;-)

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    ? 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @Pete0815
                                      Das sollte wohl eher 'unnütz gebundene Ressourcen freigeben' heißen. ;-)

                                      ? Offline
                                      ? Offline
                                      Ein ehemaliger Benutzer
                                      schrieb am zuletzt editiert von
                                      #23

                                      @Thomas-Braun said in RPI4 Updaten auf aktuellen Status?:

                                      @Pete0815
                                      Das sollte wohl eher 'unnütz gebundene Ressourcen freigeben' heißen. ;-)

                                      :joy:

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • ? Ein ehemaliger Benutzer

                                        @Thomas-Braun said in RPI4 Updaten auf aktuellen Status?:

                                        @Pete0815
                                        Das sollte wohl eher 'unnütz gebundene Ressourcen freigeben' heißen. ;-)

                                        :joy:

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #24

                                        @Pete0815
                                        Wo du gerade Systempflege betreibst...
                                        nodeJS ist richtig und aktuell?

                                        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs && who -r
                                        

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        ? 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @Pete0815
                                          Wo du gerade Systempflege betreibst...
                                          nodeJS ist richtig und aktuell?

                                          which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs && who -r
                                          
                                          ? Offline
                                          ? Offline
                                          Ein ehemaliger Benutzer
                                          schrieb am zuletzt editiert von Ein ehemaliger Benutzer
                                          #25

                                          @Thomas-Braun

                                          sudo iobroker update
                                          sudo iobroker upgrade self
                                          sudo iobroker upgrade
                                          

                                          läuft öfters deswegen denke ich ja:

                                          /usr/bin/nodejs
                                          v12.19.0
                                          /usr/bin/node
                                          v12.19.0
                                          /usr/bin/npm
                                          6.14.8
                                          nodejs:
                                            Installiert:           12.19.0-1nodesource1
                                            Installationskandidat: 12.19.0-1nodesource1
                                            Versionstabelle:
                                           *** 12.19.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               10.21.0~dfsg-1~deb10u1+rpi1 500
                                                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                                   Runlevel 3   2020-11-10 17:06
                                          
                                          
                                          Thomas BraunT 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          538

                                          Online

                                          32.7k

                                          Benutzer

                                          82.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe