Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Testinstallation unter Node 12.6.0

NEWS

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

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

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

Testinstallation unter Node 12.6.0

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
testsystemnode 12
41 Beiträge 5 Kommentatoren 4.9k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • AlCalzoneA Offline
    AlCalzoneA Offline
    AlCalzone
    Developer
    schrieb am zuletzt editiert von AlCalzone
    #10

    Ich erwarte eher was im Loglevel "error":

    adapter.log.error(`Terminating because ${reason}`);
    

    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

    MathiasJM 1 Antwort Letzte Antwort
    0
    • AlCalzoneA AlCalzone

      Ich erwarte eher was im Loglevel "error":

      adapter.log.error(`Terminating because ${reason}`);
      
      MathiasJM Offline
      MathiasJM Offline
      MathiasJ
      schrieb am zuletzt editiert von
      #11

      @AlCalzone
      Ja erst admin eingestellt, sonst sieht mans net.
      Das Resultot kennst Du ja.....

      IObroker auf dem NUC als VM.
      Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
      Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

      AlCalzoneA 1 Antwort Letzte Antwort
      0
      • MathiasJM MathiasJ

        @AlCalzone
        Ja erst admin eingestellt, sonst sieht mans net.
        Das Resultot kennst Du ja.....

        AlCalzoneA Offline
        AlCalzoneA Offline
        AlCalzone
        Developer
        schrieb am zuletzt editiert von
        #12

        @MathiasJ Ok wenn du da nichts siehst, erkennt man ggf. auf der Konsole was. Dazu bitte den Adapter anhalten und folgendes ausführen:

        cd /opt/iobroker/node_modules/iobroker.ble
        node build/main.js --force --logs
        

        Kannst du im Zweifel mit Strg+C wieder beenden.

        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

        MathiasJM 1 Antwort Letzte Antwort
        0
        • AlCalzoneA AlCalzone

          @MathiasJ Ok wenn du da nichts siehst, erkennt man ggf. auf der Konsole was. Dazu bitte den Adapter anhalten und folgendes ausführen:

          cd /opt/iobroker/node_modules/iobroker.ble
          node build/main.js --force --logs
          

          Kannst du im Zweifel mit Strg+C wieder beenden.

          MathiasJM Offline
          MathiasJM Offline
          MathiasJ
          schrieb am zuletzt editiert von
          #13

          @AlCalzone sagte in Testinstallation unter Node 12.6.0:

          node build/main.js --force --logs

          Im ble-Adapter kommt das:

          root@tinkerboard:/opt/iobroker/node_modules/iobroker.ble# node build/main.js --force --logs
          starting. Version 0.7.4 in /opt/iobroker/node_modules/iobroker.ble, node: v12.6.0
          loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
          enabled plugins: mi-flora, _default
          monitored services: fe95
          Terminating because Cannot find module '@abandonware/bluetooth-hci-socket'
          Require stack:
          - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/hci.js
          - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/bindings.js
          - /opt/iobroker/node_modules/@abandonware/noble/lib/resolve-bindings.js
          - /opt/iobroker/node_modules/@abandonware/noble/index.js
          - /opt/iobroker/node_modules/iobroker.ble/build/main.js
          root@tinkerboard:/opt/iobroker/node_modules/iobroker.ble#
          

          Im Radar kommt das:

          
          root@tinkerboard:~# cd /opt/iobroker/node_modules/iobroker.radar2
          root@tinkerboard:/opt/iobroker/node_modules/iobroker.radar2# node build/main.js --force --logs
          internal/modules/cjs/loader.js:628
              throw err;
              ^
          
          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.radar2/build/main.js'
              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15)
              at Function.Module._load (internal/modules/cjs/loader.js:527:27)
              at Function.Module.runMain (internal/modules/cjs/loader.js:839:10)
              at internal/main/run_main_module.js:17:11 {
            code: 'MODULE_NOT_FOUND',
            requireStack: []
          }
          

          Gruß,
          Mathias

          IObroker auf dem NUC als VM.
          Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
          Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

          StabilostickS 1 Antwort Letzte Antwort
          0
          • MathiasJM MathiasJ

            @AlCalzone sagte in Testinstallation unter Node 12.6.0:

            node build/main.js --force --logs

            Im ble-Adapter kommt das:

            root@tinkerboard:/opt/iobroker/node_modules/iobroker.ble# node build/main.js --force --logs
            starting. Version 0.7.4 in /opt/iobroker/node_modules/iobroker.ble, node: v12.6.0
            loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
            enabled plugins: mi-flora, _default
            monitored services: fe95
            Terminating because Cannot find module '@abandonware/bluetooth-hci-socket'
            Require stack:
            - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/hci.js
            - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/bindings.js
            - /opt/iobroker/node_modules/@abandonware/noble/lib/resolve-bindings.js
            - /opt/iobroker/node_modules/@abandonware/noble/index.js
            - /opt/iobroker/node_modules/iobroker.ble/build/main.js
            root@tinkerboard:/opt/iobroker/node_modules/iobroker.ble#
            

            Im Radar kommt das:

            
            root@tinkerboard:~# cd /opt/iobroker/node_modules/iobroker.radar2
            root@tinkerboard:/opt/iobroker/node_modules/iobroker.radar2# node build/main.js --force --logs
            internal/modules/cjs/loader.js:628
                throw err;
                ^
            
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.radar2/build/main.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15)
                at Function.Module._load (internal/modules/cjs/loader.js:527:27)
                at Function.Module.runMain (internal/modules/cjs/loader.js:839:10)
                at internal/main/run_main_module.js:17:11 {
              code: 'MODULE_NOT_FOUND',
              requireStack: []
            }
            

            Gruß,
            Mathias

            StabilostickS Offline
            StabilostickS Offline
            Stabilostick
            schrieb am zuletzt editiert von Stabilostick
            #14

            @MathiasJ sagte in Testinstallation unter Node 12.6.0:

            Probiere mal

            npm i @abandonware/bluetooth-hci-socket
            

            im ioBroker-Ordner. Siehe auch https://www.npmjs.com/package/@abandonware/bluetooth-hci-socket

            MathiasJM 1 Antwort Letzte Antwort
            0
            • StabilostickS Stabilostick

              @MathiasJ sagte in Testinstallation unter Node 12.6.0:

              Probiere mal

              npm i @abandonware/bluetooth-hci-socket
              

              im ioBroker-Ordner. Siehe auch https://www.npmjs.com/package/@abandonware/bluetooth-hci-socket

              MathiasJM Offline
              MathiasJM Offline
              MathiasJ
              schrieb am zuletzt editiert von MathiasJ
              #15

              @Stabilostick

              Ausgabe:

              npm ERR! code ELIFECYCLE
              npm ERR! errno 1
              npm ERR! @abandonware/bluetooth-hci-socket@0.5.3-1 install: `node-pre-gyp instal                                                                                                                                                             l --fallback-to-build`
              npm ERR! Exit status 1
              npm ERR!
              npm ERR! Failed at the @abandonware/bluetooth-hci-socket@0.5.3-1 install script.
              npm ERR! This is probably not a problem with npm. There is likely additional log                                                                                                                                                             ging output above.
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /root/.npm/_logs/2019-07-14T17_43_34_011Z-debug.log
              

              Eingabe:
              cd /opt/iobroker/node_modules/iobroker.adaptername
              node build/main.js --force --logs

              Ausgabe:

              root@tinkerboard:~# cd /opt/iobroker/node_modules/iobroker.ble
              root@tinkerboard:/opt/iobroker/node_modules/iobroker.ble# node build/main.js --force --logs
              starting. Version 0.7.4 in /opt/iobroker/node_modules/iobroker.ble, node: v12.6.0
              loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
              enabled plugins: mi-flora, _default
              monitored services: fe95
              Terminating because Cannot find module '@abandonware/bluetooth-hci-socket'
              Require stack:
              - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/hci.js
              - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/bindings.js
              - /opt/iobroker/node_modules/@abandonware/noble/lib/resolve-bindings.js
              - /opt/iobroker/node_modules/@abandonware/noble/index.js
              - /opt/iobroker/node_modules/iobroker.ble/build/main.js
              root@tinkerboard:/opt/iobroker/node_modules/iobroker.ble#
              
              

              Gruß,
              Mathias

              IObroker auf dem NUC als VM.
              Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
              Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

              AlCalzoneA 1 Antwort Letzte Antwort
              0
              • MathiasJM MathiasJ

                @Stabilostick

                Ausgabe:

                npm ERR! code ELIFECYCLE
                npm ERR! errno 1
                npm ERR! @abandonware/bluetooth-hci-socket@0.5.3-1 install: `node-pre-gyp instal                                                                                                                                                             l --fallback-to-build`
                npm ERR! Exit status 1
                npm ERR!
                npm ERR! Failed at the @abandonware/bluetooth-hci-socket@0.5.3-1 install script.
                npm ERR! This is probably not a problem with npm. There is likely additional log                                                                                                                                                             ging output above.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /root/.npm/_logs/2019-07-14T17_43_34_011Z-debug.log
                

                Eingabe:
                cd /opt/iobroker/node_modules/iobroker.adaptername
                node build/main.js --force --logs

                Ausgabe:

                root@tinkerboard:~# cd /opt/iobroker/node_modules/iobroker.ble
                root@tinkerboard:/opt/iobroker/node_modules/iobroker.ble# node build/main.js --force --logs
                starting. Version 0.7.4 in /opt/iobroker/node_modules/iobroker.ble, node: v12.6.0
                loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                enabled plugins: mi-flora, _default
                monitored services: fe95
                Terminating because Cannot find module '@abandonware/bluetooth-hci-socket'
                Require stack:
                - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/hci.js
                - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/bindings.js
                - /opt/iobroker/node_modules/@abandonware/noble/lib/resolve-bindings.js
                - /opt/iobroker/node_modules/@abandonware/noble/index.js
                - /opt/iobroker/node_modules/iobroker.ble/build/main.js
                root@tinkerboard:/opt/iobroker/node_modules/iobroker.ble#
                
                

                Gruß,
                Mathias

                AlCalzoneA Offline
                AlCalzoneA Offline
                AlCalzone
                Developer
                schrieb am zuletzt editiert von
                #16

                @MathiasJ sagte in Testinstallation unter Node 12.6.0:

                npm ERR! code ELIFECYCLE
                npm ERR! errno 1
                npm ERR! @abandonware/bluetooth-hci-socket@0.5.3-1 install: node-pre-gyp instal l --fallback-to-build
                npm ERR! Exit status 1

                Dann müsste vorher ein Fehler im Log stehen. Hier steht nur dass es nicht geklappt hat.

                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                MathiasJM 1 Antwort Letzte Antwort
                0
                • AlCalzoneA AlCalzone

                  @MathiasJ sagte in Testinstallation unter Node 12.6.0:

                  npm ERR! code ELIFECYCLE
                  npm ERR! errno 1
                  npm ERR! @abandonware/bluetooth-hci-socket@0.5.3-1 install: node-pre-gyp instal l --fallback-to-build
                  npm ERR! Exit status 1

                  Dann müsste vorher ein Fehler im Log stehen. Hier steht nur dass es nicht geklappt hat.

                  MathiasJM Offline
                  MathiasJM Offline
                  MathiasJ
                  schrieb am zuletzt editiert von
                  #17

                  @AlCalzone
                  Die sichtbaren Fehler im Log hast Du schon bzw ich gucke heute abend nochmal nach.
                  Bin auf dem Weg zur Arbeit

                  IObroker auf dem NUC als VM.
                  Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                  Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                  AlCalzoneA 1 Antwort Letzte Antwort
                  0
                  • MathiasJM MathiasJ

                    @AlCalzone
                    Die sichtbaren Fehler im Log hast Du schon bzw ich gucke heute abend nochmal nach.
                    Bin auf dem Weg zur Arbeit

                    AlCalzoneA Offline
                    AlCalzoneA Offline
                    AlCalzone
                    Developer
                    schrieb am zuletzt editiert von
                    #18

                    @MathiasJ Alles klar. Wir wissen jetzt schon mal, dass es an der fehlgeschlagenen Installation von @abandonware/bluetooth-hci-socket liegt. Wenn die klappt, sollten auch beide Adapter laufen.

                    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                    MathiasJM 1 Antwort Letzte Antwort
                    0
                    • AlCalzoneA AlCalzone

                      @MathiasJ Alles klar. Wir wissen jetzt schon mal, dass es an der fehlgeschlagenen Installation von @abandonware/bluetooth-hci-socket liegt. Wenn die klappt, sollten auch beide Adapter laufen.

                      MathiasJM Offline
                      MathiasJM Offline
                      MathiasJ
                      schrieb am zuletzt editiert von
                      #19

                      @AlCalzone

                      hier noch mal der Log:
                      instanz BLE = debug
                      Log = debug

                      host.tinkerboard	2019-07-16 07:36:32.053	info	Do not restart adapter system.adapter.ble.1 because desired by instance
                      host.tinkerboard	2019-07-16 07:36:32.053	error	instance system.adapter.ble.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
                      ble.1	2019-07-16 07:36:31.986	info	loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                      ble.1	2019-07-16 07:36:31.896	info	starting. Version 0.7.4 in /opt/iobroker/node_modules/iobroker.ble, node: v12.6.0
                      ble.1	2019-07-16 07:36:31.852	debug	statesDB connected
                      ble.1	2019-07-16 07:36:31.824	debug	objectDB connected
                      

                      Gruß,
                      Mathias

                      IObroker auf dem NUC als VM.
                      Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                      Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                      AlCalzoneA 1 Antwort Letzte Antwort
                      0
                      • MathiasJM MathiasJ

                        @AlCalzone

                        hier noch mal der Log:
                        instanz BLE = debug
                        Log = debug

                        host.tinkerboard	2019-07-16 07:36:32.053	info	Do not restart adapter system.adapter.ble.1 because desired by instance
                        host.tinkerboard	2019-07-16 07:36:32.053	error	instance system.adapter.ble.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
                        ble.1	2019-07-16 07:36:31.986	info	loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                        ble.1	2019-07-16 07:36:31.896	info	starting. Version 0.7.4 in /opt/iobroker/node_modules/iobroker.ble, node: v12.6.0
                        ble.1	2019-07-16 07:36:31.852	debug	statesDB connected
                        ble.1	2019-07-16 07:36:31.824	debug	objectDB connected
                        

                        Gruß,
                        Mathias

                        AlCalzoneA Offline
                        AlCalzoneA Offline
                        AlCalzone
                        Developer
                        schrieb am zuletzt editiert von
                        #20

                        @MathiasJ Nur damit wir vom gleichen reden... ich meine den Log der Installation des BLE-Adapters bzw. hci-socket.

                        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                        1 Antwort Letzte Antwort
                        0
                        • StabilostickS Offline
                          StabilostickS Offline
                          Stabilostick
                          schrieb am zuletzt editiert von Stabilostick
                          #21

                          Also dem, was vor dem hier passiert ist:

                          npm ERR! code ELIFECYCLE
                          npm ERR! errno 1
                          npm ERR! @abandonware/bluetooth-hci-socket@0.5.3-1 install: `node-pre-gyp instal                                                                                                                                                             l --fallback-to-build`
                          npm ERR! Exit status 1
                          npm ERR!
                          npm ERR! Failed at the @abandonware/bluetooth-hci-socket@0.5.3-1 install script.
                          npm ERR! This is probably not a problem with npm. There is likely additional log                                                                                                                                                             ging output above.
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /root/.npm/_logs/2019-07-14T17_43_34_011Z-debug.log
                          

                          Oder das Log davon: /root/.npm/_logs/2019-07-14T17_43_34_011Z-debug.log

                          1 Antwort Letzte Antwort
                          0
                          • MathiasJM Offline
                            MathiasJM Offline
                            MathiasJ
                            schrieb am zuletzt editiert von MathiasJ
                            #22

                            So,
                            die Logfile dann doch gefunden und habe sie hier als txt-datei angehängt.
                            Ich weiß nicht, nach was ich suchen soll :confused:

                            2019-07-14T17_43_34_011Z-debug.log

                            IObroker auf dem NUC als VM.
                            Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                            Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                            AlCalzoneA 1 Antwort Letzte Antwort
                            0
                            • MathiasJM MathiasJ

                              So,
                              die Logfile dann doch gefunden und habe sie hier als txt-datei angehängt.
                              Ich weiß nicht, nach was ich suchen soll :confused:

                              2019-07-14T17_43_34_011Z-debug.log

                              AlCalzoneA Offline
                              AlCalzoneA Offline
                              AlCalzone
                              Developer
                              schrieb am zuletzt editiert von
                              #23

                              @MathiasJ
                              Du hast npm i @abandonware/bluetooth-hci-socket nicht wie gefordert

                              im ioBroker-Ordner

                              sondern in / ausgeführt. Mach das bitte nochmal in /opt/iobroker.

                              Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                              MathiasJM 1 Antwort Letzte Antwort
                              0
                              • AlCalzoneA AlCalzone

                                @MathiasJ
                                Du hast npm i @abandonware/bluetooth-hci-socket nicht wie gefordert

                                im ioBroker-Ordner

                                sondern in / ausgeführt. Mach das bitte nochmal in /opt/iobroker.

                                MathiasJM Offline
                                MathiasJM Offline
                                MathiasJ
                                schrieb am zuletzt editiert von
                                #24

                                @AlCalzone

                                Dann beekomme ich das:

                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:203:13)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
                                node-pre-gyp ERR! System Linux 4.19.57-rockchip
                                node-pre-gyp ERR! command "/usr/bin/node" "/root/node_modules/@abandonware/bluetooth-hci-socket/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /root/node_modules/@abandonware/bluetooth-hci-socket
                                node-pre-gyp ERR! node -v v12.6.0
                                node-pre-gyp ERR! node-pre-gyp -v v0.12.0
                                node-pre-gyp ERR! not ok
                                
                                npm ERR! code ELIFECYCLE
                                npm ERR! errno 1
                                npm ERR! @abandonware/bluetooth-hci-socket@0.5.3-1 install: `node-pre-gyp install --fallback-to-build`
                                npm ERR! Exit status 1
                                npm ERR!
                                npm ERR! Failed at the @abandonware/bluetooth-hci-socket@0.5.3-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!     /root/.npm/_logs/2019-07-18T04_44_00_892Z-debug.log
                                

                                Gruß,
                                Mathias

                                IObroker auf dem NUC als VM.
                                Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                                Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                                AlCalzoneA 1 Antwort Letzte Antwort
                                0
                                • MathiasJM MathiasJ

                                  @AlCalzone

                                  Dann beekomme ich das:

                                  node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:203:13)
                                  node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                  node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
                                  node-pre-gyp ERR! System Linux 4.19.57-rockchip
                                  node-pre-gyp ERR! command "/usr/bin/node" "/root/node_modules/@abandonware/bluetooth-hci-socket/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                  node-pre-gyp ERR! cwd /root/node_modules/@abandonware/bluetooth-hci-socket
                                  node-pre-gyp ERR! node -v v12.6.0
                                  node-pre-gyp ERR! node-pre-gyp -v v0.12.0
                                  node-pre-gyp ERR! not ok
                                  
                                  npm ERR! code ELIFECYCLE
                                  npm ERR! errno 1
                                  npm ERR! @abandonware/bluetooth-hci-socket@0.5.3-1 install: `node-pre-gyp install --fallback-to-build`
                                  npm ERR! Exit status 1
                                  npm ERR!
                                  npm ERR! Failed at the @abandonware/bluetooth-hci-socket@0.5.3-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!     /root/.npm/_logs/2019-07-18T04_44_00_892Z-debug.log
                                  

                                  Gruß,
                                  Mathias

                                  AlCalzoneA Offline
                                  AlCalzoneA Offline
                                  AlCalzone
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #25

                                  @MathiasJ Wenn der Log anfängt mit stack at ... ist er nicht vollständig :( Ich brauche alles ab Befehlseingabe

                                  Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                  StabilostickS 1 Antwort Letzte Antwort
                                  0
                                  • MathiasJM Offline
                                    MathiasJM Offline
                                    MathiasJ
                                    schrieb am zuletzt editiert von
                                    #26

                                    Mache ich, wenn ich wieder zuhause bin.
                                    Dann wiederhole ich den Befehl und sende es Dir....
                                    Nun hopp hopp zur Arbeit

                                    IObroker auf dem NUC als VM.
                                    Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                                    Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                                    1 Antwort Letzte Antwort
                                    0
                                    • AlCalzoneA AlCalzone

                                      @MathiasJ Wenn der Log anfängt mit stack at ... ist er nicht vollständig :( Ich brauche alles ab Befehlseingabe

                                      StabilostickS Offline
                                      StabilostickS Offline
                                      Stabilostick
                                      schrieb am zuletzt editiert von Stabilostick
                                      #27

                                      @AlCalzone

                                      Sehe ich da nicht schon wieder in seinem Log-Schnipsel:

                                      command "/usr/bin/node" "/root/node_modules/@abandonware/bluetooth-hci-socket/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                      

                                      Also den /root-User Ordner?

                                      AlCalzoneA 1 Antwort Letzte Antwort
                                      0
                                      • StabilostickS Stabilostick

                                        @AlCalzone

                                        Sehe ich da nicht schon wieder in seinem Log-Schnipsel:

                                        command "/usr/bin/node" "/root/node_modules/@abandonware/bluetooth-hci-socket/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                        

                                        Also den /root-User Ordner?

                                        AlCalzoneA Offline
                                        AlCalzoneA Offline
                                        AlCalzone
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #28

                                        @Stabilostick Hast Recht

                                        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                        1 Antwort Letzte Antwort
                                        0
                                        • MathiasJM Offline
                                          MathiasJM Offline
                                          MathiasJ
                                          schrieb am zuletzt editiert von MathiasJ
                                          #29

                                          dann stimmt aber etwas anderes nicht. ich habe 2 mal den befehl ausgeführt:
                                          cd /opt/iobroker, dann erst Euren Befehl.
                                          Als Anhang der komplette Log als txt-Datei.
                                          Gruß,
                                          Mathias

                                          log.txt

                                          IObroker auf dem NUC als VM.
                                          Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                                          Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                                          StabilostickS 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          514

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe