Navigation

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

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    js-controller 3.3 jetzt im Beta

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

      Sagen wir es so: Der Fehler war schon ... eeeeeeeeewig drin ... jetzt haben wir Ihn gefunden und daher gefixt ... Risiko ist also eher low und der Sonos Adapter hat vllt jetzt ein Problem weniger 🙂 (falls das überhaupt jemand mal gemerkt hat)

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

        @apollon77 Update und starten des Testsystems mit der 3.3.22 verlief ohne Probleme.

        1 Reply Last reply Reply Quote 1
        • D
          derrapf last edited by derrapf

          Jetzt hab ich mal nach Anleitung meinen Rock64 auch upgedatet und leider ging das bei mir voll in die Hose.
          Node ist bei mir v12.22.6

          Ich habe

          iobroker stop
          iobroker backup
          iobroker update
          iobroker upgrade self
          

          ausgeführt.
          Ausgabe:

          pi@rock64:/opt/iobroker$ iobroker upgrade self
          Update js-controller from @3.3.15 to @3.3.22
          NPM version: 6.14.15
          npm install iobroker.js-controller@3.3.22 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
          sharp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.10.6
          ../src/common.cc:24:10: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden
           #include <vips/vips8>
                    ^~~~~~~~~~~~
          compilation terminated.
          make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Fehler 1
          gyp ERR! build error
          gyp ERR! stack Error: `make` failed with exit code: 2
          gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
          gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
          gyp ERR! System Linux 5.10.63-rockchip64
          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
          gyp ERR! cwd /opt/iobroker/node_modules/sharp
          gyp ERR! node -v v12.22.6
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok
          In file included from ../../nan/nan.h:58,
                           from ../src/unix_dgram.cc:5:
          /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                 (node::addon_register_func) (regfunc),                          \
                                                     ^
          /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
             NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
             ^~~~~~~~~~~~~
          ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
           NODE_MODULE(unix_dgram, Initialize)
           ^~~~~~~~~~~
          
          
          

          Kann mir da jemand helfen?

          Gruss Ralf

          Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @derrapf last edited by

            @derrapf

            Welches Release? Ist das noch Stretch oder noch älter?

            1 Reply Last reply Reply Quote 0
            • D
              derrapf last edited by derrapf

              @thomas-braun
              Hilf Dir das hier?

              pi@rock64:/opt/iobroker$ cat /etc/os-release
              PRETTY_NAME="Debian GNU/Linux 10 (buster)"
              NAME="Debian GNU/Linux"
              VERSION_ID="10"
              VERSION="10 (buster)"
              VERSION_CODENAME=buster
              ID=debian
              HOME_URL="https://www.debian.org/"
              SUPPORT_URL="https://www.debian.org/support"
              BUG_REPORT_URL="https://bugs.debian.org/"
              
              

              Ist jetzt mein System versaut, oder kann ich notfalls wieder auf den alten Stand?
              Gruss Ralf

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

                @derrapf

                apt policy libvips42 libvips-dev
                

                Wenn die fehlen, nachinstallieren.

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

                  @thomas-braun
                  Ok, hab ich ausgeführt:

                  pi@rock64:/opt/iobroker$ apt policy libvips42 libvips-dev
                  libvips42:
                    Installiert:           (keine)
                    Installationskandidat: 8.7.4-1+deb10u1
                    Versionstabelle:
                       8.7.4-1+deb10u1 500
                          500 http://deb.debian.org/debian buster/main arm64 Packages
                  libvips-dev:
                    Installiert:           (keine)
                    Installationskandidat: 8.7.4-1+deb10u1
                    Versionstabelle:
                       8.7.4-1+deb10u1 500
                          500 http://deb.debian.org/debian buster/main arm64 Packages
                  pi@rock64:/opt/iobroker$
                  
                  

                  Ist das so ok?
                  Oder muss ich jetzt sagen apt install libvips42 libvips-dev?
                  Gruss Ralf

                  Thomas Braun D 3 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @derrapf last edited by

                    @derrapf
                    Genau das.

                    sudo apt install libvips-dev libvips42
                    
                    1 Reply Last reply Reply Quote 1
                    • Thomas Braun
                      Thomas Braun Most Active @derrapf last edited by

                      @derrapf
                      Oh, ich sehe gerade, die Versionen dürften zu alt sein.

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        derrapf @derrapf last edited by

                        @derrapf Das scheint es gewesen zu sein
                        Ich habe

                         apt-get install  libvips42 libvips-dev
                        
                        

                        gemacht. Das lief ohne Fehler
                        Danach habe ich noch mal den upgrade vom jscontroller gemacht und da kam nur die lapidare Meldung dass er uptodate wäre.

                        pi@rock64:/opt/iobroker$ iobroker upgrade self
                        Host    "rock64"         is up to date.
                        
                        

                        War's das quasi jetzt? Weil die Fehler am Anfang sahen ja dramatisch aus. Und jetzt kommt nur "is up to date" ?
                        Ich hätte jetzt erwartet dass die Installtionsrountinen nochmal ohne Fehler durchlaufen müssten...

                        Gruss Ralf

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

                          @thomas-braun
                          Da haben wir gleichzeitig gepostet. Welche Versionen meinst Du?
                          Und was soll ich tun?
                          Gruss Ralf

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

                            @derrapf

                            iobroker status
                            iobroker update -i
                            
                            D 1 Reply Last reply Reply Quote 0
                            • D
                              derrapf @Thomas Braun last edited by

                              @thomas-braun

                              pi@rock64:/opt/iobroker$ iobroker status
                              iobroker is not running on this host.
                              
                              
                              Objects type: file
                              States  type: file
                              pi@rock64:/opt/iobroker$ iobroker update -i
                              Used repository: stable
                              hash unchanged, use cached sources
                              update done
                              Adapter    "admin"         : 5.2.3    , installed 5.2.3
                              Adapter    "alexa2"        : 3.11.2   , installed 3.11.2
                              Adapter    "backitup"      : 2.2.3    , installed 2.2.3
                              Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                              Adapter    "daswetter"     : 3.0.9    , installed 3.0.9
                              Adapter    "discovery"     : 2.7.3    , installed 2.7.3
                              Adapter    "dwd"           : 2.7.7    , installed 2.7.7
                              Adapter    "flot"          : 1.10.7   , installed 1.10.7
                              Adapter    "fritzbox"      : 0.2.1    , installed 0.2.1
                              Adapter    "fritzdect"     : 2.2.3    , installed 2.1.15 [Updateable]
                              Adapter    "fullybrowser"  : 2.0.10   , installed 2.0.10
                              Adapter    "history"       : 1.9.14   , installed 1.9.14
                              Adapter    "hm-rega"       : 3.0.33   , installed 3.0.33
                              Adapter    "hm-rpc"        : 1.15.0   , installed 1.14.50 [Updateable]
                              Adapter    "hs100"         : 2.0.6    , installed 2.0.6
                              Adapter    "ical"          : 1.11.4   , installed 1.11.4
                              Adapter    "icons-addictive-flavour-png": 0.1.0   , installed 0.1.0
                              Adapter    "icons-fatcow-hosting": 0.1.0   , installed 0.1.0
                              Adapter    "icons-icons8"  : 0.0.1    , installed 0.0.1
                              Adapter    "icons-material-png": 0.1.0   , installed 0.1.1
                              Adapter    "icons-material-svg": 0.1.0   , installed 0.1.1
                              Adapter    "icons-mfd-svg" : 1.0.2    , installed 1.0.2
                              Adapter    "icons-open-icon-library-png": 0.1.2   , installed 0.1.2
                              Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                              Adapter    "info"          : 1.9.8    , installed 1.9.8
                              Adapter    "iot"           : 1.8.24   , installed 1.8.24
                              Adapter    "jarvis"        : 3.0.11   , installed 2.2.1 [Updateable]
                              Adapter    "javascript"    : 5.2.13   , installed 5.2.13
                              Controller "js-controller" : 3.3.22   , installed 3.3.22
                              Adapter    "luftdaten"     : 2.1.3    , installed 1.0.3 [Updateable]
                              Adapter    "material"      : 1.0.4    , installed 1.0.4
                              Adapter    "melcloud"      : 1.1.4    , installed 1.1.4
                              Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                              Adapter    "mqtt-client"   : 1.4.0    , installed 1.4.0
                              Adapter    "musiccast"     : 0.1.5    , installed 0.2.0
                              Adapter    "net-tools"     : 0.1.7    , installed 0.1.7
                              Adapter    "octoprint"     : 2.1.0    , installed 1.1.1 [Updateable]
                              Adapter    "owntracks"     : 1.0.0    , installed 1.0.0
                              Adapter    "parser"        : 1.0.7    , installed 1.0.7
                              Adapter    "ping"          : 1.5.0    , installed 1.5.0
                              Adapter    "places"        : 1.0.0    , installed 1.0.0
                              Adapter    "pushover"      : 2.0.5    , installed 2.0.5
                              Adapter    "rickshaw"      : 1.0.0    , installed 1.0.0
                              Adapter    "rpi2"          : 1.3.1    , installed 1.3.1
                              Adapter    "samsung"       : 0.2.9    , installed 0.2.9
                              Adapter    "sayit"         : 1.12.3   , installed 1.12.3
                              Adapter    "scenes"        : 2.3.8    , installed 2.3.8
                              Adapter    "shelly"        : 4.0.7    , installed 4.0.7
                              Adapter    "simple-api"    : 2.6.1    , installed 2.6.2
                              Adapter    "snmp"          : 0.5.0    , installed 0.5.0
                              Adapter    "socketio"      : 3.1.5    , installed 4.1.0
                              Adapter    "synology"      : 1.1.3    , installed 2.0.1
                              Adapter    "telegram"      : 1.10.0   , installed 1.10.0
                              Adapter    "text2command"  : 2.1.1    , installed 2.1.1
                              Adapter    "tr-064"        : 4.2.14   , installed 4.2.14
                              Adapter    "tvspielfilm"   : 2.0.4    , installed 2.0.4
                              Adapter    "vis"           : 1.4.5    , installed 1.4.5
                              Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                              Adapter    "vis-canvas-gauges": 0.1.5   , installed 0.1.5
                              Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                              Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                              Adapter    "vis-google-fonts": 0.1.0   , installed 0.1.0
                              Adapter    "vis-history"   : 1.0.0    , installed 1.0.0
                              Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                              Adapter    "vis-inventwo"  : 3.2.5    , installed 3.2.0 [Updateable]
                              Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                              Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                              Adapter    "vis-keyboard"  : 0.0.2    , installed 0.0.2
                              Adapter    "vis-lcars"     : 1.0.4    , installed 1.0.4
                              Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                              Adapter    "vis-material-advanced": 1.7.2   , installed 1.7.2
                              Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                              Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                              Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.2
                              Adapter    "vis-rgraph"    : 0.0.2    , installed 0.0.2
                              Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                              Adapter    "vw-connect"    : 0.0.48   , installed 0.0.45 [Updateable]
                              Adapter    "web"           : 3.4.16   , installed 3.4.16
                              Adapter    "yamaha"        : 0.4.0    , installed 0.4.0
                              pi@rock64:/opt/iobroker$
                              
                              
                              wendy2702 Thomas Braun 2 Replies Last reply Reply Quote 0
                              • wendy2702
                                wendy2702 @derrapf last edited by

                                @derrapf

                                iob start
                                
                                1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @derrapf last edited by

                                  @derrapf
                                  Dann bringe den Rest jetzt auch auf Stand.

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

                                    @thomas-braun Danke. Bis jetzt sieht es super aus!
                                    Was war dieses libvips42 libvips-dev eigentlich? Wozu wird das benötigt?
                                    Gruss Ralf

                                    Thomas Braun D 2 Replies Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @derrapf last edited by

                                      @derrapf
                                      Wird benötigt um Bilder zu bearbeiten.

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        derrapf @derrapf last edited by derrapf

                                        Doch nicht ganz
                                        Der Octoprint Adapter will grad nicht

                                        $ iobroker upgrade octoprint@2.1.0
                                        
                                        Unable to enable Expiry Keyspace events from Redis Server: Connection is closed.
                                        
                                        No connection to databases possible ...
                                        
                                        ERROR: Process exited with code 22
                                        

                                        Gruss Ralf

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

                                          @derrapf sagte in js-controller 3.3 jetzt im Beta:

                                          Redis Server

                                          Oben war von file/File die Rede. Oder spricht der Octopus mit Redis? Keine Ahnung, mag keine Meerestiere.

                                          D apollon77 2 Replies Last reply Reply Quote 0
                                          • D
                                            derrapf @Thomas Braun last edited by

                                            @thomas-braun
                                            Wenn ich das wüsste. Explizit gesagt hab ich ihm das nicht. Also nicht absichtlich.
                                            Du könntest aber mit der Version recht haben. Zwei Adapter haben gemeldet

                                            harp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.10.6
                                            

                                            Sind aber trotzdem duchgelaufen.
                                            Kann man das ignorieren?
                                            Gruss Ralf

                                            D Thomas Braun 2 Replies 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

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            75
                                            791
                                            156093
                                            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