Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Update js-controller und node.js

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

Update js-controller und node.js

Scheduled Pinned Locked Moved ioBroker Allgemein
update js-controller node.js
93 Posts 10 Posters 65.2k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K klausiob

    @Thomas-Braun Also Sackgasse? Das war aber die letztes Jahr empfohlene Disribution für den Raspi und Iobroker. Da können die doch einen nicht hängen lassen, noch dazu weil andere wohl auch das Problem haben nach dem Update von node und js-controller.
    Welche Alternativen gibts? Will evtl. auf einen Raspi 4 umsteigen und da muß ich ja eh allse neu aufsetzen.
    VG klausiob

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #22

    @klausiob
    Ich fahre ein raspbian Buster/stable bei mir. Ein dist-upgrade ist ja kein Hexenwerk.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Reply Last reply
    0
    • K klausiob

      @Thomas-Braun Also Sackgasse? Das war aber die letztes Jahr empfohlene Disribution für den Raspi und Iobroker. Da können die doch einen nicht hängen lassen, noch dazu weil andere wohl auch das Problem haben nach dem Update von node und js-controller.
      Welche Alternativen gibts? Will evtl. auf einen Raspi 4 umsteigen und da muß ich ja eh allse neu aufsetzen.
      VG klausiob

      K Offline
      K Offline
      klausiob
      wrote on last edited by
      #23

      @Homoran Ist es notwendig das rasbian stretch auf buster upzugraden, um die Fehler, die auch andere haben Fehlermeldung bei manuelles Update / Adapter zu vermeiden? Leider hat die Lösung gelöst - Was bedeudet diese Fehlermeldung? nicht funktioniert.

      Pi4B, Pi3B+, Master-Slave, EchoPlus, 3xEchoDot, FireTVstick, Xiaomi Sensoren, Fritzbox, DECT200, HS100, ZBT-ExtendedColor (ALDI), Shelly 2.5, 2xZigBee-Router-Plugs, Sileno 500 smart, Somfy switch, IONIQ5, tibber
      node.js: 22.21.0 - npm: 10.9.4 - linux: raspbian-trixie - admin 7.7.19 - vis 1.5.6 - js-controller: 7.0.7

      1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @klausiob Du brauchst ein aktuelles libvips bzw. libvips-dev
        Ich fürchte nur, das baut keiner für Stretch.

        S Offline
        S Offline
        Smartuser
        wrote on last edited by
        #24

        @Thomas-Braun sagte in Update js-controller und node.js:

        @klausiob Du brauchst ein aktuelles libvips bzw. libvips-dev
        Ich fürchte nur, das baut keiner für Stretch.

        Hallöchen,

        ich häng mich hier mal mit dran. Nur an Stretch allein scheint es nicht zu liegen. Bei buster tritt auch diese Medlung auf.

        rock64@rock64:/opt/iobroker$ iobroker upgrade backitup
        Update backitup from @1.4.5 to @1.5.6
        host.rock64 Adapter "system.adapter.backitup.0" is stopped.
        NPM version: 6.14.4
        npm install iobroker.backitup@1.5.6 --loglevel error --prefix "/opt/iobroker" (System call)
        ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.9.1
        info sharp Attempting to build from source via node-gyp but this may fail due to the above error
        info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
        ../src/common.cc:23:10: fatal error: vips/vips8: No such file or directory
         #include <vips/vips8>
                  ^~~~~~~~~~~~
        compilation terminated.
        make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 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:310:20)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
        gyp ERR! System Linux 4.4.213-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.16.3
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
        Update "system.adapter.backitup.0"
        upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
        upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
        upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
        Adapter "backitup" updated
        host.rock64 Adapter "system.adapter.backitup.0" is started
        

        Die Updates laufen trotz der Fehlermeldung.
        Hardware: Rock64
        JS-Controller: 3.0.20
        Dist (stable buster):

        rock64@rock64:/opt/iobroker$ lsb_release -a
        No LSB modules are available.
        Distributor ID: Debian
        Description:    Debian GNU/Linux 10 (buster)
        Release:        10
        Codename:       buster
        

        Node/NodeJS:

        rock64@rock64:/opt/iobroker$ node -v
        v12.16.3
        rock64@rock64:/opt/iobroker$ nodejs -v
        v12.16.3
        

        Grüße

        Thomas BraunT 1 Reply Last reply
        0
        • S Smartuser

          @Thomas-Braun sagte in Update js-controller und node.js:

          @klausiob Du brauchst ein aktuelles libvips bzw. libvips-dev
          Ich fürchte nur, das baut keiner für Stretch.

          Hallöchen,

          ich häng mich hier mal mit dran. Nur an Stretch allein scheint es nicht zu liegen. Bei buster tritt auch diese Medlung auf.

          rock64@rock64:/opt/iobroker$ iobroker upgrade backitup
          Update backitup from @1.4.5 to @1.5.6
          host.rock64 Adapter "system.adapter.backitup.0" is stopped.
          NPM version: 6.14.4
          npm install iobroker.backitup@1.5.6 --loglevel error --prefix "/opt/iobroker" (System call)
          ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.9.1
          info sharp Attempting to build from source via node-gyp but this may fail due to the above error
          info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
          ../src/common.cc:23:10: fatal error: vips/vips8: No such file or directory
           #include <vips/vips8>
                    ^~~~~~~~~~~~
          compilation terminated.
          make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 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:310:20)
          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
          gyp ERR! System Linux 4.4.213-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.16.3
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok
          upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
          Update "system.adapter.backitup.0"
          upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
          upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
          upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
          Adapter "backitup" updated
          host.rock64 Adapter "system.adapter.backitup.0" is started
          

          Die Updates laufen trotz der Fehlermeldung.
          Hardware: Rock64
          JS-Controller: 3.0.20
          Dist (stable buster):

          rock64@rock64:/opt/iobroker$ lsb_release -a
          No LSB modules are available.
          Distributor ID: Debian
          Description:    Debian GNU/Linux 10 (buster)
          Release:        10
          Codename:       buster
          

          Node/NodeJS:

          rock64@rock64:/opt/iobroker$ node -v
          v12.16.3
          rock64@rock64:/opt/iobroker$ nodejs -v
          v12.16.3
          

          Grüße

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #25

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

          Nur an Stretch allein scheint es nicht zu liegen.

          Nein, auch in buster muss man noch Hand anlegen. Aber deutlich weniger als unter stretch.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          S 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

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

            Nur an Stretch allein scheint es nicht zu liegen.

            Nein, auch in buster muss man noch Hand anlegen. Aber deutlich weniger als unter stretch.

            S Offline
            S Offline
            Smartuser
            wrote on last edited by
            #26

            @Thomas-Braun sagte in Update js-controller und node.js:

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

            Nur an Stretch allein scheint es nicht zu liegen.

            Nein, auch in buster muss man noch Hand anlegen. Aber deutlich weniger als unter stretch.

            Ja scheint so :)
            Hast du einen Tip/Link wie und wo man Hand anlegt um die Meldungen wegzubekommen?
            Die Suche hat mir leider noch nicht weitergeholfen.

            Grüße

            Thomas BraunT 1 Reply Last reply
            0
            • S Smartuser

              @Thomas-Braun sagte in Update js-controller und node.js:

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

              Nur an Stretch allein scheint es nicht zu liegen.

              Nein, auch in buster muss man noch Hand anlegen. Aber deutlich weniger als unter stretch.

              Ja scheint so :)
              Hast du einen Tip/Link wie und wo man Hand anlegt um die Meldungen wegzubekommen?
              Die Suche hat mir leider noch nicht weitergeholfen.

              Grüße

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #27

              @Smartuser
              Leg mal so Hand an:

              sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev libpixman-1-0
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              S 1 Reply Last reply
              1
              • Thomas BraunT Thomas Braun

                @Smartuser
                Leg mal so Hand an:

                sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev libpixman-1-0
                
                S Offline
                S Offline
                Smartuser
                wrote on last edited by
                #28

                @Thomas-Braun sagte in Update js-controller und node.js:

                @Smartuser
                Leg mal so Hand an:

                sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev libpixman-1-0
                

                Danke für deine schnellen Rückmeldungen.:+1:
                In dem Fall ist scheinbar alles schon in der aktuellsten Version vorhanden:

                rock64@rock64:~$ sudo apt-get install build-essential libcairo2-dev libpango1.0-                                                                                                                                                             dev libjpeg-dev libgif-dev librsvg2-dev libpixman-1-0
                [sudo] password for rock64:
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                build-essential is already the newest version (12.6).
                libcairo2-dev is already the newest version (1.16.0-4).
                libgif-dev is already the newest version (5.1.4-3).
                libjpeg-dev is already the newest version (1:1.5.2-2).
                librsvg2-dev is already the newest version (2.44.10-2.1).
                libpango1.0-dev is already the newest version (1.42.4-7~deb10u1).
                libpixman-1-0 is already the newest version (0.36.0-1).
                libpixman-1-0 set to manually installed.
                0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                rock64@rock64:~$
                

                Grüße

                Thomas BraunT 1 Reply Last reply
                0
                • S Smartuser

                  @Thomas-Braun sagte in Update js-controller und node.js:

                  @Smartuser
                  Leg mal so Hand an:

                  sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev libpixman-1-0
                  

                  Danke für deine schnellen Rückmeldungen.:+1:
                  In dem Fall ist scheinbar alles schon in der aktuellsten Version vorhanden:

                  rock64@rock64:~$ sudo apt-get install build-essential libcairo2-dev libpango1.0-                                                                                                                                                             dev libjpeg-dev libgif-dev librsvg2-dev libpixman-1-0
                  [sudo] password for rock64:
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  build-essential is already the newest version (12.6).
                  libcairo2-dev is already the newest version (1.16.0-4).
                  libgif-dev is already the newest version (5.1.4-3).
                  libjpeg-dev is already the newest version (1:1.5.2-2).
                  librsvg2-dev is already the newest version (2.44.10-2.1).
                  libpango1.0-dev is already the newest version (1.42.4-7~deb10u1).
                  libpixman-1-0 is already the newest version (0.36.0-1).
                  libpixman-1-0 set to manually installed.
                  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                  rock64@rock64:~$
                  

                  Grüße

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #29

                  @Smartuser

                  libpixman-1-0 set to manually installed
                  

                  Musst du also mal manuell angelegt haben. Bei Upgrades wird der dann nicht mehr angepasst.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  S K 2 Replies Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @Smartuser

                    libpixman-1-0 set to manually installed
                    

                    Musst du also mal manuell angelegt haben. Bei Upgrades wird der dann nicht mehr angepasst.

                    S Offline
                    S Offline
                    Smartuser
                    wrote on last edited by
                    #30

                    @Thomas-Braun sagte in Update js-controller und node.js:

                    @Smartuser

                    libpixman-1-0 set to manually installed
                    

                    Musst du also mal manuell angelegt haben. Bei Upgrades wird der dann nicht mehr angepasst.

                    Moin ...
                    nein eigentlich nicht. Es ist ein frisch aufgesetztes Buster (Stable). Iobroker drauf, Backup eingespielt, proftp und cifs pakete drauf ... fertig.
                    Wenn libpixman manuell installiert wurde, müsste es bei der Installation von iobroker passiert sein.

                    Kann das sein?
                    Wie bekomme ich es behoben, so dass es wieder bei den upgrades mit angepasst wird?

                    Grüße

                    Thomas BraunT 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @Smartuser

                      libpixman-1-0 set to manually installed
                      

                      Musst du also mal manuell angelegt haben. Bei Upgrades wird der dann nicht mehr angepasst.

                      K Offline
                      K Offline
                      klausiob
                      wrote on last edited by klausiob
                      #31

                      @Thomas-Braun Habe auch nochmal die Essentials wie oben installiert. War auch alles aktuell, nur gif noch dazu installiert.
                      Meldete auch

                      libpixman-1-0 set to manually installed.
                      

                      obwohl ich nie was manuell installiert hatte.

                      Distributor ID: Raspbian
                      Description:    Raspbian GNU/Linux 9.6 (stretch)
                      Release:        9.6
                      Codename:       stretch
                      

                      Also bringt buster-Installation auch nichts?

                      $ ./iobroker upgrade hs100
                      Update hs100 from @1.1.2 to @1.1.5
                      NPM version: 6.14.4npm install iobroker.hs100@1.1.5 --loglevel error --prefix "/opt/iobroker" (System call)
                      ERR!
                       
                      sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                      info
                       sharp Attempting to build from source via node-gyp but this may fail due to the above errorinfo sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                      ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden #include <vips/vips8>                      ^compilation terminated.
                      make: *** [Release/obj.target/sharp/src/common.o] Fehler 1
                      gyp
                       ERR! build error 
                      gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:191:23)gyp ERR! stack     at ChildProcess.emit (events.js:198:13)gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                      gyp ERR! System Linux 4.14.79-v7+
                      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/sharpgyp ERR! node -v v10.20.1gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok 
                      upload [3] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/words.js words.js application/javascript
                      Adapter "system.adapter.hs100.0" restarted.
                      Update "system.adapter.hs100.0"
                      upload [2] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/index_m.html index_m.html text/html
                      upload [1] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/index.html index.html text/html
                      upload [0] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/hs100.png hs100.png image/png
                      Adapter "hs100" updated
                      process exited with code 0
                      

                      Problem bleibt bei fast jedem Adapteruodate. Problem liegt doch offenbar in dem Bereich.

                      sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                      info
                       sharp Attempting to build from source via node-gyp but this may fail due to the above errorinfo sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                      ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden #include <vips/vips8>                      ^compilation terminated.
                      make: *** [Release/obj.target/sharp/src/common.o] Fehler 1
                      

                      Pi4B, Pi3B+, Master-Slave, EchoPlus, 3xEchoDot, FireTVstick, Xiaomi Sensoren, Fritzbox, DECT200, HS100, ZBT-ExtendedColor (ALDI), Shelly 2.5, 2xZigBee-Router-Plugs, Sileno 500 smart, Somfy switch, IONIQ5, tibber
                      node.js: 22.21.0 - npm: 10.9.4 - linux: raspbian-trixie - admin 7.7.19 - vis 1.5.6 - js-controller: 7.0.7

                      Thomas BraunT 1 Reply Last reply
                      0
                      • S Smartuser

                        @Thomas-Braun sagte in Update js-controller und node.js:

                        @Smartuser

                        libpixman-1-0 set to manually installed
                        

                        Musst du also mal manuell angelegt haben. Bei Upgrades wird der dann nicht mehr angepasst.

                        Moin ...
                        nein eigentlich nicht. Es ist ein frisch aufgesetztes Buster (Stable). Iobroker drauf, Backup eingespielt, proftp und cifs pakete drauf ... fertig.
                        Wenn libpixman manuell installiert wurde, müsste es bei der Installation von iobroker passiert sein.

                        Kann das sein?
                        Wie bekomme ich es behoben, so dass es wieder bei den upgrades mit angepasst wird?

                        Grüße

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by Thomas Braun
                        #32

                        @Smartuser

                        sudo apt update
                        sudo apt dist-upgrade
                        sudo apt install --reinstall libpixman-1-0 libpixman-1-dev
                        

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        S 1 Reply Last reply
                        0
                        • K klausiob

                          @Thomas-Braun Habe auch nochmal die Essentials wie oben installiert. War auch alles aktuell, nur gif noch dazu installiert.
                          Meldete auch

                          libpixman-1-0 set to manually installed.
                          

                          obwohl ich nie was manuell installiert hatte.

                          Distributor ID: Raspbian
                          Description:    Raspbian GNU/Linux 9.6 (stretch)
                          Release:        9.6
                          Codename:       stretch
                          

                          Also bringt buster-Installation auch nichts?

                          $ ./iobroker upgrade hs100
                          Update hs100 from @1.1.2 to @1.1.5
                          NPM version: 6.14.4npm install iobroker.hs100@1.1.5 --loglevel error --prefix "/opt/iobroker" (System call)
                          ERR!
                           
                          sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                          info
                           sharp Attempting to build from source via node-gyp but this may fail due to the above errorinfo sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                          ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden #include <vips/vips8>                      ^compilation terminated.
                          make: *** [Release/obj.target/sharp/src/common.o] Fehler 1
                          gyp
                           ERR! build error 
                          gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:191:23)gyp ERR! stack     at ChildProcess.emit (events.js:198:13)gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                          gyp ERR! System Linux 4.14.79-v7+
                          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/sharpgyp ERR! node -v v10.20.1gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok 
                          upload [3] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/words.js words.js application/javascript
                          Adapter "system.adapter.hs100.0" restarted.
                          Update "system.adapter.hs100.0"
                          upload [2] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/index_m.html index_m.html text/html
                          upload [1] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/index.html index.html text/html
                          upload [0] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/hs100.png hs100.png image/png
                          Adapter "hs100" updated
                          process exited with code 0
                          

                          Problem bleibt bei fast jedem Adapteruodate. Problem liegt doch offenbar in dem Bereich.

                          sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                          info
                           sharp Attempting to build from source via node-gyp but this may fail due to the above errorinfo sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                          ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden #include <vips/vips8>                      ^compilation terminated.
                          make: *** [Release/obj.target/sharp/src/common.o] Fehler 1
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #33

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

                          libvips >= 8.9.1

                          Muss in dieser Version installiert sein. Das ist auf stretch aber blöder hantier. Da muss einiges umgebaut werden.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          K 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

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

                            libvips >= 8.9.1

                            Muss in dieser Version installiert sein. Das ist auf stretch aber blöder hantier. Da muss einiges umgebaut werden.

                            K Offline
                            K Offline
                            klausiob
                            wrote on last edited by
                            #34

                            @Thomas-Braun

                            Hilft das hier weiter?
                            https://sharp.pixelplumbing.com/install

                            Pi4B, Pi3B+, Master-Slave, EchoPlus, 3xEchoDot, FireTVstick, Xiaomi Sensoren, Fritzbox, DECT200, HS100, ZBT-ExtendedColor (ALDI), Shelly 2.5, 2xZigBee-Router-Plugs, Sileno 500 smart, Somfy switch, IONIQ5, tibber
                            node.js: 22.21.0 - npm: 10.9.4 - linux: raspbian-trixie - admin 7.7.19 - vis 1.5.6 - js-controller: 7.0.7

                            Thomas BraunT 1 Reply Last reply
                            0
                            • K klausiob

                              @Thomas-Braun

                              Hilft das hier weiter?
                              https://sharp.pixelplumbing.com/install

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by Thomas Braun
                              #35

                              @klausiob Mir schon. Muss dir aber ja helfen...
                              Von der Seite her weiß ich ja, das es blöder Hantier auf einem Stretch mit ARM-Architektur und glibc < 2.28 ist.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @Smartuser

                                sudo apt update
                                sudo apt dist-upgrade
                                sudo apt install --reinstall libpixman-1-0 libpixman-1-dev
                                
                                S Offline
                                S Offline
                                Smartuser
                                wrote on last edited by Smartuser
                                #36

                                @Thomas-Braun sagte in Update js-controller und node.js:

                                @Smartuser

                                sudo apt update
                                sudo apt dist-upgrade
                                sudo apt install --reinstall libpixman-1-0 libpixman-1-dev
                                

                                Hilft leider auch nicht.
                                sudo apt update und sudo apt dist-upgrade durchgeführt, danach:

                                rock64@rock64:~$ sudo apt install --reinstall libpixman-1-0 libpixman-1-dev
                                Reading package lists... Done
                                Building dependency tree
                                Reading state information... Done
                                0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
                                Need to get 0 B/889 kB of archives.
                                After this operation, 0 B of additional disk space will be used.
                                (Reading database ... 42427 files and directories currently installed.)
                                Preparing to unpack .../libpixman-1-0_0.36.0-1_arm64.deb ...
                                Unpacking libpixman-1-0:arm64 (0.36.0-1) over (0.36.0-1) ...
                                Preparing to unpack .../libpixman-1-dev_0.36.0-1_arm64.deb ...
                                Unpacking libpixman-1-dev:arm64 (0.36.0-1) over (0.36.0-1) ...
                                Setting up libpixman-1-0:arm64 (0.36.0-1) ...
                                Setting up libpixman-1-dev:arm64 (0.36.0-1) ...
                                Processing triggers for libc-bin (2.28-10) ...
                                rock64@rock64:~$ 
                                

                                Ist sauber durchgelaufen, zur sicherheit reboot durchgeführt. Danach ein adapter upgrade gestartet.
                                Das Ergebnis bleibt unverändert.

                                rock64@rock64:/opt/iobroker$ iobroker upgrade rpi2
                                Update rpi2 from @1.1.1 to @1.2.0
                                NPM version: 6.14.4
                                npm install iobroker.rpi2@1.2.0 --loglevel error --prefix "/opt/iobroker" (System call)
                                ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                                ../src/common.cc:23:10: fatal error: vips/vips8: No such file or directory
                                 #include <vips/vips8>
                                          ^~~~~~~~~~~~
                                compilation terminated.
                                make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 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:310:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                gyp ERR! System Linux 4.4.213-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.16.3
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
                                Update "system.adapter.rpi2.0"
                                upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi.png rpi.png image/png
                                upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
                                upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index.html index.html text/html
                                Adapter "rpi2" updated
                                rock64@rock64:/opt/iobroker$
                                
                                

                                Grüße

                                Thomas BraunT 1 Reply Last reply
                                0
                                • S Smartuser

                                  @Thomas-Braun sagte in Update js-controller und node.js:

                                  @Smartuser

                                  sudo apt update
                                  sudo apt dist-upgrade
                                  sudo apt install --reinstall libpixman-1-0 libpixman-1-dev
                                  

                                  Hilft leider auch nicht.
                                  sudo apt update und sudo apt dist-upgrade durchgeführt, danach:

                                  rock64@rock64:~$ sudo apt install --reinstall libpixman-1-0 libpixman-1-dev
                                  Reading package lists... Done
                                  Building dependency tree
                                  Reading state information... Done
                                  0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
                                  Need to get 0 B/889 kB of archives.
                                  After this operation, 0 B of additional disk space will be used.
                                  (Reading database ... 42427 files and directories currently installed.)
                                  Preparing to unpack .../libpixman-1-0_0.36.0-1_arm64.deb ...
                                  Unpacking libpixman-1-0:arm64 (0.36.0-1) over (0.36.0-1) ...
                                  Preparing to unpack .../libpixman-1-dev_0.36.0-1_arm64.deb ...
                                  Unpacking libpixman-1-dev:arm64 (0.36.0-1) over (0.36.0-1) ...
                                  Setting up libpixman-1-0:arm64 (0.36.0-1) ...
                                  Setting up libpixman-1-dev:arm64 (0.36.0-1) ...
                                  Processing triggers for libc-bin (2.28-10) ...
                                  rock64@rock64:~$ 
                                  

                                  Ist sauber durchgelaufen, zur sicherheit reboot durchgeführt. Danach ein adapter upgrade gestartet.
                                  Das Ergebnis bleibt unverändert.

                                  rock64@rock64:/opt/iobroker$ iobroker upgrade rpi2
                                  Update rpi2 from @1.1.1 to @1.2.0
                                  NPM version: 6.14.4
                                  npm install iobroker.rpi2@1.2.0 --loglevel error --prefix "/opt/iobroker" (System call)
                                  ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.9.1
                                  info sharp Attempting to build from source via node-gyp but this may fail due to the above error
                                  info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                                  ../src/common.cc:23:10: fatal error: vips/vips8: No such file or directory
                                   #include <vips/vips8>
                                            ^~~~~~~~~~~~
                                  compilation terminated.
                                  make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 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:310:20)
                                  gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                  gyp ERR! System Linux 4.4.213-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.16.3
                                  gyp ERR! node-gyp -v v5.1.0
                                  gyp ERR! not ok
                                  upload [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
                                  Update "system.adapter.rpi2.0"
                                  upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi.png rpi.png image/png
                                  upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
                                  upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index.html index.html text/html
                                  Adapter "rpi2" updated
                                  rock64@rock64:/opt/iobroker$
                                  
                                  

                                  Grüße

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by Thomas Braun
                                  #37

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

                                  Adapter "rpi2" updated

                                  Hat doch funktioniert.

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  S 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

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

                                    Adapter "rpi2" updated

                                    Hat doch funktioniert.

                                    S Offline
                                    S Offline
                                    Smartuser
                                    wrote on last edited by
                                    #38

                                    @Thomas-Braun sagte in Update js-controller und node.js:

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

                                    Adapter "rpi2" updated

                                    Hat doch funktioniert.

                                    Ja ... die Updates funktionieren scheinbar immer. Das hatte ich oben auch so geschrieben:
                                    Zitat: Die Updates laufen trotz der Fehlermeldung.

                                    '________

                                    Allerdings scheint es zum Beispiel beim iot adapter nicht richtig zu funktionieren:

                                    rock64@rock64:~$ cd /opt/iobroker/
                                    rock64@rock64:/opt/iobroker$ iobroker upgrade iot
                                    Update iot from @1.4.12 to @1.4.14
                                    host.rock64 Adapter "system.adapter.iot.0" is stopped.
                                    NPM version: 6.14.4
                                    npm install iobroker.iot@1.4.14 --loglevel error --prefix "/opt/iobroker" (System call)
                                    ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.9.1
                                    info sharp Attempting to build from source via node-gyp but this may fail due to the above error
                                    info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                                    ../src/common.cc:23:10: fatal error: vips/vips8: No such file or directory
                                     #include <vips/vips8>
                                              ^~~~~~~~~~~~
                                    compilation terminated.
                                    make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 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:310:20)
                                    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                    gyp ERR! System Linux 4.4.213-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.16.3
                                    gyp ERR! node-gyp -v v5.1.0
                                    gyp ERR! not ok
                                    Update "system.adapter.iot.0"
                                    upload [20] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/runtime-main.814e5fd0.js.map static/js/runtime-main.814e5fd0.js.map application/json
                                    upload [19] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/runtime-main.814e5fd0.js static/js/runtime-main.814e5fd0.js application/javascript
                                    upload [18] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/main.25253be6.chunk.js.map static/js/main.25253be6.chunk.js.map application/json
                                    upload [17] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/main.25253be6.chunk.js static/js/main.25253be6.chunk.js application/javascript
                                    upload [16] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.d2785704.chunk.js.map static/js/2.d2785704.chunk.js.map application/json
                                    upload [15] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.d2785704.chunk.js.LICENSE.txt static/js/2.d2785704.chunk.js.LICENSE.txt text/plain
                                    upload [14] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.d2785704.chunk.js static/js/2.d2785704.chunk.js application/javascript
                                    upload [13] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/main.d4bed9c6.chunk.css.map static/css/main.d4bed9c6.chunk.css.map application/json
                                    upload [12] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/main.d4bed9c6.chunk.css static/css/main.d4bed9c6.chunk.css text/css
                                    upload [11] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/2.0302007b.chunk.css.map static/css/2.0302007b.chunk.css.map application/json
                                    upload [10] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/2.0302007b.chunk.css static/css/2.0302007b.chunk.css text/css
                                    upload [9] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/service-worker.js service-worker.js application/javascript
                                    upload [8] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/precache-manifest.eb98f59fee6c2799b8871e4dd4a03e90.js precache-manifest.eb98f59fee6c2799b8871e4dd4a03e90.js application/javascript
                                    upload [7] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/manifest.json manifest.json application/json
                                    upload [6] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/iot.png iot.png image/png
                                    upload [5] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/index_m.html index_m.html text/html
                                    upload [4] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                    upload [3] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/blockly.js blockly.js application/javascript
                                    upload [2] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/asset-manifest.json asset-manifest.json application/json
                                    upload [1] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/alexalogo.png alexalogo.png image/png
                                    upload [0] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/actions.js actions.js application/javascript
                                    Adapter "iot" updated
                                    host.rock64 Adapter "system.adapter.iot.0" is started
                                    rock64@rock64:/opt/iobroker$
                                    
                                    

                                    Hier tritt neben (oder durch?) das libvibs-problem noch ein problem mit sharp auf.
                                    Und dieser stört sich auch daran, er meldet im log immer:

                                    iot.0	2020-05-09 11:00:08.814	warn	- /opt/iobroker/node_modules/iobroker.iot/main.js
                                    iot.0	2020-05-09 11:00:08.814	warn	- /opt/iobroker/node_modules/iobroker.iot/lib/alexaCustomBlood.js
                                    iot.0	2020-05-09 11:00:08.814	warn	- /opt/iobroker/node_modules/iobroker.iot/lib/getImage.js
                                    iot.0	2020-05-09 11:00:08.814	warn	Require stack:
                                    iot.0	2020-05-09 11:00:08.814	warn	(11435) Cannot initialize getImage: Error: Cannot find module 'sharp'
                                    

                                    Daher hätte ich gern die Fehler weg um auszuschließen, dass bei einigen Adaptern etwas schief läuft :)

                                    Grüße

                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • S Smartuser

                                      @Thomas-Braun sagte in Update js-controller und node.js:

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

                                      Adapter "rpi2" updated

                                      Hat doch funktioniert.

                                      Ja ... die Updates funktionieren scheinbar immer. Das hatte ich oben auch so geschrieben:
                                      Zitat: Die Updates laufen trotz der Fehlermeldung.

                                      '________

                                      Allerdings scheint es zum Beispiel beim iot adapter nicht richtig zu funktionieren:

                                      rock64@rock64:~$ cd /opt/iobroker/
                                      rock64@rock64:/opt/iobroker$ iobroker upgrade iot
                                      Update iot from @1.4.12 to @1.4.14
                                      host.rock64 Adapter "system.adapter.iot.0" is stopped.
                                      NPM version: 6.14.4
                                      npm install iobroker.iot@1.4.14 --loglevel error --prefix "/opt/iobroker" (System call)
                                      ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.9.1
                                      info sharp Attempting to build from source via node-gyp but this may fail due to the above error
                                      info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                                      ../src/common.cc:23:10: fatal error: vips/vips8: No such file or directory
                                       #include <vips/vips8>
                                                ^~~~~~~~~~~~
                                      compilation terminated.
                                      make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 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:310:20)
                                      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                      gyp ERR! System Linux 4.4.213-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.16.3
                                      gyp ERR! node-gyp -v v5.1.0
                                      gyp ERR! not ok
                                      Update "system.adapter.iot.0"
                                      upload [20] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/runtime-main.814e5fd0.js.map static/js/runtime-main.814e5fd0.js.map application/json
                                      upload [19] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/runtime-main.814e5fd0.js static/js/runtime-main.814e5fd0.js application/javascript
                                      upload [18] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/main.25253be6.chunk.js.map static/js/main.25253be6.chunk.js.map application/json
                                      upload [17] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/main.25253be6.chunk.js static/js/main.25253be6.chunk.js application/javascript
                                      upload [16] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.d2785704.chunk.js.map static/js/2.d2785704.chunk.js.map application/json
                                      upload [15] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.d2785704.chunk.js.LICENSE.txt static/js/2.d2785704.chunk.js.LICENSE.txt text/plain
                                      upload [14] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.d2785704.chunk.js static/js/2.d2785704.chunk.js application/javascript
                                      upload [13] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/main.d4bed9c6.chunk.css.map static/css/main.d4bed9c6.chunk.css.map application/json
                                      upload [12] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/main.d4bed9c6.chunk.css static/css/main.d4bed9c6.chunk.css text/css
                                      upload [11] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/2.0302007b.chunk.css.map static/css/2.0302007b.chunk.css.map application/json
                                      upload [10] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/2.0302007b.chunk.css static/css/2.0302007b.chunk.css text/css
                                      upload [9] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/service-worker.js service-worker.js application/javascript
                                      upload [8] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/precache-manifest.eb98f59fee6c2799b8871e4dd4a03e90.js precache-manifest.eb98f59fee6c2799b8871e4dd4a03e90.js application/javascript
                                      upload [7] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/manifest.json manifest.json application/json
                                      upload [6] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/iot.png iot.png image/png
                                      upload [5] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/index_m.html index_m.html text/html
                                      upload [4] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                      upload [3] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/blockly.js blockly.js application/javascript
                                      upload [2] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/asset-manifest.json asset-manifest.json application/json
                                      upload [1] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/alexalogo.png alexalogo.png image/png
                                      upload [0] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/actions.js actions.js application/javascript
                                      Adapter "iot" updated
                                      host.rock64 Adapter "system.adapter.iot.0" is started
                                      rock64@rock64:/opt/iobroker$
                                      
                                      

                                      Hier tritt neben (oder durch?) das libvibs-problem noch ein problem mit sharp auf.
                                      Und dieser stört sich auch daran, er meldet im log immer:

                                      iot.0	2020-05-09 11:00:08.814	warn	- /opt/iobroker/node_modules/iobroker.iot/main.js
                                      iot.0	2020-05-09 11:00:08.814	warn	- /opt/iobroker/node_modules/iobroker.iot/lib/alexaCustomBlood.js
                                      iot.0	2020-05-09 11:00:08.814	warn	- /opt/iobroker/node_modules/iobroker.iot/lib/getImage.js
                                      iot.0	2020-05-09 11:00:08.814	warn	Require stack:
                                      iot.0	2020-05-09 11:00:08.814	warn	(11435) Cannot initialize getImage: Error: Cannot find module 'sharp'
                                      

                                      Daher hätte ich gern die Fehler weg um auszuschließen, dass bei einigen Adaptern etwas schief läuft :)

                                      Grüße

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #39

                                      @Smartuser
                                      libvips und sharp hängen zusammen. Haben beide mit Bildbearbeitung zu tun.
                                      Dann lass uns mal genau schauen, mit was du da unterwegs bist:

                                      ldd --version
                                      lsb_release -a
                                      uname -a
                                      

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      S 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @Smartuser
                                        libvips und sharp hängen zusammen. Haben beide mit Bildbearbeitung zu tun.
                                        Dann lass uns mal genau schauen, mit was du da unterwegs bist:

                                        ldd --version
                                        lsb_release -a
                                        uname -a
                                        
                                        S Offline
                                        S Offline
                                        Smartuser
                                        wrote on last edited by
                                        #40

                                        @Thomas-Braun sagte in Update js-controller und node.js:

                                        @Smartuser
                                        libvips und sharp hängen zusammen. Haben beide mit Bildbearbeitung zu tun.
                                        Dann lass uns mal genau schauen, mit was du da unterwegs bist:

                                        ldd --version
                                        lsb_release -a
                                        uname -a
                                        

                                        Danke schonmal!
                                        So sieht das Ganze aus:

                                        rock64@rock64:~$ ldd --version
                                        ldd (Debian GLIBC 2.28-10) 2.28
                                        Copyright (C) 2018 Free Software Foundation, Inc.
                                        This is free software; see the source for copying conditions.  There is NO
                                        warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
                                        Written by Roland McGrath and Ulrich Drepper.
                                        rock64@rock64:~$
                                        
                                        rock64@rock64:~$ lsb_release -a
                                        No LSB modules are available.
                                        Distributor ID: Debian
                                        Description:    Debian GNU/Linux 10 (buster)
                                        Release:        10
                                        Codename:       buster
                                        rock64@rock64:~$
                                        
                                        rock64@rock64:~$ uname -a
                                        Linux rock64 4.4.213-rockchip64 #27 SMP Tue Apr 14 17:21:23 CEST 2020 aarch64 GNU/Linux
                                        rock64@rock64:~$
                                        

                                        Grüße

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • S Smartuser

                                          @Thomas-Braun sagte in Update js-controller und node.js:

                                          @Smartuser
                                          libvips und sharp hängen zusammen. Haben beide mit Bildbearbeitung zu tun.
                                          Dann lass uns mal genau schauen, mit was du da unterwegs bist:

                                          ldd --version
                                          lsb_release -a
                                          uname -a
                                          

                                          Danke schonmal!
                                          So sieht das Ganze aus:

                                          rock64@rock64:~$ ldd --version
                                          ldd (Debian GLIBC 2.28-10) 2.28
                                          Copyright (C) 2018 Free Software Foundation, Inc.
                                          This is free software; see the source for copying conditions.  There is NO
                                          warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
                                          Written by Roland McGrath and Ulrich Drepper.
                                          rock64@rock64:~$
                                          
                                          rock64@rock64:~$ lsb_release -a
                                          No LSB modules are available.
                                          Distributor ID: Debian
                                          Description:    Debian GNU/Linux 10 (buster)
                                          Release:        10
                                          Codename:       buster
                                          rock64@rock64:~$
                                          
                                          rock64@rock64:~$ uname -a
                                          Linux rock64 4.4.213-rockchip64 #27 SMP Tue Apr 14 17:21:23 CEST 2020 aarch64 GNU/Linux
                                          rock64@rock64:~$
                                          

                                          Grüße

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #41

                                          @Smartuser Noch was vergessen...
                                          Node ist sauber installiert? Und das System auch auf dem letzten Stand?

                                          nodejs -v
                                          sudo apt update && sudo apt dist-upgrade
                                          

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          S 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          727

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe