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. ioBroker Allgemein
  4. Diskussion zum HowTo nodejs-Installation und upgrade

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.8k

Diskussion zum HowTo nodejs-Installation und upgrade

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
nodejs
844 Beiträge 91 Kommentatoren 234.3k Aufrufe 63 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.
  • K knatterman

    Hi,

    ich habe versucht, Nodejs von 14 auf 18 upzugraden, habe gemäß der Anleitung die beiden Repos eingetragen und erhielt dann beim Update aber immer den Hinweis, dass ein Schlüssel fehlen ...

    iobroker@iobroker:~$ sudo apt update
    
    OK:1 http://deb.debian.org/debian buster InRelease
    OK:2 http://deb.debian.org/debian buster-updates InRelease                            
    OK:3 http://security.debian.org/debian-security buster/updates InRelease              
    OK:4 https://deb.nodesource.com/node_14.x buster InRelease                            
    Holen:5 https://deb.nodesource.com/node_16.x nodistro InRelease [12,1 kB]
    Holen:6 https://deb.nodesource.com/node_18.x nodistro InRelease [12,1 kB]
    Fehl:5 https://deb.nodesource.com/node_16.x nodistro InRelease
      Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 2F59B5F99B1BE0B4
    Fehl:6 https://deb.nodesource.com/node_18.x nodistro InRelease
      Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 2F59B5F99B1BE0B4
    Paketlisten werden gelesen... Fertig
    W: GPG-Fehler: https://deb.nodesource.com/node_16.x nodistro InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 2F59B5F99B1BE0B4
    E: Das Depot »https://deb.nodesource.com/node_16.x nodistro InRelease« ist nicht signiert.
    N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
    N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
    W: GPG-Fehler: https://deb.nodesource.com/node_18.x nodistro InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 2F59B5F99B1BE0B4
    E: Das Depot »https://deb.nodesource.com/node_18.x nodistro InRelease« ist nicht signiert.
    N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
    N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
    

    Die Hinweise hier im Thread haben nicht wirklich geholfen. Habe dann auf https://den.nodesource.com einen Hinweis auf die (wohl) aktuellste Key Datei gefunden und sie wie folgt hinzugefügt.

    iobroker@iobroker:~$ curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo apt-key add -
    

    Ein

    iobroker@iobroker:~$ sudo apt update
    

    liefert nun

    
    OK:1 http://deb.debian.org/debian buster InRelease
    OK:2 http://security.debian.org/debian-security buster/updates InRelease
    OK:3 http://deb.debian.org/debian buster-updates InRelease     
    OK:4 https://deb.nodesource.com/node_14.x buster InRelease     
    Holen:5 https://deb.nodesource.com/node_16.x nodistro InRelease [12,1 kB]
    Holen:6 https://deb.nodesource.com/node_18.x nodistro InRelease [12,1 kB]
    Holen:7 https://deb.nodesource.com/node_16.x nodistro/main amd64 Packages [7.462 B]
    Holen:8 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [6.634 B]
    Es wurden 14,1 kB in 2 s geholt (8.844 B/s).
    Paketlisten werden gelesen... Fertig
    Abhängigkeitsbaum wird aufgebaut.       
    Statusinformationen werden eingelesen.... Fertig
    Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
    

    Vielleicht hilft es irgendwem irgendwann ...
    Gruß
    Frank

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

    @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

    Vielleicht hilft es irgendwem irgendwann ...

    Nein, es hilft nicht, denn die Schlüsselverwaltung wird nicht mehr via apt-key gemacht.

    iob nodejs-update
    

    macht das alles für dich.

    Und den Buster musst du auch beerdigen, installier da Bookworm / Debian 12.

    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
    1
    • GlasfaserG Glasfaser

      @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

      Die Hinweise hier im Thread haben nicht wirklich geholfen.

      Auch nicht !?

      iob nodejs-update
      

      Nodejs von 14 auf 18 upzugraden,

      Da hast du aber schon lange nichts mehr gemacht ....

      K Offline
      K Offline
      knatterman
      schrieb am zuletzt editiert von
      #673

      @glasfaser

      Hi

      Auch nicht !?

      iob nodejs-update
      

      nein, die Option nodejs-update wurde nicht 'erkannt' ...

      Nodejs von 14 auf 18 upzugraden,

      Da hast du aber schon lange nichts mehr gemacht ....

      Tja, never change a running system 😄

      Gruß
      Frank

      Thomas BraunT GlasfaserG HomoranH 4 Antworten Letzte Antwort
      0
      • K knatterman

        @glasfaser

        Hi

        Auch nicht !?

        iob nodejs-update
        

        nein, die Option nodejs-update wurde nicht 'erkannt' ...

        Nodejs von 14 auf 18 upzugraden,

        Da hast du aber schon lange nichts mehr gemacht ....

        Tja, never change a running system 😄

        Gruß
        Frank

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

        @knatterman

        So lange nur nix changen, bis gar nix mehr geht...
        Wer gibt eigentlich immer diesen schwachsinnigen Rat?

        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

        K 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @knatterman

          So lange nur nix changen, bis gar nix mehr geht...
          Wer gibt eigentlich immer diesen schwachsinnigen Rat?

          K Offline
          K Offline
          knatterman
          schrieb am zuletzt editiert von knatterman
          #675

          @thomas-braun

          Hast ja recht, ich denke halt nur zu selten daran, Mal wieder upzudaten.

          Habe gerade aber nochmal geschaut, die Option nodejs-update gibt's auf meinem System (immer) noch nicht. Muss ich hier noch was manuell tun?

          Gruß
          Frank

          GlasfaserG 2 Antworten Letzte Antwort
          0
          • K knatterman

            @glasfaser

            Hi

            Auch nicht !?

            iob nodejs-update
            

            nein, die Option nodejs-update wurde nicht 'erkannt' ...

            Nodejs von 14 auf 18 upzugraden,

            Da hast du aber schon lange nichts mehr gemacht ....

            Tja, never change a running system 😄

            Gruß
            Frank

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #676

            @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

            nein, die Option nodejs-update wurde nicht 'erkannt' ...

            Dann war dein System ... Steinalt

            bzw. ist es immer noch!

            das würde man per

            iob fix
            

            sich den Befehl dazu holen !

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            1 Antwort Letzte Antwort
            0
            • K knatterman

              @glasfaser

              Hi

              Auch nicht !?

              iob nodejs-update
              

              nein, die Option nodejs-update wurde nicht 'erkannt' ...

              Nodejs von 14 auf 18 upzugraden,

              Da hast du aber schon lange nichts mehr gemacht ....

              Tja, never change a running system 😄

              Gruß
              Frank

              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #677

              @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

              never change a running system

              siehst ja was dann passiert

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Antwort Letzte Antwort
              0
              • K knatterman

                @glasfaser

                Hi

                Auch nicht !?

                iob nodejs-update
                

                nein, die Option nodejs-update wurde nicht 'erkannt' ...

                Nodejs von 14 auf 18 upzugraden,

                Da hast du aber schon lange nichts mehr gemacht ....

                Tja, never change a running system 😄

                Gruß
                Frank

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

                @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                nein, die Option nodejs-update wurde nicht 'erkannt' ...

                iob stop
                iob fix
                

                danach ist auch nodejs-update bekannt.

                Aber lieber wird da ja irgendein veralteter Kram festgetackert...
                Näwah tschäintsch.... Ich weiß...

                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
                • K knatterman

                  @thomas-braun

                  Hast ja recht, ich denke halt nur zu selten daran, Mal wieder upzudaten.

                  Habe gerade aber nochmal geschaut, die Option nodejs-update gibt's auf meinem System (immer) noch nicht. Muss ich hier noch was manuell tun?

                  Gruß
                  Frank

                  GlasfaserG Offline
                  GlasfaserG Offline
                  Glasfaser
                  schrieb am zuletzt editiert von
                  #679

                  @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                  auf meinem System (immer) noch nicht.

                  dann vermute ich auch das du noch Buster hast ...

                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                  HomoranH 1 Antwort Letzte Antwort
                  0
                  • GlasfaserG Glasfaser

                    @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                    auf meinem System (immer) noch nicht.

                    dann vermute ich auch das du noch Buster hast ...

                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von Homoran
                    #680

                    @glasfaser sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                    @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                    auf meinem System (immer) noch nicht.

                    dann vermute ich auch das du noch Buster hast ...

                    oder jessie

                    oder gab es 2017 noch was älteres?

                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    1 Antwort Letzte Antwort
                    0
                    • K knatterman

                      @thomas-braun

                      Hast ja recht, ich denke halt nur zu selten daran, Mal wieder upzudaten.

                      Habe gerade aber nochmal geschaut, die Option nodejs-update gibt's auf meinem System (immer) noch nicht. Muss ich hier noch was manuell tun?

                      Gruß
                      Frank

                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      schrieb am zuletzt editiert von
                      #681

                      @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                      Muss ich hier noch was manuell tun?

                      Du könntest auch dein Baustelle mal zeigen mit

                      iob diag
                      

                      aber die Full Version hier posten

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • GlasfaserG Glasfaser

                        @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                        Muss ich hier noch was manuell tun?

                        Du könntest auch dein Baustelle mal zeigen mit

                        iob diag
                        

                        aber die Full Version hier posten

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

                        @glasfaser sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                        aber die Full Version hier posten

                        Ner, ist OT hier.

                        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

                        GlasfaserG HomoranH 2 Antworten Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @glasfaser sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                          aber die Full Version hier posten

                          Ner, ist OT hier.

                          GlasfaserG Offline
                          GlasfaserG Offline
                          Glasfaser
                          schrieb am zuletzt editiert von
                          #683

                          @thomas-braun sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                          Ner, ist OT hier.

                          Jein ... man weiß ja nicht ob es in Ordnung ist ( nodejs ) !

                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • GlasfaserG Glasfaser

                            @thomas-braun sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                            Ner, ist OT hier.

                            Jein ... man weiß ja nicht ob es in Ordnung ist ( nodejs ) !

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

                            @glasfaser sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                            Jein ... man weiß ja nicht ob es in Ordnung ist ( nodejs ) !

                            Ist zwar alles windschief, aber läuft ja 'irgendwie'.
                            Bis sich das nächste Fettnäpfchen aus diesem schrägen Setup resultierend auftut.
                            Aber wenn man halt nach dem 'never change'-Quatsch verfährt will man es ja auch offenbar nicht anders.

                            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

                            K 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @glasfaser sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                              aber die Full Version hier posten

                              Ner, ist OT hier.

                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #685

                              @thomas-braun sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                              @glasfaser sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                              aber die Full Version hier posten

                              Ner, ist OT hier.

                              dann trenn ich's ab

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @glasfaser sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                                Jein ... man weiß ja nicht ob es in Ordnung ist ( nodejs ) !

                                Ist zwar alles windschief, aber läuft ja 'irgendwie'.
                                Bis sich das nächste Fettnäpfchen aus diesem schrägen Setup resultierend auftut.
                                Aber wenn man halt nach dem 'never change'-Quatsch verfährt will man es ja auch offenbar nicht anders.

                                K Offline
                                K Offline
                                knatterman
                                schrieb am zuletzt editiert von knatterman
                                #686

                                Hi,

                                @thomas-braun said in Diskussion zum HowTo nodejs-Installation und upgrade:

                                @glasfaser sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                                Jein ... man weiß ja nicht ob es in Ordnung ist ( nodejs ) !

                                Ist zwar alles windschief, aber läuft ja 'irgendwie'.
                                Bis sich das nächste Fettnäpfchen aus diesem schrägen Setup resultierend auftut.
                                Aber wenn man halt nach dem 'never change'-Quatsch verfährt will man es ja auch offenbar nicht anders.

                                Doch, ich will schon - habe ich ja gesagt. 😀

                                Soll ich den Output der Diagnose jetzt hier Posten oder nicht (wo dann?)

                                Edit:
                                Ich bin wohl tatsächlich noch auf Buster unterwegs. Wie gehe ich den am besten vor? System läuft auf einem Proxmox VE System ...

                                Gruß & Danke für jegliche Hilfe & Geduld
                                Frank

                                1 Antwort Letzte Antwort
                                1
                                • K Offline
                                  K Offline
                                  knatterman
                                  schrieb am zuletzt editiert von
                                  #687

                                  Hi,

                                  habe jetzt gem. dieser Anleitung

                                  https://forum.iobroker.net/post/667685

                                  erst Mal von 10/Buster auf 11/Bullseye hochgezogen, den jscontroller und alle Adapter aktualisiert und werde von diesem Zustand erst noch eine Sicherung ziehen, bevor ich das Upgrade auf 12/Bookworm versuche.

                                  Bislang sieht alles gut aus.

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • K knatterman

                                    Hi,

                                    habe jetzt gem. dieser Anleitung

                                    https://forum.iobroker.net/post/667685

                                    erst Mal von 10/Buster auf 11/Bullseye hochgezogen, den jscontroller und alle Adapter aktualisiert und werde von diesem Zustand erst noch eine Sicherung ziehen, bevor ich das Upgrade auf 12/Bookworm versuche.

                                    Bislang sieht alles gut aus.

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

                                    @knatterman

                                    Dann wirf ein

                                    iob nodejs-update 18
                                    

                                    dazwischen ein.

                                    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

                                    K 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @knatterman

                                      Dann wirf ein

                                      iob nodejs-update 18
                                      

                                      dazwischen ein.

                                      K Offline
                                      K Offline
                                      knatterman
                                      schrieb am zuletzt editiert von
                                      #689

                                      @thomas-braun

                                      Dann wirf ein

                                      iob nodejs-update 18
                                      

                                      dazwischen ein.

                                      Eingeworfen und dann nach Deiner Anleitung hier

                                      https://forum.iobroker.net/topic/65655/upgrade-von-debian-11-bullseye-auf-12-bookworm?_=1704127267762

                                      auf Debian 12 geupdated. Gab in beiden Fällen keine Probleme.

                                      Bin ich jetzt wieder komplett up-to-date oder fehlt noch was?

                                      Gruß
                                      Frank

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • K knatterman

                                        @thomas-braun

                                        Dann wirf ein

                                        iob nodejs-update 18
                                        

                                        dazwischen ein.

                                        Eingeworfen und dann nach Deiner Anleitung hier

                                        https://forum.iobroker.net/topic/65655/upgrade-von-debian-11-bullseye-auf-12-bookworm?_=1704127267762

                                        auf Debian 12 geupdated. Gab in beiden Fällen keine Probleme.

                                        Bin ich jetzt wieder komplett up-to-date oder fehlt noch was?

                                        Gruß
                                        Frank

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

                                        @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                                        Bin ich jetzt wieder komplett up-to-date oder fehlt noch was?

                                        Zeig mal ein aktuelles

                                        iob diag
                                        

                                        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

                                        K 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @knatterman sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                                          Bin ich jetzt wieder komplett up-to-date oder fehlt noch was?

                                          Zeig mal ein aktuelles

                                          iob diag
                                          
                                          K Offline
                                          K Offline
                                          knatterman
                                          schrieb am zuletzt editiert von
                                          #691

                                          @thomas-braun

                                          Eh voila:

                                          ======== Start marking the full check here =========
                                          
                                          Skript v.2023-10-10
                                          
                                          *** BASE SYSTEM ***
                                           Static hostname: iobroker
                                                 Icon name: computer-vm
                                                   Chassis: vm 🖴
                                            Virtualization: kvm
                                          Operating System: Debian GNU/Linux 12 (bookworm)
                                                    Kernel: Linux 6.1.0-17-amd64
                                              Architecture: x86-64
                                           Hardware Vendor: QEMU
                                            Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                          Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                                          
                                          model name      : Common KVM processor
                                          Docker          : false
                                          Virtualization  : kvm
                                          Kernel          : x86_64
                                          Userland        : amd64
                                          
                                          Systemuptime and Load:
                                           23:12:06 up  2:35,  2 users,  load average: 0.23, 0.07, 0.09
                                          CPU threads: 4
                                          
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Mon 2024-01-01 23:12:06 CET
                                                     Universal time: Mon 2024-01-01 22:12:06 UTC
                                                           RTC time: Mon 2024-01-01 22:12:06
                                                          Time zone: Europe/Berlin (CET, +0100)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** User and Groups ***
                                          iobroker
                                          /home/iobroker
                                          iobroker tty dialout cdrom floppy audio dip video plugdev netdev bluetooth lpadmin scanner
                                          
                                          *** X-Server-Setup ***
                                          X-Server:       false
                                          Desktop:        
                                          Terminal:       tty
                                          Boot Target:    graphical.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            8.3G        2.9G        4.7G        8.6M        999M        5.4G
                                          Swap:           1.0G          0B        1.0G
                                          Total:          9.3G        2.9G        5.7G
                                          
                                                   7941 M total memory
                                                   2762 M used memory
                                                    278 M active memory
                                                   2932 M inactive memory
                                                   4474 M free memory
                                                     82 M buffer memory
                                                    871 M swap cache
                                                    974 M total swap
                                                      0 M used swap
                                                    974 M free swap
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT LOAD ACTIVE SUB DESCRIPTION
                                          0 loaded units listed.
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          udev           devtmpfs  3.9G     0  3.9G   0% /dev
                                          tmpfs          tmpfs     795M  1.1M  794M   1% /run
                                          /dev/sda1      ext4       31G  9.3G   20G  33% /
                                          tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                          tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                          tmpfs          tmpfs     795M   68K  795M   1% /run/user/117
                                          tmpfs          tmpfs     795M   56K  795M   1% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [sudo] password for iobroker: 
                                          [Mon Jan  1 20:36:14 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Mon Jan  1 20:36:15 2024] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems \(real ones only\):
                                          TARGET SOURCE    FSTYPE OPTIONS
                                          /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          485M    /var/
                                          288M    /var/lib
                                          158M    /var/lib/apt/lists
                                          158M    /var/lib/apt
                                          120M    /var/cache
                                          
                                          Hint: You are currently not seeing messages from other users and the system.
                                                Users in groups 'adm', 'systemd-journal' can see all messages.
                                                Pass -q to turn off this notice.
                                          Archived and active journals take up 16.7M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          95M     /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          444M    /opt/iobroker/iobroker-data/
                                          224M    /opt/iobroker/iobroker-data/files
                                          113M    /opt/iobroker/iobroker-data/backup-objects
                                          67M     /opt/iobroker/iobroker-data/files/javascript.admin
                                          56M     /opt/iobroker/iobroker-data/history
                                          
                                          The five largest files in iobroker-data are:
                                          21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                                          18M     /opt/iobroker/iobroker-data/objects.jsonl
                                          12M     /opt/iobroker/iobroker-data/objects.json.migrated
                                          12M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                          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 ***
                                          
                                          /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
                                          
                                          
                                          nodejs:
                                            Installed: 18.19.0-1nodesource1
                                            Candidate: 18.19.0-1nodesource1
                                            Version table:
                                               18.19.0+dfsg-6~deb12u1 500
                                                  500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                           *** 18.19.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                  100 /var/lib/dpkg/status
                                               18.18.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.18.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.18.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.17.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.17.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.16.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.16.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.15.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.14.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.14.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.14.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.13.0+dfsg1-1 500
                                                  500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                               18.13.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.12.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.11.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.10.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.9.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.9.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.8.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.7.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.6.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.5.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.4.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.3.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.2.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.1.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.0.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 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                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                            system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                            system.adapter.daswetter.0              : daswetter             : iobroker                                 - disabled
                                          + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled
                                          + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                            system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled
                                            system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                                            system.adapter.fritzbox.0               : fritzbox              : iobroker                                 - disabled
                                            system.adapter.fritzdect.0              : fritzdect             : iobroker                                 - disabled
                                          + system.adapter.history.0                : history               : iobroker                                 -  enabled
                                          + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                          + system.adapter.hm-rega.1                : hm-rega               : iobroker                                 -  enabled
                                          + system.adapter.hm-rega.2                : hm-rega               : iobroker                                 -  enabled
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.3                 : hm-rpc                : iobroker                                 -  enabled, port: 18701
                                          + system.adapter.hm-rpc.4                 : hm-rpc                : iobroker                                 -  enabled, port: 12001
                                          + system.adapter.hm-rpc.5                 : hm-rpc                : iobroker                                 -  enabled, port: 12010
                                            system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                            system.adapter.icons-icons8.0           : icons-icons8          : iobroker                                 - disabled
                                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                            system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                                          + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                                          + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                            system.adapter.mobile.0                 : mobile                : iobroker                                 - disabled
                                            system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.mystrom.0                : mystrom               : iobroker                                 -  enabled
                                          + system.adapter.net-tools.0              : net-tools             : iobroker                                 -  enabled
                                            system.adapter.node-red.0               : node-red              : iobroker                                 - disabled, port: 1880, bind: 0.0.0.0
                                            system.adapter.octoprint.0              : octoprint             : iobroker                                 - disabled
                                          + system.adapter.onkyo.0                  : onkyo                 : iobroker                                 -  enabled
                                            system.adapter.parser.0                 : parser                : iobroker                                 - disabled
                                          + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                          + system.adapter.pollenflug.0             : pollenflug            : iobroker                                 -  enabled
                                            system.adapter.proxmox.0                : proxmox               : iobroker                                 - disabled, port: 8006
                                            system.adapter.rpi2.0                   : rpi2                  : iobroker                                 - disabled
                                          + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                            system.adapter.telegram.1               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                          + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                                            system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 - disabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                            system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 - disabled
                                            system.adapter.vis-metro.0              : vis-metro             : iobroker                                 - disabled
                                            system.adapter.vis-players.0            : vis-players           : iobroker                                 - disabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                            system.adapter.vis-weather.0            : vis-weather           : iobroker                                 - disabled
                                            system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                            system.adapter.weatherunderground.0     : weatherunderground    : iobroker                                 -  enabled
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 192.168.2.120, run as: admin
                                          + system.adapter.yahka.0                  : yahka                 : iobroker                                 -  enabled
                                          + system.adapter.yahka.1                  : yahka                 : iobroker                                 -  enabled
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.3                 : hm-rpc                : iobroker                                 -  enabled, port: 18701
                                          + system.adapter.hm-rpc.4                 : hm-rpc                : iobroker                                 -  enabled, port: 12001
                                          + system.adapter.hm-rpc.5                 : hm-rpc                : iobroker                                 -  enabled, port: 12010
                                          + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 192.168.2.120, 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    "cloud"        : 4.4.1    , installed 4.4.1
                                          Adapter    "daswetter"    : 3.1.11   , installed 3.1.11
                                          Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                                          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                          Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                                          Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                                          Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                          Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                                          Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                          Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                          Adapter    "info"         : 2.0.0    , installed 2.0.0
                                          Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                          Controller "js-controller": 5.0.17   , installed 5.0.17
                                          Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                          Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                                          Adapter    "mystrom"      : 0.0.14   , installed 0.0.14
                                          Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                          Adapter    "node-red"     : 4.0.3    , installed 4.0.3
                                          Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                                          Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                                          Adapter    "parser"       : 2.0.7    , installed 2.0.7
                                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                          Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                          Adapter    "proxmox"      : 2.2.2    , installed 2.2.2
                                          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    "sonoff"       : 3.0.3    , installed 3.0.3
                                          Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                                          Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                          Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                                          Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                          Adapter    "vis-justgage" : 2.1.0    , installed 2.1.0
                                          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                                          Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                          Adapter    "web"          : 6.1.10   , installed 6.1.10
                                          Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                          Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        13072
                                          States:         11514
                                          
                                          *** OS-Repositories and Updates ***
                                          W: Failed to fetch http://deb.debian.org/debian/dists/bookworm/InRelease  Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          W: Failed to fetch http://security.debian.org/debian-security/dists/bookworm-security/InRelease  Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease  Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          W: Some index files failed to download. They have been ignored, or old ones used instead.
                                          Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                          Get:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Get:2 http://deb.debian.org/debian bookworm InRelease
                                          Get:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Ign:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Ign:2 http://deb.debian.org/debian bookworm InRelease
                                          Ign:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Get:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Get:2 http://deb.debian.org/debian bookworm InRelease
                                          Get:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Ign:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Ign:2 http://deb.debian.org/debian bookworm InRelease
                                          Ign:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Get:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Get:2 http://deb.debian.org/debian bookworm InRelease
                                          Get:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Ign:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Ign:2 http://deb.debian.org/debian bookworm InRelease
                                          Ign:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Get:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Get:2 http://deb.debian.org/debian bookworm InRelease
                                          Get:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Err:1 http://security.debian.org/debian-security bookworm-security InRelease
                                            Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          Err:2 http://deb.debian.org/debian bookworm InRelease
                                            Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          Err:3 http://deb.debian.org/debian bookworm-updates InRelease
                                            Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          Reading package lists...
                                          W: Failed to fetch http://deb.debian.org/debian/dists/bookworm/InRelease  Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          W: Failed to fetch http://security.debian.org/debian-security/dists/bookworm-security/InRelease  Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease  Undetermined Error [IP: 2a0a:a547:5d63:0:464e:6dff:fefe:9d8 80]
                                          W: Some index files failed to download. They have been ignored, or old ones used instead.
                                          Pending Updates: 0
                                          
                                          *** 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 192.168.2.120:8701      0.0.0.0:*               LISTEN      1000       19966      1287/io.hm-rpc.2    
                                          tcp        0      0 192.168.2.120:2010      0.0.0.0:*               LISTEN      1000       19310      1252/io.hm-rpc.0    
                                          tcp        0      0 192.168.2.120:2001      0.0.0.0:*               LISTEN      1000       19358      1272/io.hm-rpc.1    
                                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          12847      1/init              
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          16664      529/sshd: /usr/sbin 
                                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          16642      511/cupsd           
                                          tcp        0      0 192.168.2.120:18701     0.0.0.0:*               LISTEN      1000       20109      1369/io.hm-rpc.3    
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       17286      513/iobroker.js-con 
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       17324      513/iobroker.js-con 
                                          tcp        0      0 192.168.2.120:12010     0.0.0.0:*               LISTEN      1000       20177      1408/io.hm-rpc.5    
                                          tcp        0      0 192.168.2.120:12001     0.0.0.0:*               LISTEN      1000       20664      1390/io.hm-rpc.4    
                                          tcp        0      0 192.168.2.120:8082      0.0.0.0:*               LISTEN      1000       22315      1610/io.web.0       
                                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       20024      1321/io.sonoff.0    
                                          tcp        0      0 127.0.0.1:38733         0.0.0.0:*               LISTEN      1000       24935      2032/io.yahka.1     
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1000       19740      988/io.admin.0      
                                          tcp6       0      0 :::8087                 :::*                    LISTEN      1000       25196      2280/io.simple-api. 
                                          tcp6       0      0 :::44759                :::*                    LISTEN      1000       22778      2032/io.yahka.1     
                                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          16641      511/cupsd           
                                          tcp6       0      0 :::111                  :::*                    LISTEN      0          12849      1/init              
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          16675      529/sshd: /usr/sbin 
                                          tcp6       0      0 :::45223                :::*                    LISTEN      1000       24888      1744/io.yahka.0     
                                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12848      1/init              
                                          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          17553      562/cups-browsed    
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        16420      422/avahi-daemon: r 
                                          udp        0      0 0.0.0.0:43055           0.0.0.0:*                           112        16422      422/avahi-daemon: r 
                                          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       20488      1336/io.tuya.0      
                                          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       20489      1336/io.tuya.0      
                                          udp6       0      0 :::111                  :::*                                0          12850      1/init              
                                          udp6       0      0 fe80::983b:c5ff:fee:546 :::*                                0          17099      483/NetworkManager  
                                          udp6       0      0 :::5353                 :::*                                112        16421      422/avahi-daemon: r 
                                          udp6       0      0 :::42539                :::*                                112        16423      422/avahi-daemon: r 
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2024-01-01 23:01:44.208  - warn: sonoff.0 (1321) Client [Waschmaschine] has invalid password or username
                                          2024-01-01 23:02:27.069  - warn: sonoff.0 (1321) Client [SmartMeter] has invalid password or username
                                          2024-01-01 23:04:00.013  - warn: sonoff.0 (1321) Client [Waschmaschine] has invalid password or username
                                          2024-01-01 23:04:31.863  - warn: sonoff.0 (1321) Client [SmartMeter] has invalid password or username
                                          2024-01-01 23:05:00.021  - info: host.iobroker instance system.adapter.dwd.0 started with pid 8477
                                          2024-01-01 23:05:02.823  - info: dwd.0 (8477) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.19.0, js-controller: 5.0.17
                                          2024-01-01 23:05:05.735  - info: dwd.0 (8477) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2024-01-01 23:05:06.276  - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2024-01-01 23:06:18.532  - warn: sonoff.0 (1321) Client [Waschmaschine] has invalid password or username
                                          2024-01-01 23:06:36.684  - warn: sonoff.0 (1321) Client [SmartMeter] has invalid password or username
                                          2024-01-01 23:08:31.593  - warn: sonoff.0 (1321) Client [Waschmaschine] has invalid password or username
                                          2024-01-01 23:08:41.479  - warn: sonoff.0 (1321) Client [SmartMeter] has invalid password or username
                                          2024-01-01 23:08:56.290  - error: mystrom.0 (2295) 200
                                          2024-01-01 23:08:56.292  - error: mystrom.0 (2295) https://mystrom.ch/api/device/getSettings?id=EC6260B3EBCC
                                          2024-01-01 23:08:56.293  - error: mystrom.0 (2295) {"status":"error","error":"device.not.connected"}
                                          2024-01-01 23:08:56.297  - info: mystrom.0 (2295) Device Offline. To bring buttons online press double and hold for 8 seconds until it blinks green.
                                          2024-01-01 23:08:56.303  - info: mystrom.0 (2295) Set update interval for EC6260B3EBCC to 60
                                          2024-01-01 23:10:00.025  - info: host.iobroker instance system.adapter.dwd.0 started with pid 8669
                                          2024-01-01 23:10:02.760  - info: dwd.0 (8669) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.19.0, js-controller: 5.0.17
                                          2024-01-01 23:10:06.754  - info: dwd.0 (8669) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2024-01-01 23:10:07.292  - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2024-01-01 23:11:03.967  - info: admin.0 (988) ==> Connected system.user.admin from ::ffff:192.168.2.190
                                          2024-01-01 23:11:03.970  - info: admin.0 (988) <== Disconnect system.user.admin from ::ffff:192.168.2.190 admin
                                          2024-01-01 23:12:47.293  - warn: sonoff.0 (1321) Client [SmartMeter] has invalid password or username
                                          2024-01-01 23:12:48.405  - warn: sonoff.0 (1321) Client [Waschmaschine] has invalid password or username
                                          
                                          ============ Mark until here for C&P =============
                                          
                                          
                                          Thomas BraunT crunchipC 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          872

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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