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

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iob node fix - Skript

NEWS

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

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

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

iob node fix - Skript

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
198 Beiträge 34 Kommentatoren 46.4k Aufrufe 37 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #130

    @sissiwup

    Die Meldung fängt man sich nur ein, wenn (in der Vergangenheit) falsche Pakete (für die falsche Architektur) installiert wurden. Bei 'ordentlichen' Installationen passiert das nicht.

    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

    sissiwupS 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @sissiwup

      Die Meldung fängt man sich nur ein, wenn (in der Vergangenheit) falsche Pakete (für die falsche Architektur) installiert wurden. Bei 'ordentlichen' Installationen passiert das nicht.

      sissiwupS Offline
      sissiwupS Offline
      sissiwup
      schrieb am zuletzt editiert von
      #131

      @thomas-braun sagte in iob node fix - Skript:

      @sissiwup

      Die Meldung fängt man sich nur ein, wenn (in der Vergangenheit) falsche Pakete (für die falsche Architektur) installiert wurden. Bei 'ordentlichen' Installationen passiert das nicht.

      Hi,

      oder wenn man multi-arch support aktiviert hat (für nicht 64-bit Softwarepakete)

      dpkg --print-foreign-architectures
      i386
      

      Wer das nicht braucht:

      dpkg --remove-architecture i386
      

      MfG

      Sissi

      –-----------------------------------------

      1 CCU3 1 CCU2-Gateway 1 LanGateway 1 Pi-Gateway 1 I7 für ioBroker/MySQL


      HomoranH 1 Antwort Letzte Antwort
      0
      • sissiwupS sissiwup

        @thomas-braun sagte in iob node fix - Skript:

        @sissiwup

        Die Meldung fängt man sich nur ein, wenn (in der Vergangenheit) falsche Pakete (für die falsche Architektur) installiert wurden. Bei 'ordentlichen' Installationen passiert das nicht.

        Hi,

        oder wenn man multi-arch support aktiviert hat (für nicht 64-bit Softwarepakete)

        dpkg --print-foreign-architectures
        i386
        

        Wer das nicht braucht:

        dpkg --remove-architecture i386
        
        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #132

        @sissiwup gib mal die Langfassung von iob diag

        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

          Hinweis vorab: Wenn das Skript ausgeführt wurde und sein Werk getan hat, funktionieren Updates innerhalb der nodejs-Version wieder wie gehabt über

          sudo apt update
          sudo apt full-upgrade
          

          Erneutes ausführen des Skriptes bei einem gewöhnlichen Update ist nicht notwendig!

          __
          BETA-TESTING
          (Nachdem das Skript jetzt auch offiziell Teil vom ioBroker in Form des Kommandos iob nodejs-update geworden ist wird hier im Thread an Beta-Versionen gewerkelt. Mit den üblichen Gefahren. Es kann hier Code in jeglicher Form und Lauffähigkeit vorgefunden werden. Bitte hier nur 'todesmutige' Tester mit Backup für den Fall der Fälle. )

          Ich habe mich ja lange dagegen ausgesprochen, so grundlegende Dinge wie die Installation von nodejs über windige 'Toolz' machen zu lassen. Aber sei es wie es ist, hier ist ein Skript, das verfummelte nodejs-Installationen wieder weitgehend gerade ziehen sollte und auch das aktuelle Repository für nodejs in der Version von nodesource inkl. der Schlüssel usw. installiert.

          Flugs heruntergeladen und ausgeführt per

          curl https://raw.githubusercontent.com/Grothesk242/iob_diag/main/iob_node_update.sh > iob_node_update
          chmod 744 iob_node_update
          ./iob_node_update
          

          Optional kann man dem Skript auch einen nodejs-Zweig mit geben, dann wird die letzte Version aus diesem Zweig installiert.

          ./iob_node_update XX
          

          Wobei der Zweig natürlich existent sein muss. Zur Zeit ist also XX = 18 , 20 oder 22 möglich.

          Noch ein Hinweis: Gegebenenfalls (wenn z. B. mehrere verschachtelte Fehler vorliegen) das Skript nochmal laufen lassen. Wenn alles senkrecht ist sieht die Meldung am Ende so aus:

          Nothing to do, your installation is using the correct paths.
          Nothing to do, your installed version is the recommended one.
          

          Also 2x 'nothing to do'.
          (2x aber nur, wenn die Empfehlung aus dem iobroker herausgelesen werden konnte. Das funktioniert aber nicht immer, für Multihost-Setups z.B. nur für das Hauptsystem)

          Meinungen? Anregungen? Wünsche?
          Wer da tiefer einsteigen möchte und vielleicht selber kochen möchte:
          https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

          R Online
          R Online
          reutli
          schrieb am zuletzt editiert von reutli
          #133

          @thomas-braun

          warum kommt denn nach erfolgreichem update auf 18.18.0 und erneutem Aufruf trotzdem nochmals die Abfrage ob man auf 18.18.0 updaten möchte?

          ioBroker nodejs fixer 2023-09-24
          No recommendation for nodejs version found on your system. We recommend to install latest version from nodejs v18 tree.
          
          Your current setup is:
          /usr/bin/nodejs 	v18.18.0
          /usr/bin/node 		v18.18.0
          /usr/bin/npm 		9.8.1
          /usr/bin/npx 		9.8.1
          /usr/bin/corepack 	0.19.0
          
          We found these nodejs versions available for installation:
          
          nodejs:
            Installed: 18.18.0-1nodesource1
            Candidate: 18.18.0-1nodesource1
            Version table:
           *** 18.18.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                  100 /var/lib/dpkg/status
               18.17.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.17.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.16.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.16.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.15.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.14.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.14.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.14.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.13.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.12.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.11.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.10.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.9.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.9.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.8.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.7.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.6.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.5.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.4.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.3.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.2.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.1.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.0.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               12.22.12~dfsg-1~deb11u4 500
                  500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
               12.22.12~dfsg-1~deb11u3 500
                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
          
          
          
          Nothing to do - Your installation is using the correct paths.
          
          You are running nodejs v18.18.0. Do you want to install recommended version v.18 ? 
          
          Press <y> to continue or any other key to quit
          We are not fixing your installation. Exiting.
          pi@iobroker:/opt/iobroker $ 
          

          es kommt zwar die Meldung

          We are not fixing your installation. Exiting.
          

          aber eins drüber meint er, er könnte von .18 auf .18 updaten...

          BITTE BEACHTET DOCH DAS: https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge
          iobroker in Debian-VM auf Proxmox Server (Ryzen 7 / 32GB / 1TB NVMe SSD) als Master - mehrere Raspberry Pis (3+4) als Slaves. InfluxDB V2 und Grafana auf LXC.

          *Wer freundlich ist, dem wird freundlich geholfen *

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • R reutli

            @thomas-braun

            warum kommt denn nach erfolgreichem update auf 18.18.0 und erneutem Aufruf trotzdem nochmals die Abfrage ob man auf 18.18.0 updaten möchte?

            ioBroker nodejs fixer 2023-09-24
            No recommendation for nodejs version found on your system. We recommend to install latest version from nodejs v18 tree.
            
            Your current setup is:
            /usr/bin/nodejs 	v18.18.0
            /usr/bin/node 		v18.18.0
            /usr/bin/npm 		9.8.1
            /usr/bin/npx 		9.8.1
            /usr/bin/corepack 	0.19.0
            
            We found these nodejs versions available for installation:
            
            nodejs:
              Installed: 18.18.0-1nodesource1
              Candidate: 18.18.0-1nodesource1
              Version table:
             *** 18.18.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    100 /var/lib/dpkg/status
                 18.17.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.17.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.16.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.16.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.15.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.14.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.14.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.14.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.13.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.12.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.11.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.10.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.9.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.9.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.8.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.7.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.6.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.5.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.4.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.3.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.2.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.1.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 18.0.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 12.22.12~dfsg-1~deb11u4 500
                    500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                 12.22.12~dfsg-1~deb11u3 500
                    500 http://deb.debian.org/debian bullseye/main arm64 Packages
            
            
            
            Nothing to do - Your installation is using the correct paths.
            
            You are running nodejs v18.18.0. Do you want to install recommended version v.18 ? 
            
            Press <y> to continue or any other key to quit
            We are not fixing your installation. Exiting.
            pi@iobroker:/opt/iobroker $ 
            

            es kommt zwar die Meldung

            We are not fixing your installation. Exiting.
            

            aber eins drüber meint er, er könnte von .18 auf .18 updaten...

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

            @reutli sagte in iob node fix - Skript:

            Weil für dein System keine empfohlene Version ausgelesen werden kann und daher kein Abgleich dagegen möglich ist.

            Ist das z. B. ein Multihost-Slave?

            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

            R 1 Antwort Letzte Antwort
            0
            • F Offline
              F Offline
              firebowl
              schrieb am zuletzt editiert von
              #135

              Sehr geile Sache das Script. :)
              Leider aktualisiert es bei mir die Version nicht auf 18.18.0
              Es wird erkannt, dass sie vorhanden ist und installiert werde soll.
              Nach dem Lauf ist aber weiterhin die 18.17.1 installiert. :(

              R Thomas BraunT 2 Antworten Letzte Antwort
              0
              • F firebowl

                Sehr geile Sache das Script. :)
                Leider aktualisiert es bei mir die Version nicht auf 18.18.0
                Es wird erkannt, dass sie vorhanden ist und installiert werde soll.
                Nach dem Lauf ist aber weiterhin die 18.17.1 installiert. :(

                R Online
                R Online
                reutli
                schrieb am zuletzt editiert von
                #136

                @firebowl

                Die Ausgabe zeigen hilft, damit einem geholfen wird...

                BITTE BEACHTET DOCH DAS: https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge
                iobroker in Debian-VM auf Proxmox Server (Ryzen 7 / 32GB / 1TB NVMe SSD) als Master - mehrere Raspberry Pis (3+4) als Slaves. InfluxDB V2 und Grafana auf LXC.

                *Wer freundlich ist, dem wird freundlich geholfen *

                1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @reutli sagte in iob node fix - Skript:

                  Weil für dein System keine empfohlene Version ausgelesen werden kann und daher kein Abgleich dagegen möglich ist.

                  Ist das z. B. ein Multihost-Slave?

                  R Online
                  R Online
                  reutli
                  schrieb am zuletzt editiert von
                  #137

                  @thomas-braun sagte in iob node fix - Skript:

                  Ist das z. B. ein Multihost-Slave?

                  Ja exakt, ist ein Slave

                  BITTE BEACHTET DOCH DAS: https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge
                  iobroker in Debian-VM auf Proxmox Server (Ryzen 7 / 32GB / 1TB NVMe SSD) als Master - mehrere Raspberry Pis (3+4) als Slaves. InfluxDB V2 und Grafana auf LXC.

                  *Wer freundlich ist, dem wird freundlich geholfen *

                  1 Antwort Letzte Antwort
                  0
                  • F firebowl

                    Sehr geile Sache das Script. :)
                    Leider aktualisiert es bei mir die Version nicht auf 18.18.0
                    Es wird erkannt, dass sie vorhanden ist und installiert werde soll.
                    Nach dem Lauf ist aber weiterhin die 18.17.1 installiert. :(

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

                    @firebowl

                    Dann lass mal sehen was da ausgespuckt wird. Vollständig.

                    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

                    F 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @firebowl

                      Dann lass mal sehen was da ausgespuckt wird. Vollständig.

                      F Offline
                      F Offline
                      firebowl
                      schrieb am zuletzt editiert von firebowl
                      #139

                      @thomas-braun Sorry, musste meinen kleinen schnell in die Krippe bringen.

                      Hier der Output:

                      ioBroker nodejs fixer 2023-09-24
                      
                      Recommended nodejs-version is: 18.18.0
                      Checking your installation now. Please be patient!
                      
                      Your current setup is:
                      /usr/bin/nodejs         v18.17.1
                      /usr/bin/node           v18.17.1
                      /usr/bin/npm            9.6.7
                      /usr/bin/npx            9.6.7
                      /usr/bin/corepack       0.18.0
                      
                      We found these nodejs versions available for installation:
                      
                      nodejs:
                        Installed: 18.17.1-deb-1nodesource1
                        Candidate: 18.18.0-1nodesource1
                        Version table:
                           18.18.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       *** 18.17.1-deb-1nodesource1 100
                              100 /var/lib/dpkg/status
                           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-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
                           12.22.9~dfsg-1ubuntu3 500
                              500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                      
                      
                      
                      Nothing to do - Your installation is using the correct paths.
                      
                      You are running nodejs v18.17.1. Do you want to install recommended version 18.18.0?
                      
                      Press <y> to continue or any other key to quit
                      Trying to fix your installation now. Please be patient.
                      [sudo] password for mike:
                      kvm
                      Waiting for ioBroker to shut down - Give me a minute...
                      ############################################################
                      
                      *** These repos are active on your system:
                      Hit:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
                      Hit:2 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
                      Hit:3 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
                      Hit:4 http://de.archive.ubuntu.com/ubuntu jammy-security InRelease
                      Reading package lists... Done
                      
                      *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                      
                      *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                      deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                      Package: nodejs
                      Pin: origin deb.nodesource.com
                      Pin-Priority: 1001
                      
                      *** These repos are active after the adjustments:
                      Hit:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
                      Hit:2 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
                      Hit:3 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
                      Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
                      Hit:5 http://de.archive.ubuntu.com/ubuntu jammy-security InRelease
                      Get:6 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [5247 B]
                      Fetched 17.4 kB in 0s (36.4 kB/s)
                      Reading package lists... Done
                      
                      Installing the recommended nodejs version now!
                      
                      *** You need to manually restart your container/virtual machine now! ***
                      
                      We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
                      

                      Öhm Http error 500? Seh ich das richtig?

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • F firebowl

                        @thomas-braun Sorry, musste meinen kleinen schnell in die Krippe bringen.

                        Hier der Output:

                        ioBroker nodejs fixer 2023-09-24
                        
                        Recommended nodejs-version is: 18.18.0
                        Checking your installation now. Please be patient!
                        
                        Your current setup is:
                        /usr/bin/nodejs         v18.17.1
                        /usr/bin/node           v18.17.1
                        /usr/bin/npm            9.6.7
                        /usr/bin/npx            9.6.7
                        /usr/bin/corepack       0.18.0
                        
                        We found these nodejs versions available for installation:
                        
                        nodejs:
                          Installed: 18.17.1-deb-1nodesource1
                          Candidate: 18.18.0-1nodesource1
                          Version table:
                             18.18.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                         *** 18.17.1-deb-1nodesource1 100
                                100 /var/lib/dpkg/status
                             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-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
                             12.22.9~dfsg-1ubuntu3 500
                                500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                        
                        
                        
                        Nothing to do - Your installation is using the correct paths.
                        
                        You are running nodejs v18.17.1. Do you want to install recommended version 18.18.0?
                        
                        Press <y> to continue or any other key to quit
                        Trying to fix your installation now. Please be patient.
                        [sudo] password for mike:
                        kvm
                        Waiting for ioBroker to shut down - Give me a minute...
                        ############################################################
                        
                        *** These repos are active on your system:
                        Hit:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
                        Hit:2 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
                        Hit:3 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
                        Hit:4 http://de.archive.ubuntu.com/ubuntu jammy-security InRelease
                        Reading package lists... Done
                        
                        *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                        
                        *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                        deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                        Package: nodejs
                        Pin: origin deb.nodesource.com
                        Pin-Priority: 1001
                        
                        *** These repos are active after the adjustments:
                        Hit:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
                        Hit:2 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
                        Hit:3 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
                        Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
                        Hit:5 http://de.archive.ubuntu.com/ubuntu jammy-security InRelease
                        Get:6 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [5247 B]
                        Fetched 17.4 kB in 0s (36.4 kB/s)
                        Reading package lists... Done
                        
                        Installing the recommended nodejs version now!
                        
                        *** You need to manually restart your container/virtual machine now! ***
                        
                        We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
                        

                        Öhm Http error 500? Seh ich das richtig?

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

                        @firebowl sagte in iob node fix - Skript:

                        Öhm Http error 500? Seh ich das richtig?

                        Wo siehst du das?

                        sudo apt full-upgrade
                        

                        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

                        F 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @firebowl sagte in iob node fix - Skript:

                          Öhm Http error 500? Seh ich das richtig?

                          Wo siehst du das?

                          sudo apt full-upgrade
                          

                          sagt?

                          F Offline
                          F Offline
                          firebowl
                          schrieb am zuletzt editiert von
                          #141

                          @thomas-braun sagte in iob node fix - Skript:

                          sagt?

                          Mit apt hat es sich jetzt aktualisieren lassen, vorher wurden keine Updates gefunden.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • F firebowl

                            @thomas-braun sagte in iob node fix - Skript:

                            sagt?

                            Mit apt hat es sich jetzt aktualisieren lassen, vorher wurden keine Updates gefunden.

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

                            @firebowl

                            Und wenn die vollständige Ausgabe gepostet wäre könnte man vielleicht auch mehr als 'Tja, ist dann halt so, warum auch immer' dazu sagen.

                            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

                            F 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @firebowl

                              Und wenn die vollständige Ausgabe gepostet wäre könnte man vielleicht auch mehr als 'Tja, ist dann halt so, warum auch immer' dazu sagen.

                              F Offline
                              F Offline
                              firebowl
                              schrieb am zuletzt editiert von
                              #143

                              @thomas-braun vom apt? Sorry, hab nicht gedacht das Du davon den Output wolltest.

                              Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                              0
                              • F firebowl

                                @thomas-braun vom apt? Sorry, hab nicht gedacht das Du davon den Output wolltest.

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

                                @firebowl

                                sudo apt full-upgrade
                                sagt?

                                Musst du natürlich weitersagen, ich kann dir nicht über die Schulter schauen.

                                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
                                • F firebowl

                                  @thomas-braun vom apt? Sorry, hab nicht gedacht das Du davon den Output wolltest.

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

                                  @firebowl sagte in iob node fix - Skript:

                                  @thomas-braun vom apt? Sorry, hab nicht gedacht das Du davon den Output wolltest.

                                  immer alles zeigen!

                                  https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                                  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
                                  • HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von
                                    #146

                                    Ich habe eben eine nagelneue Installation aufgesetzt.
                                    Direkt danach den node-fixer drüber gejagt damit die neuen Repos angelegt werden

                                    der will ums Verrecken nicht von 18.17.1.auf 18.18 upgraden

                                    das bleibt so

                                    nodejs:
                                      Installed: 18.17.1-deb-1nodesource1
                                      Candidate: 18.18.0-1nodesource1
                                      Version table:
                                         18.18.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     *** 18.17.1-deb-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         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://debian.netcologne.de/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
                                    

                                    der node-fixer selbst

                                    pi@VM03:~$ ./iob_node_update
                                    ioBroker node-update v2023-09-28 is starting. Please be patient!
                                    
                                    ioBroker nodejs fixer 2023-09-28
                                    
                                    Recommended nodejs-version is: 18.18.0
                                    Checking your installation now. Please be patient!
                                    
                                    Your current setup is:
                                    /usr/bin/nodejs         v18.17.1
                                    /usr/bin/node           v18.17.1
                                    /usr/bin/npm            9.6.7
                                    /usr/bin/npx            9.6.7
                                    /usr/bin/corepack       0.18.0
                                    
                                    We found these nodejs versions available for installation:
                                    
                                    nodejs:
                                      Installed: 18.17.1-deb-1nodesource1
                                      Candidate: 18.18.0-1nodesource1
                                      Version table:
                                         18.18.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     *** 18.17.1-deb-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         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://debian.netcologne.de/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
                                    
                                    
                                    
                                    Nothing to do - Your installation is using the correct paths.
                                    
                                    You are running nodejs v18.17.1. Do you want to install recommended version 18.18.0?
                                    
                                    Press <y> to continue or any other key to quit
                                    

                                    anschließend

                                    Press <y> to continue or any other key to quit
                                    Trying to fix your installation now. Please be patient.
                                    kvm
                                    Waiting for ioBroker to shut down - Give me a minute...
                                    #########################################################
                                    
                                    *** These repos are active on your system:
                                    Hit:1 http://debian.netcologne.de/debian bookworm InRelease
                                    Hit:2 http://debian.netcologne.de/debian bookworm-updates InRelease
                                    Hit:3 http://security.debian.org/debian-security bookworm-security InRelease
                                    Reading package lists... Done
                                    
                                    *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                                    
                                    *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                                    deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                                    Package: nodejs
                                    Pin: origin deb.nodesource.com
                                    Pin-Priority: 1001
                                    
                                    *** These repos are active after the adjustments:
                                    Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                    Hit:2 http://debian.netcologne.de/debian bookworm InRelease
                                    Hit:3 http://debian.netcologne.de/debian bookworm-updates InRelease
                                    Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
                                    Get:5 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [5247 B]
                                    Fetched 17.4 kB in 0s (45.0 kB/s)
                                    Reading package lists... Done
                                    
                                    Installing the recommended nodejs version now!
                                    
                                    *** You need to manually restart your container/virtual machine now! ***
                                    
                                    We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
                                    und dann ist es wieder 18.17.1

                                    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 -

                                    crunchipC 1 Antwort Letzte Antwort
                                    1
                                    • HomoranH Homoran

                                      Ich habe eben eine nagelneue Installation aufgesetzt.
                                      Direkt danach den node-fixer drüber gejagt damit die neuen Repos angelegt werden

                                      der will ums Verrecken nicht von 18.17.1.auf 18.18 upgraden

                                      das bleibt so

                                      nodejs:
                                        Installed: 18.17.1-deb-1nodesource1
                                        Candidate: 18.18.0-1nodesource1
                                        Version table:
                                           18.18.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       *** 18.17.1-deb-1nodesource1 100
                                              100 /var/lib/dpkg/status
                                           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://debian.netcologne.de/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
                                      

                                      der node-fixer selbst

                                      pi@VM03:~$ ./iob_node_update
                                      ioBroker node-update v2023-09-28 is starting. Please be patient!
                                      
                                      ioBroker nodejs fixer 2023-09-28
                                      
                                      Recommended nodejs-version is: 18.18.0
                                      Checking your installation now. Please be patient!
                                      
                                      Your current setup is:
                                      /usr/bin/nodejs         v18.17.1
                                      /usr/bin/node           v18.17.1
                                      /usr/bin/npm            9.6.7
                                      /usr/bin/npx            9.6.7
                                      /usr/bin/corepack       0.18.0
                                      
                                      We found these nodejs versions available for installation:
                                      
                                      nodejs:
                                        Installed: 18.17.1-deb-1nodesource1
                                        Candidate: 18.18.0-1nodesource1
                                        Version table:
                                           18.18.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       *** 18.17.1-deb-1nodesource1 100
                                              100 /var/lib/dpkg/status
                                           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://debian.netcologne.de/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
                                      
                                      
                                      
                                      Nothing to do - Your installation is using the correct paths.
                                      
                                      You are running nodejs v18.17.1. Do you want to install recommended version 18.18.0?
                                      
                                      Press <y> to continue or any other key to quit
                                      

                                      anschließend

                                      Press <y> to continue or any other key to quit
                                      Trying to fix your installation now. Please be patient.
                                      kvm
                                      Waiting for ioBroker to shut down - Give me a minute...
                                      #########################################################
                                      
                                      *** These repos are active on your system:
                                      Hit:1 http://debian.netcologne.de/debian bookworm InRelease
                                      Hit:2 http://debian.netcologne.de/debian bookworm-updates InRelease
                                      Hit:3 http://security.debian.org/debian-security bookworm-security InRelease
                                      Reading package lists... Done
                                      
                                      *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                                      
                                      *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                                      deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                                      Package: nodejs
                                      Pin: origin deb.nodesource.com
                                      Pin-Priority: 1001
                                      
                                      *** These repos are active after the adjustments:
                                      Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                      Hit:2 http://debian.netcologne.de/debian bookworm InRelease
                                      Hit:3 http://debian.netcologne.de/debian bookworm-updates InRelease
                                      Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
                                      Get:5 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [5247 B]
                                      Fetched 17.4 kB in 0s (45.0 kB/s)
                                      Reading package lists... Done
                                      
                                      Installing the recommended nodejs version now!
                                      
                                      *** You need to manually restart your container/virtual machine now! ***
                                      
                                      We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
                                      und dann ist es wieder 18.17.1
                                      crunchipC Abwesend
                                      crunchipC Abwesend
                                      crunchip
                                      Forum Testing Most Active
                                      schrieb am zuletzt editiert von
                                      #147

                                      @homoran du musst abschließend ein normales
                                      Update upgrade ausführen

                                      umgestiegen von Proxmox auf Unraid

                                      HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                      1
                                      • crunchipC crunchip

                                        @homoran du musst abschließend ein normales
                                        Update upgrade ausführen

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

                                        @crunchip sagte in iob node fix - Skript:

                                        @homoran du musst abschließend ein normales
                                        Update upgrade ausführen

                                        Das wird doch Thomas sicher eingebaut haben!

                                        Oder etwa nicht @thomas-braun????

                                        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 -

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        1
                                        • crunchipC crunchip

                                          @homoran du musst abschließend ein normales
                                          Update upgrade ausführen

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

                                          @crunchip @Homoran

                                          Ha den Code an der Stelle ergänzt. Sollte jetzt auch mit Containern funktionieren.

                                          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

                                          HomoranH 1 Antwort Letzte Antwort
                                          3
                                          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

                                          603

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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