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.0/3.1 jetzt im Latest!

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    js-controller 3.0/3.1 jetzt im Latest!

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

      @bergjet
      @gifftstaub wird den ioBroker fixer (https://forum.iobroker.net/topic/20211/iobroker-installation-fixer-beta-verfügbar) meinen
      Der Aufruf erfolgt mit

      curl -sL https://iobroker.net/fix.sh | bash -
      
      foxriver76 1 Reply Last reply Reply Quote 0
      • foxriver76
        foxriver76 Developer @Feuersturm last edited by

        @Feuersturm bei neueren Installationen reicht ein iob fix auf der Kommandozeile, deshalb schon korrekt, was geschrieben wurde.

        1 Reply Last reply Reply Quote 1
        • S
          Svenson6 last edited by

          Liebe Leute,
          auch von mir nochmal ein herzliches Dankeschön für Eure Arbeit! ioBroker läuft bei mir seit einigen Wochen, und es hat viel Spaß gemacht, sich da reinzufuchsen.

          Jetzt aber bin ich am Ende meiner ohnehin knapp bemessenen Weisheit angelangt. ioBroker teilt mir mit, dass ein neuer js-controller zur Verfügung steht, und ich scheitere am Update. Nebenbei bin ich nicht mehr in der Lage, Adapter-Updates durchzuführen, die tauchen ständig in der alten Version wieder auf. Ob das was miteinander zu tun hat, könnt Ihr vielleicht beurteilen. Jetzt aber erst einmal zum js-controller.

          Was ich hier habe: Einen Raspberry Pi 4 mit Raspbian und ioBroker drauf. Unter „Hosts“ wird gemeldet:

          raspberrypi4

          • Typ: js-controller
          • Titel: JS controller
          • OS: linux
          • Verfügbar: 3.1.4
          • Installiert: 2.2.9
          • Ereignisse: ↦28 / ↦13

          Wie hier im Thread beschrieben, führe ich Folgendes aus:

          pi@raspberrypi4:~ $ iobroker stop
          pi@raspberrypi4:~ $ iobroker upgrade self
          Update js-controller from @2.2.9 to @3.1.4
          NPM version: 6.14.4
          npm install iobroker.js-controller@3.1.4 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
          Package pangocairo was not found in the pkg-config search path.
          Perhaps you should add the directory containing `pangocairo.pc'
          to the PKG_CONFIG_PATH environment variable
          No package 'pangocairo' found
          gyp: Call to 'pkg-config pangocairo --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
          gyp ERR! configure error 
          gyp ERR! stack Error: `gyp` failed with exit code: 1
          gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
          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.19.97-v7l+
          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64"
          gyp ERR! cwd /opt/iobroker/node_modules/canvas
          gyp ERR! node -v v10.20.1
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok 
          node-pre-gyp ERR! build error 
          node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)
          node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
          node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
          node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
          node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
          node-pre-gyp ERR! System Linux 4.19.97-v7l+
          node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
          node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
          node-pre-gyp ERR! node -v v10.20.1
          node-pre-gyp ERR! node-pre-gyp -v v0.11.0
          node-pre-gyp ERR! not ok 
          npm ERR! code ELIFECYCLE
          npm ERR! errno 1
          npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
          npm ERR! Exit status 1
          npm ERR! 
          npm ERR! Failed at the canvas@2.6.1 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-05-16T13_48_01_236Z-debug.log
          Starting node restart.js
          pi@raspberrypi4:~ $ iobroker start
          pi@raspberrypi4:~ $
          

          „ERR!“ klingt schon mal nicht gut, aber ich kann mit den Meldungen, offen gestanden, nicht viel anfangen. Jedenfalls startet der ioBroker nun, ich bekomme eine Telegram-Nachricht, dass der Start erfolgt ist. Ich kann mich dann auch auf der Benutzeroberfläche anmelden, aber kurz danach ist Feierabend. Da dreht sich nur noch die „Sanduhr“, und nach einen Reload meldet der Browser:

          Firefox kann keine Verbindung zu dem Server unter 192.168.178.100:8081 aufbauen.

          Ich habe den Raspberry sicherheitshalber mal neu gestartet, aber nix geht mehr. Oben stand, man solle den Fixer mal laufen lassen:

          pi@raspberrypi4:~ $ iobroker fix
          library: loaded
          Library version=2020-04-12
          ioBroker is not installed in /opt/iobroker! Cannot fix anything...
          pi@raspberrypi4:~ $
          

          Hört sich wieder nicht gut an, finde ich. Dann mal den Befehl von oben probiert:

          pi@raspberrypi4:~ $ 
          pi@raspberrypi4:~ $ sudo -H -u iobroker npm install iobroker.js-controller
          npm WARN checkPermissions Missing write access to /home/pi/node_modules/@iobroker
          npm WARN checkPermissions Missing write access to /home/pi/node_modules/@types
          npm WARN checkPermissions Missing write access to /home/pi/node_modules
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
          npm WARN pi No description
          npm WARN pi No repository field.
          npm WARN pi No README data
          npm WARN pi No license field.
          
          npm ERR! code EACCES
          npm ERR! syscall access
          npm ERR! path /home/pi/node_modules/@iobroker
          npm ERR! errno -13
          npm ERR! Error: EACCES: permission denied, access '/home/pi/node_modules/@iobroker'
          npm ERR!  { [Error: EACCES: permission denied, access '/home/pi/node_modules/@iobroker']
          npm ERR!   stack:
          npm ERR!    'Error: EACCES: permission denied, access \'/home/pi/node_modules/@iobroker\'',
          npm ERR!   errno: -13,
          npm ERR!   code: 'EACCES',
          npm ERR!   syscall: 'access',
          npm ERR!   path: '/home/pi/node_modules/@iobroker' }
          npm ERR! 
          npm ERR! The operation was rejected by your operating system.
          npm ERR! It is likely you do not have the permissions to access this file as the current user
          npm ERR! 
          npm ERR! If you believe this might be a permissions issue, please double-check the
          npm ERR! permissions of the file and its containing directories, or try running
          npm ERR! the command again as root/Administrator.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-05-16T13_55_56_189Z-debug.log
          pi@raspberrypi4:~ $ iobroker start
          pi@raspberrypi4:~ $ iobroker fix
          library: loaded
          Library version=2020-04-12
          ioBroker is not installed in /opt/iobroker! Cannot fix anything...
          pi@raspberrypi4:~ $ sudo shutdown -r 0
          Shutdown scheduled for Sat 2020-05-16 15:56:31 CEST, use 'shutdown -c' to cancel.
          pi@raspberrypi4:~ $ Connection to 192.168.178.100 closed by remote host.
          Connection to 192.168.178.100 closed.
          Sven@Svens-iMac-361 ~ %
          

          Maschine kaputt. Jetzt ein paar Befehle, die ich unter [https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de] gefunden habe:

          pi@raspberrypi4:~ $ cd /opt/iobroker
          pi@raspberrypi4:/opt/iobroker $ iobroker stop
          pi@raspberrypi4:/opt/iobroker $ npm install iobroker.js-controller
          
          > iobroker.js-controller@2.2.9 preinstall /opt/iobroker/node_modules/iobroker.js-controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.4
          
          > canvas@2.6.1 install /opt/iobroker/node_modules/canvas
          > node-pre-gyp install --fallback-to-build
          
          node-pre-gyp WARN Using request for node-pre-gyp https download 
          node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.1/canvas-v2.6.1-node-v64-linux-glibc-arm.tar.gz 
          node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.1 and node@10.20.1 (node-v64 ABI, glibc) (falling back to source compile with node-gyp) 
          Package pangocairo was not found in the pkg-config search path.
          Perhaps you should add the directory containing `pangocairo.pc'
          to the PKG_CONFIG_PATH environment variable
          No package 'pangocairo' found
          gyp: Call to 'pkg-config pangocairo --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
          gyp ERR! configure error 
          gyp ERR! stack Error: `gyp` failed with exit code: 1
          gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
          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.19.97-v7l+
          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64"
          gyp ERR! cwd /opt/iobroker/node_modules/canvas
          gyp ERR! node -v v10.20.1
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok 
          node-pre-gyp ERR! build error 
          node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)
          node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
          node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
          node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
          node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
          node-pre-gyp ERR! System Linux 4.19.97-v7l+
          node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
          node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
          node-pre-gyp ERR! node -v v10.20.1
          node-pre-gyp ERR! node-pre-gyp -v v0.11.0
          node-pre-gyp ERR! not ok 
          Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 1
          npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
          npm ERR! Exit status 1
          npm ERR! 
          npm ERR! Failed at the canvas@2.6.1 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-05-16T13_59_27_777Z-debug.log
          pi@raspberrypi4:/opt/iobroker $ iobroker start
          pi@raspberrypi4:/opt/iobroker $
          

          Und siehe da: Da sind wir wieder. ioBroker startet, ich kann mich anmelden, es funktioniert wieder. Allerdings steht unter Host wieder:

          raspberrypi4

          • Typ: js-controller
          • Titel: JS controller
          • OS: linux
          • Verfügbar: 3.1.4
          • Installiert: 2.2.9
          • Ereignisse: ↦28 / ↦13

          Ich bin also wieder da, wo ich angefangen habe. Das kann ich beliebig oft wiederholen, bringen tut das alles nix. Bestimmt machen ich nur ein paar peinliche Anfängerfehler, aber … Könnte mir wohl jemand einen Tipp geben, wie ich das in den Griff bekomme?

          Viele Grüße von
          Sven

          D BBTown 2 Replies Last reply Reply Quote 0
          • D
            deta Most Active @Svenson6 last edited by

            @Svenson6 so wie es aussieht hast du nicht iobroker da installiert wo es hin gehört.
            iobroker gehört in /opt/iobroker und nicht wo anders.
            Sonst funktionieren viele Skipts nicht.

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

              @deta
              Nee der ist offenbar in /home/pi geknallt worden.

              1 Reply Last reply Reply Quote 0
              • BBTown
                BBTown @Svenson6 last edited by

                @Svenson6
                So wie ich das auf dem ersten Blick sehe hast Du den wichtigsten Schritt - der in absolut jeder Beschreibung auftaucht - nicht vollzogen ... das ganze auch im richtigen Verzeichnis auszuführen.

                cd /opt/iobroker
                

                Um zu prüfen wie deine aktuelle Umgebung nun ausschaut benötigen wir die Ausgabe der folgenden Befehle

                node -v && nodejs -v && npm -v
                which node && which nodejs && which npm
                
                1 Reply Last reply Reply Quote 0
                • S
                  Svenson6 last edited by

                  Okay, das zum Thema Anfängerfehler. Dann werde ich das gleich nochmal probieren.

                  Hier auf jeden Fall schon mal die Ergebnisse der beiden Befehle:

                  pi@raspberrypi4:/opt/iobroker $ node -v && nodejs -v && npm -v
                  v10.20.1
                  v10.20.1
                  6.14.4
                  pi@raspberrypi4:/opt/iobroker $ which node && which nodejs && which npm
                  /usr/bin/node
                  /usr/bin/nodejs
                  /usr/bin/npm
                  pi@raspberrypi4:/opt/iobroker $
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Svenson6 last edited by Thomas Braun

                    @Svenson6

                    ls -la /usr/bin/iobroker
                    ls -la /opt/
                    
                    1 Reply Last reply Reply Quote 0
                    • S
                      Svenson6 last edited by

                      @Thomas-Braun said in js-controller 3.0/3.1 jetzt im Latest!:

                      ls -la /opt/

                      pi@raspberrypi4:/opt/iobroker $ ls -la /usr/bin/iobroker
                      lrwxrwxrwx 1 root root 22 Mai 16 13:27 /usr/bin/iobroker -> /opt/iobroker/iobroker
                      pi@raspberrypi4:/opt/iobroker $ ls -la /opt/
                      insgesamt 20
                      drwxr-xr-x   5 root     root     4096 Mär 20 10:28 .
                      drwxr-xr-x  21 root     root     4096 Mär 18 20:51 ..
                      drwxrwxr-x+  9 iobroker iobroker 4096 Mai 16 17:00 iobroker
                      drwxr-xr-x   3 root     root     4096 Feb 13 17:01 pigpio
                      drwxr-xr-x   6 root     root     4096 Feb 13 16:56 vc
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Svenson6 last edited by

                        @Svenson6 Das sieht auf den ersten Blick o.k. aus.

                        ls -la ~
                        
                        S 1 Reply Last reply Reply Quote 0
                        • S
                          Svenson6 @Thomas Braun last edited by

                          @Thomas-Braun said in js-controller 3.0/3.1 jetzt im Latest!:

                          ls -la ~

                          pi@raspberrypi4:~ $ ls -la ~
                          insgesamt 96948
                          drwxr-xr-x  20 pi   pi       4096 Mai 16 15:56 .
                          drwxr-xr-x   4 root root     4096 Mär 20 10:28 ..
                          -rw-------   1 pi   pi       4696 Mai 16 17:02 .bash_history
                          -rw-r--r--   1 pi   pi        220 Feb 13 16:55 .bash_logout
                          -rw-r--r--   1 pi   pi       3633 Mai 16 13:27 .bashrc
                          drwxr-xr-x   8 pi   pi       4096 Mär 20 10:29 .cache
                          drwx------   9 pi   pi       4096 Mai  1 09:20 .config
                          drwxr-xr-x   2 pi   pi       4096 Mär 18 18:22 Desktop
                          drwxr-xr-x   2 pi   pi       4096 Mär 18 18:22 Documents
                          drwxr-xr-x   2 pi   pi       4096 Mär 18 18:22 Downloads
                          drwx------   3 pi   pi       4096 Feb 13 17:16 .gnupg
                          -rw-r--r--   1 pi   pi   35583874 Mär 20 15:21 grafana_6.7.1_armhf.deb
                          -rw-r--r--   1 pi   pi   63480656 Feb  7 08:29 influxdb_1.7.10_amd64.deb
                          -rw-r--r--   1 pi   pi        169 Mär 22 16:01 .influx_history
                          drwxr-xr-x   2 pi   pi       4096 Mär 20 10:30 .iobroker
                          drwxr-xr-x   3 pi   pi       4096 Feb 13 17:03 .local
                          drwxr-xr-x   2 pi   pi       4096 Feb 13 17:03 MagPi
                          drwxr-xr-x   2 pi   pi       4096 Mär 18 18:22 Music
                          drwxr-xr-x 144 pi   pi       4096 Mai  9 10:13 node_modules
                          drwxr-xr-x   5 pi   pi       4096 Mai  9 10:13 .npm
                          -rw-------   1 pi   pi         36 Mär 20 10:28 .npmrc
                          -rw-r--r--   1 pi   pi      45978 Mai  9 10:13 package-lock.json
                          drwxr-xr-x   2 pi   pi       4096 Mär 18 18:22 Pictures
                          drwx------   3 pi   pi       4096 Mär 18 20:52 .pki
                          -rw-r--r--   1 pi   pi        807 Feb 13 16:55 .profile
                          drwxr-xr-x   2 pi   pi       4096 Mär 18 18:22 Public
                          drwxr-xr-x   2 pi   pi       4096 Mär 18 18:22 Templates
                          drwxr-xr-t   2 pi   pi       4096 Mär 18 18:22 thinclient_drives
                          drwxr-xr-x   2 pi   pi       4096 Mär 18 18:22 Videos
                          -rw-------   1 pi   pi        172 Mai  9 09:49 .Xauthority
                          -rw-r--r--   1 pi   pi      15717 Mai  1 10:54 .xorgxrdp.10.log
                          -rw-r--r--   1 pi   pi      15531 Mai  1 10:30 .xorgxrdp.10.log.old
                          -rw-------   1 pi   pi       2499 Mai  1 11:46 .xsession-errors
                          -rw-------   1 pi   pi       2499 Mai  1 11:07 .xsession-errors.old
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • S
                            Svenson6 last edited by

                            Ich habe es jetzt nochmal aus dem Verzeichnis /opt/iobroker heraus versucht. So sieht's aus:

                            pi@raspberrypi4:/opt/iobroker $ cd /opt/iobroker
                            pi@raspberrypi4:/opt/iobroker $ iobroker stop
                            pi@raspberrypi4:/opt/iobroker $ iobroker upgrade self
                            Update js-controller from @2.2.9 to @3.1.4
                            NPM version: 6.14.4
                            npm install iobroker.js-controller@3.1.4 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
                            Package pangocairo was not found in the pkg-config search path.
                            Perhaps you should add the directory containing `pangocairo.pc'
                            to the PKG_CONFIG_PATH environment variable
                            No package 'pangocairo' found
                            gyp: Call to 'pkg-config pangocairo --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                            gyp ERR! configure error 
                            gyp ERR! stack Error: `gyp` failed with exit code: 1
                            gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                            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.19.97-v7l+
                            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64"
                            gyp ERR! cwd /opt/iobroker/node_modules/canvas
                            gyp ERR! node -v v10.20.1
                            gyp ERR! node-gyp -v v5.1.0
                            gyp ERR! not ok 
                            node-pre-gyp ERR! build error 
                            node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)
                            node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
                            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
                            node-pre-gyp ERR! System Linux 4.19.97-v7l+
                            node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                            node-pre-gyp ERR! node -v v10.20.1
                            node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                            node-pre-gyp ERR! not ok 
                            npm ERR! code ELIFECYCLE
                            npm ERR! errno 1
                            npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
                            npm ERR! Exit status 1
                            npm ERR! 
                            npm ERR! Failed at the canvas@2.6.1 install script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2020-05-16T14_56_08_759Z-debug.log
                            Starting node restart.js
                            pi@raspberrypi4:/opt/iobroker $ iobroker start
                            pi@raspberrypi4:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                            
                            > iobroker.js-controller@2.2.9 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                            > node lib/preinstallCheck.js
                            
                            NPM version: 6.14.4
                            
                            > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
                            > node-gyp rebuild
                            
                            make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten
                              CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                            In file included from ../src/unix_dgram.cc:5:
                            ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                            ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                 , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                          ^
                            In file included from ../../nan/nan.h:54,
                                             from ../src/unix_dgram.cc:5:
                            ../src/unix_dgram.cc: At global scope:
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/node.h:573: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/10.20.1/include/node/node.h:607: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)
                             ^~~~~~~~~~~
                            In file included from /home/iobroker/.cache/node-gyp/10.20.1/include/node/node.h:63,
                                             from ../../nan/nan.h:54,
                                             from ../src/unix_dgram.cc:5:
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/node_object_wrap.h:84:78:   required from here
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                            reinterpret_cast<Callback>(callback), type);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                            ../../nan/nan_object_wrap.h:65:61:   required from here
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                              SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
                              COPY Release/unix_dgram.node
                            make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen
                            
                            > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
                            > node rebuild.js
                            
                            
                            > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
                            > node-gyp rebuild
                            
                            make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird betreten
                              CXX(target) Release/obj.target/diskusage/src/main.o
                            In file included from ../src/main.cpp:3:
                            ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                            ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                 , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                          ^
                            In file included from ../../nan/nan.h:54,
                                             from ../src/main.cpp:3:
                            ../src/main.cpp: At global scope:
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/node.h:573: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/10.20.1/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                               NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                               ^~~~~~~~~~~~~
                            ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                             NODE_MODULE(diskusage, Init)
                             ^~~~~~~~~~~
                            In file included from /home/iobroker/.cache/node-gyp/10.20.1/include/node/node.h:63,
                                             from ../../nan/nan.h:54,
                                             from ../src/main.cpp:3:
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/node_object_wrap.h:84:78:   required from here
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                            reinterpret_cast<Callback>(callback), type);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                            ../../nan/nan_object_wrap.h:65:61:   required from here
                            /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                              CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
                              SOLINK_MODULE(target) Release/obj.target/diskusage.node
                              COPY Release/diskusage.node
                            make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird verlassen
                            
                            > iobroker.js-controller@2.2.9 install /opt/iobroker/node_modules/iobroker.js-controller
                            > node iobroker.js setup first
                            
                            object 0_userdata.0.example_state created
                            
                            The following notifications happened during sync: 
                            - Ignoring Directory "bshb.admin" because officially not created as meta object. Please remove directory!
                            - Ignoring Directory "fritzdect.admin" because officially not created as meta object. Please remove directory!
                            - Ignoring Directory "sayit.0" because officially not created as meta object. Please remove directory!
                            
                            
                            > acme-v2@1.8.6 postinstall /opt/iobroker/node_modules/acme-v2
                            > node scripts/postinstall
                            
                            
                            Greenlock and ACME.js v3 are on the way!
                            Watch for updates at https://indiegogo.com/at/greenlock
                            
                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                            
                            + iobroker.js-controller@2.2.9
                            added 126 packages from 148 contributors and removed 1 package in 54.635s
                            
                            41 packages are looking for funding
                              run `npm fund` for details
                            
                            pi@raspberrypi4:/opt/iobroker $ iobroker start
                            

                            Aber danach bin ich wieder auf Version 2.2.9.

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

                              @Svenson6 Ach du je... Wo anfangen...

                              sudo apt update
                              sudo apt dist-upgrade
                              sudo apt install libpango1.0-dev build-essential
                              
                              1 Reply Last reply Reply Quote 0
                              • S
                                Svenson6 last edited by

                                @Thomas-Braun said in js-controller 3.0/3.1 jetzt im Latest!:

                                sudo apt install libpango1.0-dev build-essential

                                pi@raspberrypi4:~ $ sudo apt update
                                OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]                                                        
                                OK:3 https://repos.influxdata.com/debian buster InRelease                                                                          
                                OK:4 https://deb.nodesource.com/node_10.x buster InRelease                                                                         
                                Es wurden 15,0 kB in 1 s geholt (10,9 kB/s).          
                                Paketlisten werden gelesen... Fertig
                                Abhängigkeitsbaum wird aufgebaut.       
                                Statusinformationen werden eingelesen.... Fertig
                                Aktualisierung für 4 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                pi@raspberrypi4:~ $ sudo apt dist-upgrade
                                Paketlisten werden gelesen... Fertig
                                Abhängigkeitsbaum wird aufgebaut.       
                                Statusinformationen werden eingelesen.... Fertig
                                Paketaktualisierung (Upgrade) wird berechnet... Fertig
                                Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                                  libmicrodns0
                                Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                                Die folgenden NEUEN Pakete werden installiert:
                                  libfl2
                                Die folgenden Pakete werden aktualisiert (Upgrade):
                                  binutils binutils-arm-linux-gnueabihf binutils-common libbinutils
                                4 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                Es müssen noch 1.871 kB von 4.350 kB an Archiven heruntergeladen werden.
                                Nach dieser Operation werden 143 kB Plattenplatz zusätzlich benutzt.
                                Möchten Sie fortfahren? [J/n] j
                                Holen:1 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1.814 kB]
                                Holen:2 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57,0 kB]
                                Es wurden 1.871 kB in 1 s geholt (2.897 kB/s).
                                Changelogs werden gelesen... Fertig
                                (Lese Datenbank ... 105461 Dateien und Verzeichnisse sind derzeit installiert.)
                                Vorbereitung zum Entpacken von .../binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
                                Entpacken von binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) über (2.31.1-16+rpi1) ...
                                Vorbereitung zum Entpacken von .../libbinutils_2.31.1-16+rpi2_armhf.deb ...
                                Entpacken von libbinutils:armhf (2.31.1-16+rpi2) über (2.31.1-16+rpi1) ...
                                Vorbereitung zum Entpacken von .../binutils_2.31.1-16+rpi2_armhf.deb ...
                                Entpacken von binutils (2.31.1-16+rpi2) über (2.31.1-16+rpi1) ...
                                Vorbereitung zum Entpacken von .../binutils-common_2.31.1-16+rpi2_armhf.deb ...
                                Entpacken von binutils-common:armhf (2.31.1-16+rpi2) über (2.31.1-16+rpi1) ...
                                Vormals nicht ausgewähltes Paket libfl2:armhf wird gewählt.
                                Vorbereitung zum Entpacken von .../libfl2_2.6.4-6.2_armhf.deb ...
                                Entpacken von libfl2:armhf (2.6.4-6.2) ...
                                binutils-common:armhf (2.31.1-16+rpi2) wird eingerichtet ...
                                libfl2:armhf (2.6.4-6.2) wird eingerichtet ...
                                libbinutils:armhf (2.31.1-16+rpi2) wird eingerichtet ...
                                binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) wird eingerichtet ...
                                binutils (2.31.1-16+rpi2) wird eingerichtet ...
                                Trigger für libc-bin (2.28-10+rpi1) werden verarbeitet ...
                                Trigger für man-db (2.8.5-2) werden verarbeitet ...
                                pi@raspberrypi4:~ $ sudo apt install libpango1.0-dev build-essential
                                Paketlisten werden gelesen... Fertig
                                Abhängigkeitsbaum wird aufgebaut.       
                                Statusinformationen werden eingelesen.... Fertig
                                build-essential ist schon die neueste Version (12.6).
                                Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                                  libmicrodns0
                                Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                                Die folgenden zusätzlichen Pakete werden installiert:
                                  gir1.2-harfbuzz-0.0 icu-devtools libfribidi-dev libgraphite2-dev libharfbuzz-dev libharfbuzz-gobject0 libicu-dev libxft-dev
                                  pango1.0-tools
                                Vorgeschlagene Pakete:
                                  libgraphite2-utils icu-doc imagemagick libpango1.0-doc
                                Die folgenden NEUEN Pakete werden installiert:
                                  gir1.2-harfbuzz-0.0 icu-devtools libfribidi-dev libgraphite2-dev libharfbuzz-dev libharfbuzz-gobject0 libicu-dev libpango1.0-dev
                                  libxft-dev pango1.0-tools
                                0 aktualisiert, 10 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                Es müssen noch 9.197 kB von 12,3 MB an Archiven heruntergeladen werden.
                                Nach dieser Operation werden 47,1 MB Plattenplatz zusätzlich benutzt.
                                Möchten Sie fortfahren? [J/n] j
                                Holen:1 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian buster/main armhf icu-devtools armhf 63.1-6+deb10u1 [163 kB]
                                Holen:2 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian buster/main armhf libicu-dev armhf 63.1-6+deb10u1 [8.841 kB]
                                Holen:3 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian buster/main armhf pango1.0-tools armhf 1.42.4-8~deb10u1 [53,5 kB]
                                Holen:4 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian buster/main armhf libpango1.0-dev armhf 1.42.4-8~deb10u1 [139 kB]
                                Es wurden 9.197 kB in 1 s geholt (8.135 kB/s).
                                Vormals nicht ausgewähltes Paket libharfbuzz-gobject0:armhf wird gewählt.
                                (Lese Datenbank ... 105469 Dateien und Verzeichnisse sind derzeit installiert.)
                                Vorbereitung zum Entpacken von .../0-libharfbuzz-gobject0_2.3.1-1_armhf.deb ...
                                Entpacken von libharfbuzz-gobject0:armhf (2.3.1-1) ...
                                Vormals nicht ausgewähltes Paket gir1.2-harfbuzz-0.0:armhf wird gewählt.
                                Vorbereitung zum Entpacken von .../1-gir1.2-harfbuzz-0.0_2.3.1-1_armhf.deb ...
                                Entpacken von gir1.2-harfbuzz-0.0:armhf (2.3.1-1) ...
                                Vormals nicht ausgewähltes Paket icu-devtools wird gewählt.
                                Vorbereitung zum Entpacken von .../2-icu-devtools_63.1-6+deb10u1_armhf.deb ...
                                Entpacken von icu-devtools (63.1-6+deb10u1) ...
                                Vormals nicht ausgewähltes Paket libfribidi-dev:armhf wird gewählt.
                                Vorbereitung zum Entpacken von .../3-libfribidi-dev_1.0.5-3.1+deb10u1_armhf.deb ...
                                Entpacken von libfribidi-dev:armhf (1.0.5-3.1+deb10u1) ...
                                Vormals nicht ausgewähltes Paket libgraphite2-dev:armhf wird gewählt.
                                Vorbereitung zum Entpacken von .../4-libgraphite2-dev_1.3.13-7_armhf.deb ...
                                Entpacken von libgraphite2-dev:armhf (1.3.13-7) ...
                                Vormals nicht ausgewähltes Paket libicu-dev:armhf wird gewählt.
                                Vorbereitung zum Entpacken von .../5-libicu-dev_63.1-6+deb10u1_armhf.deb ...
                                Entpacken von libicu-dev:armhf (63.1-6+deb10u1) ...
                                Vormals nicht ausgewähltes Paket libharfbuzz-dev:armhf wird gewählt.
                                Vorbereitung zum Entpacken von .../6-libharfbuzz-dev_2.3.1-1_armhf.deb ...
                                Entpacken von libharfbuzz-dev:armhf (2.3.1-1) ...
                                Vormals nicht ausgewähltes Paket libxft-dev:armhf wird gewählt.
                                Vorbereitung zum Entpacken von .../7-libxft-dev_2.3.2-2_armhf.deb ...
                                Entpacken von libxft-dev:armhf (2.3.2-2) ...
                                Vormals nicht ausgewähltes Paket pango1.0-tools wird gewählt.
                                Vorbereitung zum Entpacken von .../8-pango1.0-tools_1.42.4-8~deb10u1_armhf.deb ...
                                Entpacken von pango1.0-tools (1.42.4-8~deb10u1) ...
                                Vormals nicht ausgewähltes Paket libpango1.0-dev:armhf wird gewählt.
                                Vorbereitung zum Entpacken von .../9-libpango1.0-dev_1.42.4-8~deb10u1_armhf.deb ...
                                Entpacken von libpango1.0-dev:armhf (1.42.4-8~deb10u1) ...
                                libfribidi-dev:armhf (1.0.5-3.1+deb10u1) wird eingerichtet ...
                                pango1.0-tools (1.42.4-8~deb10u1) wird eingerichtet ...
                                libharfbuzz-gobject0:armhf (2.3.1-1) wird eingerichtet ...
                                gir1.2-harfbuzz-0.0:armhf (2.3.1-1) wird eingerichtet ...
                                libgraphite2-dev:armhf (1.3.13-7) wird eingerichtet ...
                                icu-devtools (63.1-6+deb10u1) wird eingerichtet ...
                                libicu-dev:armhf (63.1-6+deb10u1) wird eingerichtet ...
                                libxft-dev:armhf (2.3.2-2) wird eingerichtet ...
                                libharfbuzz-dev:armhf (2.3.1-1) wird eingerichtet ...
                                libpango1.0-dev:armhf (1.42.4-8~deb10u1) wird eingerichtet ...
                                Trigger für man-db (2.8.5-2) werden verarbeitet ...
                                Trigger für libc-bin (2.28-10+rpi1) werden verarbeitet ...
                                pi@raspberrypi4:~ $ 
                                
                                Thomas Braun D 2 Replies Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Svenson6 last edited by

                                  @Svenson6 Am besten mal rebooten. Da waren die binutils dabei, das ist sehr systemnah.

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

                                    @Svenson6 Vielleicht auch besser in einem eigenen Thread weitermachen. Das hat mit dem Thema hier nichts zu tun.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      deta Most Active @Svenson6 last edited by

                                      @Svenson6 Du hast ja einiges durcheinander!
                                      Ich würde an deiner Stelle von neu Anfangen! Raspi komplett neu installieren. Und dann alles richtig von Anfang an machen! Sonst würde ich sagen wirst du immer wieder Probleme haben.

                                      S 1 Reply Last reply Reply Quote 0
                                      • S
                                        Svenson6 @deta last edited by

                                        @deta

                                        Das hatte ich auch schon befürchtet, aaaber! Das hier von @Thomas-Braun scheint's echt gebracht zu haben:

                                        sudo apt update
                                        sudo apt dist-upgrade
                                        sudo apt install libpango1.0-dev build-essential
                                        

                                        Der Laden läuft wieder. js-controller ist auf Version 3.1.4, und die Updates für die Adapter können auch wieder installiert werden. Ich bin begeistert und bedanke mich mit einer Verbeugung für die Hilfe - Ihr seid super!

                                        Noch ein schönes Wochenende wünscht
                                        Sven

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

                                          @Svenson6 Ich würde aber doch noch mal den

                                          iobroker fix
                                          

                                          ausführen. Da scheint noch mehr zu klemmen.

                                          S 1 Reply Last reply Reply Quote 0
                                          • J
                                            Jan1 last edited by Jan1

                                            falschen Thread erwischt

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

                                            Support us

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

                                            724
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            127
                                            1340
                                            424737
                                            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