Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker sendet 1000.... warnmeldungen...

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    426

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

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

iobroker sendet 1000.... warnmeldungen...

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
101 Beiträge 5 Kommentatoren 10.2k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • E Einstein2002

    @thomas-braun der Tipp war richtig, aber jetzt kommt immer noch das...

    michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ sudo -H -u iobroker npm install iobroker.js-controller
    [sudo] Passwort für michael:
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    
    > iobroker.js-controller@3.3.10 preinstall /opt/iobroker/node_modules/iobroker.js-controller
    > node lib/preinstallCheck.js
    
    NPM version: 6.14.12
    
    > iobroker.js-controller@3.3.10 install /opt/iobroker/node_modules/iobroker.js-controller
    > node iobroker.js setup first
    
    object _design/system updated
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (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":"x64"})
    
    + iobroker.js-controller@3.3.10
    updated 1 package in 20.716s
    
    74 packages are looking for funding
      run `npm fund` for details
    
    michael@michael-Macmini:/opt/iobroker/iobroker-data/files$
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #34

    @einstein2002
    Falsches Verzeichnis.

    sudo -H -u iobroker npm install iobroker.js-controller
    

    muss in
    /opt/iobroker/
    ausgeführt werden, nicht in
    /opt/iobroker/iobroker-data/files
    Jetzt hast du die Installation 'daneben' geworfen.
    Damit genau das NICHT passiert hatte ich dir oben das angegeben:

    iobroker repo set stable
    iobroker stop
    iobroker update
    cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller
    iobroker start
    

    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

    E 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @einstein2002
      Falsches Verzeichnis.

      sudo -H -u iobroker npm install iobroker.js-controller
      

      muss in
      /opt/iobroker/
      ausgeführt werden, nicht in
      /opt/iobroker/iobroker-data/files
      Jetzt hast du die Installation 'daneben' geworfen.
      Damit genau das NICHT passiert hatte ich dir oben das angegeben:

      iobroker repo set stable
      iobroker stop
      iobroker update
      cd /opt/iobroker
      sudo -H -u iobroker npm install iobroker.js-controller
      iobroker start
      
      E Offline
      E Offline
      Einstein2002
      schrieb am zuletzt editiert von
      #35

      @thomas-braun mist, nicht aufgepasst.
      Hatte durch das löschen der Verzeichnisse dieses ausgewählt und bin dann nicht mehr zurück...
      Ist das jetzt sehr schlimm?

      Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
      Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • E Einstein2002

        @thomas-braun mist, nicht aufgepasst.
        Hatte durch das löschen der Verzeichnisse dieses ausgewählt und bin dann nicht mehr zurück...
        Ist das jetzt sehr schlimm?

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

        @einstein2002
        Klar, jetzt hast du den js-controller zwei mal im System. Das ist natürlich Murks und verzerrt dir die npm list.

        Versuch mal:

        cd /opt/iobroker/iobroker-data/files
        npm uninstall iobroker.js-controller
        

        Ob das aber hinhaut kann ich dir auch nicht mit Sicherheit sagen.

        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

        E 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @einstein2002
          Klar, jetzt hast du den js-controller zwei mal im System. Das ist natürlich Murks und verzerrt dir die npm list.

          Versuch mal:

          cd /opt/iobroker/iobroker-data/files
          npm uninstall iobroker.js-controller
          

          Ob das aber hinhaut kann ich dir auch nicht mit Sicherheit sagen.

          E Offline
          E Offline
          Einstein2002
          schrieb am zuletzt editiert von
          #37

          @thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:

          npm uninstall iobroker.js-controller

          Das hab ich gemacht, kann ich das jetzt irgendwie kontrollieren?

          Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
          Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • E Einstein2002

            @thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:

            npm uninstall iobroker.js-controller

            Das hab ich gemacht, kann ich das jetzt irgendwie kontrollieren?

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

            @einstein2002
            Rückmeldung in der Konsole sah wie aus?
            Gerne wieder komplett, dann sehe ich besser wo du da gerade herumhüpfst.

            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

            E 2 Antworten Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @einstein2002
              Rückmeldung in der Konsole sah wie aus?
              Gerne wieder komplett, dann sehe ich besser wo du da gerade herumhüpfst.

              E Offline
              E Offline
              Einstein2002
              schrieb am zuletzt editiert von
              #39

              @thomas-braun hab inzwischen neu gebootet, jetzt startet mein iobroker nicht mehr, komme nicht mehr drauf.

              Hab noch einmal die Befehle eingegeben, siehe...

              michael@michael-Macmini:/opt/iobroker$ cd /opt/iobroker/iobroker-data/files
              michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ npm uninstall iobroker.js-controller
              [sudo] Passwort für michael:
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (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":"x64"})
              
              up to date in 38.456s
              
              74 packages are looking for funding
                run `npm fund` for details
              
              michael@michael-Macmini:/opt/iobroker/iobroker-data/files$
              
              

              Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
              Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

              E 1 Antwort Letzte Antwort
              0
              • E Einstein2002

                @thomas-braun hab inzwischen neu gebootet, jetzt startet mein iobroker nicht mehr, komme nicht mehr drauf.

                Hab noch einmal die Befehle eingegeben, siehe...

                michael@michael-Macmini:/opt/iobroker$ cd /opt/iobroker/iobroker-data/files
                michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ npm uninstall iobroker.js-controller
                [sudo] Passwort für michael:
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (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":"x64"})
                
                up to date in 38.456s
                
                74 packages are looking for funding
                  run `npm fund` for details
                
                michael@michael-Macmini:/opt/iobroker/iobroker-data/files$
                
                
                E Offline
                E Offline
                Einstein2002
                schrieb am zuletzt editiert von
                #40

                @einstein2002 und ein weiterer versuch sieht dann so aus...

                michael@michael-Macmini:~$ iobroker repo set stable
                internal/modules/cjs/loader.js:818
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
                    at Function.Module._load (internal/modules/cjs/loader.js:667:27)
                    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                    at internal/main/run_main_module.js:17:47 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                michael@michael-Macmini:~$ cd /opt/iobroker
                michael@michael-Macmini:/opt/iobroker$ iobroker repo set stable
                internal/modules/cjs/loader.js:818
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
                    at Function.Module._load (internal/modules/cjs/loader.js:667:27)
                    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                    at internal/main/run_main_module.js:17:47 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                michael@michael-Macmini:/opt/iobroker$
                
                

                Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                HomoranH 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @einstein2002
                  Rückmeldung in der Konsole sah wie aus?
                  Gerne wieder komplett, dann sehe ich besser wo du da gerade herumhüpfst.

                  E Offline
                  E Offline
                  Einstein2002
                  schrieb am zuletzt editiert von
                  #41

                  @thomas-braun jetzt ist kein js mehr drauf

                  Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                  Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • E Einstein2002

                    @thomas-braun jetzt ist kein js mehr drauf

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

                    @einstein2002

                    cd /opt/iobroker
                    sudo -H -u iobroker npm install iobroker.js-controller
                    iobroker start
                    

                    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

                    E 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @einstein2002

                      cd /opt/iobroker
                      sudo -H -u iobroker npm install iobroker.js-controller
                      iobroker start
                      
                      E Offline
                      E Offline
                      Einstein2002
                      schrieb am zuletzt editiert von
                      #43

                      @thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:

                      iobroker start

                      Läuft wieder, aber wieder mit der 3.3.10

                      michael@michael-Macmini:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
                      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                      
                      > iobroker.js-controller@3.3.10 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                      > node lib/preinstallCheck.js
                      
                      NPM version: 6.14.12
                      
                      > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
                      > node-gyp rebuild
                      
                      make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten
                        CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                      In file included from ../src/unix_dgram.cc:5:
                      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                       2298 |     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                            |                                                              ^
                      In file included from ../../nan/nan.h:54,
                                       from ../src/unix_dgram.cc:5:
                      ../src/unix_dgram.cc: At global scope:
                      /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736: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]
                        736 |       (node::addon_register_func) (regfunc),                          \
                            |                                           ^
                      /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
                        770 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                            |   ^~~~~~~~~~~~~
                      ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                        404 | NODE_MODULE(unix_dgram, Initialize)
                            | ^~~~~~~~~~~
                        SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
                        COPY Release/unix_dgram.node
                      make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen
                      
                      > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
                      > node rebuild.js
                      
                      ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
                      
                      > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
                      > node-gyp rebuild
                      
                      make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird betreten
                        CXX(target) Release/obj.target/diskusage/src/main.o
                      In file included from ../src/main.cpp:3:
                      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                       2298 |     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                            |                                                              ^
                      In file included from ../../nan/nan.h:54,
                                       from ../src/main.cpp:3:
                      ../src/main.cpp: At global scope:
                      /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736: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]
                        736 |       (node::addon_register_func) (regfunc),                          \
                            |                                           ^
                      /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
                        770 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                            |   ^~~~~~~~~~~~~
                      ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                         42 | NODE_MODULE(diskusage, Init)
                            | ^~~~~~~~~~~
                        CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
                        SOLINK_MODULE(target) Release/obj.target/diskusage.node
                        COPY Release/diskusage.node
                      make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird verlassen
                      
                      > iobroker.js-controller@3.3.10 install /opt/iobroker/node_modules/iobroker.js-controller
                      > node iobroker.js setup first
                      
                      object _design/system updated
                      
                      > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
                      > node scripts/postinstall
                      
                      
                      > esbuild@0.11.23 postinstall /opt/iobroker/node_modules/esbuild
                      > node install.js
                      
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (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":"x64"})
                      
                      + iobroker.js-controller@3.3.10
                      added 188 packages from 155 contributors in 32.179s
                      
                      78 packages are looking for funding
                        run `npm fund` for details
                      
                      michael@michael-Macmini:/opt/iobroker$ iobroker -v
                      3.3.10
                      michael@michael-Macmini:/opt/iobroker$ iobroker start
                      
                      

                      Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                      Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                      E 1 Antwort Letzte Antwort
                      0
                      • E Einstein2002

                        @thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:

                        iobroker start

                        Läuft wieder, aber wieder mit der 3.3.10

                        michael@michael-Macmini:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
                        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                        
                        > iobroker.js-controller@3.3.10 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                        > node lib/preinstallCheck.js
                        
                        NPM version: 6.14.12
                        
                        > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
                        > node-gyp rebuild
                        
                        make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten
                          CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                        In file included from ../src/unix_dgram.cc:5:
                        ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                        ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                         2298 |     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                              |                                                              ^
                        In file included from ../../nan/nan.h:54,
                                         from ../src/unix_dgram.cc:5:
                        ../src/unix_dgram.cc: At global scope:
                        /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736: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]
                          736 |       (node::addon_register_func) (regfunc),                          \
                              |                                           ^
                        /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
                          770 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                              |   ^~~~~~~~~~~~~
                        ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                          404 | NODE_MODULE(unix_dgram, Initialize)
                              | ^~~~~~~~~~~
                          SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
                          COPY Release/unix_dgram.node
                        make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen
                        
                        > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
                        > node rebuild.js
                        
                        ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
                        
                        > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
                        > node-gyp rebuild
                        
                        make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird betreten
                          CXX(target) Release/obj.target/diskusage/src/main.o
                        In file included from ../src/main.cpp:3:
                        ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                        ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                         2298 |     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                              |                                                              ^
                        In file included from ../../nan/nan.h:54,
                                         from ../src/main.cpp:3:
                        ../src/main.cpp: At global scope:
                        /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736: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]
                          736 |       (node::addon_register_func) (regfunc),                          \
                              |                                           ^
                        /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
                          770 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                              |   ^~~~~~~~~~~~~
                        ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                           42 | NODE_MODULE(diskusage, Init)
                              | ^~~~~~~~~~~
                          CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
                          SOLINK_MODULE(target) Release/obj.target/diskusage.node
                          COPY Release/diskusage.node
                        make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird verlassen
                        
                        > iobroker.js-controller@3.3.10 install /opt/iobroker/node_modules/iobroker.js-controller
                        > node iobroker.js setup first
                        
                        object _design/system updated
                        
                        > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
                        > node scripts/postinstall
                        
                        
                        > esbuild@0.11.23 postinstall /opt/iobroker/node_modules/esbuild
                        > node install.js
                        
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (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":"x64"})
                        
                        + iobroker.js-controller@3.3.10
                        added 188 packages from 155 contributors in 32.179s
                        
                        78 packages are looking for funding
                          run `npm fund` for details
                        
                        michael@michael-Macmini:/opt/iobroker$ iobroker -v
                        3.3.10
                        michael@michael-Macmini:/opt/iobroker$ iobroker start
                        
                        
                        E Offline
                        E Offline
                        Einstein2002
                        schrieb am zuletzt editiert von
                        #44

                        @einstein2002 aber es sind schon deutlich weniger Meldungen, jetzt haben die sonoff_pow adapter noch irgendwelche probleme

                        Da geh ich morgen früh ran, ist ja schon später... Dir Danke ich für die Mühe und Hilfe. Kann ich Dir was gutes tun??

                        Grüße Michael

                        Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                        Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                        1 Antwort Letzte Antwort
                        0
                        • E Einstein2002

                          @einstein2002 und ein weiterer versuch sieht dann so aus...

                          michael@michael-Macmini:~$ iobroker repo set stable
                          internal/modules/cjs/loader.js:818
                            throw err;
                            ^
                          
                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
                              at Function.Module._load (internal/modules/cjs/loader.js:667:27)
                              at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                              at internal/main/run_main_module.js:17:47 {
                            code: 'MODULE_NOT_FOUND',
                            requireStack: []
                          }
                          michael@michael-Macmini:~$ cd /opt/iobroker
                          michael@michael-Macmini:/opt/iobroker$ iobroker repo set stable
                          internal/modules/cjs/loader.js:818
                            throw err;
                            ^
                          
                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
                              at Function.Module._load (internal/modules/cjs/loader.js:667:27)
                              at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                              at internal/main/run_main_module.js:17:47 {
                            code: 'MODULE_NOT_FOUND',
                            requireStack: []
                          }
                          michael@michael-Macmini:/opt/iobroker$
                          
                          
                          HomoranH Nicht stören
                          HomoranH Nicht stören
                          Homoran
                          Global Moderator Administrators
                          schrieb am zuletzt editiert von
                          #45

                          @einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:

                          iobroker repo set stable

                          @Thomas-Braun
                          kann das sein, dass das repo bei @Einstein2002 anders heisst?

                          kein Support per PN! - Fragen im Forum stellen -
                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          Thomas BraunT E 2 Antworten Letzte Antwort
                          0
                          • HomoranH Homoran

                            @einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:

                            iobroker repo set stable

                            @Thomas-Braun
                            kann das sein, dass das repo bei @Einstein2002 anders heisst?

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

                            @homoran
                            Das könnte sein .

                            iobroker repo list
                            

                            anschauen.

                            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

                            E 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @homoran
                              Das könnte sein .

                              iobroker repo list
                              

                              anschauen.

                              E Offline
                              E Offline
                              Einstein2002
                              schrieb am zuletzt editiert von
                              #47

                              @thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:

                              iobroker repo list

                              michael@michael-Macmini:/opt/iobroker$ iobroker repo list
                              stable      : http://download.iobroker.net/sources-dist.json
                              beta        : http://download.iobroker.net/sources-dist-latest.json
                              
                              Active repo: stable
                              michael@michael-Macmini:/opt/iobroker$
                              
                              

                              Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                              Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                              1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:

                                iobroker repo set stable

                                @Thomas-Braun
                                kann das sein, dass das repo bei @Einstein2002 anders heisst?

                                E Offline
                                E Offline
                                Einstein2002
                                schrieb am zuletzt editiert von
                                #48

                                @homoran Denke das ist richtig, oder?

                                Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                                Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                                Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                0
                                • E Einstein2002

                                  @homoran Denke das ist richtig, oder?

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

                                  @einstein2002

                                  cd /opt/iobroker
                                  sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                                  

                                  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

                                  E 1 Antwort Letzte Antwort
                                  0
                                  • E Einstein2002

                                    @homoran Denke das ist richtig, oder?

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

                                    @einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:

                                    sudo -H -u iobroker npm install iobroker.js-controller

                                    dann mach da mal ein sudo -H -u iobroker npm install iobroker.js-controller@3.2.16 draus
                                    aber in /opt/iobroker!

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @einstein2002

                                      cd /opt/iobroker
                                      sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                                      
                                      E Offline
                                      E Offline
                                      Einstein2002
                                      schrieb am zuletzt editiert von
                                      #51

                                      @thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:

                                      sudo -H -u iobroker npm install iobroker.js-controller@3.2.16

                                      Das war es. Sieht doch soweit erstmal gut aus.

                                      michael@michael-Macmini:/opt/iobroker$ iobroker repo set stable
                                      Repository "stable" set as active.
                                      stable      : http://download.iobroker.net/sources-dist.json
                                      beta        : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo: stable
                                      michael@michael-Macmini:/opt/iobroker$ iobroker stop
                                      michael@michael-Macmini:/opt/iobroker$ iobroker update
                                      Used repository: stable
                                      hash unchanged, use cached sources
                                      update done
                                      Adapter    "admin"         : 4.2.1    , installed 5.0.31
                                      Adapter    "alexa2"        : 3.8.1    , installed 3.9.0
                                      Adapter    "backitup"      : 2.1.6    , installed 2.1.11
                                      Adapter    "broadlink2"    : 2.0.3    , installed 2.1.5
                                      Adapter    "cloud"         : 4.0.10   , installed 4.0.11
                                      Adapter    "daswetter"     : 3.0.7    , installed 3.0.7
                                      Adapter    "device-reminder": 1.2.1   , installed 1.2.1
                                      Adapter    "discovery"     : 2.6.1    , installed 2.6.3
                                      Adapter    "ds18b20"       : 1.4.1    , installed 1.4.1
                                      Adapter    "dwd"           : 2.7.5    , installed 2.7.5
                                      Adapter    "fb-checkpresence": 1.1.0   , installed 1.1.4
                                      Adapter    "feiertage"     : 1.0.17   , installed 1.0.20
                                      Adapter    "flot"          : 1.10.6   , installed 1.10.6
                                      Adapter    "history"       : 1.9.12   , installed 1.9.13
                                      Adapter    "hm-rpc"        : 1.14.37  , installed 1.14.38
                                      Adapter    "ical"          : 1.7.4    , installed 1.9.3
                                      Adapter    "icons-mfd-svg" : 1.0.2    , installed 1.0.2
                                      Adapter    "info"          : 1.7.14   , installed 1.7.15
                                      Adapter    "iot"           : 1.8.16   , installed 1.8.22
                                      Adapter    "javascript"    : 5.1.3    , installed 5.1.3
                                      Controller "js-controller" : 3.2.16   , installed 3.3.10
                                      Adapter    "milight"       : 0.3.6    , installed 0.4.0
                                      Adapter    "milight-smart-light": 1.2.0   , installed 1.2.1
                                      Adapter    "mqtt"          : 2.3.5    , installed 2.4.0
                                      Adapter    "nina"          : 0.0.24   , installed 0.0.24
                                      Adapter    "openligadb"    : 1.1.0    , installed 1.2.0
                                      Adapter    "openweathermap": 0.1.0    , installed 0.1.0
                                      Adapter    "pollenflug"    : 1.0.6    , installed 1.0.6
                                      Adapter    "shelly"        : 4.0.7    , installed 4.0.8
                                      Adapter    "simple-api"    : 2.5.3    , installed 2.6.1
                                      Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                                      Adapter    "sonoff"        : 2.4.0    , installed 2.4.0
                                      Adapter    "sonos"         : 2.1.1    , installed 2.1.1
                                      Adapter    "sql"           : 1.15.7   , installed 1.15.7
                                      Adapter    "tankerkoenig"  : 2.0.5    , installed 2.0.12
                                      Adapter    "telegram"      : 1.8.1    , installed 1.8.1
                                      Adapter    "text2command"  : 2.0.7    , installed 2.0.7
                                      Adapter    "tr-064"        : 4.2.12   , installed 4.2.12
                                      Adapter    "trashschedule" : 1.1.1    , installed 1.1.3
                                      Adapter    "unifi"         : 0.5.8    , installed 0.5.9
                                      Adapter    "vis"           : 1.3.8    , installed 1.3.9
                                      Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                                      Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                                      Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                      Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                                      Adapter    "vis-keyboard"  : 0.0.2    , installed 0.0.2
                                      Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                                      Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                      Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                                      Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                      Adapter    "weatherunderground": 3.3.0   , installed 3.3.0
                                      Adapter    "web"           : 3.4.0    , installed 3.4.1
                                      Adapter    "yahka"         : 0.12.0   , installed 0.13.1
                                      michael@michael-Macmini:/opt/iobroker$ cd /opt/iobroker
                                      michael@michael-Macmini:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                                      [sudo] Passwort für michael:
                                      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                      
                                      > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                      > node lib/preinstallCheck.js
                                      
                                      NPM version: 6.14.12
                                      
                                      > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                                      > node iobroker.js setup first
                                      
                                      object _design/system updated
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (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":"x64"})
                                      
                                      + iobroker.js-controller@3.2.16
                                      removed 20 packages and updated 6 packages in 43.486s
                                      
                                      74 packages are looking for funding
                                        run `npm fund` for details
                                      
                                      michael@michael-Macmini:/opt/iobroker$ iobroker start
                                      michael@michael-Macmini:/opt/iobroker$ iobroker -v
                                      3.2.16
                                      michael@michael-Macmini:/opt/iobroker$
                                      
                                      

                                      Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                                      Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • E Einstein2002

                                        @thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:

                                        sudo -H -u iobroker npm install iobroker.js-controller@3.2.16

                                        Das war es. Sieht doch soweit erstmal gut aus.

                                        michael@michael-Macmini:/opt/iobroker$ iobroker repo set stable
                                        Repository "stable" set as active.
                                        stable      : http://download.iobroker.net/sources-dist.json
                                        beta        : http://download.iobroker.net/sources-dist-latest.json
                                        
                                        Active repo: stable
                                        michael@michael-Macmini:/opt/iobroker$ iobroker stop
                                        michael@michael-Macmini:/opt/iobroker$ iobroker update
                                        Used repository: stable
                                        hash unchanged, use cached sources
                                        update done
                                        Adapter    "admin"         : 4.2.1    , installed 5.0.31
                                        Adapter    "alexa2"        : 3.8.1    , installed 3.9.0
                                        Adapter    "backitup"      : 2.1.6    , installed 2.1.11
                                        Adapter    "broadlink2"    : 2.0.3    , installed 2.1.5
                                        Adapter    "cloud"         : 4.0.10   , installed 4.0.11
                                        Adapter    "daswetter"     : 3.0.7    , installed 3.0.7
                                        Adapter    "device-reminder": 1.2.1   , installed 1.2.1
                                        Adapter    "discovery"     : 2.6.1    , installed 2.6.3
                                        Adapter    "ds18b20"       : 1.4.1    , installed 1.4.1
                                        Adapter    "dwd"           : 2.7.5    , installed 2.7.5
                                        Adapter    "fb-checkpresence": 1.1.0   , installed 1.1.4
                                        Adapter    "feiertage"     : 1.0.17   , installed 1.0.20
                                        Adapter    "flot"          : 1.10.6   , installed 1.10.6
                                        Adapter    "history"       : 1.9.12   , installed 1.9.13
                                        Adapter    "hm-rpc"        : 1.14.37  , installed 1.14.38
                                        Adapter    "ical"          : 1.7.4    , installed 1.9.3
                                        Adapter    "icons-mfd-svg" : 1.0.2    , installed 1.0.2
                                        Adapter    "info"          : 1.7.14   , installed 1.7.15
                                        Adapter    "iot"           : 1.8.16   , installed 1.8.22
                                        Adapter    "javascript"    : 5.1.3    , installed 5.1.3
                                        Controller "js-controller" : 3.2.16   , installed 3.3.10
                                        Adapter    "milight"       : 0.3.6    , installed 0.4.0
                                        Adapter    "milight-smart-light": 1.2.0   , installed 1.2.1
                                        Adapter    "mqtt"          : 2.3.5    , installed 2.4.0
                                        Adapter    "nina"          : 0.0.24   , installed 0.0.24
                                        Adapter    "openligadb"    : 1.1.0    , installed 1.2.0
                                        Adapter    "openweathermap": 0.1.0    , installed 0.1.0
                                        Adapter    "pollenflug"    : 1.0.6    , installed 1.0.6
                                        Adapter    "shelly"        : 4.0.7    , installed 4.0.8
                                        Adapter    "simple-api"    : 2.5.3    , installed 2.6.1
                                        Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                                        Adapter    "sonoff"        : 2.4.0    , installed 2.4.0
                                        Adapter    "sonos"         : 2.1.1    , installed 2.1.1
                                        Adapter    "sql"           : 1.15.7   , installed 1.15.7
                                        Adapter    "tankerkoenig"  : 2.0.5    , installed 2.0.12
                                        Adapter    "telegram"      : 1.8.1    , installed 1.8.1
                                        Adapter    "text2command"  : 2.0.7    , installed 2.0.7
                                        Adapter    "tr-064"        : 4.2.12   , installed 4.2.12
                                        Adapter    "trashschedule" : 1.1.1    , installed 1.1.3
                                        Adapter    "unifi"         : 0.5.8    , installed 0.5.9
                                        Adapter    "vis"           : 1.3.8    , installed 1.3.9
                                        Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                                        Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                                        Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                        Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                                        Adapter    "vis-keyboard"  : 0.0.2    , installed 0.0.2
                                        Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                                        Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                        Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                                        Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                        Adapter    "weatherunderground": 3.3.0   , installed 3.3.0
                                        Adapter    "web"           : 3.4.0    , installed 3.4.1
                                        Adapter    "yahka"         : 0.12.0   , installed 0.13.1
                                        michael@michael-Macmini:/opt/iobroker$ cd /opt/iobroker
                                        michael@michael-Macmini:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                                        [sudo] Passwort für michael:
                                        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                        
                                        > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                        > node lib/preinstallCheck.js
                                        
                                        NPM version: 6.14.12
                                        
                                        > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                                        > node iobroker.js setup first
                                        
                                        object _design/system updated
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (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":"x64"})
                                        
                                        + iobroker.js-controller@3.2.16
                                        removed 20 packages and updated 6 packages in 43.486s
                                        
                                        74 packages are looking for funding
                                          run `npm fund` for details
                                        
                                        michael@michael-Macmini:/opt/iobroker$ iobroker start
                                        michael@michael-Macmini:/opt/iobroker$ iobroker -v
                                        3.2.16
                                        michael@michael-Macmini:/opt/iobroker$
                                        
                                        
                                        HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #52

                                        @einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:

                                        Sieht doch soweit erstmal gut aus.

                                        vor allem soehst du jetzt, wo du überall Betaversionen hast und auf welche version du downgraden solltest

                                        kein Support per PN! - Fragen im Forum stellen -
                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        E 3 Antworten Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:

                                          Sieht doch soweit erstmal gut aus.

                                          vor allem soehst du jetzt, wo du überall Betaversionen hast und auf welche version du downgraden solltest

                                          E Offline
                                          E Offline
                                          Einstein2002
                                          schrieb am zuletzt editiert von Einstein2002
                                          #53

                                          @homoran Nur wieso komme ich denn auf die Beta?? Ich habe in letzter Zeit nur dann ein Update auf die Adapter gemacht wenn es mir vorgeschlagen worden ist.
                                          Da stand nix von wegen Beta. Oder irre ich mich?? Ich habe schon länger nix über Github gemacht

                                          Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                                          Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                                          FeuersturmF 1 Antwort Letzte Antwort
                                          0

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

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

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

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          418

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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