Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. ioBroker Allgemein
  4. NodeJS / npm nach Neustart wieder auf alter Version

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    744

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

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

NodeJS / npm nach Neustart wieder auf alter Version

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
54 Beiträge 4 Kommentatoren 2.1k Aufrufe 3 Beobachtet
  • Ä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.
  • H Haxe

    Moin zusammen

    Ich möchte mein iob aktualisieren, da zwei VIS Adapter ein aktuelles NPM benötigen (bei mir ist installiert 8.19...). Momentan ist mein Raspberry auf Bullseye.

    Komischer Effekt: Updates laufen durch, nach dem Update sind die Node und NPM auf 18.x bzw. 10.x. ich kann die Adapter installieren - alles gut soweit. Sowohl Konsole wie auch Host im iob zeigen das an.

    Mache ich dann einen Neustart, dann ist danach alles wieder auf der alten Version Node 16.x bzw. npm 8.x. Die bereits erfolgreich installierten Adapter werden auch wieder angezeigt zum Update.

    Mein Updateablauf hier aus dem Forum

    iobroker backup
    iob stop
    iob fix
    iob nodejs-update
    iob update    
    iob upgrade
    iob upgrade self
    iob start
    

    Starte ich...

    iob nodejs-update
    

    ...erhalte ich noch diese Infos bevor das Update dann durchläuft:

    Recommended nodejs-version is: 18.19.0
    Checking your installation now. Please be patient!
    
    Your current setup is:
    /usr/bin/node 		v16.20.2
    /usr/bin/npm 		8.19.4
    /usr/bin/npx 		8.19.4
    /usr/bin/corepack 	0.17.0
    
    We found these nodejs versions available for installation:
    
    nodejs:
      Installed: 16.20.2-deb-1nodesource1
      Candidate: 16.20.2-deb-1nodesource1
      Version table:
     *** 16.20.2-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
            100 /var/lib/dpkg/status
         12.22.12~dfsg-1~deb11u4 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
    
    
    
    Nothing to do - Your installation is using the correct paths.
    
    You are running nodejs v16.20.2. Do you want to install recommended version 18.19.0? 
    
    Press <y> to continue or any other key to quit
    Trying to update your installation now. Please be patient.
    find: '/run/user/1000/gvfs': Permission denied
    Waiting for ioBroker to shut down - Give me a minute...
    ############################################################
    

    ...

    Habt ihr eine Idee?

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

    @haxe

    sudo apt update
    apt policy nodejs
    

    sagt?

    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

    H 1 Antwort Letzte Antwort
    0
    • ESP8266E Offline
      ESP8266E Offline
      ESP8266
      schrieb am zuletzt editiert von ESP8266
      #7

      @haxe , am Tisch zusammengebrochen / eingepennt? 😁

      Hat sich wohl alles zerbombt....

      Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • ESP8266E ESP8266

        @haxe , am Tisch zusammengebrochen / eingepennt? 😁

        Hat sich wohl alles zerbombt....

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

        @esp8266 sagte in NodeJS / npm nach Neustart wieder auf alter Version:

        Hat sich wohl alles zerbombt....

        Kann sein. Das Verhalten wäre bei geschredderten Dateisystemen jedenfalls nicht ungewöhnlich.

        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

          @haxe

          sudo apt update
          apt policy nodejs
          

          sagt?

          H Offline
          H Offline
          Haxe
          schrieb am zuletzt editiert von
          #9

          @thomas-braun said in NodeJS / npm nach Neustart wieder auf alter Version:

          sudo apt update

          Holen:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
          OK:2 https://repos.influxdata.com/debian stable InRelease                                         
          Holen:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]                     
          OK:4 https://repos.influxdata.com/debian stretch InRelease                                        
          Holen:5 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]                         
          Holen:6 https://apt.grafana.com stable InRelease [5’983 B]                
          Holen:7 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB]
          Holen:8 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB]               
          Holen:9 https://apt.grafana.com stable/main armhf Packages [115 kB]                               
          Es wurden 13.7 MB in 13 s geholt (1’027 kB/s).                                                    
          Paketlisten werden gelesen… Fertig
          Abhängigkeitsbaum wird aufgebaut… Fertig
          Statusinformationen werden eingelesen… Fertig
          Aktualisierung für 26 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
          

          keine Ahnung wo die 26 Pakete wieder herkommen... habe vorhin erst laufen lassen.

          nodejs:
            Installiert:           16.20.2-deb-1nodesource1
            Installationskandidat: 16.20.2-deb-1nodesource1
            Versionstabelle:
           *** 16.20.2-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                  100 /var/lib/dpkg/status
               12.22.12~dfsg-1~deb11u4 500
                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
          
          ESP8266E Thomas BraunT 2 Antworten Letzte Antwort
          0
          • H Haxe

            @thomas-braun said in NodeJS / npm nach Neustart wieder auf alter Version:

            sudo apt update

            Holen:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
            OK:2 https://repos.influxdata.com/debian stable InRelease                                         
            Holen:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]                     
            OK:4 https://repos.influxdata.com/debian stretch InRelease                                        
            Holen:5 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]                         
            Holen:6 https://apt.grafana.com stable InRelease [5’983 B]                
            Holen:7 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB]
            Holen:8 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB]               
            Holen:9 https://apt.grafana.com stable/main armhf Packages [115 kB]                               
            Es wurden 13.7 MB in 13 s geholt (1’027 kB/s).                                                    
            Paketlisten werden gelesen… Fertig
            Abhängigkeitsbaum wird aufgebaut… Fertig
            Statusinformationen werden eingelesen… Fertig
            Aktualisierung für 26 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
            

            keine Ahnung wo die 26 Pakete wieder herkommen... habe vorhin erst laufen lassen.

            nodejs:
              Installiert:           16.20.2-deb-1nodesource1
              Installationskandidat: 16.20.2-deb-1nodesource1
              Versionstabelle:
             *** 16.20.2-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                    100 /var/lib/dpkg/status
                 12.22.12~dfsg-1~deb11u4 500
                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
            
            ESP8266E Offline
            ESP8266E Offline
            ESP8266
            schrieb am zuletzt editiert von ESP8266
            #10

            @haxe , bullseye ist fast eol. Auf Bookworm upgraden.
            Aber dabei alles! neu machen und nicht einfach das System hochziehen.

            Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

            1 Antwort Letzte Antwort
            0
            • H Haxe

              @thomas-braun said in NodeJS / npm nach Neustart wieder auf alter Version:

              sudo apt update

              Holen:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
              OK:2 https://repos.influxdata.com/debian stable InRelease                                         
              Holen:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]                     
              OK:4 https://repos.influxdata.com/debian stretch InRelease                                        
              Holen:5 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]                         
              Holen:6 https://apt.grafana.com stable InRelease [5’983 B]                
              Holen:7 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB]
              Holen:8 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB]               
              Holen:9 https://apt.grafana.com stable/main armhf Packages [115 kB]                               
              Es wurden 13.7 MB in 13 s geholt (1’027 kB/s).                                                    
              Paketlisten werden gelesen… Fertig
              Abhängigkeitsbaum wird aufgebaut… Fertig
              Statusinformationen werden eingelesen… Fertig
              Aktualisierung für 26 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
              

              keine Ahnung wo die 26 Pakete wieder herkommen... habe vorhin erst laufen lassen.

              nodejs:
                Installiert:           16.20.2-deb-1nodesource1
                Installationskandidat: 16.20.2-deb-1nodesource1
                Versionstabelle:
               *** 16.20.2-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u4 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #11

              @haxe sagte in NodeJS / npm nach Neustart wieder auf alter Version:

              OK:4 https://repos.influxdata.com/debian stretch InRelease
              

              Der Eintrag ist falsch.

              OK:2 https://repos.influxdata.com/debian stable InRelease
              

              ist richtig.

              sudo apt full-upgrade
              

              laufen lassen.

              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

              H 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @haxe sagte in NodeJS / npm nach Neustart wieder auf alter Version:

                OK:4 https://repos.influxdata.com/debian stretch InRelease
                

                Der Eintrag ist falsch.

                OK:2 https://repos.influxdata.com/debian stable InRelease
                

                ist richtig.

                sudo apt full-upgrade
                

                laufen lassen.

                H Offline
                H Offline
                Haxe
                schrieb am zuletzt editiert von
                #12

                @thomas-braun

                unten läuft wohl was schief...

                sudo apt full-upgrade
                Paketlisten werden gelesen… Fertig
                Abhängigkeitsbaum wird aufgebaut… Fertig
                Statusinformationen werden eingelesen… Fertig
                Paketaktualisierung (Upgrade) wird berechnet… Fertig
                Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                  raspinfo
                Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                Die folgenden Pakete werden aktualisiert (Upgrade):
                  bluez chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra curl firmware-atheros
                  firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek grafana
                  gstreamer1.0-plugins-bad libcurl3-gnutls libcurl4 libgstreamer-plugins-bad1.0-0
                  libjavascriptcoregtk-4.0-18 libnghttp2-14 libssh-gcrypt-4 libtiff5 libwebkit2gtk-4.0-37
                  openssh-client openssh-server openssh-sftp-server ssh xserver-common xserver-xorg-core
                26 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                Es müssen 316 MB an Archiven heruntergeladen werden.
                Nach dieser Operation werden 2’650 kB Plattenplatz zusätzlich benutzt.
                Möchten Sie fortfahren? [J/n] J
                Holen:1 http://archive.raspberrypi.org/debian bullseye/main armhf bluez armhf 5.55-3.1+rpt2+deb11u1 [844 kB]
                Holen:3 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-browser-l10n all 120.0.6099.102-rpt1 [6’436 kB]
                Holen:2 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-sftp-server armhf 1:8.4p1-5+deb11u3 [42.8 kB]
                Holen:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-server armhf 1:8.4p1-5+deb11u3 [319 kB]
                Holen:5 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u3 [796 kB]
                Holen:8 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-browser armhf 120.0.6099.102-rpt1 [110 MB]
                Holen:6 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ssh all 1:8.4p1-5+deb11u3 [252 kB]
                Holen:7 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1+deb11u1 [65.9 kB]
                Holen:9 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u11 [259 kB]
                Holen:10 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u11 [310 kB]
                Holen:11 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u11 [306 kB]
                Holen:12 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf gstreamer1.0-plugins-bad armhf 1.18.4-3+deb11u3 [3’863 kB]
                Holen:13 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgstreamer-plugins-bad1.0-0 armhf 1.18.4-3+deb11u3 [2’259 kB]
                Holen:18 https://apt.grafana.com stable/main armhf grafana armhf 10.2.3 [95.7 MB]                 
                Holen:14 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libwebkit2gtk-4.0-37 armhf 2.42.2-1~deb11u1+rpi1 [16.0 MB]
                Holen:15 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libjavascriptcoregtk-4.0-18 armhf 2.42.2-1~deb11u1+rpi1 [2’790 kB]
                Holen:16 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libssh-gcrypt-4 armhf 0.9.8-0+deb11u1 [190 kB]
                Holen:17 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libtiff5 armhf 4.2.0-1+deb11u5 [270 kB]
                Holen:19 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-codecs-ffmpeg-extra armhf 120.0.6099.102-rpt1 [1’024 kB]
                Holen:20 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-atheros all 1:20230210-5~bpo11+1+rpt2 [16.8 MB]
                Fehl:20 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-atheros all 1:20230210-5~bpo11+1+rpt2
                  Fehler beim Lesen vom Server - read (104: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt) [IP: 46.235.231.145 80]
                Holen:21 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-brcm80211 all 1:20230210-5~bpo11+1+rpt2 [5’865 kB]
                Holen:22 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-libertas all 1:20230210-5~bpo11+1+rpt2 [31.2 MB]
                Holen:23 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-misc-nonfree all 1:20230210-5~bpo11+1+rpt2 [13.0 MB]
                Holen:24 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-realtek all 1:20230210-5~bpo11+1+rpt2 [1’508 kB]
                Holen:25 http://archive.raspberrypi.org/debian bullseye/main armhf xserver-common all 2:1.20.11-1+rpt3+deb11u10 [2’285 kB]
                Holen:26 http://archive.raspberrypi.org/debian bullseye/main armhf xserver-xorg-core armhf 2:1.20.11-1+rpt3+deb11u10 [3’352 kB]
                Es wurden 299 MB in 8 min 36 s geholt (580 kB/s).                                                 
                E: Fehlschlag beim Holen von http://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-atheros_20230210-5%7ebpo11%2b1%2brpt2_all.deb Fehler beim Lesen vom Server - read (104: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt) [IP: 46.235.231.145 80]
                E: Einige Archive konnten nicht heruntergeladen werden; vielleicht »apt-get update« ausführen oder mit »--fix-missing« probieren?
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • H Haxe

                  @thomas-braun

                  unten läuft wohl was schief...

                  sudo apt full-upgrade
                  Paketlisten werden gelesen… Fertig
                  Abhängigkeitsbaum wird aufgebaut… Fertig
                  Statusinformationen werden eingelesen… Fertig
                  Paketaktualisierung (Upgrade) wird berechnet… Fertig
                  Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                    raspinfo
                  Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                  Die folgenden Pakete werden aktualisiert (Upgrade):
                    bluez chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra curl firmware-atheros
                    firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek grafana
                    gstreamer1.0-plugins-bad libcurl3-gnutls libcurl4 libgstreamer-plugins-bad1.0-0
                    libjavascriptcoregtk-4.0-18 libnghttp2-14 libssh-gcrypt-4 libtiff5 libwebkit2gtk-4.0-37
                    openssh-client openssh-server openssh-sftp-server ssh xserver-common xserver-xorg-core
                  26 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                  Es müssen 316 MB an Archiven heruntergeladen werden.
                  Nach dieser Operation werden 2’650 kB Plattenplatz zusätzlich benutzt.
                  Möchten Sie fortfahren? [J/n] J
                  Holen:1 http://archive.raspberrypi.org/debian bullseye/main armhf bluez armhf 5.55-3.1+rpt2+deb11u1 [844 kB]
                  Holen:3 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-browser-l10n all 120.0.6099.102-rpt1 [6’436 kB]
                  Holen:2 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-sftp-server armhf 1:8.4p1-5+deb11u3 [42.8 kB]
                  Holen:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-server armhf 1:8.4p1-5+deb11u3 [319 kB]
                  Holen:5 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u3 [796 kB]
                  Holen:8 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-browser armhf 120.0.6099.102-rpt1 [110 MB]
                  Holen:6 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ssh all 1:8.4p1-5+deb11u3 [252 kB]
                  Holen:7 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1+deb11u1 [65.9 kB]
                  Holen:9 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u11 [259 kB]
                  Holen:10 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u11 [310 kB]
                  Holen:11 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u11 [306 kB]
                  Holen:12 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf gstreamer1.0-plugins-bad armhf 1.18.4-3+deb11u3 [3’863 kB]
                  Holen:13 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgstreamer-plugins-bad1.0-0 armhf 1.18.4-3+deb11u3 [2’259 kB]
                  Holen:18 https://apt.grafana.com stable/main armhf grafana armhf 10.2.3 [95.7 MB]                 
                  Holen:14 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libwebkit2gtk-4.0-37 armhf 2.42.2-1~deb11u1+rpi1 [16.0 MB]
                  Holen:15 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libjavascriptcoregtk-4.0-18 armhf 2.42.2-1~deb11u1+rpi1 [2’790 kB]
                  Holen:16 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libssh-gcrypt-4 armhf 0.9.8-0+deb11u1 [190 kB]
                  Holen:17 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libtiff5 armhf 4.2.0-1+deb11u5 [270 kB]
                  Holen:19 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-codecs-ffmpeg-extra armhf 120.0.6099.102-rpt1 [1’024 kB]
                  Holen:20 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-atheros all 1:20230210-5~bpo11+1+rpt2 [16.8 MB]
                  Fehl:20 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-atheros all 1:20230210-5~bpo11+1+rpt2
                    Fehler beim Lesen vom Server - read (104: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt) [IP: 46.235.231.145 80]
                  Holen:21 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-brcm80211 all 1:20230210-5~bpo11+1+rpt2 [5’865 kB]
                  Holen:22 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-libertas all 1:20230210-5~bpo11+1+rpt2 [31.2 MB]
                  Holen:23 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-misc-nonfree all 1:20230210-5~bpo11+1+rpt2 [13.0 MB]
                  Holen:24 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-realtek all 1:20230210-5~bpo11+1+rpt2 [1’508 kB]
                  Holen:25 http://archive.raspberrypi.org/debian bullseye/main armhf xserver-common all 2:1.20.11-1+rpt3+deb11u10 [2’285 kB]
                  Holen:26 http://archive.raspberrypi.org/debian bullseye/main armhf xserver-xorg-core armhf 2:1.20.11-1+rpt3+deb11u10 [3’352 kB]
                  Es wurden 299 MB in 8 min 36 s geholt (580 kB/s).                                                 
                  E: Fehlschlag beim Holen von http://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-atheros_20230210-5%7ebpo11%2b1%2brpt2_all.deb Fehler beim Lesen vom Server - read (104: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt) [IP: 46.235.231.145 80]
                  E: Einige Archive konnten nicht heruntergeladen werden; vielleicht »apt-get update« ausführen oder mit »--fix-missing« probieren?
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #13

                  @haxe

                  Und warum rumpelt da der komplette Desktop-Mumpitz auf deinem Server mit?

                  Warum jetzt von raspberrypi.org die Verbindung zurückgesetzt wird kann ich dir auch nicht sagen.

                  sudo apt clean
                  sudo apt update
                  apt policy firmware-atheros
                  

                  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

                  H 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @haxe

                    Und warum rumpelt da der komplette Desktop-Mumpitz auf deinem Server mit?

                    Warum jetzt von raspberrypi.org die Verbindung zurückgesetzt wird kann ich dir auch nicht sagen.

                    sudo apt clean
                    sudo apt update
                    apt policy firmware-atheros
                    
                    H Offline
                    H Offline
                    Haxe
                    schrieb am zuletzt editiert von Haxe
                    #14

                    @thomas-braun said in NodeJS / npm nach Neustart wieder auf alter Version:

                    apt policy firmware-atheros

                    Desktop: Dachte eigentlich, ich hätte alles ohne installiert und nicht weiter drauf geachtet. Benötigen tue ich den Desktop nicht.

                    sudo apt update
                    OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                    OK:2 https://repos.influxdata.com/debian stable InRelease                         
                    OK:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease                  
                    OK:4 https://repos.influxdata.com/debian stretch InRelease                        
                    OK:5 https://apt.grafana.com stable InRelease                                     
                    Holen:6 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]         
                    Es wurden 4’586 B in 2 s geholt (2’930 B/s).
                    Paketlisten werden gelesen… Fertig
                    Abhängigkeitsbaum wird aufgebaut… Fertig
                    Statusinformationen werden eingelesen… Fertig
                    Aktualisierung für 26 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                    
                    
                    apt policy firmware-atheros
                    firmware-atheros:
                      Installiert:           1:20230210-5~bpo11+1+rpt1
                      Installationskandidat: 1:20230210-5~bpo11+1+rpt2
                      Versionstabelle:
                         1:20230210-5~bpo11+1+rpt2 500
                            500 http://archive.raspberrypi.org/debian bullseye/main armhf Packages
                     *** 1:20230210-5~bpo11+1+rpt1 100
                            100 /var/lib/dpkg/status
                         20210315-3 500
                            500 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • H Haxe

                      @thomas-braun said in NodeJS / npm nach Neustart wieder auf alter Version:

                      apt policy firmware-atheros

                      Desktop: Dachte eigentlich, ich hätte alles ohne installiert und nicht weiter drauf geachtet. Benötigen tue ich den Desktop nicht.

                      sudo apt update
                      OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                      OK:2 https://repos.influxdata.com/debian stable InRelease                         
                      OK:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease                  
                      OK:4 https://repos.influxdata.com/debian stretch InRelease                        
                      OK:5 https://apt.grafana.com stable InRelease                                     
                      Holen:6 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]         
                      Es wurden 4’586 B in 2 s geholt (2’930 B/s).
                      Paketlisten werden gelesen… Fertig
                      Abhängigkeitsbaum wird aufgebaut… Fertig
                      Statusinformationen werden eingelesen… Fertig
                      Aktualisierung für 26 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                      
                      
                      apt policy firmware-atheros
                      firmware-atheros:
                        Installiert:           1:20230210-5~bpo11+1+rpt1
                        Installationskandidat: 1:20230210-5~bpo11+1+rpt2
                        Versionstabelle:
                           1:20230210-5~bpo11+1+rpt2 500
                              500 http://archive.raspberrypi.org/debian bullseye/main armhf Packages
                       *** 1:20230210-5~bpo11+1+rpt1 100
                              100 /var/lib/dpkg/status
                           20210315-3 500
                              500 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #15

                      @haxe

                      Schmeiß die Zeile mit dem Stretch-Eintrag aus der /etc/apt/sources.list.d/influxwatweissich.list raus.

                      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

                      H 2 Antworten Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @haxe

                        Schmeiß die Zeile mit dem Stretch-Eintrag aus der /etc/apt/sources.list.d/influxwatweissich.list raus.

                        H Offline
                        H Offline
                        Haxe
                        schrieb am zuletzt editiert von Haxe
                        #16

                        @thomas-braun

                        Entfernt in

                        /etc/apt/sources.list.d
                        

                        Zeile

                        deb https://repos.influxdata.com/debian stretch stable
                        

                        Ergebnis

                        sudo apt update                         
                        OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                        OK:2 http://archive.raspberrypi.org/debian bullseye InRelease                  
                        OK:3 https://apt.grafana.com stable InRelease                                  
                        Holen:4 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]      
                        OK:5 https://repos.influxdata.com/debian stable InRelease                      
                        Es wurden 4’586 B in 1 s geholt (3’647 B/s).           
                        Paketlisten werden gelesen… Fertig
                        Abhängigkeitsbaum wird aufgebaut… Fertig
                        Statusinformationen werden eingelesen… Fertig
                        Aktualisierung für 26 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                        
                        

                        Lasse nun noch mal laufen

                        sudo apt full-upgrade
                        

                        Ergebnis

                        sudo apt update
                        OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                        OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease               
                        OK:3 https://repos.influxdata.com/debian stable InRelease                      
                        Holen:4 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]      
                        OK:5 https://apt.grafana.com stable InRelease                             
                        Es wurden 4’586 B in 1 s geholt (4’228 B/s).
                        Paketlisten werden gelesen… Fertig
                        Abhängigkeitsbaum wird aufgebaut… Fertig
                        Statusinformationen werden eingelesen… Fertig
                        Alle Pakete sind aktuell.
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • H Haxe

                          @thomas-braun

                          Entfernt in

                          /etc/apt/sources.list.d
                          

                          Zeile

                          deb https://repos.influxdata.com/debian stretch stable
                          

                          Ergebnis

                          sudo apt update                         
                          OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                          OK:2 http://archive.raspberrypi.org/debian bullseye InRelease                  
                          OK:3 https://apt.grafana.com stable InRelease                                  
                          Holen:4 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]      
                          OK:5 https://repos.influxdata.com/debian stable InRelease                      
                          Es wurden 4’586 B in 1 s geholt (3’647 B/s).           
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          Aktualisierung für 26 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                          
                          

                          Lasse nun noch mal laufen

                          sudo apt full-upgrade
                          

                          Ergebnis

                          sudo apt update
                          OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                          OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease               
                          OK:3 https://repos.influxdata.com/debian stable InRelease                      
                          Holen:4 https://deb.nodesource.com/node_16.x bullseye InRelease [4’586 B]      
                          OK:5 https://apt.grafana.com stable InRelease                             
                          Es wurden 4’586 B in 1 s geholt (4’228 B/s).
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          Alle Pakete sind aktuell.
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #17

                          @haxe

                          Dann starte die Kiste nun neu und danach ein

                          iob nodejs-update
                          

                          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

                            @haxe

                            Schmeiß die Zeile mit dem Stretch-Eintrag aus der /etc/apt/sources.list.d/influxwatweissich.list raus.

                            H Offline
                            H Offline
                            Haxe
                            schrieb am zuletzt editiert von
                            #18

                            @thomas-braun said in NodeJS / npm nach Neustart wieder auf alter Version:

                            @haxe

                            Schmeiß die Zeile mit dem Stretch-Eintrag aus der /etc/apt/sources.list.d/influxwatweissich.list raus.

                            Mir viel nebenbei noch auf, dass nach dem Ausführen von iob fix diese Zeile wieder im File drin war, obwohl ich diese gelöscht hatte - warum auch immer.

                            Thomas BraunT 2 Antworten Letzte Antwort
                            0
                            • H Haxe

                              @thomas-braun said in NodeJS / npm nach Neustart wieder auf alter Version:

                              @haxe

                              Schmeiß die Zeile mit dem Stretch-Eintrag aus der /etc/apt/sources.list.d/influxwatweissich.list raus.

                              Mir viel nebenbei noch auf, dass nach dem Ausführen von iob fix diese Zeile wieder im File drin war, obwohl ich diese gelöscht hatte - warum auch immer.

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

                              @haxe

                              Das kann nicht sein, denn iob fix hat mit den .list-Dateien zu influxdb genau gar nichts.

                              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
                              • H Haxe

                                @thomas-braun said in NodeJS / npm nach Neustart wieder auf alter Version:

                                @haxe

                                Schmeiß die Zeile mit dem Stretch-Eintrag aus der /etc/apt/sources.list.d/influxwatweissich.list raus.

                                Mir viel nebenbei noch auf, dass nach dem Ausführen von iob fix diese Zeile wieder im File drin war, obwohl ich diese gelöscht hatte - warum auch immer.

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

                                @haxe

                                iob diag
                                

                                sagt?

                                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

                                H 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @haxe

                                  iob diag
                                  

                                  sagt?

                                  H Offline
                                  H Offline
                                  Haxe
                                  schrieb am zuletzt editiert von
                                  #21

                                  @thomas-braun

                                  Das sieht gut aus
                                  -v spuckt ebenfalls die passenden Versionen aus. Der Hosttab im iob zeigt ebenfalls die korrekten Versionen. Hier ein Auszug

                                  ======================= SUMMARY =======================
                                  			v.2023-10-10
                                  
                                  
                                     Static hostname: rasp
                                           Icon name: computer
                                    Operating System: Raspbian GNU/Linux 11 (bullseye)
                                              Kernel: Linux 6.1.21-v8+
                                        Architecture: arm64
                                  
                                  Installation: 		native
                                  Kernel: 		aarch64
                                  Userland: 		armhf
                                  Timezone: 		Europe/Zurich (CET, +0100)
                                  User-ID: 		1000
                                  X-Server: 		true
                                  Boot Target: 		graphical.target
                                  
                                  Pending OS-Updates: 	0
                                  Pending iob updates: 	2
                                  
                                  Nodejs-Installation: 	/usr/bin/nodejs 	v18.19.0
                                  			/usr/bin/node 		v18.19.0
                                  			/usr/bin/npm 		10.2.3
                                  			/usr/bin/npx 		10.2.3
                                  			/usr/bin/corepack 	0.22.0
                                  
                                  Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                  Your nodejs installation is correct
                                  

                                  Ich mache nun einen Neustart und schaue mal, auf was die Versionen dann stehen.

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • H Haxe

                                    @thomas-braun

                                    Das sieht gut aus
                                    -v spuckt ebenfalls die passenden Versionen aus. Der Hosttab im iob zeigt ebenfalls die korrekten Versionen. Hier ein Auszug

                                    ======================= SUMMARY =======================
                                    			v.2023-10-10
                                    
                                    
                                       Static hostname: rasp
                                             Icon name: computer
                                      Operating System: Raspbian GNU/Linux 11 (bullseye)
                                                Kernel: Linux 6.1.21-v8+
                                          Architecture: arm64
                                    
                                    Installation: 		native
                                    Kernel: 		aarch64
                                    Userland: 		armhf
                                    Timezone: 		Europe/Zurich (CET, +0100)
                                    User-ID: 		1000
                                    X-Server: 		true
                                    Boot Target: 		graphical.target
                                    
                                    Pending OS-Updates: 	0
                                    Pending iob updates: 	2
                                    
                                    Nodejs-Installation: 	/usr/bin/nodejs 	v18.19.0
                                    			/usr/bin/node 		v18.19.0
                                    			/usr/bin/npm 		10.2.3
                                    			/usr/bin/npx 		10.2.3
                                    			/usr/bin/corepack 	0.22.0
                                    
                                    Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                    Your nodejs installation is correct
                                    

                                    Ich mache nun einen Neustart und schaue mal, auf was die Versionen dann stehen.

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

                                    @haxe sagte in NodeJS / npm nach Neustart wieder auf alter Version:

                                    X-Server: 		true
                                    Boot Target: 		graphical.target
                                    

                                    Ausschalten...

                                    sudo systemctl set-default multi-user.target
                                    sudo reboot
                                    

                                    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

                                    H 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @haxe sagte in NodeJS / npm nach Neustart wieder auf alter Version:

                                      X-Server: 		true
                                      Boot Target: 		graphical.target
                                      

                                      Ausschalten...

                                      sudo systemctl set-default multi-user.target
                                      sudo reboot
                                      
                                      H Offline
                                      H Offline
                                      Haxe
                                      schrieb am zuletzt editiert von
                                      #23

                                      @thomas-braun

                                      Bevor ich das mache kurz hier das iob diag nach dem Neustart. Auszug:

                                      1. Node wieder beim Alten
                                      *** NodeJS-Installation ***
                                      
                                      /home/iobroker/.diag.sh: line 277: nodejs: command not found
                                       	
                                      /usr/bin/node 		v16.20.2
                                      /usr/bin/npm 		8.19.4
                                      /usr/bin/npx 		8.19.4
                                      /usr/bin/corepack 	0.17.0
                                      /home/iobroker/.diag.sh: line 288: nodejs: command not found
                                      *** nodejs is NOT correctly installed ***
                                      
                                      nodejs:
                                        Installed: 16.20.2-deb-1nodesource1
                                        Candidate: 16.20.2-deb-1nodesource1
                                        Version table:
                                       *** 16.20.2-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           12.22.12~dfsg-1~deb11u4 500
                                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                      

                                      Bei den Reps taucht auch hier der Stretch auf:

                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Get:3 https://deb.nodesource.com/node_16.x bullseye InRelease [4586 B]
                                      Hit:4 https://apt.grafana.com stable InRelease
                                      Hit:5 https://repos.influxdata.com/debian stable InRelease
                                      Hit:6 https://repos.influxdata.com/debian stretch InRelease
                                      Fetched 4586 B in 1s (3091 B/s)
                                      Reading package lists...
                                      Pending Updates: 26
                                      
                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • H Haxe

                                        @thomas-braun

                                        Bevor ich das mache kurz hier das iob diag nach dem Neustart. Auszug:

                                        1. Node wieder beim Alten
                                        *** NodeJS-Installation ***
                                        
                                        /home/iobroker/.diag.sh: line 277: nodejs: command not found
                                         	
                                        /usr/bin/node 		v16.20.2
                                        /usr/bin/npm 		8.19.4
                                        /usr/bin/npx 		8.19.4
                                        /usr/bin/corepack 	0.17.0
                                        /home/iobroker/.diag.sh: line 288: nodejs: command not found
                                        *** nodejs is NOT correctly installed ***
                                        
                                        nodejs:
                                          Installed: 16.20.2-deb-1nodesource1
                                          Candidate: 16.20.2-deb-1nodesource1
                                          Version table:
                                         *** 16.20.2-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                                100 /var/lib/dpkg/status
                                             12.22.12~dfsg-1~deb11u4 500
                                                500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                        

                                        Bei den Reps taucht auch hier der Stretch auf:

                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                        Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                        Get:3 https://deb.nodesource.com/node_16.x bullseye InRelease [4586 B]
                                        Hit:4 https://apt.grafana.com stable InRelease
                                        Hit:5 https://repos.influxdata.com/debian stable InRelease
                                        Hit:6 https://repos.influxdata.com/debian stretch InRelease
                                        Fetched 4586 B in 1s (3091 B/s)
                                        Reading package lists...
                                        Pending Updates: 26
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #24

                                        @haxe sagte in NodeJS / npm nach Neustart wieder auf alter Version:

                                        Auszug:

                                        Gib mal die Langfassung.

                                        Und auch die Ausgabe von

                                        dmesg -T
                                        

                                        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

                                        H 2 Antworten Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @haxe sagte in NodeJS / npm nach Neustart wieder auf alter Version:

                                          Auszug:

                                          Gib mal die Langfassung.

                                          Und auch die Ausgabe von

                                          dmesg -T
                                          
                                          H Offline
                                          H Offline
                                          Haxe
                                          schrieb am zuletzt editiert von
                                          #25

                                          @thomas-braun

                                          Hier das diag

                                          Skript v.2023-10-10
                                          
                                          *** BASE SYSTEM ***
                                             Static hostname: raspberrypi
                                                   Icon name: computer
                                            Operating System: Raspbian GNU/Linux 11 (bullseye)
                                                      Kernel: Linux 6.1.21-v8+
                                                Architecture: arm64
                                          
                                          Model		: Raspberry Pi 4 Model B Rev 1.4
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : aarch64
                                          Userland        : armhf
                                          
                                          Systemuptime and Load:
                                           23:08:47 up 23 min,  3 users,  load average: 0.24, 0.67, 1.47
                                          CPU threads: 4
                                          
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          No throttling issues detected.
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Sat 2024-01-06 23:08:47 CET
                                                     Universal time: Sat 2024-01-06 22:08:47 UTC
                                                           RTC time: n/a
                                                          Time zone: Europe/Zurich (CET, +0100)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** User and Groups ***
                                          pi
                                          /home/pi
                                          pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                                          
                                          *** X-Server-Setup ***
                                          X-Server: 	true
                                          Desktop: 	
                                          Terminal: 	tty
                                          Boot Target: 	graphical.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            7.8G        1.4G        5.5G         35M        967M        6.7G
                                          Swap:            99M          0B         99M
                                          Total:          7.9G        1.4G        5.6G
                                          
                                                   7812 M total memory
                                                   1379 M used memory
                                                   1307 M active memory
                                                    821 M inactive memory
                                                   5464 M free memory
                                                    100 M buffer memory
                                                    866 M swap cache
                                                     99 M total swap
                                                      0 M used swap
                                                     99 M free swap
                                          
                                          Raspberry only:
                                          oom events: 0
                                          lifetime oom required: 0 Mbytes
                                          total time in oom handler: 0 ms
                                          max time spent in oom handler: 0 ms
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT LOAD ACTIVE SUB DESCRIPTION
                                          0 loaded units listed.
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          /dev/root      ext4       29G   12G   16G  43% /
                                          devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
                                          tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                          tmpfs          tmpfs     1.6G  912K  1.6G   1% /run
                                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                          /dev/mmcblk0p1 vfat      253M   54M  200M  22% /boot
                                          tmpfs          tmpfs     782M   24K  782M   1% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Sat Jan  6 22:45:45 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:0A:94:25 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=8d81ccc6-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                          [Sat Jan  6 22:45:46 2024] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
                                          [Sat Jan  6 22:45:46 2024] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
                                          [Sat Jan  6 22:45:47 2024] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                                          [Sat Jan  6 22:45:47 2024] EXT4-fs (mmcblk0p2): 2 orphan inodes deleted
                                          [Sat Jan  6 22:45:47 2024] EXT4-fs (mmcblk0p2): recovery complete
                                          [Sat Jan  6 22:45:47 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Sat Jan  6 22:45:47 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          [Sat Jan  6 22:45:49 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems \(real ones only\):
                                          TARGET  SOURCE         FSTYPE OPTIONS
                                          /       /dev/mmcblk0p2 ext4   rw,noatime
                                          `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          4.9G	/var/
                                          3.7G	/var/log
                                          2.9G	/var/log/journal/ef4df6d3a9a544f2a1705ace80cce517
                                          2.9G	/var/log/journal
                                          1.2G	/var/lib
                                          
                                          Archived and active journals take up 2.8G in the file system.
                                          
                                          /opt/iobroker/backups:
                                          5.3M	/opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          239M	/opt/iobroker/iobroker-data/
                                          186M	/opt/iobroker/iobroker-data/files
                                          67M	/opt/iobroker/iobroker-data/files/javascript.admin
                                          48M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                                          47M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                          
                                          The five largest files in iobroker-data are:
                                          22M	/opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.b5f6766c.js.map
                                          21M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                                          12M	/opt/iobroker/iobroker-data/objects.jsonl
                                          8.9M	/opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.b5f6766c.js
                                          8.3M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          find: '/dev/serial/by-id/': No such file or directory
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /home/iobroker/.diag.sh: line 277: nodejs: command not found
                                           	
                                          /usr/bin/node 		v16.20.2
                                          /usr/bin/npm 		8.19.4
                                          /usr/bin/npx 		8.19.4
                                          /usr/bin/corepack 	0.17.0
                                          /home/iobroker/.diag.sh: line 288: nodejs: command not found
                                          *** nodejs is NOT correctly installed ***
                                          
                                          nodejs:
                                            Installed: 16.20.2-deb-1nodesource1
                                            Candidate: 16.20.2-deb-1nodesource1
                                            Version table:
                                           *** 16.20.2-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.12~dfsg-1~deb11u4 500
                                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                          
                                          Temp directories causing npm8 problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree:
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Core adapters versions
                                          js-controller: 	5.0.17
                                          admin: 		6.12.0
                                          javascript: 	7.1.6
                                          
                                          Adapters from github: 	0
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: xxxx, bind: 0.0.0.0 (SSL), run as: admin
                                          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                          + system.adapter.denon.0                  : denon                 : raspberrypi                              -  enabled
                                          + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                          + system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
                                          + system.adapter.heos.0                   : heos                  : raspberrypi                              -  enabled
                                          + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: xxx
                                          + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: xxx
                                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: xxx
                                          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                            system.adapter.linktap.0                : linktap               : raspberrypi                              - disabled
                                          + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                          + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                            system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                          + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                            system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
                                            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: xxxx, bind: 192.168.xxx, run as: admin
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: xxxx, bind: 0.0.0.0 (SSL), run as: admin
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: xxx
                                          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: xxxx
                                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: xxxx, bind: 192.168xxxxx, run as: admin
                                          
                                          ioBroker-Repositories
                                          stable        : http://download.iobroker.net/sources-dist.json
                                          beta          : http://download.iobroker.net/sources-dist-latest.json
                                          
                                          Active repo(s): stable
                                          
                                          Installed ioBroker-Instances
                                          Used repository: stable
                                          Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                          Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                                          Adapter    "denon"        : 1.15.4   , installed 1.15.4
                                          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                          Adapter    "harmony"      : 1.3.0    , installed 1.3.0
                                          Adapter    "heos"         : 2.1.0    , installed 2.1.0
                                          Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                          Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                                          Adapter    "hue"          : 3.10.1   , installed 3.10.1
                                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.1.0  [Updatable]
                                          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                          Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                          Controller "js-controller": 5.0.17   , installed 5.0.17
                                          Adapter    "linktap"      : 0.3.0    , installed 0.3.0
                                          Adapter    "modbus"       : 6.0.1    , installed 6.0.1
                                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                          Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                          Adapter    "vis-icontwo"  : 1.3.0    , installed 1.0.0  [Updatable]
                                          Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                          Adapter    "vis-justgage" : 2.1.0    , installed 2.1.0
                                          Adapter    "web"          : 6.1.10   , installed 6.1.10
                                          Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects: 	2944
                                          States: 	2336
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          Hit:3 https://repos.influxdata.com/debian stable InRelease
                                          Hit:4 https://repos.influxdata.com/debian stretch InRelease
                                          Hit:5 https://apt.grafana.com stable InRelease
                                          Get:6 https://deb.nodesource.com/node_16.x bullseye InRelease [4586 B]
                                          Fetched 4586 B in 1s (3382 B/s)
                                          Reading package lists...
                                          Pending Updates: 26
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                          tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        12269      539/influxd         
                                          tcp        0      0 192.168.xxxxx:2010      0.0.0.0:*               LISTEN      1001       21540      1511/io.hm-rpc.0    
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          12173      571/sshd: /usr/sbin 
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18640      1014/iobroker.js-co 
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       18633      1014/iobroker.js-co 
                                          tcp        0      0 192.168.xxxxx:8082      0.0.0.0:*               LISTEN      1001       21446      1940/io.web.0       
                                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          19559      1320/cupsd          
                                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          19558      1320/cupsd          
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          12175      571/sshd: /usr/sbin 
                                          tcp6       0      0 :::61991                :::*                    LISTEN      1001       21695      1723/io.harmony.0   
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       22597      1477/io.admin.0     
                                          tcp6       0      0 :::8086                 :::*                    LISTEN      999        16164      539/influxd         
                                          tcp6       0      0 :::3000                 :::*                    LISTEN      115        17248      1013/grafana        
                                          udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       21139      1723/io.harmony.0   
                                          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          18117      1321/cups-browsed   
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15390      393/avahi-daemon: r 
                                          udp        0      0 0.0.0.0:58841           0.0.0.0:*                           108        15392      393/avahi-daemon: r 
                                          udp        0      0 0.0.0.0:36191           0.0.0.0:*                           1001       21472      1998/io.heos.0      
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14000      466/dhcpcd          
                                          udp6       0      0 :::5353                 :::*                                108        15391      393/avahi-daemon: r 
                                          udp6       0      0 :::59561                :::*                                108        15393      393/avahi-daemon: r 
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                           / "{\"error\":\"timeout\"}\n""
                                          2024-01-06 22:53:15.180  - info: influxdb.0 (1457) Add point that had error for javascript.0.Solar.Wechselrichter.ACTotalRealPower to buffer again, error-count=8
                                          2024-01-06 22:53:15.188  - warn: influxdb.0 (1457) Error on writePoint("{"value":542,"time":"2024-01-06T21:52:55.167Z","from":"system.adapter.javascript.0","q":0,"ack":true}): Error: {"error":"timeout"}
                                           / "{\"error\":\"timeout\"}\n""
                                          2024-01-06 22:53:15.192  - info: influxdb.0 (1457) Add point that had error for javascript.0.scriptEnabled.common.Solaredge_Modbus.Hausverbrauch to buffer again, error-count=8
                                          2024-01-06 22:53:15.385  - warn: influxdb.0 (1457) Error on writePoint("{"value":-541,"time":"2024-01-06T21:53:05.377Z","from":"system.adapter.javascript.0","q":0,"ack":true}): Error: {"error":"timeout"}
                                           / "{\"error\":\"timeout\"}\n""
                                          2024-01-06 22:53:15.385  - info: influxdb.0 (1457) Add point that had error for javascript.0.Solar.Wechselrichter.ACTotalRealPower to buffer again, error-count=9
                                          2024-01-06 22:53:15.389  - warn: influxdb.0 (1457) Error on writePoint("{"value":541,"time":"2024-01-06T21:53:05.380Z","from":"system.adapter.javascript.0","q":0,"ack":true}): Error: {"error":"timeout"}
                                           / "{\"error\":\"timeout\"}\n""
                                          2024-01-06 22:53:15.390  - info: influxdb.0 (1457) Add point that had error for javascript.0.scriptEnabled.common.Solaredge_Modbus.Hausverbrauch to buffer again, error-count=9
                                          2024-01-06 22:53:16.325  - warn: influxdb.0 (1457) Error on writePoint("{"value":-536,"time":"2024-01-06T21:52:56.293Z","from":"system.adapter.javascript.0","q":0,"ack":true}): Error: {"error":"timeout"}
                                           / "{\"error\":\"timeout\"}\n""
                                          2024-01-06 22:53:16.326  - info: influxdb.0 (1457) Discard point that had error for javascript.0.Solar.Wechselrichter.ACTotalRealPower, error-count=10
                                          2024-01-06 22:53:16.330  - warn: influxdb.0 (1457) Error on writePoint("{"value":536,"time":"2024-01-06T21:52:56.299Z","from":"system.adapter.javascript.0","q":0,"ack":true}): Error: {"error":"timeout"}
                                           / "{\"error\":\"timeout\"}\n""
                                          2024-01-06 22:53:16.330  - info: influxdb.0 (1457) Discard point that had error for javascript.0.scriptEnabled.common.Solaredge_Modbus.Hausverbrauch, error-count=10
                                          2024-01-06 22:53:16.529  - warn: influxdb.0 (1457) Error on writePoint("{"value":-540,"time":"2024-01-06T21:53:06.518Z","from":"system.adapter.javascript.0","q":0,"ack":true}): Error: {"error":"timeout"}
                                           / "{\"error\":\"timeout\"}\n""
                                          2024-01-06 22:53:16.529  - info: influxdb.0 (1457) Add point that had error for javascript.0.Solar.Wechselrichter.ACTotalRealPower to buffer again, error-count=1
                                          2024-01-06 22:53:16.536  - warn: influxdb.0 (1457) Error on writePoint("{"value":540,"time":"2024-01-06T21:53:06.523Z","from":"system.adapter.javascript.0","q":0,"ack":true}): Error: {"error":"timeout"}
                                           / "{\"error\":\"timeout\"}\n""
                                          2024-01-06 22:53:16.537  - info: influxdb.0 (1457) Add point that had error for javascript.0.scriptEnabled.common.Solaredge_Modbus.Hausverbrauch to buffer again, error-count=1
                                          2024-01-06 23:00:00.025  - info: javascript.0 (1489) script.js.common.Solaredge_Modbus.Sonnenstand: Script Sonnenstand; Erfolgreich gelaufen, Werte akzeptiert
                                          2024-01-06 23:00:01.104  - info: javascript.0 (1489) script.js.common.BoilerPV.Hysterese_prod_001: !!!!!!!!!!!!!!!!!!!!!!!!!!!! Switch Anschalten erzwungen23:00:01
                                          
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          610

                                          Online

                                          32.8k

                                          Benutzer

                                          82.7k

                                          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