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.
    • Z
      Zer0x last edited by

      Wie aktualisiere ich den Node.js von V12.16.3 auf V12.19.0?

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

        @Zer0x

        Wenn richtig angelegt:

        sudo apt update
        sudo apt dist-upgrade
        
        A 1 Reply Last reply Reply Quote 0
        • A
          Atlantis @Thomas Braun last edited by Atlantis

          @Thomas-Braun

          Hallo Thomas

          Ich habe das Problem, dass ich in der Vergangenheit schon mal auf Node 12 war, und dann auf 10 zurück musste, weil ich mit Adaptern Probleme hatte.

          Momentan bin ich auf:
          v12.19.0
          habe aber wahrscheinlich durch dieses js node up/downgrade ein paar Leichen...

          Zwischendurch habe ich mal per Papierkorb in der Adminkonsole einige Skripts und Ordner in denen Skripte lagen gelöscht. (Keien Ahnung, ob das damit zu tun hat)

          Seither habe ich Probleme beim Anlegen neuer js. Adapter, dass sich der Raspi dabei aufhängt und als 2. Fehlerbild, dass ich ständig alte (Testskripte, die ich anno dazumal erstellt hatte und schon mehrfach gelöscht habe immer wieder aufschlagen, die sind einfach nicht loszuwerden. Sobald ich den js.0 installiere, kommt der alte Skriptmüll wieder zum Vorschein.

          Habe BU erstellt und IO Broker komplett deinstalliert incl. Entfernen aller iobroker Verzeichnisse dort. Sobald ich den IOBroker neu installiere, kommen die alten Skripte sofort wieder, sobald der js.0 Adapter installiert wird.

          Beim heutigen npm rebuild blieb die Routine auch an dieser Stelle hängen:

          i@ioBroker-RasPi:/opt/iobroker $ npm rebuild
          
          > iobroker@2.0.3 install /opt/iobroker/node_modules/iobroker
          > node lib/checkVersions.js
          
          NPM version: 6.14.8
          
          > iobroker@2.0.3 postinstall /opt/iobroker/node_modules/iobroker
          > node lib/install.js
          
          lib/install.js is not being run as part of an installation - skipping...
          
          > iobroker.javascript@4.9.3 postinstall /opt/iobroker/node_modules/iobroker.java                                                                           script
          > node ./install/installTypings.js
          
          Installing NodeJS typings...
          latest @types: 14, installed node: 12
          
          > iobroker.js-controller@3.1.6 preinstall /opt/iobroker/node_modules/iobroker.js                                                                           -controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.8
          
          > iobroker.js-controller@3.1.6 install /opt/iobroker/node_modules/iobroker.js-co                                                                           ntroller
          > node iobroker.js setup first
          
          Existing earlier generated certificate is invalid (too old, validity longer then                                                                            345 days or keylength too short). Generating new Certificate!
          object system.certificates updated
          
          > iobroker.vis@1.3.4 install /opt/iobroker/node_modules/iobroker.vis
          > node main.js --install
          
          
          > acme-v2@1.8.6 postinstall /opt/iobroker/node_modules/acme-v2
          > node scripts/postinstall
          
          
          Greenlock and ACME.js v3 are on the way!
          Watch for updates at https://indiegogo.com/at/greenlock
          
          
          > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
          > node-gyp rebuild
          
          make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird betreten
            CXX(target) Release/obj.target/diskusage/src/main.o
          
          

          Wie bekomme ich die zahlreichen alten Skripte dauerhaft weg.
          Unbenannt.JPG

          Da, wo diese bei anderen gelöscht werden können ist bvei mir die große Leere...
          Unbenannt.JPG

          Ideen, was ich noch tun kann um im Bereiche der Skripte diese wieder löschbar zu bekommen und vielleicht in der Zukunft wieder js. Adapter Installationen ohne Zwangs-Shutdown??

          Bin leider aus der WIN Welt und kämpfe bereits hart mit Schell und Co...

          Gruss

          Atlantis

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

                                            Support us

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

                                            764
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            installation linux node node.js nodejs windows
                                            106
                                            1105
                                            676918
                                            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