Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Iobroker Installation

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    6
    1
    130

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.8k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    759

Iobroker Installation

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
7 Beiträge 2 Kommentatoren 610 Aufrufe 2 Beobachtet
  • Ä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.
  • Sebastian 0S Offline
    Sebastian 0S Offline
    Sebastian 0
    schrieb am zuletzt editiert von Sebastian 0
    #1

    Hallo zusammen,

    ich habe beim installieren von iobroker noch nie wirklich darauf geachtet, heute habe ich diesen Part hier gefunden:

    ==========================================================================
        Installing ioBroker (3/4)
    ==========================================================================
    
    In file included from ../../nan/nan.h:56,
                     from ../src/main.cpp:3:
    /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t 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]
      758 |       (node::addon_register_func) (regfunc),                          \
          |                                           ^
    /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
      792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
          |   ^~~~~~~~~~~~~
    ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
       42 | NODE_MODULE(diskusage, Init)
          | ^~~~~~~~~~~
    In file included from ../../nan/nan.h:56,
                     from ../src/unix_dgram.cc:5:
    /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t 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]
      758 |       (node::addon_register_func) (regfunc),                          \
          |                                           ^
    /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
      792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
          |   ^~~~~~~~~~~~~
    ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
      404 | NODE_MODULE(unix_dgram, Initialize)
          | ^~~~~~~~~~~
    
    ATTENTION: Error reporting via Sentry will be activated on next start of ioBroke                                                                                                                                                             r
    
    ioBroker wants to make sure to deliver the most stable smart home system.
    To allow this we decided to implement an automatic error and crash reporting sol                                                                                                                                                             ution into the js-controller and also into adapters.
    
    THIS REPORTING WILL BE ENABLED WITH THE NEXT START OF YOUR IOBROKER!
    
    For any error that leads to the crash of the js-controller or one of the relevan                                                                                                                                                             t adapters the error details are send to a server. For the js-controller and cor                                                                                                                                                             e adapters this server is located and operated in germany. For community adapter                                                                                                                                                             s please check the Github Readme of the affected adapter for details which Sentr                                                                                                                                                             y server is used.
    
    If you want to disable the error reporting you can use the command
    'iobroker plugin disable sentry'
    This command will also make sure that no adapter that runs on this host will sen                                                                                                                                                             d crash reporting data to sentry.
    
    

    ist das normal oder könnte das Probleme geben?

    Danke und Gruß
    Sebastian

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • Sebastian 0S Sebastian 0

      Hallo zusammen,

      ich habe beim installieren von iobroker noch nie wirklich darauf geachtet, heute habe ich diesen Part hier gefunden:

      ==========================================================================
          Installing ioBroker (3/4)
      ==========================================================================
      
      In file included from ../../nan/nan.h:56,
                       from ../src/main.cpp:3:
      /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t 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]
        758 |       (node::addon_register_func) (regfunc),                          \
            |                                           ^
      /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
        792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
            |   ^~~~~~~~~~~~~
      ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
         42 | NODE_MODULE(diskusage, Init)
            | ^~~~~~~~~~~
      In file included from ../../nan/nan.h:56,
                       from ../src/unix_dgram.cc:5:
      /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t 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]
        758 |       (node::addon_register_func) (regfunc),                          \
            |                                           ^
      /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
        792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
            |   ^~~~~~~~~~~~~
      ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
        404 | NODE_MODULE(unix_dgram, Initialize)
            | ^~~~~~~~~~~
      
      ATTENTION: Error reporting via Sentry will be activated on next start of ioBroke                                                                                                                                                             r
      
      ioBroker wants to make sure to deliver the most stable smart home system.
      To allow this we decided to implement an automatic error and crash reporting sol                                                                                                                                                             ution into the js-controller and also into adapters.
      
      THIS REPORTING WILL BE ENABLED WITH THE NEXT START OF YOUR IOBROKER!
      
      For any error that leads to the crash of the js-controller or one of the relevan                                                                                                                                                             t adapters the error details are send to a server. For the js-controller and cor                                                                                                                                                             e adapters this server is located and operated in germany. For community adapter                                                                                                                                                             s please check the Github Readme of the affected adapter for details which Sentr                                                                                                                                                             y server is used.
      
      If you want to disable the error reporting you can use the command
      'iobroker plugin disable sentry'
      This command will also make sure that no adapter that runs on this host will sen                                                                                                                                                             d crash reporting data to sentry.
      
      

      ist das normal oder könnte das Probleme geben?

      Danke und Gruß
      Sebastian

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #2

      @sebastian-0

      Bitte keine Screenshots, Text auch als Text in CodeTags hier rein.

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

      Sebastian 0S 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @sebastian-0

        Bitte keine Screenshots, Text auch als Text in CodeTags hier rein.

        Sebastian 0S Offline
        Sebastian 0S Offline
        Sebastian 0
        schrieb am zuletzt editiert von
        #3

        @thomas-braun done :-)

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • Sebastian 0S Sebastian 0

          @thomas-braun done :-)

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #4

          @sebastian-0
          Jetzt kann ich das auch lesen.
          Steht aber nix wildes drin.

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

          Sebastian 0S 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @sebastian-0
            Jetzt kann ich das auch lesen.
            Steht aber nix wildes drin.

            Sebastian 0S Offline
            Sebastian 0S Offline
            Sebastian 0
            schrieb am zuletzt editiert von Sebastian 0
            #5

            @thomas-braun diese "Schnipsel"

            n file included from ../../nan/nan.h:56,
                             from ../src/main.cpp:3:
            /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t 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]
              758 |       (node::addon_register_func) (regfunc),                          \
                  |                                           ^
            /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
              792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
                  |   ^~~~~~~~~~~~~
            ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
               42 | NODE_MODULE(diskusage, Init)
                  | ^~~~~~~~~~~
            In file included from ../../nan/nan.h:56,
                             from ../src/unix_dgram.cc:5:
            /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t 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]
              758 |       (node::addon_register_func) (regfunc),                          \
                  |                                           ^
            /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
              792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
                  |   ^~~~~~~~~~~~~
            ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
              404 | NODE_MODULE(unix_dgram, Initialize)
            

            und das ATTENTION hat mich etwas stutzig gemacht.

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • Sebastian 0S Sebastian 0

              @thomas-braun diese "Schnipsel"

              n file included from ../../nan/nan.h:56,
                               from ../src/main.cpp:3:
              /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t 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]
                758 |       (node::addon_register_func) (regfunc),                          \
                    |                                           ^
              /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
                792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
                    |   ^~~~~~~~~~~~~
              ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                 42 | NODE_MODULE(diskusage, Init)
                    | ^~~~~~~~~~~
              In file included from ../../nan/nan.h:56,
                               from ../src/unix_dgram.cc:5:
              /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:758:43: warning: cas                                                                                                                                                             t 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]
                758 |       (node::addon_register_func) (regfunc),                          \
                    |                                           ^
              /home/sebastian/.cache/node-gyp/14.16.0/include/node/node.h:792:3: note: in expa                                                                                                                                                             nsion of macro ‘NODE_MODULE_X’
                792 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                             usage)
                    |   ^~~~~~~~~~~~~
              ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                404 | NODE_MODULE(unix_dgram, Initialize)
              

              und das ATTENTION hat mich etwas stutzig gemacht.

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #6

              @sebastian-0 Alles nix wildes. Normale Meldungen, wenn was kompiliert wird.
              Und ATTENTION ist ja nur ein Hinweis, dass mit dem nächsten boot sentry aktiviert wird.

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

              Sebastian 0S 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @sebastian-0 Alles nix wildes. Normale Meldungen, wenn was kompiliert wird.
                Und ATTENTION ist ja nur ein Hinweis, dass mit dem nächsten boot sentry aktiviert wird.

                Sebastian 0S Offline
                Sebastian 0S Offline
                Sebastian 0
                schrieb am zuletzt editiert von
                #7

                @thomas-braun alles klar, vielen dank!

                1 Antwort Letzte Antwort
                0

                Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                Registrieren Anmelden
                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

                447

                Online

                32.9k

                Benutzer

                83.0k

                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