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. Error/Bug
  4. Time Out Instancen Installation

NEWS

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

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

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

Time Out Instancen Installation

Geplant Angeheftet Gesperrt Verschoben Ungelöst Error/Bug
raspberry
60 Beiträge 5 Kommentatoren 4.1k Aufrufe 4 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.
  • Thomas BraunT Thomas Braun

    @Cedrik1
    Das ist auch für node10 nicht der letzte Stand.

    sudo apt update
    sudo apt dist-upgrade
    

    Ich würde allerdings gleich auf node12 gehen. Update wie hier:
    https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

    Meister MopperM Abwesend
    Meister MopperM Abwesend
    Meister Mopper
    schrieb am zuletzt editiert von
    #40

    @Thomas-Braun vielleicht kannst Du mir mal wieder die Augen öffnen hier empfiehlst Du:

    sudo apt update
    sudo apt dist-upgrade 
    

    Im Netz kursieren Meinungen, dass bei apt "full-upgrade" verwendet werden soll, bei apt-get "dist-upgrade", weil in beiden Fällen die Abhängigkeiten und unnötige Packete geprüft werden. Sagst Du mir bitte, was nun richtig ist?

    Proxmox und HA

    GlasfaserG Thomas BraunT 2 Antworten Letzte Antwort
    0
    • Meister MopperM Meister Mopper

      @Thomas-Braun vielleicht kannst Du mir mal wieder die Augen öffnen hier empfiehlst Du:

      sudo apt update
      sudo apt dist-upgrade 
      

      Im Netz kursieren Meinungen, dass bei apt "full-upgrade" verwendet werden soll, bei apt-get "dist-upgrade", weil in beiden Fällen die Abhängigkeiten und unnötige Packete geprüft werden. Sagst Du mir bitte, was nun richtig ist?

      GlasfaserG Offline
      GlasfaserG Offline
      Glasfaser
      schrieb am zuletzt editiert von
      #41

      @Meister-Mopper sagte in Time Out Instancen Installation:

      sudo apt dist-upgrade

      Wenn es dir reicht ... hier hat er es erklärt

      https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

      Meister MopperM 1 Antwort Letzte Antwort
      0
      • GlasfaserG Glasfaser

        @Meister-Mopper sagte in Time Out Instancen Installation:

        sudo apt dist-upgrade

        Wenn es dir reicht ... hier hat er es erklärt

        https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

        Meister MopperM Abwesend
        Meister MopperM Abwesend
        Meister Mopper
        schrieb am zuletzt editiert von
        #42

        @Glasfaser den Beitrag kenne ich ja, ich habe mich dafür im thread explizit bedankt. Aber mir ist nicht klar, was der Unterschied zwischen dist-upgrade und full-upgrade ist, da gehen im Netz die Meinungen auseinander.

        Proxmox und HA

        1 Antwort Letzte Antwort
        0
        • Meister MopperM Meister Mopper

          @Thomas-Braun vielleicht kannst Du mir mal wieder die Augen öffnen hier empfiehlst Du:

          sudo apt update
          sudo apt dist-upgrade 
          

          Im Netz kursieren Meinungen, dass bei apt "full-upgrade" verwendet werden soll, bei apt-get "dist-upgrade", weil in beiden Fällen die Abhängigkeiten und unnötige Packete geprüft werden. Sagst Du mir bitte, was nun richtig ist?

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

          @Meister-Mopper
          Das hat mit der Verwendung von apt oder apt-get nichts zu tun. Lediglich der Umfang der installierten Pakete ändert sich.
          upgrade - Keine neuen Pakete
          dist-upgrade - Neue Abhängigkeiten werden mit installiert
          full-upgrade - Wird nur bei Upgrade des Releases verwendet, zieht dir das System komplett auf links

          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

          Meister MopperM 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @Meister-Mopper
            Das hat mit der Verwendung von apt oder apt-get nichts zu tun. Lediglich der Umfang der installierten Pakete ändert sich.
            upgrade - Keine neuen Pakete
            dist-upgrade - Neue Abhängigkeiten werden mit installiert
            full-upgrade - Wird nur bei Upgrade des Releases verwendet, zieht dir das System komplett auf links

            Meister MopperM Abwesend
            Meister MopperM Abwesend
            Meister Mopper
            schrieb am zuletzt editiert von
            #44

            @Thomas-Braun was meint "auf links"?

            Proxmox und HA

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • GlasfaserG Glasfaser

              @Cedrik1 sagte in Time Out Instancen Installation:

              Controller "js-controller" : 3.1.6 , installed 1.5.11 [Updateable]

              Hast du dort mal was geupdate ... igendwelche Code´s aus dem I-Net genutzt ?

              @Thomas-Braun @Homoran

              Wie geht denn das in einem fertigen Image !?
              Habt ihr eine Idee .

              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #45

              @Glasfaser sagte in Time Out Instancen Installation:

              Wie geht denn das in einem fertigen Image !?

              das ist auch nix anderes als eine normale Installation.

              iobroker stop
              iobroker update
              iobroker upgrade self
              iobroker start
              

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              GlasfaserG 1 Antwort Letzte Antwort
              0
              • Meister MopperM Meister Mopper

                @Thomas-Braun was meint "auf links"?

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

                @Meister-Mopper Aus einem 'stretch' wird z. B. ein 'buster'.

                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

                Meister MopperM 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @Meister-Mopper Aus einem 'stretch' wird z. B. ein 'buster'.

                  Meister MopperM Abwesend
                  Meister MopperM Abwesend
                  Meister Mopper
                  schrieb am zuletzt editiert von
                  #47

                  @Thomas-Braun Ah, okay, solchen input benötigt mein rudimentäres Linux-Verständnis. Danke! :+1: :blush:

                  Proxmox und HA

                  1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @Glasfaser sagte in Time Out Instancen Installation:

                    Wie geht denn das in einem fertigen Image !?

                    das ist auch nix anderes als eine normale Installation.

                    iobroker stop
                    iobroker update
                    iobroker upgrade self
                    iobroker start
                    
                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von Glasfaser
                    #48

                    @Homoran sagte in Time Out Instancen Installation:

                    Wie geht denn das in einem fertigen Image !?

                    Damit meinte ich eigentlich ... wie kommt die 1.5.11 in ein fertiges Image , wie bei Ihm .

                    Controller "js-controller" : 3.1.6 , installed 1.5.11 [Updateable]

                    nach dem Link ist die Version "mit dem js-controller v2.1.1 nach Stand vom 27.11.2019."

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                    0
                    • HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #49

                      Wieso in dem Image noch eine 1er Version drin ist verstehe ich nicht.
                      leider habe ich diese im Readme
                      https://www.iobroker.net/#de/download?ioBroker_Image_RPi_2-3-4_piVCCU_20190723_buster.md
                      nicht erwähnt, sondern nur:

                      mit dem js-controller nach Stand vom 23.07.2019

                      Ich kann nicht glauben, dass es da noch die 1.x gab

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      GlasfaserG 1 Antwort Letzte Antwort
                      0
                      • GlasfaserG Glasfaser

                        @Homoran sagte in Time Out Instancen Installation:

                        Wie geht denn das in einem fertigen Image !?

                        Damit meinte ich eigentlich ... wie kommt die 1.5.11 in ein fertiges Image , wie bei Ihm .

                        Controller "js-controller" : 3.1.6 , installed 1.5.11 [Updateable]

                        nach dem Link ist die Version "mit dem js-controller v2.1.1 nach Stand vom 27.11.2019."

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

                        @Glasfaser
                        Ich weiß ja, warum ich grundsätzlich keine Images verwende...

                        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

                        HomoranH 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @Glasfaser
                          Ich weiß ja, warum ich grundsätzlich keine Images verwende...

                          HomoranH Nicht stören
                          HomoranH Nicht stören
                          Homoran
                          Global Moderator Administrators
                          schrieb am zuletzt editiert von
                          #51

                          @Thomas-Braun :rage:

                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
                          0
                          • HomoranH Homoran

                            Wieso in dem Image noch eine 1er Version drin ist verstehe ich nicht.
                            leider habe ich diese im Readme
                            https://www.iobroker.net/#de/download?ioBroker_Image_RPi_2-3-4_piVCCU_20190723_buster.md
                            nicht erwähnt, sondern nur:

                            mit dem js-controller nach Stand vom 23.07.2019

                            Ich kann nicht glauben, dass es da noch die 1.x gab

                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            schrieb am zuletzt editiert von
                            #52

                            @Homoran sagte in Time Out Instancen Installation:

                            Ich kann nicht glauben, dass es da noch die 1.x gab

                            ich auch nicht ... aber siehe die Ausgabe von Ihm !?

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            1 Antwort Letzte Antwort
                            0
                            • GlasfaserG Glasfaser

                              @Homoran sagte in Time Out Instancen Installation:

                              Wie geht denn das in einem fertigen Image !?

                              Damit meinte ich eigentlich ... wie kommt die 1.5.11 in ein fertiges Image , wie bei Ihm .

                              Controller "js-controller" : 3.1.6 , installed 1.5.11 [Updateable]

                              nach dem Link ist die Version "mit dem js-controller v2.1.1 nach Stand vom 27.11.2019."

                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von Homoran
                              #53

                              @Glasfaser nein, er hat das all-in-one image mit piVCCU, er muss ein deutlich älteres geladen haben

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @Thomas-Braun :rage:

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

                                @Homoran sagte in Time Out Instancen Installation:

                                @Thomas-Braun :rage:

                                Lol

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

                                1 Antwort Letzte Antwort
                                0
                                • HomoranH Homoran

                                  @Thomas-Braun :rage:

                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von
                                  #55

                                  @Homoran sagte in Time Out Instancen Installation:
                                  @Thomas-Braun :rage:

                                  Das Kerlchen ist aber süß :grin:

                                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                  C 1 Antwort Letzte Antwort
                                  0
                                  • GlasfaserG Glasfaser

                                    @Homoran sagte in Time Out Instancen Installation:
                                    @Thomas-Braun :rage:

                                    Das Kerlchen ist aber süß :grin:

                                    C Offline
                                    C Offline
                                    Cedrik1
                                    schrieb am zuletzt editiert von Cedrik1
                                    #56

                                    Hallo,

                                    ich habe eben nochmal das image neu aufgesetzt. Im Terminal wird die selbe iobroker Version angezeigt wie gestern. Aber im Admin Panel ist es die 3.6.2. Auch die Installation der Instanzen ist fehlerhaft. Ping.0 mit timeout by install und web.0 mit Fehler 30.

                                    Ich habe bisher noch keine updates installiert.

                                    
                                    NPM version: 6.9.0
                                    npm install iobroker.ping@1.4.8 --production --save --prefix "/opt/iobroker" (System call)
                                    In file included from ../node_modules/nan/nan.h:190,                 from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
                                    ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
                                       return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                                                   ^~~~~~~~
                                    
                                    In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
                                    ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                                                ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                                                ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    
                                    In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
                                    ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                                                  ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                                                  ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
                                    ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                                                  ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                                                  ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    
                                    In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
                                    ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                         ));
                                         ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                         ));
                                         ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    
                                    In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                    ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                  ^
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       domain      = info[0]->Int32Value();
                                                                         ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       type        = info[1]->Int32Value();
                                                                         ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       protocol    = info[2]->Int32Value();
                                                                         ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                       String::Utf8Value path(info[1]);
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                       explicit Utf8Value(Local<v8::Value> obj));
                                                                ^~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       buf = info[1]->ToObject();
                                                               ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:10046:15: note: declared here
                                     Local<Object> Value::ToObject() const {
                                                   ^~~~~
                                    ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       offset = info[2]->Uint32Value();
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
                                       V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                   ^~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       length = info[3]->Uint32Value();
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
                                       V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                   ^~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                       String::Utf8Value path(info[4]);
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                       explicit Utf8Value(Local<v8::Value> obj));
                                                                ^~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       buf = info[1]->ToObject();
                                                               ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:10046:15: note: declared here
                                     Local<Object> Value::ToObject() const {
                                                   ^~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                       String::Utf8Value path(info[1]);
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                       explicit Utf8Value(Local<v8::Value> obj));
                                                                ^~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    In file included from ../node_modules/nan/nan.h:47,                 from ../src/unix_dgram.cc:5:
                                    ../src/unix_dgram.cc: At global scope:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                           (node::addon_register_func) (regfunc),                          \
                                                                               ^
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                                       NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                       ^~~~~~~~~~~~~
                                    ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
                                     NODE_MODULE(unix_dgram, Initialize)
                                     ^~~~~~~~~~~
                                    
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,                 from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                                    reinterpret_cast<Callback>(callback), type);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                    
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:../node_modules/nan/nan_object_wrap.h:66:61:   required from here
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                    
                                    make: *** [unix_dgram.target.mk:99: Release/obj.target/unix_dgram/src/unix_dgram.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 ChildProcess.emit (events.js:198:13)
                                    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                                    
                                    gyp ERR! System Linux 4.19.58-v7+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                    gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
                                    gyp ERR! node -v v10.16.0
                                    gyp ERR! node-gyp -v v3.8.0
                                    gyp ERR! not ok 
                                    
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/unix-dgram):
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                    
                                    
                                    host.raspberrypi object system.adapter.ping created
                                    got /opt/iobroker/node_modules/iobroker.ping/admin
                                    upload [3] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/words.js words.js application/javascript
                                    upload [2] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/ping.png ping.png image/png
                                    upload [1] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index_m.html index_m.html text/html
                                    upload [0] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index.html index.html text/html
                                    process exited with code 0
                                    NPM version: 6.9.0
                                    npm install iobroker.web@3.0.12 --production --save --prefix "/opt/iobroker" (System call)
                                    npm
                                     WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                    In file included from ../node_modules/nan/nan.h:190,                 from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
                                    ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
                                       return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                                                   ^~~~~~~~
                                    
                                    In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
                                    ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                                                ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                                                ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    
                                    In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
                                    ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                                                  ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                                                  ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
                                    ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                                                  ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                             v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                                                  ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    
                                    In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
                                    ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                         ));
                                         ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    In file included from ../src/unix_dgram.cc:5:
                                    ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                         ));
                                         ^
                                    In file included from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                         __attribute__((deprecated(message))) declarator
                                                                              ^~~~~~~~~~
                                    
                                    In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                    ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                  ^
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       domain      = info[0]->Int32Value();
                                                                         ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       type        = info[1]->Int32Value();
                                                                         ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       protocol    = info[2]->Int32Value();
                                                                         ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                       String::Utf8Value path(info[1]);
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                       explicit Utf8Value(Local<v8::Value> obj));
                                                                ^~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       buf = info[1]->ToObject();
                                                               ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:10046:15: note: declared here
                                     Local<Object> Value::ToObject() const {
                                                   ^~~~~
                                    ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       offset = info[2]->Uint32Value();
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
                                       V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                   ^~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       length = info[3]->Uint32Value();
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
                                       V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                   ^~~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                       String::Utf8Value path(info[4]);
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                       explicit Utf8Value(Local<v8::Value> obj));
                                                                ^~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       buf = info[1]->ToObject();
                                                               ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:10046:15: note: declared here
                                     Local<Object> Value::ToObject() const {
                                                   ^~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                       String::Utf8Value path(info[1]);
                                                                     ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                       explicit Utf8Value(Local<v8::Value> obj));
                                                                ^~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                       fd = info[0]->Int32Value();
                                                                ^
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                     from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                     from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                       V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                  ^~~~~~~~~~
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                       declarator __attribute__((deprecated(message)))
                                       ^~~~~~~~~~
                                    
                                    In file included from ../node_modules/nan/nan.h:47,                 from ../src/unix_dgram.cc:5:
                                    ../src/unix_dgram.cc: At global scope:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                           (node::addon_register_func) (regfunc),                          \
                                                                               ^
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                                       NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                       ^~~~~~~~~~~~~
                                    ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
                                     NODE_MODULE(unix_dgram, Initialize)
                                     ^~~~~~~~~~~
                                    
                                    In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,                 from ../node_modules/nan/nan.h:47,
                                                     from ../src/unix_dgram.cc:5:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                                    /home/iobroker/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                                    reinterpret_cast<Callback>(callback), type);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                    
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:../node_modules/nan/nan_object_wrap.h:66:61:   required from here
                                    /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                    
                                    make: *** [unix_dgram.target.mk:99: Release/obj.target/unix_dgram/src/unix_dgram.o] Error 1
                                    gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2
                                    gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
                                    gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                                    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                                    gyp ERR! System Linux 4.19.58-v7+
                                    gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                    gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
                                    gyp ERR! node -v v10.16.0
                                    
                                    gyp ERR! node-gyp -v v3.8.0gyp ERR! not ok 
                                    
                                    npm
                                     
                                    WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
                                    npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/unix-dgram):
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                    
                                    
                                    ERROR: host.raspberrypi Invalid version of "js-controller". Installed "1.5.11", required ">=2.0.0
                                    ERROR: process exited with code 30
                                    
                                    GlasfaserG 1 Antwort Letzte Antwort
                                    0
                                    • C Cedrik1

                                      Hallo,

                                      ich habe eben nochmal das image neu aufgesetzt. Im Terminal wird die selbe iobroker Version angezeigt wie gestern. Aber im Admin Panel ist es die 3.6.2. Auch die Installation der Instanzen ist fehlerhaft. Ping.0 mit timeout by install und web.0 mit Fehler 30.

                                      Ich habe bisher noch keine updates installiert.

                                      
                                      NPM version: 6.9.0
                                      npm install iobroker.ping@1.4.8 --production --save --prefix "/opt/iobroker" (System call)
                                      In file included from ../node_modules/nan/nan.h:190,                 from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
                                      ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
                                         return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                                                     ^~~~~~~~
                                      
                                      In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
                                      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                                                  ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                                                  ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      
                                      In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
                                      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                                                    ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                                                    ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
                                      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                                                    ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                                                    ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      
                                      In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
                                      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                           ));
                                           ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                           ));
                                           ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      
                                      In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                      ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                    ^
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         domain      = info[0]->Int32Value();
                                                                           ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         type        = info[1]->Int32Value();
                                                                           ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         protocol    = info[2]->Int32Value();
                                                                           ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                         String::Utf8Value path(info[1]);
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                         explicit Utf8Value(Local<v8::Value> obj));
                                                                  ^~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         buf = info[1]->ToObject();
                                                                 ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:10046:15: note: declared here
                                       Local<Object> Value::ToObject() const {
                                                     ^~~~~
                                      ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         offset = info[2]->Uint32Value();
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
                                         V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                     ^~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         length = info[3]->Uint32Value();
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
                                         V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                     ^~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                         String::Utf8Value path(info[4]);
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                         explicit Utf8Value(Local<v8::Value> obj));
                                                                  ^~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         buf = info[1]->ToObject();
                                                                 ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:10046:15: note: declared here
                                       Local<Object> Value::ToObject() const {
                                                     ^~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                         String::Utf8Value path(info[1]);
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                         explicit Utf8Value(Local<v8::Value> obj));
                                                                  ^~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      In file included from ../node_modules/nan/nan.h:47,                 from ../src/unix_dgram.cc:5:
                                      ../src/unix_dgram.cc: At global scope:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                             (node::addon_register_func) (regfunc),                          \
                                                                                 ^
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                                         NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                         ^~~~~~~~~~~~~
                                      ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
                                       NODE_MODULE(unix_dgram, Initialize)
                                       ^~~~~~~~~~~
                                      
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,                 from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                                      reinterpret_cast<Callback>(callback), type);
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:../node_modules/nan/nan_object_wrap.h:66:61:   required from here
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                      
                                      make: *** [unix_dgram.target.mk:99: Release/obj.target/unix_dgram/src/unix_dgram.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 ChildProcess.emit (events.js:198:13)
                                      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                                      
                                      gyp ERR! System Linux 4.19.58-v7+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                      gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
                                      gyp ERR! node -v v10.16.0
                                      gyp ERR! node-gyp -v v3.8.0
                                      gyp ERR! not ok 
                                      
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/unix-dgram):
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                      
                                      
                                      host.raspberrypi object system.adapter.ping created
                                      got /opt/iobroker/node_modules/iobroker.ping/admin
                                      upload [3] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/words.js words.js application/javascript
                                      upload [2] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/ping.png ping.png image/png
                                      upload [1] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index_m.html index_m.html text/html
                                      upload [0] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index.html index.html text/html
                                      process exited with code 0
                                      NPM version: 6.9.0
                                      npm install iobroker.web@3.0.12 --production --save --prefix "/opt/iobroker" (System call)
                                      npm
                                       WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                      In file included from ../node_modules/nan/nan.h:190,                 from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
                                      ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
                                         return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                                                     ^~~~~~~~
                                      
                                      In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
                                      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                                                  ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                                                  ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      
                                      In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
                                      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                                                    ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                                                    ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
                                      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                                                    ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                                                    ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      
                                      In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
                                      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                           ));
                                           ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      In file included from ../src/unix_dgram.cc:5:
                                      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                                           ));
                                           ^
                                      In file included from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                                                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
                                           __attribute__((deprecated(message))) declarator
                                                                                ^~~~~~~~~~
                                      
                                      In file included from ../src/unix_dgram.cc:5:../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                      ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                    ^
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         domain      = info[0]->Int32Value();
                                                                           ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         type        = info[1]->Int32Value();
                                                                           ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         protocol    = info[2]->Int32Value();
                                                                           ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                         String::Utf8Value path(info[1]);
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                         explicit Utf8Value(Local<v8::Value> obj));
                                                                  ^~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         buf = info[1]->ToObject();
                                                                 ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:10046:15: note: declared here
                                       Local<Object> Value::ToObject() const {
                                                     ^~~~~
                                      ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         offset = info[2]->Uint32Value();
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
                                         V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                     ^~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         length = info[3]->Uint32Value();
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
                                         V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                     ^~~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                         String::Utf8Value path(info[4]);
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                         explicit Utf8Value(Local<v8::Value> obj));
                                                                  ^~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         buf = info[1]->ToObject();
                                                                 ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:10046:15: note: declared here
                                       Local<Object> Value::ToObject() const {
                                                     ^~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                                         String::Utf8Value path(info[1]);
                                                                       ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                                                         explicit Utf8Value(Local<v8::Value> obj));
                                                                  ^~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                         fd = info[0]->Int32Value();
                                                                  ^
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26,
                                                       from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                       from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                                         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                    ^~~~~~~~~~
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                         declarator __attribute__((deprecated(message)))
                                         ^~~~~~~~~~
                                      
                                      In file included from ../node_modules/nan/nan.h:47,                 from ../src/unix_dgram.cc:5:
                                      ../src/unix_dgram.cc: At global scope:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                             (node::addon_register_func) (regfunc),                          \
                                                                                 ^
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                                         NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                         ^~~~~~~~~~~~~
                                      ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
                                       NODE_MODULE(unix_dgram, Initialize)
                                       ^~~~~~~~~~~
                                      
                                      In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,                 from ../node_modules/nan/nan.h:47,
                                                       from ../src/unix_dgram.cc:5:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                                      /home/iobroker/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                                      reinterpret_cast<Callback>(callback), type);
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:../node_modules/nan/nan_object_wrap.h:66:61:   required from here
                                      /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                      
                                      make: *** [unix_dgram.target.mk:99: Release/obj.target/unix_dgram/src/unix_dgram.o] Error 1
                                      gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2
                                      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
                                      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                                      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                                      gyp ERR! System Linux 4.19.58-v7+
                                      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                      gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
                                      gyp ERR! node -v v10.16.0
                                      
                                      gyp ERR! node-gyp -v v3.8.0gyp ERR! not ok 
                                      
                                      npm
                                       
                                      WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                      npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
                                      npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/unix-dgram):
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                      
                                      
                                      ERROR: host.raspberrypi Invalid version of "js-controller". Installed "1.5.11", required ">=2.0.0
                                      ERROR: process exited with code 30
                                      
                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      schrieb am zuletzt editiert von Glasfaser
                                      #57

                                      @Cedrik1 sagte in Time Out Instancen Installation:

                                      Im Terminal wird die selbe iobroker Version angezeigt wie gestern.

                                      Nicht schön ...

                                      Aber im Admin Panel ist es die 3.6.2.

                                      Das ist nur die Adapter Version vom Admin.

                                      Auch die Installation der Instanzen ist fehlerhaft. Ping.0 mit timeout by install und web.0 mit Fehler 30.

                                      Ja ... wie schon oben erwähnt ... wegen der falschen JS-Version

                                      1 gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                      
                                      ERROR: host.raspberrypi Invalid version of "js-controller". Installed "1.5.11", required ">=2.0.0
                                      

                                      Dann führe mal das aus :

                                      iobroker stop
                                      iobroker update
                                      iobroker upgrade self
                                      iobroker version
                                      iobroker start
                                      

                                      und dann die Ausgabe davon posten

                                      EDIT:

                                      ich habe eben nochmal das image neu aufgesetzt.

                                      Auch neu runtergeladen und dann das Image neu aufgesetzt !

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      C 1 Antwort Letzte Antwort
                                      0
                                      • GlasfaserG Glasfaser

                                        @Cedrik1 sagte in Time Out Instancen Installation:

                                        Im Terminal wird die selbe iobroker Version angezeigt wie gestern.

                                        Nicht schön ...

                                        Aber im Admin Panel ist es die 3.6.2.

                                        Das ist nur die Adapter Version vom Admin.

                                        Auch die Installation der Instanzen ist fehlerhaft. Ping.0 mit timeout by install und web.0 mit Fehler 30.

                                        Ja ... wie schon oben erwähnt ... wegen der falschen JS-Version

                                        1 gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                        
                                        ERROR: host.raspberrypi Invalid version of "js-controller". Installed "1.5.11", required ">=2.0.0
                                        

                                        Dann führe mal das aus :

                                        iobroker stop
                                        iobroker update
                                        iobroker upgrade self
                                        iobroker version
                                        iobroker start
                                        

                                        und dann die Ausgabe davon posten

                                        EDIT:

                                        ich habe eben nochmal das image neu aufgesetzt.

                                        Auch neu runtergeladen und dann das Image neu aufgesetzt !

                                        C Offline
                                        C Offline
                                        Cedrik1
                                        schrieb am zuletzt editiert von
                                        #58

                                        Ja das Image habe ich komplett neu heruntergeladen.
                                        Das update scheint erfolgreich ausgeführt wurden zu sein.

                                        pi@raspberrypi:~ $ iobroker version
                                        1.5.11
                                        pi@raspberrypi:~ $ iobroker stop
                                        pi@raspberrypi:~ $ iobroker update
                                        Used repository: default
                                        update done
                                        Adapter    "admin"         : 4.0.10   , installed 3.6.2 [Updateable]
                                        Adapter    "alarm"         : 1.2.4
                                        Adapter    "alexa2"        : 3.3.1
                                        Adapter    "alpha2"        : 1.0.0
                                        Adapter    "amazon-dash"   : 1.1.0
                                        Adapter    "artnet"        : 1.2.2
                                        Adapter    "asterisk"      : 1.0.6
                                        Adapter    "asuswrt"       : 1.0.1
                                        Adapter    "b-control-em"  : 0.2.1
                                        Adapter    "backitup"      : 1.6.7
                                        Adapter    "beckhoff"      : 1.2.2
                                        Adapter    "benq"          : 0.2.0
                                        Adapter    "binance"       : 1.1.3
                                        Adapter    "ble"           : 0.11.8
                                        Adapter    "bmw"           : 1.3.3
                                        Adapter    "bosesoundtouch": 0.2.4
                                        Adapter    "botvac"        : 1.0.0
                                        Adapter    "bring"         : 1.7.2
                                        Adapter    "broadlink2"    : 2.0.3
                                        Adapter    "bsblan"        : 0.1.5
                                        Adapter    "bshb"          : 0.1.10
                                        Adapter    "chromecast"    : 2.3.1
                                        Adapter    "cloud"         : 3.0.4
                                        Adapter    "comfoair"      : 0.3.2
                                        Adapter    "contactid"     : 1.0.1
                                        Adapter    "coronavirus-statistics": 0.6.1
                                        Adapter    "countdown"     : 1.1.0
                                        Adapter    "cul"           : 1.2.1
                                        Adapter    "daikin"        : 1.0.5
                                        Adapter    "daswetter"     : 3.0.1
                                        Adapter    "deconz"        : 1.3.10
                                        Adapter    "denon"         : 1.7.7
                                        Adapter    "devices"       : 0.3.6
                                        Adapter    "digitalstrom"  : 0.5.5
                                        Adapter    "discovergy"    : 0.5.0
                                        Adapter    "discovery"     : 2.3.7    , installed 1.3.0 [Updateable]
                                        Adapter    "doorio"        : 1.0.10
                                        Adapter    "ds18b20"       : 1.1.4
                                        Adapter    "dwd"           : 2.4.10
                                        Adapter    "ebus"          : 2.1.1
                                        Adapter    "ecovacs-deebot": 1.0.3
                                        Adapter    "egigeozone"    : 0.1.2
                                        Adapter    "ekey"          : 1.1.0
                                        Adapter    "email"         : 1.0.7
                                        Adapter    "emby"          : 1.0.2
                                        Adapter    "energymanager" : 1.2.3
                                        Adapter    "enet"          : 1.0.1
                                        Adapter    "epson_stylus_px830": 0.2.1
                                        Adapter    "exchangerates" : 0.0.13
                                        Adapter    "fakeroku"      : 0.2.1
                                        Adapter    "fb-checkpresence": 1.0.4
                                        Adapter    "feiertage"     : 1.0.17
                                        Adapter    "fhem"          : 1.5.3
                                        Adapter    "find-my-iphone": 0.2.15
                                        Adapter    "firetv"        : 0.0.27
                                        Adapter    "flot"          : 1.9.2
                                        Adapter    "foobar2000"    : 2.0.3
                                        Adapter    "fritzbox"      : 0.2.1
                                        Adapter    "fritzdect"     : 0.2.4
                                        Adapter    "fronius"       : 1.0.5
                                        Adapter    "fullcalendar"  : 1.1.0
                                        Adapter    "fullybrowser"  : 2.0.1
                                        Adapter    "g-homa"        : 0.5.3
                                        Adapter    "geofency"      : 0.3.2
                                        Adapter    "gruenbeck"     : 0.0.18
                                        Adapter    "habpanel"      : 0.4.3
                                        Adapter    "haier"         : 1.0.2
                                        Adapter    "ham"           : 1.1.2
                                        Adapter    "ham-wemo"      : 1.0.1
                                        Adapter    "harmony"       : 1.2.2
                                        Adapter    "heatingcontrol": 0.5.7
                                        Adapter    "heytech"       : 1.0.0
                                        Adapter    "hid"           : 0.1.17
                                        Adapter    "history"       : 1.9.10
                                        Adapter    "hm-rega"       : 2.6.21
                                        Adapter    "hm-rpc"        : 1.14.23
                                        Adapter    "hmip"          : 1.3.1
                                        Adapter    "homeconnect"   : 0.0.30
                                        Adapter    "homee"         : 1.0.7
                                        Adapter    "homepilot"     : 1.0.3
                                        Adapter    "hp-ilo"        : 1.0.6
                                        Adapter    "hs100"         : 2.0.1
                                        Adapter    "hue"           : 3.3.5
                                        Adapter    "hue-extended"  : 2.0.0
                                        Adapter    "ical"          : 1.7.4
                                        Adapter    "icons-addictive-flavour-png": 0.1.0
                                        Adapter    "icons-fatcow-hosting": 0.1.0
                                        Adapter    "icons-icons8"  : 0.0.1
                                        Adapter    "icons-material-png": 0.1.0
                                        Adapter    "icons-material-svg": 0.1.0
                                        Adapter    "icons-mfd-png" : 1.0.2
                                        Adapter    "icons-mfd-svg" : 1.0.2
                                        Adapter    "icons-open-icon-library-png": 0.1.2
                                        Adapter    "icons-ultimate-png": 1.0.1
                                        Adapter    "influxdb"      : 1.9.1
                                        Adapter    "info"          : 1.7.2    , installed 1.3.7 [Updateable]
                                        Adapter    "innogy-smarthome": 0.3.6
                                        Adapter    "iogo"          : 0.5.10
                                        Adapter    "iot"           : 1.5.3
                                        Adapter    "iqontrol"      : 1.2.4
                                        Adapter    "jarvis"        : 1.0.6
                                        Adapter    "javascript"    : 4.6.17
                                        Adapter    "jeelink"       : 0.1.0
                                        Controller "js-controller" : 3.1.6    , installed 1.5.11 [Updateable]
                                        Adapter    "kecontact"     : 0.1.0
                                        Adapter    "klf200"        : 1.0.1
                                        Adapter    "km200"         : 1.1.6
                                        Adapter    "knmi-weather"  : 1.0.0
                                        Adapter    "knx"           : 1.0.39
                                        Adapter    "kodi"          : 2.0.4
                                        Adapter    "kostal-piko-ba": 1.0.2
                                        Adapter    "kress"         : 2.5.5
                                        Adapter    "lametric"      : 0.0.9
                                        Adapter    "landroid"      : 1.0.3
                                        Adapter    "lcn"           : 0.3.2
                                        Adapter    "letrika_comgw" : 0.0.5
                                        Adapter    "lgtv"          : 1.1.10
                                        Adapter    "lgtv-rs"       : 0.1.0
                                        Adapter    "lgtv11"        : 1.0.5
                                        Adapter    "lifx"          : 0.1.0
                                        Adapter    "lightify"      : 0.2.16
                                        Adapter    "link"          : 0.5.9
                                        Adapter    "linkeddevices" : 1.2.2
                                        Adapter    "linux-control" : 1.0.0
                                        Adapter    "logparser"     : 1.0.4
                                        Adapter    "lovelace"      : 1.0.16
                                        Adapter    "loxone"        : 1.1.0
                                        Adapter    "luftdaten"     : 0.0.17
                                        Adapter    "lupusec"       : 1.2.6
                                        Adapter    "luxtronik1"    : 0.2.2
                                        Adapter    "material"      : 0.13.9
                                        Adapter    "maxcube"       : 0.1.2
                                        Adapter    "maxcul"        : 1.3.0
                                        Adapter    "mbus"          : 2.2.2
                                        Adapter    "mclighting"    : 0.1.1
                                        Adapter    "megad"         : 1.2.1
                                        Adapter    "megadd"        : 0.2.0
                                        Adapter    "megaesp"       : 0.1.0
                                        Adapter    "melcloud"      : 1.0.6
                                        Adapter    "mercedesme"    : 0.0.21
                                        Adapter    "mercury"       : 0.1.1
                                        Adapter    "meross"        : 1.5.0
                                        Adapter    "meteoalarm"    : 1.0.9
                                        Adapter    "midea"         : 0.0.6
                                        Adapter    "miele"         : 0.1.5
                                        Adapter    "mielecloudservice": 2.0.0
                                        Adapter    "mihome"        : 1.3.0
                                        Adapter    "mihome-lamp"   : 1.1.0
                                        Adapter    "mihome-plug"   : 0.2.0
                                        Adapter    "mihome-vacuum" : 2.0.7
                                        Adapter    "mikrotik"      : 1.0.11
                                        Adapter    "milight"       : 0.3.6
                                        Adapter    "milight-smart-light": 0.2.7
                                        Adapter    "mobile"        : 1.0.1
                                        Adapter    "modbus"        : 3.1.6
                                        Adapter    "moma"          : 1.2.6
                                        Adapter    "mpd"           : 1.0.5
                                        Adapter    "mqtt"          : 2.1.4
                                        Adapter    "mqtt-client"   : 1.3.1
                                        Adapter    "musiccast"     : 0.1.3
                                        Adapter    "mysensors"     : 2.0.1
                                        Adapter    "nanoleaf-lightpanels": 0.8.1
                                        Adapter    "nello"         : 2.0.6
                                        Adapter    "netatmo"       : 1.3.1
                                        Adapter    "nibeuplink"    : 0.3.0
                                        Adapter    "nina"          : 0.0.22
                                        Adapter    "node-red"      : 1.17.2
                                        Adapter    "nuki"          : 1.3.1
                                        Adapter    "nuki-extended" : 2.3.0
                                        Adapter    "nut"           : 1.1.3
                                        Adapter    "odl"           : 1.0.5
                                        Adapter    "oilfox"        : 0.0.5
                                        Adapter    "onkyo"         : 2.0.3
                                        Adapter    "onvif"         : 0.4.4
                                        Adapter    "openhab"       : 1.1.0
                                        Adapter    "openligadb"    : 1.1.0
                                        Adapter    "openweathermap": 0.1.0
                                        Adapter    "opi"           : 0.1.1
                                        Adapter    "oppoplayer"    : 0.2.1
                                        Adapter    "owfs"          : 0.6.4
                                        Adapter    "owntracks"     : 0.6.3
                                        Adapter    "panasonic-viera": 1.0.2
                                        Adapter    "parser"        : 1.0.7
                                        Adapter    "paw"           : 0.0.7
                                        Adapter    "phantomjs"     : 1.0.1
                                        Adapter    "pi-hole"       : 1.3.1
                                        Adapter    "piface"        : 1.0.0
                                        Adapter    "pimatic"       : 0.3.0
                                        Adapter    "ping"          : 1.4.8    , installed 1.4.8
                                        Adapter    "places"        : 1.0.0
                                        Adapter    "plex"          : 0.8.11
                                        Adapter    "plexconnect"   : 0.0.7
                                        Adapter    "pollenflug"    : 1.0.6
                                        Adapter    "proxmox"       : 1.0.1
                                        Adapter    "proxy"         : 1.1.1
                                        Adapter    "pushbullet"    : 0.0.11
                                        Adapter    "pushover"      : 2.0.2
                                        Adapter    "pushsafer"     : 0.1.8
                                        Adapter    "radar2"        : 1.0.9
                                        Adapter    "radiohead"     : 1.0.7
                                        Adapter    "rflink"        : 2.0.0
                                        Adapter    "rickshaw"      : 1.0.0
                                        Adapter    "ring"          : 1.1.3
                                        Adapter    "robonect"      : 0.1.3
                                        Adapter    "roomba"        : 1.1.1
                                        Adapter    "rpi2"          : 1.2.0
                                        Adapter    "s7"            : 1.1.8
                                        Adapter    "samsung"       : 0.2.9
                                        Adapter    "sayit"         : 1.9.8
                                        Adapter    "sbfspot"       : 4.0.0
                                        Adapter    "scenes"        : 1.1.0
                                        Adapter    "schoolfree"    : 0.6.3
                                        Adapter    "schwoerer-ventcube": 1.3.0
                                        Adapter    "shelly"        : 4.0.2
                                        Adapter    "shuttercontrol": 0.8.6
                                        Adapter    "sia"           : 1.0.4
                                        Adapter    "siegenia"      : 1.0.0
                                        Adapter    "simple-api"    : 2.4.6    , installed 2.4.8
                                        Adapter    "smappee"       : 0.2.2
                                        Adapter    "smartgarden"   : 1.0.1
                                        Adapter    "smartmeter"    : 3.1.5
                                        Adapter    "snips"         : 1.5.1
                                        Adapter    "snmp"          : 0.5.0
                                        Adapter    "socketio"      : 3.0.13   , installed 3.0.13
                                        Adapter    "solarlog"      : 2.0.0
                                        Adapter    "solarviewdatareader": 0.2.1
                                        Adapter    "solarwetter"   : 1.0.0
                                        Adapter    "sonnen"        : 1.6.0
                                        Adapter    "sonoff"        : 2.3.3
                                        Adapter    "sonos"         : 2.1.0
                                        Adapter    "sony-bravia"   : 1.0.1
                                        Adapter    "spotify-premium": 1.0.0
                                        Adapter    "sql"           : 1.15.2
                                        Adapter    "squeezebox"    : 1.0.0
                                        Adapter    "squeezeboxrpc" : 1.0.0
                                        Adapter    "starline"      : 1.0.0
                                        Adapter    "statistics"    : 0.2.2
                                        Adapter    "stiebel-isg"   : 1.5.1
                                        Adapter    "sunnyportal"   : 0.1.5
                                        Adapter    "swiss-weather-api": 0.3.2
                                        Adapter    "synology"      : 0.1.18
                                        Adapter    "systeminfo"    : 0.3.1
                                        Adapter    "tahoma"        : 0.3.2
                                        Adapter    "tankerkoenig"  : 2.0.5
                                        Adapter    "telegram"      : 1.5.9
                                        Adapter    "terminal"      : 0.1.2
                                        Adapter    "tesla-motors"  : 0.2.3
                                        Adapter    "text2command"  : 1.3.0
                                        Adapter    "tinker"        : 1.1.0
                                        Adapter    "tr-064"        : 4.0.9
                                        Adapter    "tradfri"       : 2.6.3
                                        Adapter    "trashschedule" : 0.0.11
                                        Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                                        Adapter    "tuya"          : 3.3.12
                                        Adapter    "tvspielfilm"   : 1.0.4
                                        Adapter    "unifi"         : 0.5.8
                                        Adapter    "upnp"          : 1.0.16
                                        Adapter    "vaillant"      : 0.0.10
                                        Adapter    "valloxmv"      : 1.1.1
                                        Adapter    "vcard"         : 0.0.9
                                        Adapter    "velux"         : 0.0.5
                                        Adapter    "viessmann"     : 1.3.0
                                        Adapter    "virtualpowermeter": 1.2.1
                                        Adapter    "vis"           : 1.2.12
                                        Adapter    "vis-bars"      : 0.1.4
                                        Adapter    "vis-canvas-gauges": 0.1.5
                                        Adapter    "vis-colorpicker": 1.1.1
                                        Adapter    "vis-fancyswitch": 1.1.0
                                        Adapter    "vis-google-fonts": 0.1.0
                                        Adapter    "vis-history"   : 1.0.0
                                        Adapter    "vis-hqwidgets" : 1.1.4
                                        Adapter    "vis-icontwo"   : 0.24.0
                                        Adapter    "vis-inventwo"  : 1.3.8
                                        Adapter    "vis-jqui-mfd"  : 1.0.12
                                        Adapter    "vis-justgage"  : 1.0.2
                                        Adapter    "vis-keyboard"  : 0.0.2
                                        Adapter    "vis-lcars"     : 1.0.4
                                        Adapter    "vis-map"       : 1.0.4
                                        Adapter    "vis-metro"     : 1.1.2
                                        Adapter    "vis-players"   : 0.1.6
                                        Adapter    "vis-plumb"     : 1.0.2
                                        Adapter    "vis-rgraph"    : 0.0.2
                                        Adapter    "vis-timeandweather": 1.1.7
                                        Adapter    "vis-weather"   : 2.5.2
                                        Adapter    "vr200"         : 1.0.0
                                        Adapter    "vw-connect"    : 0.0.15
                                        Adapter    "weatherunderground": 3.2.1
                                        Adapter    "web"           : 3.0.12   , installed 3.0.12
                                        Adapter    "weishaupt-wem" : 0.0.8
                                        Adapter    "wiffi-wz"      : 2.2.0
                                        Adapter    "wifilight"     : 1.1.0
                                        Adapter    "windows-control": 0.1.5
                                        Adapter    "wled"          : 0.5.2
                                        Adapter    "wm-bus"        : 0.1.12
                                        Adapter    "wolf"          : 0.9.2
                                        Adapter    "worx"          : 1.2.3
                                        Adapter    "xbox"          : 0.6.8
                                        Adapter    "xs1"           : 1.0.2
                                        Adapter    "yahka"         : 0.11.0
                                        Adapter    "yamaha"        : 0.3.19
                                        Adapter    "yeelight-2"    : 1.0.3
                                        Adapter    "youtube"       : 0.0.11
                                        Adapter    "yr"            : 2.0.3
                                        Adapter    "zigbee"        : 1.2.1
                                        Adapter    "zont"          : 0.5.3
                                        Adapter    "zwave"         : 2.0.1
                                        Adapter    "zwave2"        : 1.5.0
                                        pi@raspberrypi:~ $ iobroker upgrade self
                                        Update js-controller from @1.5.11 to @3.1.6
                                        NPM version: 6.9.0
                                        npm install iobroker.js-controller@3.1.6 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                        In file included from ../src/unix_dgram.cc:5:
                                        ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                        ../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                             , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                      ^
                                        In file included from ../../nan/nan.h:56,
                                                         from ../src/unix_dgram.cc:5:
                                        ../src/unix_dgram.cc: At global scope:
                                        /home/iobroker/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                               (node::addon_register_func) (regfunc),                          \
                                                                                   ^
                                        /home/iobroker/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                                           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                           ^~~~~~~~~~~~~
                                        ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                                         NODE_MODULE(unix_dgram, Initialize)
                                         ^~~~~~~~~~~
                                        In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                         from ../../nan/nan.h:56,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                                        /home/iobroker/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
                                        /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                                        reinterpret_cast<Callback>(callback), type);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                                        ../../nan/nan_object_wrap.h:65:61:   required from here
                                        /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                        In file included from ../src/main.cpp:3:
                                        ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                        ../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                             , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                      ^
                                        In file included from ../../nan/nan.h:56,
                                                         from ../src/main.cpp:3:
                                        ../src/main.cpp: At global scope:
                                        /home/iobroker/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                               (node::addon_register_func) (regfunc),                          \
                                                                                   ^
                                        /home/iobroker/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                                           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                           ^~~~~~~~~~~~~
                                        ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                                         NODE_MODULE(diskusage, Init)
                                         ^~~~~~~~~~~
                                        In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                         from ../../nan/nan.h:56,
                                                         from ../src/main.cpp:3:
                                        /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                                        /home/iobroker/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
                                        /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                                        reinterpret_cast<Callback>(callback), type);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                                        ../../nan/nan_object_wrap.h:65:61:   required from here
                                        /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                        
                                        ACHTUNG: Die Fehlerberichterstattung über Sentry wird beim nächsten Start von ioBroker aktiviert
                                        
                                        Wir von ioBroker wollen das stabilste Smart-Home-System bereitstellen.
                                        Um dies zu ermöglichen, haben wir uns entschlossen, eine automatische Fehler- und Crash-Reporting-Lösung in den js-Controller und auch in Adapter zu implementieren.
                                        
                                        DIESE BERICHTERSTATTUNG WIRD MIT DEM NÄCHSTEN START IHRES IOBROKERS AKTIVIERT!
                                        
                                        Bei Fehlern, die zum Absturz des js-Controllers oder eines der relevanten Adapter führen, werden die Fehlerdetails an einen Server gesendet. Für den js-controller und die Haupt-Adapter befindet sich dieser Server in Deutschland. Informationen zu Community-Adaptern sind in der Github-Readme-Datei des betroffenen Adapters zu finden. Dort steht welcher Sentry-Server verwendet wird.
                                        
                                        Die Fehlerberichterstattung kann, falls gewünscht, über den Befehl
                                        'iobroker plugin disable sentry'
                                        deaktiviert werden. Dieser Befehl stellt auch sicher, dass kein Adapter, der auf diesem Host ausgeführt wird, Absturzberichtsdaten an den Sentry-Server sendet.
                                        
                                        
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
                                        npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
                                        
                                        Host "raspberrypi" (linux) updated
                                        Execute: chmod -R 777 /opt/iobroker
                                        Chmod finished. Restart controller
                                        Starting node restart.js
                                        pi@raspberrypi:~ $ iobroker version
                                        3.1.6
                                        pi@raspberrypi:~ $ iobroker start
                                        
                                        

                                        Instancen Installation klappt jetzt auch. Sieht soweit alles ganz gut aus.

                                        Besten Dank für euren Support!!

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • C Cedrik1

                                          Ja das Image habe ich komplett neu heruntergeladen.
                                          Das update scheint erfolgreich ausgeführt wurden zu sein.

                                          pi@raspberrypi:~ $ iobroker version
                                          1.5.11
                                          pi@raspberrypi:~ $ iobroker stop
                                          pi@raspberrypi:~ $ iobroker update
                                          Used repository: default
                                          update done
                                          Adapter    "admin"         : 4.0.10   , installed 3.6.2 [Updateable]
                                          Adapter    "alarm"         : 1.2.4
                                          Adapter    "alexa2"        : 3.3.1
                                          Adapter    "alpha2"        : 1.0.0
                                          Adapter    "amazon-dash"   : 1.1.0
                                          Adapter    "artnet"        : 1.2.2
                                          Adapter    "asterisk"      : 1.0.6
                                          Adapter    "asuswrt"       : 1.0.1
                                          Adapter    "b-control-em"  : 0.2.1
                                          Adapter    "backitup"      : 1.6.7
                                          Adapter    "beckhoff"      : 1.2.2
                                          Adapter    "benq"          : 0.2.0
                                          Adapter    "binance"       : 1.1.3
                                          Adapter    "ble"           : 0.11.8
                                          Adapter    "bmw"           : 1.3.3
                                          Adapter    "bosesoundtouch": 0.2.4
                                          Adapter    "botvac"        : 1.0.0
                                          Adapter    "bring"         : 1.7.2
                                          Adapter    "broadlink2"    : 2.0.3
                                          Adapter    "bsblan"        : 0.1.5
                                          Adapter    "bshb"          : 0.1.10
                                          Adapter    "chromecast"    : 2.3.1
                                          Adapter    "cloud"         : 3.0.4
                                          Adapter    "comfoair"      : 0.3.2
                                          Adapter    "contactid"     : 1.0.1
                                          Adapter    "coronavirus-statistics": 0.6.1
                                          Adapter    "countdown"     : 1.1.0
                                          Adapter    "cul"           : 1.2.1
                                          Adapter    "daikin"        : 1.0.5
                                          Adapter    "daswetter"     : 3.0.1
                                          Adapter    "deconz"        : 1.3.10
                                          Adapter    "denon"         : 1.7.7
                                          Adapter    "devices"       : 0.3.6
                                          Adapter    "digitalstrom"  : 0.5.5
                                          Adapter    "discovergy"    : 0.5.0
                                          Adapter    "discovery"     : 2.3.7    , installed 1.3.0 [Updateable]
                                          Adapter    "doorio"        : 1.0.10
                                          Adapter    "ds18b20"       : 1.1.4
                                          Adapter    "dwd"           : 2.4.10
                                          Adapter    "ebus"          : 2.1.1
                                          Adapter    "ecovacs-deebot": 1.0.3
                                          Adapter    "egigeozone"    : 0.1.2
                                          Adapter    "ekey"          : 1.1.0
                                          Adapter    "email"         : 1.0.7
                                          Adapter    "emby"          : 1.0.2
                                          Adapter    "energymanager" : 1.2.3
                                          Adapter    "enet"          : 1.0.1
                                          Adapter    "epson_stylus_px830": 0.2.1
                                          Adapter    "exchangerates" : 0.0.13
                                          Adapter    "fakeroku"      : 0.2.1
                                          Adapter    "fb-checkpresence": 1.0.4
                                          Adapter    "feiertage"     : 1.0.17
                                          Adapter    "fhem"          : 1.5.3
                                          Adapter    "find-my-iphone": 0.2.15
                                          Adapter    "firetv"        : 0.0.27
                                          Adapter    "flot"          : 1.9.2
                                          Adapter    "foobar2000"    : 2.0.3
                                          Adapter    "fritzbox"      : 0.2.1
                                          Adapter    "fritzdect"     : 0.2.4
                                          Adapter    "fronius"       : 1.0.5
                                          Adapter    "fullcalendar"  : 1.1.0
                                          Adapter    "fullybrowser"  : 2.0.1
                                          Adapter    "g-homa"        : 0.5.3
                                          Adapter    "geofency"      : 0.3.2
                                          Adapter    "gruenbeck"     : 0.0.18
                                          Adapter    "habpanel"      : 0.4.3
                                          Adapter    "haier"         : 1.0.2
                                          Adapter    "ham"           : 1.1.2
                                          Adapter    "ham-wemo"      : 1.0.1
                                          Adapter    "harmony"       : 1.2.2
                                          Adapter    "heatingcontrol": 0.5.7
                                          Adapter    "heytech"       : 1.0.0
                                          Adapter    "hid"           : 0.1.17
                                          Adapter    "history"       : 1.9.10
                                          Adapter    "hm-rega"       : 2.6.21
                                          Adapter    "hm-rpc"        : 1.14.23
                                          Adapter    "hmip"          : 1.3.1
                                          Adapter    "homeconnect"   : 0.0.30
                                          Adapter    "homee"         : 1.0.7
                                          Adapter    "homepilot"     : 1.0.3
                                          Adapter    "hp-ilo"        : 1.0.6
                                          Adapter    "hs100"         : 2.0.1
                                          Adapter    "hue"           : 3.3.5
                                          Adapter    "hue-extended"  : 2.0.0
                                          Adapter    "ical"          : 1.7.4
                                          Adapter    "icons-addictive-flavour-png": 0.1.0
                                          Adapter    "icons-fatcow-hosting": 0.1.0
                                          Adapter    "icons-icons8"  : 0.0.1
                                          Adapter    "icons-material-png": 0.1.0
                                          Adapter    "icons-material-svg": 0.1.0
                                          Adapter    "icons-mfd-png" : 1.0.2
                                          Adapter    "icons-mfd-svg" : 1.0.2
                                          Adapter    "icons-open-icon-library-png": 0.1.2
                                          Adapter    "icons-ultimate-png": 1.0.1
                                          Adapter    "influxdb"      : 1.9.1
                                          Adapter    "info"          : 1.7.2    , installed 1.3.7 [Updateable]
                                          Adapter    "innogy-smarthome": 0.3.6
                                          Adapter    "iogo"          : 0.5.10
                                          Adapter    "iot"           : 1.5.3
                                          Adapter    "iqontrol"      : 1.2.4
                                          Adapter    "jarvis"        : 1.0.6
                                          Adapter    "javascript"    : 4.6.17
                                          Adapter    "jeelink"       : 0.1.0
                                          Controller "js-controller" : 3.1.6    , installed 1.5.11 [Updateable]
                                          Adapter    "kecontact"     : 0.1.0
                                          Adapter    "klf200"        : 1.0.1
                                          Adapter    "km200"         : 1.1.6
                                          Adapter    "knmi-weather"  : 1.0.0
                                          Adapter    "knx"           : 1.0.39
                                          Adapter    "kodi"          : 2.0.4
                                          Adapter    "kostal-piko-ba": 1.0.2
                                          Adapter    "kress"         : 2.5.5
                                          Adapter    "lametric"      : 0.0.9
                                          Adapter    "landroid"      : 1.0.3
                                          Adapter    "lcn"           : 0.3.2
                                          Adapter    "letrika_comgw" : 0.0.5
                                          Adapter    "lgtv"          : 1.1.10
                                          Adapter    "lgtv-rs"       : 0.1.0
                                          Adapter    "lgtv11"        : 1.0.5
                                          Adapter    "lifx"          : 0.1.0
                                          Adapter    "lightify"      : 0.2.16
                                          Adapter    "link"          : 0.5.9
                                          Adapter    "linkeddevices" : 1.2.2
                                          Adapter    "linux-control" : 1.0.0
                                          Adapter    "logparser"     : 1.0.4
                                          Adapter    "lovelace"      : 1.0.16
                                          Adapter    "loxone"        : 1.1.0
                                          Adapter    "luftdaten"     : 0.0.17
                                          Adapter    "lupusec"       : 1.2.6
                                          Adapter    "luxtronik1"    : 0.2.2
                                          Adapter    "material"      : 0.13.9
                                          Adapter    "maxcube"       : 0.1.2
                                          Adapter    "maxcul"        : 1.3.0
                                          Adapter    "mbus"          : 2.2.2
                                          Adapter    "mclighting"    : 0.1.1
                                          Adapter    "megad"         : 1.2.1
                                          Adapter    "megadd"        : 0.2.0
                                          Adapter    "megaesp"       : 0.1.0
                                          Adapter    "melcloud"      : 1.0.6
                                          Adapter    "mercedesme"    : 0.0.21
                                          Adapter    "mercury"       : 0.1.1
                                          Adapter    "meross"        : 1.5.0
                                          Adapter    "meteoalarm"    : 1.0.9
                                          Adapter    "midea"         : 0.0.6
                                          Adapter    "miele"         : 0.1.5
                                          Adapter    "mielecloudservice": 2.0.0
                                          Adapter    "mihome"        : 1.3.0
                                          Adapter    "mihome-lamp"   : 1.1.0
                                          Adapter    "mihome-plug"   : 0.2.0
                                          Adapter    "mihome-vacuum" : 2.0.7
                                          Adapter    "mikrotik"      : 1.0.11
                                          Adapter    "milight"       : 0.3.6
                                          Adapter    "milight-smart-light": 0.2.7
                                          Adapter    "mobile"        : 1.0.1
                                          Adapter    "modbus"        : 3.1.6
                                          Adapter    "moma"          : 1.2.6
                                          Adapter    "mpd"           : 1.0.5
                                          Adapter    "mqtt"          : 2.1.4
                                          Adapter    "mqtt-client"   : 1.3.1
                                          Adapter    "musiccast"     : 0.1.3
                                          Adapter    "mysensors"     : 2.0.1
                                          Adapter    "nanoleaf-lightpanels": 0.8.1
                                          Adapter    "nello"         : 2.0.6
                                          Adapter    "netatmo"       : 1.3.1
                                          Adapter    "nibeuplink"    : 0.3.0
                                          Adapter    "nina"          : 0.0.22
                                          Adapter    "node-red"      : 1.17.2
                                          Adapter    "nuki"          : 1.3.1
                                          Adapter    "nuki-extended" : 2.3.0
                                          Adapter    "nut"           : 1.1.3
                                          Adapter    "odl"           : 1.0.5
                                          Adapter    "oilfox"        : 0.0.5
                                          Adapter    "onkyo"         : 2.0.3
                                          Adapter    "onvif"         : 0.4.4
                                          Adapter    "openhab"       : 1.1.0
                                          Adapter    "openligadb"    : 1.1.0
                                          Adapter    "openweathermap": 0.1.0
                                          Adapter    "opi"           : 0.1.1
                                          Adapter    "oppoplayer"    : 0.2.1
                                          Adapter    "owfs"          : 0.6.4
                                          Adapter    "owntracks"     : 0.6.3
                                          Adapter    "panasonic-viera": 1.0.2
                                          Adapter    "parser"        : 1.0.7
                                          Adapter    "paw"           : 0.0.7
                                          Adapter    "phantomjs"     : 1.0.1
                                          Adapter    "pi-hole"       : 1.3.1
                                          Adapter    "piface"        : 1.0.0
                                          Adapter    "pimatic"       : 0.3.0
                                          Adapter    "ping"          : 1.4.8    , installed 1.4.8
                                          Adapter    "places"        : 1.0.0
                                          Adapter    "plex"          : 0.8.11
                                          Adapter    "plexconnect"   : 0.0.7
                                          Adapter    "pollenflug"    : 1.0.6
                                          Adapter    "proxmox"       : 1.0.1
                                          Adapter    "proxy"         : 1.1.1
                                          Adapter    "pushbullet"    : 0.0.11
                                          Adapter    "pushover"      : 2.0.2
                                          Adapter    "pushsafer"     : 0.1.8
                                          Adapter    "radar2"        : 1.0.9
                                          Adapter    "radiohead"     : 1.0.7
                                          Adapter    "rflink"        : 2.0.0
                                          Adapter    "rickshaw"      : 1.0.0
                                          Adapter    "ring"          : 1.1.3
                                          Adapter    "robonect"      : 0.1.3
                                          Adapter    "roomba"        : 1.1.1
                                          Adapter    "rpi2"          : 1.2.0
                                          Adapter    "s7"            : 1.1.8
                                          Adapter    "samsung"       : 0.2.9
                                          Adapter    "sayit"         : 1.9.8
                                          Adapter    "sbfspot"       : 4.0.0
                                          Adapter    "scenes"        : 1.1.0
                                          Adapter    "schoolfree"    : 0.6.3
                                          Adapter    "schwoerer-ventcube": 1.3.0
                                          Adapter    "shelly"        : 4.0.2
                                          Adapter    "shuttercontrol": 0.8.6
                                          Adapter    "sia"           : 1.0.4
                                          Adapter    "siegenia"      : 1.0.0
                                          Adapter    "simple-api"    : 2.4.6    , installed 2.4.8
                                          Adapter    "smappee"       : 0.2.2
                                          Adapter    "smartgarden"   : 1.0.1
                                          Adapter    "smartmeter"    : 3.1.5
                                          Adapter    "snips"         : 1.5.1
                                          Adapter    "snmp"          : 0.5.0
                                          Adapter    "socketio"      : 3.0.13   , installed 3.0.13
                                          Adapter    "solarlog"      : 2.0.0
                                          Adapter    "solarviewdatareader": 0.2.1
                                          Adapter    "solarwetter"   : 1.0.0
                                          Adapter    "sonnen"        : 1.6.0
                                          Adapter    "sonoff"        : 2.3.3
                                          Adapter    "sonos"         : 2.1.0
                                          Adapter    "sony-bravia"   : 1.0.1
                                          Adapter    "spotify-premium": 1.0.0
                                          Adapter    "sql"           : 1.15.2
                                          Adapter    "squeezebox"    : 1.0.0
                                          Adapter    "squeezeboxrpc" : 1.0.0
                                          Adapter    "starline"      : 1.0.0
                                          Adapter    "statistics"    : 0.2.2
                                          Adapter    "stiebel-isg"   : 1.5.1
                                          Adapter    "sunnyportal"   : 0.1.5
                                          Adapter    "swiss-weather-api": 0.3.2
                                          Adapter    "synology"      : 0.1.18
                                          Adapter    "systeminfo"    : 0.3.1
                                          Adapter    "tahoma"        : 0.3.2
                                          Adapter    "tankerkoenig"  : 2.0.5
                                          Adapter    "telegram"      : 1.5.9
                                          Adapter    "terminal"      : 0.1.2
                                          Adapter    "tesla-motors"  : 0.2.3
                                          Adapter    "text2command"  : 1.3.0
                                          Adapter    "tinker"        : 1.1.0
                                          Adapter    "tr-064"        : 4.0.9
                                          Adapter    "tradfri"       : 2.6.3
                                          Adapter    "trashschedule" : 0.0.11
                                          Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                                          Adapter    "tuya"          : 3.3.12
                                          Adapter    "tvspielfilm"   : 1.0.4
                                          Adapter    "unifi"         : 0.5.8
                                          Adapter    "upnp"          : 1.0.16
                                          Adapter    "vaillant"      : 0.0.10
                                          Adapter    "valloxmv"      : 1.1.1
                                          Adapter    "vcard"         : 0.0.9
                                          Adapter    "velux"         : 0.0.5
                                          Adapter    "viessmann"     : 1.3.0
                                          Adapter    "virtualpowermeter": 1.2.1
                                          Adapter    "vis"           : 1.2.12
                                          Adapter    "vis-bars"      : 0.1.4
                                          Adapter    "vis-canvas-gauges": 0.1.5
                                          Adapter    "vis-colorpicker": 1.1.1
                                          Adapter    "vis-fancyswitch": 1.1.0
                                          Adapter    "vis-google-fonts": 0.1.0
                                          Adapter    "vis-history"   : 1.0.0
                                          Adapter    "vis-hqwidgets" : 1.1.4
                                          Adapter    "vis-icontwo"   : 0.24.0
                                          Adapter    "vis-inventwo"  : 1.3.8
                                          Adapter    "vis-jqui-mfd"  : 1.0.12
                                          Adapter    "vis-justgage"  : 1.0.2
                                          Adapter    "vis-keyboard"  : 0.0.2
                                          Adapter    "vis-lcars"     : 1.0.4
                                          Adapter    "vis-map"       : 1.0.4
                                          Adapter    "vis-metro"     : 1.1.2
                                          Adapter    "vis-players"   : 0.1.6
                                          Adapter    "vis-plumb"     : 1.0.2
                                          Adapter    "vis-rgraph"    : 0.0.2
                                          Adapter    "vis-timeandweather": 1.1.7
                                          Adapter    "vis-weather"   : 2.5.2
                                          Adapter    "vr200"         : 1.0.0
                                          Adapter    "vw-connect"    : 0.0.15
                                          Adapter    "weatherunderground": 3.2.1
                                          Adapter    "web"           : 3.0.12   , installed 3.0.12
                                          Adapter    "weishaupt-wem" : 0.0.8
                                          Adapter    "wiffi-wz"      : 2.2.0
                                          Adapter    "wifilight"     : 1.1.0
                                          Adapter    "windows-control": 0.1.5
                                          Adapter    "wled"          : 0.5.2
                                          Adapter    "wm-bus"        : 0.1.12
                                          Adapter    "wolf"          : 0.9.2
                                          Adapter    "worx"          : 1.2.3
                                          Adapter    "xbox"          : 0.6.8
                                          Adapter    "xs1"           : 1.0.2
                                          Adapter    "yahka"         : 0.11.0
                                          Adapter    "yamaha"        : 0.3.19
                                          Adapter    "yeelight-2"    : 1.0.3
                                          Adapter    "youtube"       : 0.0.11
                                          Adapter    "yr"            : 2.0.3
                                          Adapter    "zigbee"        : 1.2.1
                                          Adapter    "zont"          : 0.5.3
                                          Adapter    "zwave"         : 2.0.1
                                          Adapter    "zwave2"        : 1.5.0
                                          pi@raspberrypi:~ $ iobroker upgrade self
                                          Update js-controller from @1.5.11 to @3.1.6
                                          NPM version: 6.9.0
                                          npm install iobroker.js-controller@3.1.6 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                          npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                          In file included from ../src/unix_dgram.cc:5:
                                          ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                          ../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                               , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                        ^
                                          In file included from ../../nan/nan.h:56,
                                                           from ../src/unix_dgram.cc:5:
                                          ../src/unix_dgram.cc: At global scope:
                                          /home/iobroker/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                                 (node::addon_register_func) (regfunc),                          \
                                                                                     ^
                                          /home/iobroker/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                                             NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                             ^~~~~~~~~~~~~
                                          ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                                           NODE_MODULE(unix_dgram, Initialize)
                                           ^~~~~~~~~~~
                                          In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                           from ../../nan/nan.h:56,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                                          /home/iobroker/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
                                          /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                                          reinterpret_cast<Callback>(callback), type);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                          /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                                          ../../nan/nan_object_wrap.h:65:61:   required from here
                                          /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                          In file included from ../src/main.cpp:3:
                                          ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                          ../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                               , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                        ^
                                          In file included from ../../nan/nan.h:56,
                                                           from ../src/main.cpp:3:
                                          ../src/main.cpp: At global scope:
                                          /home/iobroker/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                                 (node::addon_register_func) (regfunc),                          \
                                                                                     ^
                                          /home/iobroker/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
                                             NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                             ^~~~~~~~~~~~~
                                          ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                                           NODE_MODULE(diskusage, Init)
                                           ^~~~~~~~~~~
                                          In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                                                           from ../../nan/nan.h:56,
                                                           from ../src/main.cpp:3:
                                          /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                                          /home/iobroker/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
                                          /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                                          reinterpret_cast<Callback>(callback), type);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                          /home/iobroker/.node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                                          ../../nan/nan_object_wrap.h:65:61:   required from here
                                          /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                          
                                          ACHTUNG: Die Fehlerberichterstattung über Sentry wird beim nächsten Start von ioBroker aktiviert
                                          
                                          Wir von ioBroker wollen das stabilste Smart-Home-System bereitstellen.
                                          Um dies zu ermöglichen, haben wir uns entschlossen, eine automatische Fehler- und Crash-Reporting-Lösung in den js-Controller und auch in Adapter zu implementieren.
                                          
                                          DIESE BERICHTERSTATTUNG WIRD MIT DEM NÄCHSTEN START IHRES IOBROKERS AKTIVIERT!
                                          
                                          Bei Fehlern, die zum Absturz des js-Controllers oder eines der relevanten Adapter führen, werden die Fehlerdetails an einen Server gesendet. Für den js-controller und die Haupt-Adapter befindet sich dieser Server in Deutschland. Informationen zu Community-Adaptern sind in der Github-Readme-Datei des betroffenen Adapters zu finden. Dort steht welcher Sentry-Server verwendet wird.
                                          
                                          Die Fehlerberichterstattung kann, falls gewünscht, über den Befehl
                                          'iobroker plugin disable sentry'
                                          deaktiviert werden. Dieser Befehl stellt auch sicher, dass kein Adapter, der auf diesem Host ausgeführt wird, Absturzberichtsdaten an den Sentry-Server sendet.
                                          
                                          
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
                                          npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
                                          
                                          Host "raspberrypi" (linux) updated
                                          Execute: chmod -R 777 /opt/iobroker
                                          Chmod finished. Restart controller
                                          Starting node restart.js
                                          pi@raspberrypi:~ $ iobroker version
                                          3.1.6
                                          pi@raspberrypi:~ $ iobroker start
                                          
                                          

                                          Instancen Installation klappt jetzt auch. Sieht soweit alles ganz gut aus.

                                          Besten Dank für euren Support!!

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

                                          @Cedrik1 sagte in Time Out Instancen Installation:

                                          iobroker version 1.5.11

                                          Das ist aber immer noch uralter Kram. Keine Ahnung wo das herkommt, das Image sollte deutlich aktuellere Versionen im Bauch haben.

                                          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

                                          HomoranH 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

                                          854

                                          Online

                                          32.4k

                                          Benutzer

                                          81.6k

                                          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