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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [How-to] Node.js für ioBroker richtig updaten

NEWS

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

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

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

[How-to] Node.js für ioBroker richtig updaten

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
installationlinuxnodenode.jsnodejswindows
1.1k Beiträge 106 Kommentatoren 740.6k Aufrufe 112 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.
  • A Atlantis

    @Thomas-Braun said in [How-to] Node.js für ioBroker richtig updaten:

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

    [link text](Linux ioBroker-RasPi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l

    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    Last login: Mon Oct 19 15:36:22 2020 from 192.168.2.89
    pi@ioBroker-RasPi:~ $ which nodejs && nodejs -v && which node && node -v && whic                                                                                     h npm && npm -v && apt policy nodejs
    /usr/bin/nodejs
    v12.19.0
    /usr/bin/node
    v12.19.0
    /usr/bin/npm
    6.14.8
    nodejs:
      Installiert:           12.19.0-1nodesource1
      Installationskandidat: 12.19.0-1nodesource1
      Versionstabelle:
     *** 12.19.0-1nodesource1 500
            500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
            100 /var/lib/dpkg/status
         8.11.1~dfsg-2~bpo9+1 500
            500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
         4.8.2~dfsg-1 500
            500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
    )
    

    MOD-Edit: Code in code-tags gesetzt!

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

    @Atlantis sagte in [How-to] Node.js für ioBroker richtig updaten:

    /usr/bin/nodejs
    v12.19.0
    /usr/bin/node
    v12.19.0
    /usr/bin/npm
    6.14.8

    Das ist in Ordnung. Dann weiter im anderen Thread, das hat mit node nix zu tun.

    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
    • S Offline
      S Offline
      stephan2k
      schrieb am zuletzt editiert von stephan2k
      #757

      Hallo,
      ich komm nicht weiter, kann sich das mal jemand mit ansehen?

      iobroker läuft via Dockers auf einer Synology.

      • Node.js v12.19.1
      • NPM 6.14.8
      • Hostname iobroker

      Nun möchte ich noch den js-controller von 2.2.9 auf 3.1.6 bringen.

      root@iobroker:/opt/iobroker# iobroker stop                                      
      iobroker controller daemon is not running  
      root@iobroker:/opt/iobroker# iobroker update (LISTE LÄUFT DURCH)
      root@iobroker:/opt/iobroker# iobroker ugprade self                           
      Controller is running. Please stop ioBroker first.    
      

      Es kommt immer die Meldung das er nocht läuft. Ich verwzeifel daran...

      root@iobroker:/opt/iobroker# pkill io
      

      bringt leider auch keine Besserung.

      Hat jemand noch eine Idee?
      Auch wenn ich den iobroker nochmals starte und nochmals stoppe gehts nicht

      root@iobroker:/opt/iobroker# iobroker start                                     
      Starting iobroker controller daemon...                                          
      iobroker controller daemon started. PID: 12350                                  
      root@iobroker:/opt/iobroker# iobroker stop                                      
      Stopping iobroker controller daemon...                                          
      iobroker controller daemon stopped.                                             
      Exit code for "killall.sh": 123                                                 
      root@iobroker:/opt/iobroker# iobroker upgrade self                              
      Controller is running. Please stop ioBroker first. 
      

      Ist es merkwürdig das hier in Zeilte 9 das B von ioBroker groß geschrieben ist?

      Thomas BraunT apollon77A 2 Antworten Letzte Antwort
      0
      • S stephan2k

        Hallo,
        ich komm nicht weiter, kann sich das mal jemand mit ansehen?

        iobroker läuft via Dockers auf einer Synology.

        • Node.js v12.19.1
        • NPM 6.14.8
        • Hostname iobroker

        Nun möchte ich noch den js-controller von 2.2.9 auf 3.1.6 bringen.

        root@iobroker:/opt/iobroker# iobroker stop                                      
        iobroker controller daemon is not running  
        root@iobroker:/opt/iobroker# iobroker update (LISTE LÄUFT DURCH)
        root@iobroker:/opt/iobroker# iobroker ugprade self                           
        Controller is running. Please stop ioBroker first.    
        

        Es kommt immer die Meldung das er nocht läuft. Ich verwzeifel daran...

        root@iobroker:/opt/iobroker# pkill io
        

        bringt leider auch keine Besserung.

        Hat jemand noch eine Idee?
        Auch wenn ich den iobroker nochmals starte und nochmals stoppe gehts nicht

        root@iobroker:/opt/iobroker# iobroker start                                     
        Starting iobroker controller daemon...                                          
        iobroker controller daemon started. PID: 12350                                  
        root@iobroker:/opt/iobroker# iobroker stop                                      
        Stopping iobroker controller daemon...                                          
        iobroker controller daemon stopped.                                             
        Exit code for "killall.sh": 123                                                 
        root@iobroker:/opt/iobroker# iobroker upgrade self                              
        Controller is running. Please stop ioBroker first. 
        

        Ist es merkwürdig das hier in Zeilte 9 das B von ioBroker groß geschrieben ist?

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

        @stephan2k

        ps aux | grep io
        

        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 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @stephan2k

          ps aux | grep io
          
          S Offline
          S Offline
          stephan2k
          schrieb am zuletzt editiert von
          #759

          @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

          @stephan2k

          ps aux | grep io
          

          hilft dir das was?
          111.JPG

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • S stephan2k

            @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

            @stephan2k

            ps aux | grep io
            

            hilft dir das was?
            111.JPG

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

            @stephan2k
            Bitte keine Screenshots, Konsolentexte auch als Text (in CodeTags) posten.

            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 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @stephan2k
              Bitte keine Screenshots, Konsolentexte auch als Text (in CodeTags) posten.

              S Offline
              S Offline
              stephan2k
              schrieb am zuletzt editiert von
              #761

              @Thomas-Braun
              natürlich

              root@iobroker:/opt/iobroker#                                                                                                                                                                                
              root@iobroker:/opt/iobroker#                                                                                                                                                                                
              root@iobroker:/opt/iobroker# ps aux | grep io                                                                                                                                                               
              root         1  0.0  0.0   4292   768 pts/0    Ss   18:40   0:00 sh /opt/scripts                                                                                                                            
              /iobroker_startup.sh                                                                                                                                                                                        
              avahi       40  0.0  0.0  47144  2912 ?        S    18:40   0:00 avahi-daemon: r                                                                                                                            
              egistering [iobroker-33.local]                                                                                                                                                                              
              root        60 23.0  1.7 858300 174416 pts/0   Sl   18:40   1:27 iobroker.js-con                                                                                                                            
              troller                                                                                                                                                                                                     
              root        78  2.5  0.9 807972 93212 pts/0    Sl   18:40   0:09 io.admin.0                                                                                                                                 
              root        93  0.5  0.5 626700 53700 pts/0    Sl   18:41   0:01 io.web.0                                                                                                                                   
              root       123  1.1  0.4 621292 47996 pts/0    Sl   18:41   0:04 io.history.0                                                                                                                               
              root       216  0.4  0.5 633560 54664 pts/0    Sl   18:41   0:01 io.sonoff.0                                                                                                                                
              root       232  0.6  0.5 781860 54532 pts/0    Sl   18:41   0:02 io.tankerkoenig                                                                                                                            
              .0                                                                                                                                                                                                          
              root       243  1.4  0.5 786468 59444 pts/0    Sl   18:41   0:04 io.telegram.0                                                                                                                              
              root       258  0.3  0.4 623060 48760 pts/0    Sl   18:41   0:01 io.socketio.0                                                                                                                              
              root       273  0.4  0.5 641172 50816 pts/0    Sl   18:41   0:01 io.mihome-vacuu                                                                                                                            
              m.0                                                                                                                                                                                                         
              root       293  0.4  0.4 638540 48988 pts/0    Sl   18:41   0:01 io.scenes.0                                                                                                                                
              root       308  0.3  0.4 620596 45960 pts/0    Sl   18:41   0:01 io.text2command                                                                                                                            
              .0                                                                                                                                                                                                          
              root       323  1.9  0.6 920968 62944 pts/0    Sl   18:42   0:06 io.alexa2.0                                                                                                                                
              root       339  0.4  0.5 642520 52452 pts/0    Sl   18:42   0:01 io.terminal.0                                                                                                                              
              root       354  0.5  0.4 622056 49388 pts/0    Sl   18:42   0:01 io.yeelight-2.0                                                                                                                            
              root       370  0.5  0.5 641940 51488 pts/0    Sl   18:42   0:01 io.harmony.0                                                                                                                               
              root       385  1.1  0.6 729596 68944 pts/0    Sl   18:42   0:03 io.iot.0                                                                                                                                   
              root       400  0.4  0.4 620552 45812 pts/0    Sl   18:42   0:01 io.mihome.0                                                                                                                                
              root       415  1.0  0.8 668528 80532 pts/0    Sl   18:42   0:02 io.backitup.0                                                                                                                              
              root       426  2.2  0.5 704000 58936 pts/0    Sl   18:42   0:06 io.info.0                                                                                                                                  
              root       449  0.9  0.6 858420 64512 pts/0    Sl   18:42   0:02 io.nuki2.0                                                                                                                                 
              root       747  3.3  0.6 654744 66296 pts/0    Sl   18:42   0:09 io.shelly.0                                                                                                                                
              root       773  0.5  0.5 641760 51968 pts/0    Sl   18:42   0:01 io.mihome-vacuu                                                                                                                            
              m.1                                                                                                                                                                                                         
              root       844  0.5  0.4 621580 48040 pts/0    Sl   18:42   0:01 io.sonos.0                                                                                                                                 
              root       866  0.8  0.5 643076 54156 pts/0    Sl   18:42   0:02 io.deconz.0                                                                                                                                
              root       936  2.0  0.5 630032 56112 pts/0    Sl   18:42   0:05 io.hue.0                                                                                                                                   
              root       963  1.8  0.6 784284 63124 pts/0    Sl   18:43   0:04 io.yahka.0                                                                                                                                 
              root      1033  1.7  0.4 622848 49736 pts/0    Sl   18:43   0:04 io.sourceanalyt                                                                                                                            
              ix.0                                                                                                                                                                                                        
              root      1054  0.8  0.5 646108 57384 pts/0    Sl   18:43   0:02 io.tuya.0                                                                                                                                  
              root      1131  4.3  0.5 646480 59616 pts/0    Sl   18:43   0:10 io.influxdb.1                                                                                                                              
              root      1153  0.4  0.4 620576 46884 pts/0    Sl   18:43   0:01 io.hm-rpc.0                                                                                                                                
              root      1227  1.1  0.5 642152 54700 pts/0    Sl   18:43   0:02 io.hm-rega.0                                                                                                                               
              root      1254  1.1  0.5 639544 50544 pts/0    Sl   18:43   0:02 io.hm-rpc.1                                                                                                                                
              root      3418  0.0  0.0  12788   980 pts/0    S+   18:47   0:00 grep io                                                                                                                                    
              root@iobroker:/opt/iobroker# iobroker upgrade self                   
              
              Thomas BraunT DiginixD 2 Antworten Letzte Antwort
              0
              • S stephan2k

                @Thomas-Braun
                natürlich

                root@iobroker:/opt/iobroker#                                                                                                                                                                                
                root@iobroker:/opt/iobroker#                                                                                                                                                                                
                root@iobroker:/opt/iobroker# ps aux | grep io                                                                                                                                                               
                root         1  0.0  0.0   4292   768 pts/0    Ss   18:40   0:00 sh /opt/scripts                                                                                                                            
                /iobroker_startup.sh                                                                                                                                                                                        
                avahi       40  0.0  0.0  47144  2912 ?        S    18:40   0:00 avahi-daemon: r                                                                                                                            
                egistering [iobroker-33.local]                                                                                                                                                                              
                root        60 23.0  1.7 858300 174416 pts/0   Sl   18:40   1:27 iobroker.js-con                                                                                                                            
                troller                                                                                                                                                                                                     
                root        78  2.5  0.9 807972 93212 pts/0    Sl   18:40   0:09 io.admin.0                                                                                                                                 
                root        93  0.5  0.5 626700 53700 pts/0    Sl   18:41   0:01 io.web.0                                                                                                                                   
                root       123  1.1  0.4 621292 47996 pts/0    Sl   18:41   0:04 io.history.0                                                                                                                               
                root       216  0.4  0.5 633560 54664 pts/0    Sl   18:41   0:01 io.sonoff.0                                                                                                                                
                root       232  0.6  0.5 781860 54532 pts/0    Sl   18:41   0:02 io.tankerkoenig                                                                                                                            
                .0                                                                                                                                                                                                          
                root       243  1.4  0.5 786468 59444 pts/0    Sl   18:41   0:04 io.telegram.0                                                                                                                              
                root       258  0.3  0.4 623060 48760 pts/0    Sl   18:41   0:01 io.socketio.0                                                                                                                              
                root       273  0.4  0.5 641172 50816 pts/0    Sl   18:41   0:01 io.mihome-vacuu                                                                                                                            
                m.0                                                                                                                                                                                                         
                root       293  0.4  0.4 638540 48988 pts/0    Sl   18:41   0:01 io.scenes.0                                                                                                                                
                root       308  0.3  0.4 620596 45960 pts/0    Sl   18:41   0:01 io.text2command                                                                                                                            
                .0                                                                                                                                                                                                          
                root       323  1.9  0.6 920968 62944 pts/0    Sl   18:42   0:06 io.alexa2.0                                                                                                                                
                root       339  0.4  0.5 642520 52452 pts/0    Sl   18:42   0:01 io.terminal.0                                                                                                                              
                root       354  0.5  0.4 622056 49388 pts/0    Sl   18:42   0:01 io.yeelight-2.0                                                                                                                            
                root       370  0.5  0.5 641940 51488 pts/0    Sl   18:42   0:01 io.harmony.0                                                                                                                               
                root       385  1.1  0.6 729596 68944 pts/0    Sl   18:42   0:03 io.iot.0                                                                                                                                   
                root       400  0.4  0.4 620552 45812 pts/0    Sl   18:42   0:01 io.mihome.0                                                                                                                                
                root       415  1.0  0.8 668528 80532 pts/0    Sl   18:42   0:02 io.backitup.0                                                                                                                              
                root       426  2.2  0.5 704000 58936 pts/0    Sl   18:42   0:06 io.info.0                                                                                                                                  
                root       449  0.9  0.6 858420 64512 pts/0    Sl   18:42   0:02 io.nuki2.0                                                                                                                                 
                root       747  3.3  0.6 654744 66296 pts/0    Sl   18:42   0:09 io.shelly.0                                                                                                                                
                root       773  0.5  0.5 641760 51968 pts/0    Sl   18:42   0:01 io.mihome-vacuu                                                                                                                            
                m.1                                                                                                                                                                                                         
                root       844  0.5  0.4 621580 48040 pts/0    Sl   18:42   0:01 io.sonos.0                                                                                                                                 
                root       866  0.8  0.5 643076 54156 pts/0    Sl   18:42   0:02 io.deconz.0                                                                                                                                
                root       936  2.0  0.5 630032 56112 pts/0    Sl   18:42   0:05 io.hue.0                                                                                                                                   
                root       963  1.8  0.6 784284 63124 pts/0    Sl   18:43   0:04 io.yahka.0                                                                                                                                 
                root      1033  1.7  0.4 622848 49736 pts/0    Sl   18:43   0:04 io.sourceanalyt                                                                                                                            
                ix.0                                                                                                                                                                                                        
                root      1054  0.8  0.5 646108 57384 pts/0    Sl   18:43   0:02 io.tuya.0                                                                                                                                  
                root      1131  4.3  0.5 646480 59616 pts/0    Sl   18:43   0:10 io.influxdb.1                                                                                                                              
                root      1153  0.4  0.4 620576 46884 pts/0    Sl   18:43   0:01 io.hm-rpc.0                                                                                                                                
                root      1227  1.1  0.5 642152 54700 pts/0    Sl   18:43   0:02 io.hm-rega.0                                                                                                                               
                root      1254  1.1  0.5 639544 50544 pts/0    Sl   18:43   0:02 io.hm-rpc.1                                                                                                                                
                root      3418  0.0  0.0  12788   980 pts/0    S+   18:47   0:00 grep io                                                                                                                                    
                root@iobroker:/opt/iobroker# iobroker upgrade self                   
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #762

                @stephan2k

                kill 60
                

                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 Antwort Letzte Antwort
                0
                • S stephan2k

                  @Thomas-Braun
                  natürlich

                  root@iobroker:/opt/iobroker#                                                                                                                                                                                
                  root@iobroker:/opt/iobroker#                                                                                                                                                                                
                  root@iobroker:/opt/iobroker# ps aux | grep io                                                                                                                                                               
                  root         1  0.0  0.0   4292   768 pts/0    Ss   18:40   0:00 sh /opt/scripts                                                                                                                            
                  /iobroker_startup.sh                                                                                                                                                                                        
                  avahi       40  0.0  0.0  47144  2912 ?        S    18:40   0:00 avahi-daemon: r                                                                                                                            
                  egistering [iobroker-33.local]                                                                                                                                                                              
                  root        60 23.0  1.7 858300 174416 pts/0   Sl   18:40   1:27 iobroker.js-con                                                                                                                            
                  troller                                                                                                                                                                                                     
                  root        78  2.5  0.9 807972 93212 pts/0    Sl   18:40   0:09 io.admin.0                                                                                                                                 
                  root        93  0.5  0.5 626700 53700 pts/0    Sl   18:41   0:01 io.web.0                                                                                                                                   
                  root       123  1.1  0.4 621292 47996 pts/0    Sl   18:41   0:04 io.history.0                                                                                                                               
                  root       216  0.4  0.5 633560 54664 pts/0    Sl   18:41   0:01 io.sonoff.0                                                                                                                                
                  root       232  0.6  0.5 781860 54532 pts/0    Sl   18:41   0:02 io.tankerkoenig                                                                                                                            
                  .0                                                                                                                                                                                                          
                  root       243  1.4  0.5 786468 59444 pts/0    Sl   18:41   0:04 io.telegram.0                                                                                                                              
                  root       258  0.3  0.4 623060 48760 pts/0    Sl   18:41   0:01 io.socketio.0                                                                                                                              
                  root       273  0.4  0.5 641172 50816 pts/0    Sl   18:41   0:01 io.mihome-vacuu                                                                                                                            
                  m.0                                                                                                                                                                                                         
                  root       293  0.4  0.4 638540 48988 pts/0    Sl   18:41   0:01 io.scenes.0                                                                                                                                
                  root       308  0.3  0.4 620596 45960 pts/0    Sl   18:41   0:01 io.text2command                                                                                                                            
                  .0                                                                                                                                                                                                          
                  root       323  1.9  0.6 920968 62944 pts/0    Sl   18:42   0:06 io.alexa2.0                                                                                                                                
                  root       339  0.4  0.5 642520 52452 pts/0    Sl   18:42   0:01 io.terminal.0                                                                                                                              
                  root       354  0.5  0.4 622056 49388 pts/0    Sl   18:42   0:01 io.yeelight-2.0                                                                                                                            
                  root       370  0.5  0.5 641940 51488 pts/0    Sl   18:42   0:01 io.harmony.0                                                                                                                               
                  root       385  1.1  0.6 729596 68944 pts/0    Sl   18:42   0:03 io.iot.0                                                                                                                                   
                  root       400  0.4  0.4 620552 45812 pts/0    Sl   18:42   0:01 io.mihome.0                                                                                                                                
                  root       415  1.0  0.8 668528 80532 pts/0    Sl   18:42   0:02 io.backitup.0                                                                                                                              
                  root       426  2.2  0.5 704000 58936 pts/0    Sl   18:42   0:06 io.info.0                                                                                                                                  
                  root       449  0.9  0.6 858420 64512 pts/0    Sl   18:42   0:02 io.nuki2.0                                                                                                                                 
                  root       747  3.3  0.6 654744 66296 pts/0    Sl   18:42   0:09 io.shelly.0                                                                                                                                
                  root       773  0.5  0.5 641760 51968 pts/0    Sl   18:42   0:01 io.mihome-vacuu                                                                                                                            
                  m.1                                                                                                                                                                                                         
                  root       844  0.5  0.4 621580 48040 pts/0    Sl   18:42   0:01 io.sonos.0                                                                                                                                 
                  root       866  0.8  0.5 643076 54156 pts/0    Sl   18:42   0:02 io.deconz.0                                                                                                                                
                  root       936  2.0  0.5 630032 56112 pts/0    Sl   18:42   0:05 io.hue.0                                                                                                                                   
                  root       963  1.8  0.6 784284 63124 pts/0    Sl   18:43   0:04 io.yahka.0                                                                                                                                 
                  root      1033  1.7  0.4 622848 49736 pts/0    Sl   18:43   0:04 io.sourceanalyt                                                                                                                            
                  ix.0                                                                                                                                                                                                        
                  root      1054  0.8  0.5 646108 57384 pts/0    Sl   18:43   0:02 io.tuya.0                                                                                                                                  
                  root      1131  4.3  0.5 646480 59616 pts/0    Sl   18:43   0:10 io.influxdb.1                                                                                                                              
                  root      1153  0.4  0.4 620576 46884 pts/0    Sl   18:43   0:01 io.hm-rpc.0                                                                                                                                
                  root      1227  1.1  0.5 642152 54700 pts/0    Sl   18:43   0:02 io.hm-rega.0                                                                                                                               
                  root      1254  1.1  0.5 639544 50544 pts/0    Sl   18:43   0:02 io.hm-rpc.1                                                                                                                                
                  root      3418  0.0  0.0  12788   980 pts/0    S+   18:47   0:00 grep io                                                                                                                                    
                  root@iobroker:/opt/iobroker# iobroker upgrade self                   
                  
                  DiginixD Offline
                  DiginixD Offline
                  Diginix
                  schrieb am zuletzt editiert von
                  #763

                  @stephan2k Das kann keine Prozessliste eines gestoppten iobroker sein.
                  Sowohl der JS-Controller läuft, als auch Adapterinstanzen. Wie sieht die Ausgabe aus nachdem du "iobroker stop" gemacht hast?

                  Zu dem alles mit root wird sich Thomas sicher noch äußern ;-)

                  ..:: So long! Tom ::..

                  NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • DiginixD Diginix

                    @stephan2k Das kann keine Prozessliste eines gestoppten iobroker sein.
                    Sowohl der JS-Controller läuft, als auch Adapterinstanzen. Wie sieht die Ausgabe aus nachdem du "iobroker stop" gemacht hast?

                    Zu dem alles mit root wird sich Thomas sicher noch äußern ;-)

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

                    @Diginix sagte in [How-to] Node.js für ioBroker richtig updaten:

                    Zu dem alles mit root wird sich Thomas sicher noch äußern

                    docker / synology halt. Zu meinem Leidwesen muss das da ja wohl so laufen.

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

                    1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @stephan2k

                      kill 60
                      
                      S Offline
                      S Offline
                      stephan2k
                      schrieb am zuletzt editiert von
                      #765

                      @Thomas-Braun
                      Danke Thomas-Braun! nun ging es.

                      Danke!

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • S stephan2k

                        @Thomas-Braun
                        Danke Thomas-Braun! nun ging es.

                        Danke!

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

                        @stephan2k
                        Kann es sein, dass der ioBroker da doppelt installiert ist?

                        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 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @stephan2k
                          Kann es sein, dass der ioBroker da doppelt installiert ist?

                          S Offline
                          S Offline
                          stephan2k
                          schrieb am zuletzt editiert von
                          #767

                          @Thomas-Braun
                          nein eigentlich nicht (nicht das ich wüsste)

                          1 Antwort Letzte Antwort
                          0
                          • S stephan2k

                            Hallo,
                            ich komm nicht weiter, kann sich das mal jemand mit ansehen?

                            iobroker läuft via Dockers auf einer Synology.

                            • Node.js v12.19.1
                            • NPM 6.14.8
                            • Hostname iobroker

                            Nun möchte ich noch den js-controller von 2.2.9 auf 3.1.6 bringen.

                            root@iobroker:/opt/iobroker# iobroker stop                                      
                            iobroker controller daemon is not running  
                            root@iobroker:/opt/iobroker# iobroker update (LISTE LÄUFT DURCH)
                            root@iobroker:/opt/iobroker# iobroker ugprade self                           
                            Controller is running. Please stop ioBroker first.    
                            

                            Es kommt immer die Meldung das er nocht läuft. Ich verwzeifel daran...

                            root@iobroker:/opt/iobroker# pkill io
                            

                            bringt leider auch keine Besserung.

                            Hat jemand noch eine Idee?
                            Auch wenn ich den iobroker nochmals starte und nochmals stoppe gehts nicht

                            root@iobroker:/opt/iobroker# iobroker start                                     
                            Starting iobroker controller daemon...                                          
                            iobroker controller daemon started. PID: 12350                                  
                            root@iobroker:/opt/iobroker# iobroker stop                                      
                            Stopping iobroker controller daemon...                                          
                            iobroker controller daemon stopped.                                             
                            Exit code for "killall.sh": 123                                                 
                            root@iobroker:/opt/iobroker# iobroker upgrade self                              
                            Controller is running. Please stop ioBroker first. 
                            

                            Ist es merkwürdig das hier in Zeilte 9 das B von ioBroker groß geschrieben ist?

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #768

                            @stephan2k Der Thread hier geht eigentlich um nodejs update ... js.controller Update ist formal hier fehlt am Platze ...

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            K 1 Antwort Letzte Antwort
                            0
                            • apollon77A apollon77

                              @stephan2k Der Thread hier geht eigentlich um nodejs update ... js.controller Update ist formal hier fehlt am Platze ...

                              K Offline
                              K Offline
                              Kuddel
                              schrieb am zuletzt editiert von
                              #769

                              für alle Interessierten. Habe gerade auf meiner Testinstanz ein NodeJS Update von 10.17.0 auf 12.20.0 gemacht und mir dafür einn Shell Skript geschrieben

                              clear
                              echo
                              echo --- NODE JS UPDATE ---
                              echo
                              echo
                              read -p "NodeJS Version (Beispiel: 12.x): " version
                              
                              echo
                              echo --- Abfrage NodeJS version ---
                              echo
                              node -v
                              echo
                              read -p "Press any key to continue..."
                              echo
                              echo
                              
                              echo --- ioBroker stoppen ---
                              echo
                              read -p "Press any key to continue..."
                              echo
                              echo
                              iobroker stop
                              echo
                              
                              echo --- Download Nodejs Version $version ---
                              echo
                              read -p "Press any key to continue..."
                              echo
                              echo
                              curl -sL https://deb.nodesource.com/setup_$version | sudo -E bash -
                              echo
                              
                              echo --- NodeJS installieren ---
                              echo
                              read -p "Press any key to continue..."
                              echo
                              echo
                              sudo apt-get install -y nodejs
                              echo
                              
                              echo --- Abfrage NodeJS version ---
                              echo
                              node -v
                              echo
                              
                              echo --- ioBroker starten ---
                              echo
                              read -p "Press any key to continue..."
                              echo
                              echo
                              iobroker start
                              echo
                              
                              echo --- ioBroker status ---
                              echo
                              iobroker status
                              echo
                              

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • K Kuddel

                                für alle Interessierten. Habe gerade auf meiner Testinstanz ein NodeJS Update von 10.17.0 auf 12.20.0 gemacht und mir dafür einn Shell Skript geschrieben

                                clear
                                echo
                                echo --- NODE JS UPDATE ---
                                echo
                                echo
                                read -p "NodeJS Version (Beispiel: 12.x): " version
                                
                                echo
                                echo --- Abfrage NodeJS version ---
                                echo
                                node -v
                                echo
                                read -p "Press any key to continue..."
                                echo
                                echo
                                
                                echo --- ioBroker stoppen ---
                                echo
                                read -p "Press any key to continue..."
                                echo
                                echo
                                iobroker stop
                                echo
                                
                                echo --- Download Nodejs Version $version ---
                                echo
                                read -p "Press any key to continue..."
                                echo
                                echo
                                curl -sL https://deb.nodesource.com/setup_$version | sudo -E bash -
                                echo
                                
                                echo --- NodeJS installieren ---
                                echo
                                read -p "Press any key to continue..."
                                echo
                                echo
                                sudo apt-get install -y nodejs
                                echo
                                
                                echo --- Abfrage NodeJS version ---
                                echo
                                node -v
                                echo
                                
                                echo --- ioBroker starten ---
                                echo
                                read -p "Press any key to continue..."
                                echo
                                echo
                                iobroker start
                                echo
                                
                                echo --- ioBroker status ---
                                echo
                                iobroker status
                                echo
                                

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

                                @Kuddel
                                Ja, und wo ist die Vereinfachung?
                                Änder einfach ein Zeichen in der /etc/apt/sources.list.d/nodesource.list und du bist da. Oder schreib direkt die passende neue Zeile per tee da rein.

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

                                K 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @Kuddel
                                  Ja, und wo ist die Vereinfachung?
                                  Änder einfach ein Zeichen in der /etc/apt/sources.list.d/nodesource.list und du bist da. Oder schreib direkt die passende neue Zeile per tee da rein.

                                  K Offline
                                  K Offline
                                  Kuddel
                                  schrieb am zuletzt editiert von
                                  #771

                                  @Thomas-Braun oh so einfach :-D

                                  okay, dann ist mein Skript überflüssig ^^

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • K Kuddel

                                    @Thomas-Braun oh so einfach :-D

                                    okay, dann ist mein Skript überflüssig ^^

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

                                    @Kuddel

                                    Hier hab ich mal erklärt, wie das imho am besten und schnellsten und saubersten zu handeln ist:

                                    https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                                    Das könnte man natürlich auch in ein skript packen. Aber so wenige und unregelmäßig vorkommende Dinge muss man meiner Meinung nach nicht skripten.

                                    Einmal das passende Repo anlegen und dann hat man da ja bis zum nächsten Release-Wechsel Ruhe. Und ob ich mich beim Wechsel auf eine weitere node-Version dann an ein herumliegendes shell-skript erinner wage ich auch mal zu bezweifeln.

                                    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

                                    DiginixD 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @Kuddel

                                      Hier hab ich mal erklärt, wie das imho am besten und schnellsten und saubersten zu handeln ist:

                                      https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                                      Das könnte man natürlich auch in ein skript packen. Aber so wenige und unregelmäßig vorkommende Dinge muss man meiner Meinung nach nicht skripten.

                                      Einmal das passende Repo anlegen und dann hat man da ja bis zum nächsten Release-Wechsel Ruhe. Und ob ich mich beim Wechsel auf eine weitere node-Version dann an ein herumliegendes shell-skript erinner wage ich auch mal zu bezweifeln.

                                      DiginixD Offline
                                      DiginixD Offline
                                      Diginix
                                      schrieb am zuletzt editiert von
                                      #773

                                      @Thomas-Braun
                                      Wann ist

                                      npm rebuild
                                      

                                      notwendig?

                                      ..:: So long! Tom ::..

                                      NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • DiginixD Diginix

                                        @Thomas-Braun
                                        Wann ist

                                        npm rebuild
                                        

                                        notwendig?

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

                                        @Diginix
                                        Das ist ggf. bei Wechseln der node-Version erforderlich, dann muss das modul gegen die neue Version gebaut werden. In den meisten Fällen macht der js-controller das aber selbstständig, wenn der Bedarf erkannt wurde.

                                        Mit direktem hantieren mit npm im Verzeichnis /opt/iobroker wäre ich aber vorsichtig, besser mit dem wrapper iobroker da ran gehen:

                                        iobroker rebuild <adapter>|self [--install]
                                        

                                        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
                                        • M Offline
                                          M Offline
                                          MyMeyer
                                          schrieb am zuletzt editiert von MyMeyer
                                          #775

                                          Hallo , habe auf meinen Master und Slave das Update auf Node 12.20.2 gemacht. Master läuft alles , aber auf dem Slave kommt der Smartmeter Adapter nicht hoch. Siehe Meldung aus dem Log:

                                          host.iobroker-slave	2021-02-20 10:53:52.948	info	Rebuild for adapter system.adapter.smartmeter.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
                                          host.iobroker-slave	2021-02-20 10:53:52.948	error	instance system.adapter.smartmeter.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                          host.iobroker-slave	2021-02-20 10:53:52.946	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                                          host.iobroker-slave	2021-02-20 10:53:52.946	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                                          host.iobroker-slave	2021-02-20 10:53:52.945	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30)
                                          host.iobroker-slave	2021-02-20 10:53:52.944	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:2:36)
                                          host.iobroker-slave	2021-02-20 10:53:52.943	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/@serialport/bindings/node_modules/bindings/bindings.js:112:48)
                                          host.iobroker-slave	2021-02-20 10:53:52.942	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:74:18)
                                          host.iobroker-slave	2021-02-20 10:53:52.941	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19)
                                          host.iobroker-slave	2021-02-20 10:53:52.940	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                                          host.iobroker-slave	2021-02-20 10:53:52.939	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                                          host.iobroker-slave	2021-02-20 10:53:52.939	error	Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1057:18)
                                          host.iobroker-slave	2021-02-20 10:53:52.938	error	Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
                                          host.iobroker-slave	2021-02-20 10:53:52.937	error	Caught by controller[0]: NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
                                          host.iobroker-slave	2021-02-20 10:53:52.936	error	Caught by controller[0]: NODE_MODULE_VERSION 64. This version of Node.js requires
                                          host.iobroker-slave	2021-02-20 10:53:52.935	error	Caught by controller[0]: was compiled against a different Node.js version using
                                          host.iobroker-slave	2021-02-20 10:53:52.934	error	Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node'
                                          host.iobroker-slave	2021-02-20 10:53:52.933	error	Caught by controller[0]: ^
                                          host.iobroker-slave	2021-02-20 10:53:52.932	error	Caught by controller[0]: throw e;
                                          host.iobroker-slave	2021-02-20 10:53:52.930	error	Caught by controller[0]: /opt/iobroker/node_modules/@serialport/bindings/node_modules/bindings/bindings.js:121
                                          host.iobroker-slave	2021-02-20 10:53:49.275	info	instance system.adapter.smartmeter.0 started with pid 628
                                          

                                          8416b3da-5a69-4dda-9cca-3bf1dbdbf6ec-image.png f875dc8d-101b-45eb-a5ab-982b36c4e103-image.png
                                          Was kann ich tun ?

                                          MyMeyer

                                          >>> Hardware: Intel I5 mit ****Debian ProxMox OS: Debian **** <<< >>> Network with UniFi <<<
                                          >>> HomeMatic CCU-2 (Wired und Funk) / Philips HUE / Echo.DOT / Echo.SHOW / Xiaomi Smart-Home / Xiaomi Robot Vacuum Cleaner / Synology DS 918+ / Shelly 1&2 <<<

                                          Thomas BraunT 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          938

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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