Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Nach Update läuft nichts mehr!

NEWS

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

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

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

Nach Update läuft nichts mehr!

Scheduled Pinned Locked Moved ioBroker Allgemein
iobroker updatenpmjs controller updatejsonhelp wanted
416 Posts 18 Posters 73.5k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SaschaS
    wrote on last edited by
    #116

    Das nächste im Fahrplan wäre

    cd /opt/iobroker
    iobroker version
    iobroker update
    iobroker upgrade
    iobroker stop
    iobroker upgrade self
    iobroker rebuild 
    iobroker start
    

    iobroker upgrade self?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jan1
      wrote on last edited by
      #117

      So Jungs ich muss dann mal in die Sonne, sieht ja ganz gut aus bis jetzt.

      S 1 Reply Last reply
      0
      • WalW Wal

        Das sieht doch nicht schlecht aus, was macht das Webinterface ?

        S Offline
        S Offline
        SaschaS
        wrote on last edited by
        #118

        @Wal said in Nach Update läuft nichts mehr!:

        Das sieht doch nicht schlecht aus, was macht das Webinterface ?

        Das ist noch nicht da. Aber admin läuft auch noch nicht.

        pi@raspberrypi:/opt/iobroker $ ps auxww | grep io
        root        12  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/0]
        root        15  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/1]
        root        20  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/2]
        root        25  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/3]
        root        41  0.0  0.0      0     0 ?        I<   11:23   0:00 [rpciod]
        root        43  0.0  0.0      0     0 ?        I<   11:23   0:00 [xprtiod]
        root        47  0.0  0.0      0     0 ?        I<   11:23   0:00 [nfsiod]
        root        62  0.0  0.0      0     0 ?        I<   11:23   0:00 [DWC Notificatio]
        message+   354  0.0  0.3   6588  3728 ?        Ss   11:23   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
        pi        4692  0.0  0.0   4772   532 pts/0    S+   12:18   0:00 grep --color=auto io
        
        1 Reply Last reply
        0
        • J Jan1

          So Jungs ich muss dann mal in die Sonne, sieht ja ganz gut aus bis jetzt.

          S Offline
          S Offline
          SaschaS
          wrote on last edited by
          #119

          @Jan1 said in Nach Update läuft nichts mehr!:

          So Jungs ich muss dann mal in die Sonne, sieht ja ganz gut aus bis jetzt.

          Vielen Dank @Jan1 ! Wünsch dir einen schönen Feiertag und nochmals DANKE!

          1 Reply Last reply
          0
          • WalW Offline
            WalW Offline
            Wal
            Developer
            wrote on last edited by
            #120

            Ganz oben im Log lese ich was von Node 8, ich hoffe das ist eine Falschmeldung.

            Gruß
            Walter

            DoorIO-Adapter
            wioBrowser-Adapter und wioBrowser

            1 Reply Last reply
            0
            • WalW Wal

              Das sieht doch nicht schlecht aus, was macht das Webinterface ?

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by Thomas Braun
              #121

              Ich glaube, da spukt noch ein node 8.17.0 herum:

              notsup Actual:   {"npm":"6.14.2","node":"8.17.0"}
              
              node -v
              which node
              
              sudo apt install nodejs --reinstall
              

              Wobei ich es jetzt dem @Jan1 gleichtun werde und mein Motorrad etwas durch die Eifel hetze.

              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

              S 1 Reply Last reply
              0
              • WalW Offline
                WalW Offline
                Wal
                Developer
                wrote on last edited by
                #122

                mach mal ein

                find /usr -name node
                

                evtl. ist Node mehrmals installiert.

                Gruß
                Walter

                DoorIO-Adapter
                wioBrowser-Adapter und wioBrowser

                S 1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SaschaS
                  wrote on last edited by
                  #123

                  Ihr habt Recht mit Node. Ich war zu voreilig.

                  pi@raspberrypi:/opt/iobroker $ iobroker upgrade self
                  Update js-controller from @2.2.8 to @2.2.9
                  NPM version: 6.14.2
                  npm install iobroker.js-controller@2.2.9 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
                  npm ERR! code ENOTSUP
                  npm ERR! notsup Unsupported engine for semver@7.1.2: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.14.2"})
                  npm ERR! notsup Not compatible with your version of node/npm: semver@7.1.2
                  npm ERR! notsup Not compatible with your version of node/npm: semver@7.1.2
                  npm ERR! notsup Required: {"node":">=10"}
                  npm ERR! notsup Actual:   {"npm":"6.14.2","node":"8.17.0"}
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2020-05-21T10_21_15_537Z-debug.log
                  Starting node restart.js
                  
                  1 Reply Last reply
                  0
                  • WalW Wal

                    mach mal ein

                    find /usr -name node
                    

                    evtl. ist Node mehrmals installiert.

                    S Offline
                    S Offline
                    SaschaS
                    wrote on last edited by SaschaS
                    #124

                    @Wal said in Nach Update läuft nichts mehr!:

                    find /usr -name node

                    pi@raspberrypi:/opt/iobroker $ find /usr -name node
                    /usr/bin/node
                    /usr/share/doc/node
                    /usr/include/node
                    
                    pi@raspberrypi:/opt/iobroker $ node -v
                    v8.17.0
                    pi@raspberrypi:/opt/iobroker $ which node
                    /usr/bin/node
                    
                    1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      Ich glaube, da spukt noch ein node 8.17.0 herum:

                      notsup Actual:   {"npm":"6.14.2","node":"8.17.0"}
                      
                      node -v
                      which node
                      
                      sudo apt install nodejs --reinstall
                      

                      Wobei ich es jetzt dem @Jan1 gleichtun werde und mein Motorrad etwas durch die Eifel hetze.

                      S Offline
                      S Offline
                      SaschaS
                      wrote on last edited by
                      #125

                      @Thomas-Braun said in Nach Update läuft nichts mehr!:

                      notsup Actual: {"npm":"6.14.2","node":"8.17.0"}

                      notsup Actual: {"npm":"6.14.2","node":"8.17.0"}
                      
                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        SaschaS
                        wrote on last edited by
                        #126

                        @Thomas-Braun said in Nach Update läuft nichts mehr!:

                        sudo apt install nodejs --reinstall

                        Hmm...der installiert doch jetzt wieder und die 8.17.0 oder?

                        pi@raspberrypi:/opt/iobroker $ sudo apt install nodejs --reinstall
                        Paketlisten werden gelesen... Fertig
                        Abhängigkeitsbaum wird aufgebaut.       
                        Statusinformationen werden eingelesen.... Fertig
                        0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 29 nicht aktualisiert.
                        Es müssen 12,8 MB an Archiven heruntergeladen werden.
                        Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
                        Holen:1 https://deb.nodesource.com/node_8.x stretch/main armhf nodejs armhf 8.17.0-1nodesource1 [12,8 MB]
                        Es wurden 12,8 MB in 3 s geholt (4.257 kB/s).
                        (Lese Datenbank ... 59454 Dateien und Verzeichnisse sind derzeit installiert.)
                        Vorbereitung zum Entpacken von .../nodejs_8.17.0-1nodesource1_armhf.deb ...
                        Detected old npm client, removing...
                        Entpacken von nodejs (8.17.0-1nodesource1) über (8.17.0-1nodesource1) ...
                        
                        Fortschritt: [ 16%] [####################################
                        
                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          SaschaS
                          wrote on last edited by
                          #127

                          @Thomas-Braun Ich wünsch dir viel Spaß beim Kurven fahren. Ich glaub das Thema wird hier nicht fertig. Ich lasse einfach mal alles offen stehen, vielleicht können wir das ja zu einem späteren Zeitpunkt fortsetzen. Bzw. andere User haben weitere Ideen wie man jetzt noch das node aktuell hinbekommt.

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            SaschaS
                            wrote on last edited by
                            #128

                            Ich könnte mich mal noch an die Doku machen. Stand ja auch mal im Raum.

                            haselchenH 1 Reply Last reply
                            0
                            • S SaschaS

                              Ich könnte mich mal noch an die Doku machen. Stand ja auch mal im Raum.

                              haselchenH Offline
                              haselchenH Offline
                              haselchen
                              Most Active
                              wrote on last edited by
                              #129

                              @SaschaS
                              sudo apt-get --purge remove nodejs
                              sudo apt-get autoremove
                              sudo reboot

                              Und danach wieder die 12er installieren nach Anleitung hier von Jan oder Thomas.

                              Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                              1 Reply Last reply
                              0
                              • E Offline
                                E Offline
                                Einstein67
                                wrote on last edited by Einstein67
                                #130
                                sudo apt-get --purge remove node
                                sudo apt-get --purge remove nodejs
                                sudo apt-get autoremove
                                
                                Danach rebooten und neu installieren
                                
                                curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
                                

                                Hast du aber schon gemacht, oder? Ich hab nicht alles gelesen ...

                                Edit: war zu langsam ;)

                                S 1 Reply Last reply
                                0
                                • E Einstein67
                                  sudo apt-get --purge remove node
                                  sudo apt-get --purge remove nodejs
                                  sudo apt-get autoremove
                                  
                                  Danach rebooten und neu installieren
                                  
                                  curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
                                  

                                  Hast du aber schon gemacht, oder? Ich hab nicht alles gelesen ...

                                  Edit: war zu langsam ;)

                                  S Offline
                                  S Offline
                                  SaschaS
                                  wrote on last edited by
                                  #131

                                  @Einstein67 said in Nach Update läuft nichts mehr!:

                                  apt-get --purge remove node
                                  apt-get --purge remove nodejs
                                  apt-get autoremove
                                  
                                  Danach rebooten und neu installieren
                                  
                                  curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
                                  

                                  Hast du aber schon gemacht, oder? Ich hab nicht alles gelesen ...

                                  @Einstein67 und @haselchen Genau an diesen Schritten bin ich gerade dabei. Ich poste sobald der letzte Befehl durch ist.

                                  1 Reply Last reply
                                  0
                                  • E Offline
                                    E Offline
                                    Einstein67
                                    wrote on last edited by
                                    #132

                                    @SaschaS said in Nach Update läuft nichts mehr!:

                                    Genau an diesen Schritten bin ich gerade dabei

                                    Aber genau an dem Punkt warst du doch schon vor 4 Stunden ;)

                                    J S 2 Replies Last reply
                                    0
                                    • E Einstein67

                                      @SaschaS said in Nach Update läuft nichts mehr!:

                                      Genau an diesen Schritten bin ich gerade dabei

                                      Aber genau an dem Punkt warst du doch schon vor 4 Stunden ;)

                                      J Offline
                                      J Offline
                                      Jan1
                                      wrote on last edited by
                                      #133

                                      @Einstein67
                                      Das war auch ein Grund warum ich lieber zuerst die alte Node entfernt hätte, wobei das Update über die sources.list hätte sauber funktionieren müssen, wenn vorher da nicht schon was nicht sauber war.

                                      1 Reply Last reply
                                      0
                                      • E Einstein67

                                        @SaschaS said in Nach Update läuft nichts mehr!:

                                        Genau an diesen Schritten bin ich gerade dabei

                                        Aber genau an dem Punkt warst du doch schon vor 4 Stunden ;)

                                        S Offline
                                        S Offline
                                        SaschaS
                                        wrote on last edited by
                                        #134

                                        @Einstein67

                                        Ich steh da wohl noch länger als 4 Stunden rum ;-)

                                        Soll ich mal dem Text vertrauen und sudo apt-get install -y nodejs ausführen?

                                        pi@raspberrypi:/opt/iobroker $ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
                                        
                                        ## Installing the NodeSource Node.js 12.x repo...
                                        
                                        
                                        ## Populating apt-get cache...
                                        
                                        + apt-get update
                                        OK:1 http://phoscon.de/apt/deconz stretch InRelease
                                        Holen:2 http://archive.raspberrypi.org/debian stretch InRelease [25,4 kB]
                                        Holen:3 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15,0 kB]
                                        OK:4 https://deb.nodesource.com/node_8.x stretch InRelease
                                        Holen:5 http://archive.raspberrypi.org/debian stretch/main armhf Packages [201 kB]
                                        Holen:6 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11,7 MB]
                                        Es wurden 11,9 MB in 36 s geholt (326 kB/s).                                                                                                                                                                                                      
                                        Paketlisten werden gelesen... Fertig
                                        
                                        ## Confirming "stretch" is supported...
                                        
                                        + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/stretch/Release'
                                        
                                        ## Adding the NodeSource signing key to your keyring...
                                        
                                        + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
                                        OK
                                        
                                        ## Creating apt sources list file for the NodeSource Node.js 12.x repo...
                                        
                                        + echo 'deb https://deb.nodesource.com/node_12.x stretch main' > /etc/apt/sources.list.d/nodesource.list
                                        + echo 'deb-src https://deb.nodesource.com/node_12.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
                                        
                                        ## Running `apt-get update` for you...
                                        
                                        + apt-get update
                                        OK:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease
                                        OK:2 http://phoscon.de/apt/deconz stretch InRelease
                                        OK:3 http://archive.raspberrypi.org/debian stretch InRelease
                                        Holen:4 https://deb.nodesource.com/node_12.x stretch InRelease [4.585 B]
                                        Holen:5 https://deb.nodesource.com/node_12.x stretch/main armhf Packages [775 B]
                                        Es wurden 5.360 B in 2 s geholt (2.203 B/s).
                                        Paketlisten werden gelesen... Fertig
                                        
                                        ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm
                                        ## You may also need development tools to build native addons:
                                             sudo apt-get install gcc g++ make
                                        ## To install the Yarn package manager, run:
                                             curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                             echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                                             sudo apt-get update && sudo apt-get install yarn
                                        
                                        
                                        
                                        
                                        1 Reply Last reply
                                        0
                                        • E Offline
                                          E Offline
                                          Einstein67
                                          wrote on last edited by Einstein67
                                          #135

                                          Ja Sorry den Befehl hab ich vergessen.

                                          sudo apt-get install -y nodejs

                                          Der installiert nodejs.

                                          S 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          371

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe