Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 4.0 jetzt im BETA/LATEST!

    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

    js-controller 4.0 jetzt im BETA/LATEST!

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      darkiop Most Active @Jan1 last edited by

      @jan1 sagte in js-controller 4.0 jetzt im BETA/LATEST!:

      @darkiop
      Hab nur produktiv und noch nie wirklich ein Problem gehabt, dass man nicht sehr schnell wieder lösen konnte 😉

      Kann ich bestätigen. manche würden wohl schnappatmung bekommen bei meinen Beta/direkt von github Installations Aktionen 😉 und selbst wenn was schief geht, eine gute Backup Strategie lässt alles zu.

      @apollon77 sagte in js-controller 4.0 jetzt im BETA/LATEST!:

      @darkiop Danke für das Vertrauen bibber gg

      😁🍻

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

        Und weil es so schön ist (Das war zuviel Log scheinbar ... diesmal Holz-klopf) ... 4.0.21 😞

        (leider gabs doch noch was bei Backup Restore ...)

        Auf dem Weg in Beta

        Ingo

        amg_666 da_Woody Feuersturm L T 6 Replies Last reply Reply Quote 4
        • amg_666
          amg_666 @apollon77 last edited by amg_666

          @apollon77 iob auf nuc mit proxmox/debian als container und ein Slave auf raspi pi 3b. Beide sind jetzt auf 4.0.21, läuft alles wunderbar, keine Auffälligkeiten in den logs
          Restore habe ich nicht getestet, aber backup läuft sauber durch inkl Sicheruing auf NAS.

          1 Reply Last reply Reply Quote 1
          • SBorg
            SBorg Forum Testing Most Active last edited by

            4.0.21 lüppt 👍

            (und nicht mehr per iob upgrade self probiert...)
            1 Reply Last reply Reply Quote 2
            • da_Woody
              da_Woody @apollon77 last edited by

              @apollon77 flutsch! 👍 😊

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

                @apollon77 Auch hier gibt es keine Probleme mit der 4.0.21 👏

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

                  @apollon77 Es gab aber wohl keine Änderungen 😉
                  950dc8fc-e58b-4503-b282-a1a2443ffb98-grafik.png

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

                    @apollon77
                    4.0.21 läuft

                    1 Reply Last reply Reply Quote 1
                    • apollon77
                      apollon77 @Feuersturm last edited by

                      @feuersturm Fixe ich nachher noch ...

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

                        Hallo an die Beta Front 🙂

                        Morgen früh dürfte js-controller 4.0.23 im beta/Latest auftauchen. Ein Admin Bug der eine ungültige Jsonl-Konfiguration generieren konnte hat uns dazu gezwungen doch nochmals nachzulegen. Von dem problem akut betroffen sein könnten user die per Admin die Host-Konfiguration geändert und gespeichert haben.

                        Falls bei jemandem der js-controller nicht mehr sauber startet (vor oder auch nach dem update) bitte die größe der /opt/iobroker/iobroker-data/*.jsonl Dateien prüfen ... ggf hat bei Ihm dieses problem zugeschlagen -> siehe auch https://forum.iobroker.net/topic/53954/gelöst-states-jsonl-file-viel-zu-groß bzw https://forum.iobroker.net/post/791284

                        Der Bug ist auch seit Admin 5.3.7 behoben und Admin sollte nicht mehr die falschen Einträge erstellen.

                        Am besten natürlich sicherheitshalber besser Updaten 🙂

                        4.0.23 (2022-04-19)

                        • (AlCalzone) normalize JSONL options to prevent issues because of admin adding empty setting objects
                        • (Apollon77/foxriver76) Prevent some crash cases reported by Sentry
                        Diginix F amg_666 3 Replies Last reply Reply Quote 5
                        • Diginix
                          Diginix @apollon77 last edited by Diginix

                          @apollon77 .23 läuft unauffällig

                          Ich habe mal meine iobroker.json Einstellungen für objects und states gecheckt.
                          Und gesehen, dass ich für ein geringeres Schreibaufkommen auf SSD folgendes in der Vergangenheit vor JSONL Einführung eingestellt habe:

                          "objects": {
                              "writeFileInterval": 3600000,
                          ...
                            "states": {
                              "writeFileInterval": 60000,
                          ...
                          

                          Default wäre ja objects alle 5000 ms (720x häufiger) und states alle 30000 ms (doppelt so oft).
                          Was ist hier bei JSONL sinnvoll? Würde ich von 3600 s bei objects auf 5 s herunter gehen, würde ja nicht wie bei JSON früher die gesamten >30 MB neu geschrieben, aber dennoch würde das häufigere anhängen zu einem früheren Komprimieren führen oder?
                          Oder werden diese Interval Einstellungen gar ignoriert seit JSONL?
                          Der Zeitstempel meiner objects.jsonl lässt das vermuten.

                          apollon77 1 Reply Last reply Reply Quote 1
                          • apollon77
                            apollon77 @Diginix last edited by

                            @diginix writeFileInterval wird von jsonl gar nicht verwendet, von daher "egal" 🙂 Das nutzt nur die "alte" File-DB. Jsonl hat eigene Settings https://github.com/ioBroker/ioBroker.js-controller/blob/master/packages/controller/conf/iobroker-dist.json#L53-L71

                            1 Reply Last reply Reply Quote 1
                            • F
                              fastfoot @apollon77 last edited by

                              @apollon77 update im Container problemlos 🙂

                              1 Reply Last reply Reply Quote 1
                              • amg_666
                                amg_666 @apollon77 last edited by

                                @apollon77 Master ist ein Container mit Debian10 uinter proxmox, Slave ein Raspi 3b. Läuft jetzt seit einigen Stunden völlig unauffällig.

                                1 Reply Last reply Reply Quote 1
                                • Feuersturm
                                  Feuersturm last edited by

                                  @apollon77 Auch bei meinem Master Slave Testsystem gibt es bisher keine Auffälligkeiten mit der 4.0.23

                                  1 Reply Last reply Reply Quote 1
                                  • Jabba_the_Hutt
                                    Jabba_the_Hutt last edited by

                                    Code 22?

                                    Was soll mir das sagen ... wenn sich die neue Version nicht installieren lässt?

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

                                      @jabba_the_hutt dann gibts irgendein issue in deinem npm tree. Rufe das Upgrade Self mal mit --debug auf. Was kommt dann?

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

                                        k.A. was da los war ... jetzt ist es ohne Probleme durchgelaufen.

                                        SRY für den falschen Alarm.

                                        1 Reply Last reply Reply Quote 1
                                        • Dolomiti
                                          Dolomiti last edited by Dolomiti

                                          Update vom ioBroker-Test im LXC ohne Probs durchgelaufen.
                                          Raspi 3B will nicht. System is uptodate

                                          pi@ioBroker-Slave:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          v14.19.1
                                          v14.19.1
                                          6.14.16
                                          OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                          OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                                          Paketlisten werden gelesen… Fertig
                                          Abhängigkeitsbaum wird aufgebaut… Fertig
                                          Statusinformationen werden eingelesen… Fertig
                                          Alle Pakete sind aktuell.
                                          OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                          OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                                          Paketlisten werden gelesen… Fertig
                                          Abhängigkeitsbaum wird aufgebaut… Fertig
                                          Statusinformationen werden eingelesen… Fertig
                                          Alle Pakete sind aktuell.
                                          nodejs:
                                            Installiert:           14.19.1-deb-1nodesource1
                                            Installationskandidat: 14.19.1-deb-1nodesource1
                                            Versionstabelle:
                                           *** 14.19.1-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.5~dfsg-2~11u1 500
                                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                          pi@ioBroker-Slave:/opt/iobroker $
                                          

                                          Danach

                                          pi@ioBroker-Slave:/opt/iobroker $ iob status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          pi@ioBroker-Slave:/opt/iobroker $ iob -v
                                          4.0.21
                                          pi@ioBroker-Slave:/opt/iobroker $
                                          

                                          Dann

                                          iob backup
                                          iob stop
                                          iob update
                                          iob fix
                                          

                                          Bis hierher ohne Auffälligkeiten. Aber bei

                                          pi@ioBroker-Slave:/opt/iobroker $ iobroker upgrade self --debug
                                          No connection to databases possible ...
                                          pi@ioBroker-Slave:/opt/iobroker $
                                          

                                          Kommt nach ca. 30s die no connection-Meldung. Wenn ich iob start oder einen Reboot mache läuft das System sauber hoch. Die ganzen vorherigen Updates von 3.x.x auf 4.x.x haben immer problemlos funktioniert.

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

                                            @dolomiti Wie gross sind deine jsonl Files?

                                            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

                                            929
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            70
                                            747
                                            171753
                                            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