Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [How-to] Node.js für ioBroker richtig updaten

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Atlantis last edited by

      @Atlantis
      Die skripte haben mit node nix tu tun. Jedenfalls nicht unmittelbar.

      Am besten einen eigenen Thread dazu starten.

      A 1 Reply Last reply Reply Quote 0
      • A
        Atlantis @Thomas Braun last edited by

        @Thomas-Braun Danke für die superschnelle Antwort!!
        Wo wäre dafür denn im Forum die korrekte Stelle?

        Noch eine Idee, warum die Adapter Installation bei mir abbricht und der npm rebuild ?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Atlantis last edited by Thomas Braun

          @Atlantis Allgemein ist nie verkehrt...

          Noch eine Idee, warum die Adapter Installation bei mir abbricht und der npm rebuild ?

          Dafür müsste man mehr sehen. Das scheint mir nicht der komplette Output zu sein.

          Im neuen Thread auch mal die Ausgabe von

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

          posten.

          A 2 Replies Last reply Reply Quote 0
          • A
            Atlantis @Thomas Braun last edited by

            @Thomas-Braun Danke, werde den 2. Punkt dort posten.

            Was wäre eine interessante Stelle um "tiefer" reinzublicken?
            Was müsste ich posten um hier eine erste Richtung für die Suche bekommen zu können?

            1 Reply Last reply Reply Quote 0
            • A
              Atlantis @Thomas Braun last edited by Homoran

              @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 Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Atlantis last edited by Thomas Braun

                @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.

                1 Reply Last reply Reply Quote 0
                • S
                  stephan2k last edited by 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 Braun apollon77 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @stephan2k last edited by

                    @stephan2k

                    ps aux | grep io
                    
                    S 1 Reply Last reply Reply Quote 0
                    • S
                      stephan2k @Thomas Braun last edited by

                      @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 Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @stephan2k last edited by

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

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          stephan2k @Thomas Braun last edited by

                          @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 Braun Diginix 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @stephan2k last edited by

                            @stephan2k

                            kill 60
                            
                            S 1 Reply Last reply Reply Quote 0
                            • Diginix
                              Diginix @stephan2k last edited by

                              @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 Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Diginix last edited by

                                @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.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stephan2k @Thomas Braun last edited by

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

                                  Danke!

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @stephan2k last edited by

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

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      stephan2k @Thomas Braun last edited by

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

                                      1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @stephan2k last edited by

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

                                        K 1 Reply Last reply Reply Quote 0
                                        • K
                                          Kuddel @apollon77 last edited by

                                          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 Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Kuddel last edited by

                                            @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 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            901
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            installation linux node node.js nodejs windows
                                            106
                                            1105
                                            679825
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo