Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Update js-controller und node.js

    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

    Update js-controller und node.js

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      adaer last edited by adaer

      @Smartuser: Auch ich hatte diese lästige Meldungen und habe deine Installation auf meinen Raspi mit rasbian stretch ebenfalls ausgeführt. Alles wieder im Lot.. 🙂

      pi@MyRasPi:/opt/iobroker $ npm list sharp --depth=2
      iobroker.inst@1.1.2 /opt/iobroker
      ├─┬ iobroker.iot@1.4.14
      │ └── sharp@0.25.2  deduped
      └── sharp@0.25.2
      

      Nochmals Danke ...
      Gruss..

      Henry

      1 Reply Last reply Reply Quote 1
      • W
        Wing.Stefan last edited by

        Wie kann ich auf Synology im Docker den JS-Controller updaten?

        Die gefundenen Anleitungen waren für Linux Windows usw. Im Syno Docker gibt es kein Sudo und kein SToppen von iobroker weil dann geht nichts mehr.
        suche daher schritt für schritt Anleitung
        Danke

        Glasfaser 1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Wing.Stefan last edited by Glasfaser

          @maestro sagte in Update js-controller und node.js:

          und kein SToppen von iobroker weil dann geht nichts mehr.

          was meinst du damit !?

          pkill io
          iobroker update
          iobroker upgrade self
          iobroker start
          
          W 1 Reply Last reply Reply Quote 1
          • W
            Wing.Stefan @Glasfaser last edited by Wing.Stefan

            @Glasfaser

            die befehle bringen nichst weil das pkill io oder kill io nichts macht, ab befehl 3 sagt er nämlich das noch etwas läuft

            Glasfaser 1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @Wing.Stefan last edited by

              @maestro sagte in Update js-controller und node.js:

              die befehle bringen nichst weil das pkill io

              Klar geht das ...!!

              Bist du auch in der richtigen Docker Konsole .

              Zeige mal ein Screenshot

              W 1 Reply Last reply Reply Quote 1
              • W
                Wing.Stefan @Glasfaser last edited by

                @Glasfaser konsole2.JPG konsole1.JPG

                Glasfaser 1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @Wing.Stefan last edited by

                  @maestro

                  gib mal ein

                  iobroker stop
                  pkill io
                  

                  aber mehrmals

                  und dann

                  ps auxww|grep io
                  
                  W 1 Reply Last reply Reply Quote 1
                  • W
                    Wing.Stefan @Glasfaser last edited by Wing.Stefan

                    @Glasfaser said in Update js-controller und node.js:

                    ps auxww|grep io

                    root@iobroker:/opt/iobroker# iobroker stop
                    iobroker controller daemon is not running
                    root@iobroker:/opt/iobroker# ^C
                    root@iobroker:/opt/iobroker# pkill io#
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# pkill io
                    root@iobroker:/opt/iobroker# ps auxww|grep io
                    root 1 0.0 0.0 7044 1444 pts/0 Ss+ 16:26 0:00 /bin/bash /opt/scripts/iobroker_startup.sh
                    iobroker 436 2.8 0.4 862128 78244 pts/0 Sl+ 16:26 0:24 iobroker.js-controller
                    iobroker 458 1.0 0.4 862236 77696 pts/0 Sl+ 16:26 0:09 io.admin.0
                    iobroker 473 0.2 0.1 610404 32740 pts/0 Sl+ 16:26 0:01 io.discovery.0
                    iobroker 488 0.3 0.2 680584 37396 pts/0 Sl+ 16:26 0:03 io.info.0
                    iobroker 507 0.7 0.2 678264 38040 pts/0 Sl+ 16:26 0:06 io.loxone.0
                    iobroker 990 1.2 0.2 888508 48192 pts/0 Sl+ 16:26 0:10 io.alexa2.0
                    iobroker 1005 1.2 0.5 687080 96532 pts/0 Sl+ 16:26 0:10 io.javascript.0
                    iobroker 1020 0.2 0.2 611312 33644 pts/0 Sl+ 16:27 0:01 io.simple-api.0
                    iobroker 1035 0.3 0.2 699868 43328 pts/0 Sl+ 16:27 0:03 io.tuya.0
                    root 1127 0.0 0.0 6404 980 pts/1 S+ 16:40 0:00 grep io

                    root@iobroker:/opt/iobroker# iobroker upgrade self
                    Controller is running. Please stop ioBroker first.

                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Wing.Stefan last edited by Glasfaser

                      @maestro

                      sehr merkwürdig , das noch etwas läuft ...

                      kill -9 <prozessid>
                      

                      also

                      kill -9 436
                      
                      kill -9 458
                      

                      usw.

                      schau aber mit .. nach ober er dann weg ist

                      ps auxww|grep io
                      
                      1 Reply Last reply Reply Quote 1
                      • W
                        Wing.Stefan last edited by

                        @Glasfaser said in Update js-controller und node.js:

                        kill -9 <prozessid>

                        Danke dir, danach konnte ich upgrade starten und auch mit iobroker start den iobroker starten. Meldung ist weg die js-controller 3 version ist installiert.
                        Vielen Dank nochmals und ein schönes Wochenende

                        Glasfaser 1 Reply Last reply Reply Quote 1
                        • Glasfaser
                          Glasfaser @Wing.Stefan last edited by

                          @maestro sagte in Update js-controller und node.js:

                          Danke dir,

                          Sehr gerne ...

                          1 Reply Last reply Reply Quote 0
                          • spicer
                            spicer last edited by

                            Hallo Gemeinde
                            Mir wird das js-controller Update angeboten.

                            Auswahl_001.png

                            Darf/soll ich das machen, ohne das Probleme entstehn? Alle Adapter sind auf dem neuesten Stand.

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

                              @spicer sagte in Update js-controller und node.js:

                              Darf/soll ich das machen, ohne das Probleme entstehn?

                              Glaskugelmodus_ein Möglicherweise.

                              Die Version ist jetzt stable und aus dem Beta-Testing entlassen.

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

                                @thomas-braun
                                Ich meinte eher, ob die Kompatibilität zu den installierten Adaptern und ioBroker Version gewährleistet sein sollte 😉
                                Oder ob da ev vorgängig andere Versionen installiert werden müssen.

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

                                  @spicer sagte in Update js-controller und node.js:

                                  Oder ob da ev vorgängig andere Versionen installiert werden müssen.

                                  Die aktuellen halt. Aber hat man ja eh immer am Start.

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

                                    @thomas-braun
                                    Genau. Habe immer brav alle Updates gemacht ^^

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

                                      @spicer

                                      Dann lies hier rein:

                                      https://forum.iobroker.net/topic/68290/js-controller-5-0-x-jetzt-für-alle-user-im-stable

                                      1 Reply Last reply Reply Quote 1
                                      • First post
                                        Last post

                                      Support us

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

                                      458
                                      Online

                                      31.9k
                                      Users

                                      80.1k
                                      Topics

                                      1.3m
                                      Posts

                                      update js-controller node.js
                                      10
                                      93
                                      60899
                                      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