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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Problem installation Dash Button

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    376

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Problem installation Dash Button

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
15 Beiträge 6 Kommentatoren 1.6k Aufrufe
  • Ä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.
  • C Offline
    C Offline
    Cliff
    schrieb am zuletzt editiert von
    #5

    Ich hänge mich jetzt einfach einmal an diesen Thread.

    leider habe ich wieder einmal massive Probleme mit dem Amazon-Dash.

    Es ist wieder die übliche Meldung wegen der falschen Nodejs Version.

    > controller[0]: the module (for instance, usingnpm rebuildornpm install`).

    Caught 2018-12-15 15:02:36.102 error by controller[0]: NODE_MODULE_VERSION 57. Please try re-compiling or re-installing

    Caught 2018-12-15 15:02:36.101 error by controller[0]: NODE_MODULE_VERSION 64. This version of Node.js requires `

    ich habe den Dash- Button nun schon dreimal erfolgreich ans Laufen bekommen. nach kleineren Eingriffen geht dann mal wieder nichts.

    Nach der Aktion mit den neuen Clud- Adaptern lief er nicht, liess sich dann aber nach eingem hin- und her doch zur Funktion bringen.

    Nun war ich so frech und habe nur den Raspi gebootet. zack - geht er wieder nicht.

    Habe jetzt schon so ziemlich alles durch (Bis hin zur harten Deinstallation - Ordner des Adapters gelöscht).

    NPM rebuild bringt leider gar nichts.

    Ich kriege das Ding zum Verrecken nicht ans Laufen.

    Derzeit bei mir

    nodejs -v : v8.11.1

    node -v : v6.10.3

    npm -v : 5.7.1

    IoBroker selber meckert etwas über NodeJs 10 ????

    Aktuell kann ich leider keine 'exakten' Fehlermeldungen einstellen da das ganze System lagt und ich keinen Zugriff habe (Nur Putty).

    Steuerung selber läuft aber…

    1 Antwort Letzte Antwort
    0
    • C Offline
      C Offline
      Cliff
      schrieb am zuletzt editiert von
      #6

      Hat sich erledigt. Läuft wieder…

      1 Antwort Letzte Antwort
      0
      • A Offline
        A Offline
        Allodo
        schrieb am zuletzt editiert von
        #7

        Bei mir funktioniert es derzeit auch nicht, egal ob über Admin, Console, Katze mit den 2 Githubs :(

        ! ````
        $ ./iobroker add amazon-dash --host odroidc2
        NPM version: 6.4.1
        npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call)
        WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
        ! E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
        ! ../socket_watcher.cpp: In static member function 'static void SocketWatcher::Callback(uv_poll_t*, int, int)':../socket_watcher.cpp:77:60: warning: 'v8::Local v8::valueNan::MakeCallback(v8::Localv8::object, v8::Localv8::function, int, v8::Localv8::value)' is deprecated [-Wdeprecated-declarations]
        Nan::MakeCallback(watcher->handle(), callback, argc, argv);
        ^
        ! In file included from ../socket_watcher.hpp:8:0, from ../socket_watcher.cpp:5:
        ../../nan/nan.h:959:46: note: declared here
        NAN_DEPRECATED inline v8::Local v8::valueMakeCallback(
        ^
        ! ../pcap_binding.cc:2:23: fatal error: pcap/pcap.h: No such file or directorycompilation terminated.
        ! make: *** [Release/obj.target/pcap_binding/pcap_binding.o] Error 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:262:23)
        gyp ERR! stack at emitTwo (events.js:126:13)
        gyp ERR! stack at ChildProcess.emit (events.js:214:7)
        gyp ERR! stack
        at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)gyp ERR! System Linux 4.18.8-odroidc2
        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/pcap
        gyp ERR! node -v v8.14.0
        ! gyp ERR! node-gyp -v v3.8.0gyp ERR! not ok
        ! npm
        ERR! code ELIFECYCLE
        npm ERR! errno 1
        npm ERR! pcap@2.1.0 install: node-gyp rebuildnpm ERR!
        Exit status 1npm ERR!
        npm ERR! Failed at the pcap@2.1.0 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/2018-12-27T15_47_14_394Z-debug.log
        ! host.odroidc2 install adapter amazon-dash
        NPM version: 6.4.1
        npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call)
        WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
        ! E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
        ! ../socket_watcher.cpp: In static member function 'static void SocketWatcher::Callback(uv_poll_t
        , int, int)':../socket_watcher.cpp:77:60: warning: 'v8::Local v8::valueNan::MakeCallback(v8::Localv8::object, v8::Localv8::function, int, v8::Localv8::value)' is deprecated [-Wdeprecated-declarations]
        Nan::MakeCallback(watcher->handle(), callback, argc, argv);
        ^
        ! In file included from ../socket_watcher.hpp:8:0, from ../socket_watcher.cpp:5:
        ../../nan/nan.h:959:46: note: declared here
        NAN_DEPRECATED inline v8::Local v8::valueMakeCallback(
        ^
        ! ../pcap_binding.cc:2:23: fatal error: pcap/pcap.h: No such file or directorycompilation terminated.
        ! make: *** [Release/obj.target/pcap_binding/pcap_binding.o] Error 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:262:23)
        gyp ERR! stack at emitTwo (events.js:126:13)
        gyp ERR! stack at ChildProcess.emit (events.js:214:7)
        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
        ! gyp ERR! System Linux 4.18.8-odroidc2gyp
        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/pcap
        gyp ERR! node -v v8.14.0
        ! gyp ERR! node-gyp -v v3.8.0gyp ERR! not ok
        ! npm
        ERR! code ELIFECYCLEnpm
        ERR! errno 1
        npm ERR! pcap@2.1.0 install: node-gyp rebuildnpm ERR! Exit status 1
        ! npm ERR! npm ERR! Failed at the pcap@2.1.0 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/2018-12-27T15_48_21_762Z-debug.log
        ! host.odroidc2 install adapter amazon-dash
        NPM version: 6.4.1
        npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call)
        WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
        ! E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
        ! ../socket_watcher.cpp: In static member function 'static void SocketWatcher::Callback(uv_poll_t
        , int, int)':../socket_watcher.cpp:77:60: warning: 'v8::Local v8::valueNan::MakeCallback(v8::Localv8::object, v8::Localv8::function, int, v8::Localv8::value*)' is deprecated [-Wdeprecated-declarations]
        Nan::MakeCallback(watcher->handle(), callback, argc, argv);
        ^
        ! In file included from ../socket_watcher.hpp:8:0, from ../socket_watcher.cpp:5:
        ../../nan/nan.h:959:46: note: declared here
        NAN_DEPRECATED inline v8::Local v8::valueMakeCallback(
        ^
        ! ../pcap_binding.cc:2:23: fatal error: pcap/pcap.h: No such file or directorycompilation terminated.
        ! make: *** [Release/obj.target/pcap_binding/pcap_binding.o] Error 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:262:23)
        gyp ERR! stack at emitTwo (events.js:126:13)
        gyp ERR! stack at ChildProcess.emit (events.js:214:7)
        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
        ! gyp ERR! System Linux 4.18.8-odroidc2gyp
        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/pcap
        gyp ERR! node -v v8.14.0
        gyp ERR! node-gyp -v v3.8.0
        gyp
        ERR! not ok
        npm
        ERR! code ELIFECYCLEnpm
        ERR! errno 1
        npm
        ERR! pcap@2.1.0 install: node-gyp rebuildnpm ERR! Exit status 1
        npm ERR!
        npm ERR!
        Failed at the pcap@2.1.0 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/2018-12-27T15_49_25_637Z-debug.log
        ! host.odroidc2 install adapter amazon-dash
        ERROR: host.odroidc2 Cannot install amazon-dash
        ERROR: process exited with code 13</v8::value></v8::value></v8::function></v8::object></v8::value></v8::value></v8::value></v8::function></v8::object></v8::value></v8::value></v8::value></v8::function></v8::object></v8::value>

        1 Antwort Letzte Antwort
        0
        • D Offline
          D Offline
          der_timo
          schrieb am zuletzt editiert von
          #8

          Hallo, ich klinke mich auch mal mit ein…

          Adapter installieren klappt nach einigem hin und her. Aber er wird nicht grün. Oder tut er das nur wenn der Button gedrückt wurde? Aber selbst dann tut er es nicht.

          Fehlermeldungen bekomme ich nun übrigens keine mehr während der Installation. Kann ich sonst noch wo prüfen woran es liegen könnte?

          Gruß,

          Timo

          1 Antwort Letzte Antwort
          0
          • apollon77A Offline
            apollon77A Offline
            apollon77
            schrieb am zuletzt editiert von
            #9

            @Allodo:

            Bei mir funktioniert es derzeit auch nicht, egal ob über Admin, Console, Katze mit den 2 Githubs :(

            ! $ ./iobroker add amazon-dash --host odroidc2 NPM version: 6.4.1 npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. ! E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? ! ../socket_watcher.cpp: In static member function 'static void SocketWatcher::Callback(uv_poll_t*, int, int)':../socket_watcher.cpp:77:60: warning: 'v8::Local <v8::value>Nan::MakeCallback(v8::Local<v8::object>, v8::Local<v8::function>, int, v8::Local<v8::value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(watcher->handle(), callback, argc, argv); ^ ! In file included from ../socket_watcher.hpp:8:0, from ../socket_watcher.cpp:5: ../../nan/nan.h:959:46: note: declared here NAN_DEPRECATED inline v8::Local <v8::value>MakeCallback( ^ ! ../pcap_binding.cc:2:23: fatal error: pcap/pcap.h: No such file or directorycompilation terminated. ! make: *** [Release/obj.target/pcap_binding/pcap_binding.o] Error 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:262:23) gyp ERR! stack at emitTwo (events.js:126:13) gyp ERR! stack at ChildProcess.emit (events.js:214:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)gyp ERR! System Linux 4.18.8-odroidc2 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/pcap gyp ERR! node -v v8.14.0 ! gyp ERR! node-gyp -v v3.8.0gyp ERR! not ok ! npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! pcap@2.1.0 install: `node-gyp rebuild`npm ERR! Exit status 1npm ERR! npm ERR! Failed at the pcap@2.1.0 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/2018-12-27T15_47_14_394Z-debug.log ! host.odroidc2 install adapter amazon-dash NPM version: 6.4.1 npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. ! E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? ! ../socket_watcher.cpp: In static member function 'static void SocketWatcher::Callback(uv_poll_t*, int, int)':../socket_watcher.cpp:77:60: warning: 'v8::Local <v8::value>Nan::MakeCallback(v8::Local<v8::object>, v8::Local<v8::function>, int, v8::Local<v8::value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(watcher->handle(), callback, argc, argv); ^ ! In file included from ../socket_watcher.hpp:8:0, from ../socket_watcher.cpp:5: ../../nan/nan.h:959:46: note: declared here NAN_DEPRECATED inline v8::Local <v8::value>MakeCallback( ^ ! ../pcap_binding.cc:2:23: fatal error: pcap/pcap.h: No such file or directorycompilation terminated. ! make: *** [Release/obj.target/pcap_binding/pcap_binding.o] Error 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:262:23) gyp ERR! stack at emitTwo (events.js:126:13) gyp ERR! stack at ChildProcess.emit (events.js:214:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12) ! gyp ERR! System Linux 4.18.8-odroidc2gyp 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/pcap gyp ERR! node -v v8.14.0 ! gyp ERR! node-gyp -v v3.8.0gyp ERR! not ok ! npm ERR! code ELIFECYCLEnpm ERR! errno 1 npm ERR! pcap@2.1.0 install: `node-gyp rebuild`npm ERR! Exit status 1 ! npm ERR! npm ERR! Failed at the pcap@2.1.0 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/2018-12-27T15_48_21_762Z-debug.log ! host.odroidc2 install adapter amazon-dash NPM version: 6.4.1 npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. ! E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? ! ../socket_watcher.cpp: In static member function 'static void SocketWatcher::Callback(uv_poll_t*, int, int)':../socket_watcher.cpp:77:60: warning: 'v8::Local <v8::value>Nan::MakeCallback(v8::Local<v8::object>, v8::Local<v8::function>, int, v8::Local<v8::value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(watcher->handle(), callback, argc, argv); ^ ! In file included from ../socket_watcher.hpp:8:0, from ../socket_watcher.cpp:5: ../../nan/nan.h:959:46: note: declared here NAN_DEPRECATED inline v8::Local <v8::value>MakeCallback( ^ ! ../pcap_binding.cc:2:23: fatal error: pcap/pcap.h: No such file or directorycompilation terminated. ! make: *** [Release/obj.target/pcap_binding/pcap_binding.o] Error 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:262:23) gyp ERR! stack at emitTwo (events.js:126:13) gyp ERR! stack at ChildProcess.emit (events.js:214:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12) ! gyp ERR! System Linux 4.18.8-odroidc2gyp 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/pcap gyp ERR! node -v v8.14.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm ERR! code ELIFECYCLEnpm ERR! errno 1 npm ERR! pcap@2.1.0 install: `node-gyp rebuild`npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the pcap@2.1.0 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/2018-12-27T15_49_25_637Z-debug.log ! host.odroidc2 install adapter amazon-dash ERROR: host.odroidc2 Cannot install amazon-dash ERROR: process exited with code 13</v8::value></v8::value></v8::function></v8::object></v8::value></v8::value></v8::value></v8::function></v8::object></v8::value></v8::value></v8::value></v8::function></v8::object></v8::value> `
            Entweder den add Befehl von oben manuell mit sudo ausführen oder siehe readme vom Adapter die nötigen Linux Pakete selbst vorher installieren. Da fehlt das pcap Linux Paket.

            Gesendet vom Handy …

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Antwort Letzte Antwort
            0
            • apollon77A Offline
              apollon77A Offline
              apollon77
              schrieb am zuletzt editiert von
              #10

              @der_timo:

              Hallo, ich klinke mich auch mal mit ein…

              Adapter installieren klappt nach einigem hin und her. Aber er wird nicht grün. Oder tut er das nur wenn der Button gedrückt wurde? Aber selbst dann tut er es nicht.

              Fehlermeldungen bekomme ich nun übrigens keine mehr während der Installation. Kann ich sonst noch wo prüfen woran es liegen könnte?

              Gruß,

              Timo `
              Wenn er nicht grün wird stehen an sich im log irgendwelche Meldungen. Was steht denn im iobroker log wenn du die instanz startest?

              Gesendet vom Handy …

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              1 Antwort Letzte Antwort
              0
              • S Offline
                S Offline
                Siegfried
                Forum Testing
                schrieb am zuletzt editiert von
                #11

                meine Meldungen:

                amazon-dash.0 2018-12-27 20:54:26.226 info terminating

                amazon-dash.0 2018-12-27 20:54:26.213 info cleaned everything up…

                amazon-dash.0 2018-12-27 20:54:26.213 error at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:787:25)

                amazon-dash.0 2018-12-27 20:54:26.213 error at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:748:13)

                amazon-dash.0 2018-12-27 20:54:26.213 error at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:788:29

                amazon-dash.0 2018-12-27 20:54:26.213 error at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4990:18)

                amazon-dash.0 2018-12-27 20:54:26.213 error at Adapter.emit (events.js:208:7)

                amazon-dash.0 2018-12-27 20:54:26.213 error at emitNone (events.js:106:13)

                amazon-dash.0 2018-12-27 20:54:26.213 error at Adapter. <anonymous>(/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:43:5)

                amazon-dash.0 2018-12-27 20:54:26.213 error at main (/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:78:29)

                amazon-dash.0 2018-12-27 20:54:26.213 error at Object.exports.createSession (/opt/iobroker/node_modules/pcap/pcap.js:123:12)

                amazon-dash.0 2018-12-27 20:54:26.213 error at new PcapSession (/opt/iobroker/node_modules/pcap/pcap.js:49:39)

                amazon-dash.0 2018-12-27 20:54:26.213 error Error: socket: Operation not permitted

                amazon-dash.0 2018-12-27 20:54:26.213 error uncaught exception: socket: Operation not permitted

                amazon-dash.0 2018-12-27 20:54:26.205 info starting pcap session on default interface

                amazon-dash.0 2018-12-27 20:54:26.202 info starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.amazon-dash, node: v8.15.0

                amazon-dash.0 2018-12-27 20:54:26.086 info States connected to redis: 127.0.0.1:6379</anonymous></anonymous>

                1 Antwort Letzte Antwort
                0
                • D Offline
                  D Offline
                  der_timo
                  schrieb am zuletzt editiert von
                  #12

                  host.raspberrypi 2018-12-27 20:49:48.475 info Restart adapter system.adapter.amazon-dash.0 because enabled

                  host.raspberrypi 2018-12-27 20:49:48.475 error instance system.adapter.amazon-dash.0 terminated with code 0 (OK)

                  Caught 2018-12-27 20:49:48.474 error by controller[0]: at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:787:25)

                  Caught 2018-12-27 20:49:48.473 error by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:748:13)

                  Caught 2018-12-27 20:49:48.473 error by controller[0]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:788:29

                  Caught 2018-12-27 20:49:48.472 error by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4990:18)

                  Caught 2018-12-27 20:49:48.471 error by controller[0]: at Adapter.emit (events.js:208:7)

                  Caught 2018-12-27 20:49:48.470 error by controller[0]: at emitNone (events.js:106:13)

                  Caught 2018-12-27 20:49:48.469 error by controller[0]: at Adapter. <anonymous>(/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:43:5)

                  Caught 2018-12-27 20:49:48.469 error by controller[0]: at main (/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:78:29)

                  Caught 2018-12-27 20:49:48.468 error by controller[0]: at Object.exports.createSession (/opt/iobroker/node_modules/pcap/pcap.js:123:12)

                  Caught 2018-12-27 20:49:48.468 error by controller[0]: at new PcapSession (/opt/iobroker/node_modules/pcap/pcap.js:49:39)

                  Caught 2018-12-27 20:49:48.456 error by controller[0]: Error: socket: Operation not permitted

                  host.raspberrypi 2018-12-27 20:49:30.635 info instance system.adapter.amazon-dash.0 started with pid 12745

                  host.raspberrypi 2018-12-27 20:49:00.605 info Restart adapter system.adapter.amazon-dash.0 because enabled</anonymous></anonymous>

                  1 Antwort Letzte Antwort
                  0
                  • A Offline
                    A Offline
                    Allodo
                    schrieb am zuletzt editiert von
                    #13

                    > Da fehlt das pcap Linux Paket.

                    Danke , ich habe dies jetzt mit "sudo apt-get install libpcap-dev" nachinstalliert und jetzt wurde der Adapter einwandfrei installiert :)

                    Bei mir wird er allerdings auch nicht grün :(

                    ! ````
                    host.odroidc2 2018-12-28 08:38:41.601 error instance system.adapter.amazon-dash.0 terminated with code 0 (OK)
                    host.odroidc2 2018-12-28 08:38:41.601 error Caught by controller[0]: at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:787:25)
                    host.odroidc2 2018-12-28 08:38:41.601 error Caught by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:748:13)
                    host.odroidc2 2018-12-28 08:38:41.600 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:788:29
                    host.odroidc2 2018-12-28 08:38:41.600 error Caught by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4990:18)
                    host.odroidc2 2018-12-28 08:38:41.600 error Caught by controller[0]: at Adapter.emit (events.js:208:7)
                    host.odroidc2 2018-12-28 08:38:41.600 error Caught by controller[0]: at emitNone (events.js:106:13)
                    host.odroidc2 2018-12-28 08:38:41.600 error Caught by controller[0]: at Adapter. <anonymous>(/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:43:5)
                    host.odroidc2 2018-12-28 08:38:41.600 error Caught by controller[0]: at main (/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:78:29)
                    host.odroidc2 2018-12-28 08:38:41.600 error Caught by controller[0]: at Object.exports.createSession (/opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/pcap.js:123:12)
                    host.odroidc2 2018-12-28 08:38:41.600 error Caught by controller[0]: at new PcapSession (/opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/pcap.js:49:39)</anonymous></anonymous>

                    1 Antwort Letzte Antwort
                    0
                    • apollon77A Offline
                      apollon77A Offline
                      apollon77
                      schrieb am zuletzt editiert von
                      #14

                      Bei den anderen mit „Operation not permitted“ Sicht mal damit im Forum. Das sind Rechteprobleme

                      Gesendet vom Handy …

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      1 Antwort Letzte Antwort
                      0
                      • A Offline
                        A Offline
                        Allodo
                        schrieb am zuletzt editiert von
                        #15

                        Mit dieser Problemlösung ging es dann bei mir und der Dash Button wird richtig erkannt und der Datenpunkt wird eingetragen: https://www.forum.iobroker.net/viewtopic.php?t=12091

                        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

                        533

                        Online

                        32.7k

                        Benutzer

                        82.5k

                        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