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. PI4 Lässt JS Kontrolle nicht updaten

NEWS

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

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

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

PI4 Lässt JS Kontrolle nicht updaten

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
js-controller 2.0.25
106 Beiträge 8 Kommentatoren 11.9k Aufrufe 9 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.
  • AlCalzoneA AlCalzone

    @freaktech Und hast du das
    2f081e07-bb96-47f3-8b40-4602f9d6c6da-grafik.png
    inzwischen gemacht? Was war die Ausgabe davon? Danach kannst du das Upgrade probieren.

    F Offline
    F Offline
    freaktech
    schrieb am zuletzt editiert von
    #61

    @AlCalzone

    
    pi@iobrocker:/opt/iobroker $
    pi@iobrocker:/opt/iobroker $ npm WARN using --force I sure hope you know what you are doing.
    npm WARN using --force I sure hope you know what you are doing.
    
    Usage: npm <command>
    
    where <command> is one of:
        access, adduser, audit, bin, bugs, c, cache, ci, cit,
        clean-install, clean-install-test, completion, config,
        create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
        edit, explore, get, help, help-search, hook, i, init,
        install, install-ci-test, install-test, it, link, list, ln,
        login, logout, ls, org, outdated, owner, pack, ping, prefix,
        profile, prune, publish, rb, rebuild, repo, restart, root,
        run, run-script, s, se, search, set, shrinkwrap, star,
        stars, start, stop, t, team, test, token, tst, un,
        uninstall, unpublish, unstar, up, update, v, version, view,
        whoami
    
    npm <command> -h  quick help on <command>
    npm -l            display full usage info
    npm help <term>   search for help on <term>
    npm help npm      involved overview
    
    Specify configs in the ini-formatted file:
        /home/pi/.npmrc
    or on the command line via: npm <command> --key value
    Config info can be viewed via: npm help config
    
    npm@6.12.0 /usr/local/lib/node_modules/npm
    
    pi@iobrocker:/opt/iobroker $ pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $
    -bash: pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue: Datei oder Verzeichnis nicht gefunden
    pi@iobrocker:/opt/iobroker $
    
    
    apollon77A 1 Antwort Letzte Antwort
    0
    • F freaktech

      @AlCalzone said in PI4 Lässt JS Kontrolle nicht updaten:

      wget -qO- https://registry.npmjs.org/

      
      pi@iobrocker:/opt/iobroker $ wget -qO- https://registry.npmjs.org/
      {"db_name":"registry","doc_count":1417354,"doc_del_count":340,"update_seq":5737861,"purge_seq":0,"compact_running":false,"disk_size":24759636103,"data_size":19681074249,"instance_start_time":"1570691704792381","disk_format_version":6,"committed_update_seq":5737861}pi@iobrocker:/opt/iobroker $
      
      

      hier passiert aber nichts

      
      pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $
      pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $
      pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $ node main.js --force --logs
      pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $ node main.js --force --logs
      pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $
      
      
      apollon77A Offline
      apollon77A Offline
      apollon77
      schrieb am zuletzt editiert von
      #62

      @freaktech Ok, die Ausgabe sieht an sich ok aus von dem npm Ding.

      Manueller Adapterstart: ist ioBroker auch gestartet auf dem Host? Der muss laufen sonst geht das nicht.

      bzw mach mal:
      ´node main.js silly --force --logs`

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

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      F 1 Antwort Letzte Antwort
      0
      • F freaktech

        @AlCalzone

        
        pi@iobrocker:/opt/iobroker $
        pi@iobrocker:/opt/iobroker $ npm WARN using --force I sure hope you know what you are doing.
        npm WARN using --force I sure hope you know what you are doing.
        
        Usage: npm <command>
        
        where <command> is one of:
            access, adduser, audit, bin, bugs, c, cache, ci, cit,
            clean-install, clean-install-test, completion, config,
            create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
            edit, explore, get, help, help-search, hook, i, init,
            install, install-ci-test, install-test, it, link, list, ln,
            login, logout, ls, org, outdated, owner, pack, ping, prefix,
            profile, prune, publish, rb, rebuild, repo, restart, root,
            run, run-script, s, se, search, set, shrinkwrap, star,
            stars, start, stop, t, team, test, token, tst, un,
            uninstall, unpublish, unstar, up, update, v, version, view,
            whoami
        
        npm <command> -h  quick help on <command>
        npm -l            display full usage info
        npm help <term>   search for help on <term>
        npm help npm      involved overview
        
        Specify configs in the ini-formatted file:
            /home/pi/.npmrc
        or on the command line via: npm <command> --key value
        Config info can be viewed via: npm help config
        
        npm@6.12.0 /usr/local/lib/node_modules/npm
        
        pi@iobrocker:/opt/iobroker $ pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $
        -bash: pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue: Datei oder Verzeichnis nicht gefunden
        pi@iobrocker:/opt/iobroker $
        
        
        apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von
        #63

        @freaktech Kommando sieht falsch aus

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

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        1 Antwort Letzte Antwort
        0
        • F Offline
          F Offline
          freaktech
          schrieb am zuletzt editiert von
          #64
          pi@iobrocker:/opt/iobroker $ node main.js silly --force --logs
          internal/modules/cjs/loader.js:583
              throw err;
              ^
          
          Error: Cannot find module '/opt/iobroker/main.js'
              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
              at Function.Module._load (internal/modules/cjs/loader.js:507:25)
              at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
              at startup (internal/bootstrap/node.js:283:19)
              at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
          pi@iobrocker:/opt/iobroker $
          
          
          AlCalzoneA 1 Antwort Letzte Antwort
          0
          • F freaktech
            pi@iobrocker:/opt/iobroker $ node main.js silly --force --logs
            internal/modules/cjs/loader.js:583
                throw err;
                ^
            
            Error: Cannot find module '/opt/iobroker/main.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                at startup (internal/bootstrap/node.js:283:19)
                at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
            pi@iobrocker:/opt/iobroker $
            
            
            AlCalzoneA Offline
            AlCalzoneA Offline
            AlCalzone
            Developer
            schrieb am zuletzt editiert von AlCalzone
            #65

            @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

            pi@iobrocker:/opt/iobroker $ node main.js silly --force --logs

            falscher Ordner

            Was ist mit den anderen Befehlen, nach denen ich inzwischen 2x gefragt habe? Achte bitte darauf, dass du die Befehle richtig eintippst oder kopierst.
            Die letzten Logs sehen mir so aus als kopierst du wild irgendwelche Warnmeldungen und/oder Logausgaben als Befehle.

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

            1 Antwort Letzte Antwort
            0
            • apollon77A apollon77

              @freaktech Ok, die Ausgabe sieht an sich ok aus von dem npm Ding.

              Manueller Adapterstart: ist ioBroker auch gestartet auf dem Host? Der muss laufen sonst geht das nicht.

              bzw mach mal:
              ´node main.js silly --force --logs`

              F Offline
              F Offline
              freaktech
              schrieb am zuletzt editiert von
              #66

              @apollon77 said in PI4 Lässt JS Kontrolle nicht updaten:

              ´node main.js silly --force --logs`

              mach ich ja

              
              pi@iobrocker:/opt/iobroker $ node main.js silly --force --logs
              internal/modules/cjs/loader.js:583
                  throw err;
                  ^
              
              Error: Cannot find module '/opt/iobroker/main.js'
                  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                  at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                  at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                  at startup (internal/bootstrap/node.js:283:19)
                  at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
              pi@iobrocker:/opt/iobroker $
              
              

              was mach ich falsch?

              apollon77A 1 Antwort Letzte Antwort
              0
              • F freaktech

                @apollon77 said in PI4 Lässt JS Kontrolle nicht updaten:

                ´node main.js silly --force --logs`

                mach ich ja

                
                pi@iobrocker:/opt/iobroker $ node main.js silly --force --logs
                internal/modules/cjs/loader.js:583
                    throw err;
                    ^
                
                Error: Cannot find module '/opt/iobroker/main.js'
                    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                    at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                    at startup (internal/bootstrap/node.js:283:19)
                    at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
                pi@iobrocker:/opt/iobroker $
                
                

                was mach ich falsch?

                apollon77A Offline
                apollon77A Offline
                apollon77
                schrieb am zuletzt editiert von
                #67

                @freaktech Jetzt vergleich das mal mit dem was Du selbst weiter oben gepotet hast
                https://forum.iobroker.net/post/310830
                ... ... ... ...
                cd node_modules/iobroker.hue
                vergessen?

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

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

                  ja sorry ich bin wohl zu doof um es zu kapieren

                  diese vorgehensweise ist ja wohl auch falsch

                  
                  pi@iobrocker:~ $ cd /opt/iobroker
                  pi@iobrocker:/opt/iobroker $ cd node_modules/iobroker.hue
                  pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $ node main.js silly --force --logs
                  pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $
                  
                  
                  AlCalzoneA apollon77A 2 Antworten Letzte Antwort
                  0
                  • F freaktech

                    ja sorry ich bin wohl zu doof um es zu kapieren

                    diese vorgehensweise ist ja wohl auch falsch

                    
                    pi@iobrocker:~ $ cd /opt/iobroker
                    pi@iobrocker:/opt/iobroker $ cd node_modules/iobroker.hue
                    pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $ node main.js silly --force --logs
                    pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $
                    
                    
                    AlCalzoneA Offline
                    AlCalzoneA Offline
                    AlCalzone
                    Developer
                    schrieb am zuletzt editiert von
                    #69

                    @freaktech Jetzt ist der Pfad schon mal richtig. Läuft trotzdem nicht... Vielleicht muss der nochmal installiert werden. Dazu müssen wir dein npm-Problem aber lösen.

                    Also... was ist jetzt hiermit?
                    656fb6a7-2d98-42b3-a6bd-1f6cbdac03ff-grafik.png

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

                    1 Antwort Letzte Antwort
                    0
                    • F freaktech

                      ja sorry ich bin wohl zu doof um es zu kapieren

                      diese vorgehensweise ist ja wohl auch falsch

                      
                      pi@iobrocker:~ $ cd /opt/iobroker
                      pi@iobrocker:/opt/iobroker $ cd node_modules/iobroker.hue
                      pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $ node main.js silly --force --logs
                      pi@iobrocker:/opt/iobroker/node_modules/iobroker.hue $
                      
                      
                      apollon77A Offline
                      apollon77A Offline
                      apollon77
                      schrieb am zuletzt editiert von
                      #70

                      @freaktech Ok, Frage: kommt es direkt zurück der Befehl oder "Hängt er"?

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

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

                        das bringt leider nichts

                        
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $ npm cache verify
                        Cache verified and compressed (~/.npm/_cacache):
                        Content verified: 0 (0 bytes)
                        Index entries: 0
                        Finished in 0.067s
                        pi@iobrocker:/opt/iobroker $ npm cache clean --force
                        npm WARN using --force I sure hope you know what you are doing.
                        pi@iobrocker:/opt/iobroker $
                        
                        
                        
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $ npm cche verify
                        
                        Usage: npm <command>
                        
                        where <command> is one of:
                            access, adduser, audit, bin, bugs, c, cache, ci, cit,
                            clean-install, clean-install-test, completion, config,
                            create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
                            edit, explore, get, help, help-search, hook, i, init,
                            install, install-ci-test, install-test, it, link, list, ln,
                            login, logout, ls, org, outdated, owner, pack, ping, prefix,
                            profile, prune, publish, rb, rebuild, repo, restart, root,
                            run, run-script, s, se, search, set, shrinkwrap, star,
                            stars, start, stop, t, team, test, token, tst, un,
                            uninstall, unpublish, unstar, up, update, v, version, view,
                            whoami
                        
                        npm <command> -h  quick help on <command>
                        npm -l            display full usage info
                        npm help <term>   search for help on <term>
                        npm help npm      involved overview
                        
                        Specify configs in the ini-formatted file:
                            /home/pi/.npmrc
                        or on the command line via: npm <command> --key value
                        Config info can be viewed via: npm help config
                        
                        npm@6.12.0 /usr/local/lib/node_modules/npm
                        
                        Did you mean this?
                            cache
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $
                        pi@iobrocker:/opt/iobroker $ npm cache verify
                        Cache verified and compressed (~/.npm/_cacache):
                        Content verified: 0 (0 bytes)
                        Index entries: 0
                        Finished in 0.067s
                        pi@iobrocker:/opt/iobroker $ npm cache clean --force
                        npm WARN using --force I sure hope you know what you are doing.
                        pi@iobrocker:/opt/iobroker $ ^C
                        pi@iobrocker:/opt/iobroker $ sudo iobroker stop
                        pi@iobrocker:/opt/iobroker $ sudo iobroker update
                        Used repository: latest
                        hash not changed, use actual sources
                        update done
                        Cannot read or parse /opt/iobroker/node_modules/iobroker.js-controller/lib/../node_modules/iobroker.hue/io-package.json: SyntaxError: Unexpected end of JSON input
                        Cannot read or parse /opt/iobroker/node_modules/iobroker.js-controller/lib/../node_modules/iobroker.hue/io-package.json: SyntaxError: Unexpected end of JSON input
                        Adapter    "admin"         : 3.6.9    , installed 3.6.9
                        Adapter    "admin-2"       : 2.0.10
                        Adapter    "alexa2"        : 2.6.4    , installed 2.6.4
                        Adapter    "alpha2"        : 1.0.0
                        Adapter    "amazon-dash"   : 0.3.1
                        Adapter    "artnet"        : 1.0.0
                        Adapter    "asterisk"      : 1.0.6
                        Adapter    "asuswrt"       : 1.0.1
                        Adapter    "b-control-em"  : 0.2.1
                        Adapter    "backitup"      : 1.2.0    , installed 1.2.0
                        Adapter    "beckhoff"      : 1.0.6
                        Adapter    "benq"          : 0.2.0
                        Adapter    "ble"           : 0.10.1
                        Adapter    "bmw"           : 1.4.0
                        Adapter    "boblight"      : 0.0.1
                        Adapter    "bosesoundtouch": 0.2.4
                        Adapter    "botvac"        : 1.0.0
                        Adapter    "bring"         : 1.6.5
                        Adapter    "broadlink2"    : 2.0.0
                        Adapter    "chromecast"    : 2.2.3
                        Adapter    "cloud"         : 2.6.2    , installed 2.6.2
                        Adapter    "comfoair"      : 0.3.2
                        Adapter    "contactid"     : 1.0.0
                        Adapter    "corrently"     : 0.0.2
                        Adapter    "countdown"     : 1.0.4
                        Adapter    "cul"           : 1.0.0
                        Adapter    "daikin"        : 1.0.5
                        Adapter    "daswetter"     : 2.8.1    , installed 2.8.1
                        Adapter    "deconz"        : 1.1.2
                        Adapter    "denon"         : 1.6.1
                        Adapter    "devices"       : 0.1.7
                        Adapter    "discovergy"    : 0.4.7
                        Adapter    "discovery"     : 2.0.0    , installed 2.0.0
                        Adapter    "doorbird"      : 0.1.5
                        Adapter    "ds18b20"       : 1.0.2
                        Adapter    "dwd"           : 2.4.3
                        Adapter    "ebus"          : 0.8.0
                        Adapter    "egigeozone"    : 0.1.2
                        Adapter    "ekey"          : 1.1.0
                        Adapter    "email"         : 1.0.5
                        Adapter    "emby"          : 1.0.0
                        Adapter    "energymanager" : 1.2.1
                        Adapter    "enet"          : 1.0.1
                        Adapter    "epson_stylus_px830": 0.2.1
                        Adapter    "fakeroku"      : 0.2.1
                        Adapter    "feiertage"     : 1.0.11
                        Adapter    "fhem"          : 1.3.0
                        Adapter    "find-my-iphone": 0.2.17
                        Adapter    "firetv"        : 0.0.33
                        Adapter    "flot"          : 1.9.2
                        Adapter    "foobar2000"    : 1.0.0
                        Adapter    "fritzbox"      : 0.2.1
                        Adapter    "fritzdect"     : 0.2.4
                        Adapter    "fronius"       : 1.0.5
                        Adapter    "fullcalendar"  : 0.2.4
                        Adapter    "fullybrowser"  : 1.0.1
                        Adapter    "g-homa"        : 0.5.1
                        Adapter    "geofency"      : 0.3.2
                        Adapter    "gruenbeck"     : 0.0.14
                        Adapter    "habpanel"      : 0.3.4
                        Adapter    "haier"         : 1.0.2
                        Adapter    "ham"           : 1.1.2
                        Adapter    "ham-wemo"      : 1.0.1
                        Adapter    "harmony"       : 1.2.2
                        Adapter    "hass-mqtt"     : 0.0.7
                        Adapter    "heatingcontrol": 0.2.3
                        Adapter    "heytech"       : 0.1.4
                        Adapter    "hid"           : 0.1.17
                        Adapter    "hilink"        : 0.2.7
                        Adapter    "history"       : 1.8.7
                        Adapter    "hm-rega"       : 2.4.12
                        Adapter    "hm-rpc"        : 1.10.0
                        Adapter    "hmip"          : 0.0.11
                        Adapter    "hombot"        : 0.1.3
                        Adapter    "homeconnect"   : 0.0.24
                        Adapter    "homee"         : modified
                        Adapter    "homepilot"     : 1.0.3
                        Adapter    "hp-ilo"        : 1.0.1
                        Adapter    "hs100"         : 1.0.10
                        Adapter    "hue"           : 2.0.0
                        Adapter    "hue-extended"  : 0.9.0
                        Adapter    "hyperion"      : 0.0.9
                        Adapter    "i2c"           : 0.0.6
                        Adapter    "ical"          : 1.7.0    , installed 1.7.0
                        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.3
                        Adapter    "icons-ultimate-png": 1.0.1
                        Adapter    "influxdb"      : 1.6.3
                        Adapter    "info"          : 1.5.5    , installed 1.5.5
                        Adapter    "innogy-smarthome": 0.3.3
                        Adapter    "intesishome"   : 0.1.2
                        Adapter    "iogo"          : 0.4.13
                        Adapter    "iot"           : 1.1.8
                        Adapter    "iqontrol"      : 0.2.12
                        Adapter    "javascript"    : 4.3.0    , installed 4.3.0
                        Adapter    "jeelink"       : 0.1.3
                        Controller "js-controller" : 2.0.29   , installed 1.5.14 [Updateable]
                        Adapter    "js2fs"         : 0.1.5    , installed 0.1.5
                        Adapter    "kecontact"     : 0.1.0
                        Adapter    "klf200"        : 0.9.5
                        Adapter    "km200"         : 2.0.3
                        Adapter    "knmi-weather"  : 0.1.1
                        Adapter    "knx"           : 1.0.35
                        Adapter    "kodi"          : 1.0.0
                        Adapter    "kress"         : 2.5.5
                        Adapter    "landroid"      : 1.0.3
                        Adapter    "lcn"           : 0.4.2
                        Adapter    "letrika_comgw" : 0.0.4
                        Adapter    "lgtv"          : 1.0.8
                        Adapter    "lgtv-rs"       : 0.0.4
                        Adapter    "lgtv11"        : 1.0.5
                        Adapter    "lifx"          : 0.1.0
                        Adapter    "lightify"      : 0.2.16
                        Adapter    "link"          : 0.4.4
                        Adapter    "linkeddevices" : 1.0.1
                        Adapter    "lovelace"      : 0.1.5
                        Adapter    "loxone"        : 1.0.0
                        Adapter    "luftdaten"     : 0.0.7
                        Adapter    "lupusec"       : 1.2.0
                        Adapter    "luxtronik1"    : 0.0.7
                        Adapter    "material"      : 0.10.6
                        Adapter    "maxcube"       : 0.1.2    , installed 0.1.2
                        Adapter    "maxcul"        : 1.1.2
                        Adapter    "mbus"          : 1.1.1
                        Adapter    "mclighting"    : 0.0.12
                        Adapter    "megad"         : 1.2.1
                        Adapter    "megadd"        : 0.2.0
                        Adapter    "megaesp"       : 0.1.0
                        Adapter    "mercedesme"    : 0.0.16
                        Adapter    "meross"        : 1.0.0
                        Adapter    "meteoalarm"    : 1.0.5
                        Adapter    "miele"         : 0.1.5
                        Adapter    "mihome"        : 1.2.8
                        Adapter    "mihome-airpurifier": 0.0.6
                        Adapter    "mihome-lamp"   : 1.1.0
                        Adapter    "mihome-plug"   : 0.2.0
                        Adapter    "mihome-vacuum" : 1.1.5
                        Adapter    "miio"          : 0.0.13
                        Adapter    "mikrotik"      : 1.0.4
                        Adapter    "milight"       : 0.3.6
                        Adapter    "milight-smart-light": 0.2.7
                        Adapter    "mobile"        : 0.5.0
                        Adapter    "modbus"        : 3.0.0
                        Adapter    "moma"          : 1.2.2
                        Adapter    "mpd"           : 1.0.2
                        Adapter    "mqtt"          : 2.1.1    , installed 2.1.1
                        Adapter    "mqtt-client"   : 1.1.1
                        Adapter    "multicast"     : 0.1.1
                        Adapter    "musiccast"     : 0.1.2
                        Adapter    "mysensors"     : 2.0.0
                        Adapter    "nanoleaf-lightpanels": 0.8.2
                        Adapter    "nello"         : 2.0.8
                        Adapter    "netatmo"       : 1.3.1
                        Adapter    "nibeuplink"    : 0.2.2
                        Adapter    "nina"          : 0.0.13
                        Adapter    "node-red"      : 1.12.0
                        Adapter    "nuki"          : 1.0.7
                        Adapter    "nuki2"         : 1.0.4
                        Adapter    "nut"           : 1.1.3
                        Adapter    "oilfox"        : 0.0.7
                        Adapter    "onkyo"         : 2.0.3
                        Adapter    "onvif"         : modified
                        Adapter    "openhab"       : 1.1.0
                        Adapter    "opentherm"     : 0.1.9
                        Adapter    "openweathermap": modified
                        Adapter    "opi"           : 0.1.1    , installed 0.1.1
                        Adapter    "oppoplayer"    : 0.2.1
                        Adapter    "owfs"          : 0.6.1
                        Adapter    "owntracks"     : 0.6.2
                        Adapter    "panasonic-viera": 1.0.2
                        Adapter    "parser"        : 1.0.7
                        Adapter    "paw"           : 0.3.2
                        Adapter    "phantomjs"     : 1.0.1
                        Adapter    "pi-hole"       : 1.2.1
                        Adapter    "piface"        : 1.0.0
                        Adapter    "pimatic"       : 0.1.5
                        Adapter    "ping"          : 1.3.2
                        Adapter    "places"        : 0.7.0
                        Adapter    "plex"          : 0.6.0
                        Adapter    "plexconnect"   : 0.0.7
                        Adapter    "pollenflug"    : 1.0.3
                        Adapter    "primelab"      : 1.0.2
                        Adapter    "proxmox"       : 0.5.1
                        Adapter    "proxy"         : 1.1.1
                        Adapter    "pushbullet"    : 0.0.11
                        Adapter    "pushover"      : 1.1.1    , installed 1.1.1
                        Adapter    "pushsafer"     : 0.1.8
                        Adapter    "radar2"        : 1.0.9
                        Adapter    "radiohead"     : 1.0.2
                        Adapter    "rflink"        : 2.0.0
                        Adapter    "rickshaw"      : 1.0.0
                        Adapter    "ring"          : 1.0.5
                        Adapter    "roadtraffic"   : 0.0.2
                        Adapter    "roomba"        : 1.0.7
                        Adapter    "rpi2"          : 1.1.1
                        Adapter    "s7"            : 1.1.4
                        Adapter    "samsung"       : 0.2.9
                        Adapter    "sayit"         : 1.8.2
                        Adapter    "sbfspot"       : 2.3.2
                        Adapter    "scenes"        : 1.1.0
                        Adapter    "schoolfree"    : 0.2.2
                        Adapter    "shelly"        : 3.1.1    , installed 3.1.1
                        Adapter    "shuttercontrol": 0.3.2
                        Adapter    "sia"           : 1.0.3
                        Adapter    "siegenia"      : 1.0.0
                        Adapter    "simple-api"    : 2.3.1    , installed 2.3.1
                        Adapter    "sma-em"        : 0.5.3
                        Adapter    "smappee"       : 0.2.2
                        Adapter    "smartmeter"    : 1.2.2
                        Adapter    "snips"         : 1.5.0
                        Adapter    "snmp"          : 0.5.0
                        Adapter    "socketio"      : 2.1.2    , installed 2.1.2
                        Adapter    "solarlog"      : 0.1.5
                        Adapter    "solarwetter"   : 1.0.0
                        Adapter    "sonnen"        : 1.3.0
                        Adapter    "sonoff"        : 2.2.2
                        Adapter    "sonos"         : 2.0.0
                        Adapter    "sonus"         : 0.1.1
                        Adapter    "sony-bravia"   : 1.0.1
                        Adapter    "sourceanalytix": 0.2.5
                        Adapter    "spotify-premium": 1.0.0
                        Adapter    "sql"           : 1.9.5
                        Adapter    "squeezebox"    : 1.0.0
                        Adapter    "squeezeboxrpc" : 0.8.18
                        Adapter    "starline"      : 1.0.0
                        Adapter    "statistics"    : 0.2.2
                        Adapter    "stiebel-isg"   : 1.4.7
                        Adapter    "synology"      : 0.0.4
                        Adapter    "systeminfo"    : 0.2.2
                        Adapter    "tankerkoenig"  : 2.0.6
                        Adapter    "telegram"      : 1.4.3    , installed 1.4.3
                        Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                        Adapter    "text2command"  : 1.3.0
                        Adapter    "tileboard"     : modified
                        Adapter    "tinker"        : 0.1.4
                        Adapter    "tr-064"        : 0.4.18
                        Adapter    "tradfri"       : 2.4.4
                        Adapter    "tunnelbroker-endpoint-updater": modified
                        Adapter    "tuya"          : 3.0.0
                        Adapter    "tvspielfilm"   : 1.0.4
                        Adapter    "unifi"         : 0.3.1
                        Adapter    "upnp"          : 1.0.14
                        Adapter    "valloxmv"      : 1.0.0
                        Adapter    "vcard"         : 0.0.9
                        Adapter    "viessmann"     : 1.2.2
                        Adapter    "viessmannapi"  : 1.3.2
                        Adapter    "virtualpowermeter": 1.0.1
                        Adapter    "vis"           : 1.2.1    , installed 1.2.1
                        Adapter    "vis-bars"      : 0.1.4
                        Adapter    "vis-canvas-gauges": 0.1.5
                        Adapter    "vis-colorpicker": 1.1.1   , installed 1.1.1
                        Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                        Adapter    "vis-google-fonts": 0.1.0
                        Adapter    "vis-history"   : 1.0.0
                        Adapter    "vis-hqwidgets" : 1.1.2    , installed 1.1.2
                        Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                        Adapter    "vis-justgage"  : 1.0.1
                        Adapter    "vis-keyboard"  : 0.0.2
                        Adapter    "vis-lcars"     : 1.0.4
                        Adapter    "vis-map"       : 1.0.2
                        Adapter    "vis-material"  : 0.1.3
                        Adapter    "vis-metro"     : 1.1.2
                        Adapter    "vis-players"   : 0.1.5
                        Adapter    "vis-plumb"     : 1.0.2
                        Adapter    "vis-rgraph"    : 0.0.2
                        Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                        Adapter    "vis-weather"   : 2.3.0
                        Adapter    "vr200"         : 1.0.0
                        Adapter    "weatherunderground": 3.1.3
                        Adapter    "web"           : 2.4.5    , installed 2.4.5
                        Adapter    "wetty"         : 0.1.1
                        Adapter    "wiffi-wz"      : 2.1.4
                        Adapter    "wifilight"     : 0.2.0
                        Adapter    "wlanthermo-nano": 0.1.1
                        Adapter    "wm-bus"        : 0.3.1
                        Adapter    "wolf"          : 0.9.2
                        Adapter    "worx"          : 0.4.0
                        Adapter    "xbox"          : 0.5.8
                        Adapter    "xs1"           : 1.0.2
                        Adapter    "yahka"         : 0.9.2
                        Adapter    "yamaha"        : 0.3.19
                        Adapter    "yeelight-2"    : 1.0.1
                        Adapter    "yr"            : 2.0.3
                        Adapter    "zigbee"        : 0.11.3
                        Adapter    "zont"          : 0.5.3
                        Adapter    "zwave"         : 1.6.3
                        Adapter    "zwave2"        : 0.1.3
                        pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
                        Update js-controller from @1.5.14 to @2.0.29
                        NPM version: 6.12.0
                        npm install iobroker.js-controller@2.0.29 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                        npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ENODATA: Cache input stream was empty
                        npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
                        npm ERR! code EINTEGRITY
                        npm ERR! errno EINTEGRITY
                        npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/y18n: Integrity verification failed for sha512-nT7014PDaWpa3jrXmq1tS07aiudLEjWmD1iEbLzOxO/4+6DMqVptZ1Scz5PnnN/haHCZTAmWOMNvHKfY32wv9A== (/home/iobroker/.npm/_cacache/content-v2/sha512/9d/3e/f4d783c3696a5ade3ad79aad6d4b4eda8ae74b1235a60f58846cbccec4eff8fba0cca95a6d67549ccf93e79cdfe16870994c099638c36f1ca7d8df6c2ff4)
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2019-10-14T12_19_41_959Z-debug.log
                        Host "iobrocker" (linux) updated
                        Execute: chmod -R 777 /opt/iobroker
                        Chmod finished. Restart controller
                        Starting node restart.js
                        pi@iobrocker:/opt/iobroker $
                        
                        
                        apollon77A AlCalzoneA 2 Antworten Letzte Antwort
                        0
                        • apollon77A apollon77

                          @freaktech Ok, Frage: kommt es direkt zurück der Befehl oder "Hängt er"?

                          F Offline
                          F Offline
                          freaktech
                          schrieb am zuletzt editiert von
                          #72

                          @apollon77

                          mehr als was ich gepostet habe passiert nicht

                          1 Antwort Letzte Antwort
                          0
                          • F freaktech

                            das bringt leider nichts

                            
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $ npm cache verify
                            Cache verified and compressed (~/.npm/_cacache):
                            Content verified: 0 (0 bytes)
                            Index entries: 0
                            Finished in 0.067s
                            pi@iobrocker:/opt/iobroker $ npm cache clean --force
                            npm WARN using --force I sure hope you know what you are doing.
                            pi@iobrocker:/opt/iobroker $
                            
                            
                            
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $ npm cche verify
                            
                            Usage: npm <command>
                            
                            where <command> is one of:
                                access, adduser, audit, bin, bugs, c, cache, ci, cit,
                                clean-install, clean-install-test, completion, config,
                                create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
                                edit, explore, get, help, help-search, hook, i, init,
                                install, install-ci-test, install-test, it, link, list, ln,
                                login, logout, ls, org, outdated, owner, pack, ping, prefix,
                                profile, prune, publish, rb, rebuild, repo, restart, root,
                                run, run-script, s, se, search, set, shrinkwrap, star,
                                stars, start, stop, t, team, test, token, tst, un,
                                uninstall, unpublish, unstar, up, update, v, version, view,
                                whoami
                            
                            npm <command> -h  quick help on <command>
                            npm -l            display full usage info
                            npm help <term>   search for help on <term>
                            npm help npm      involved overview
                            
                            Specify configs in the ini-formatted file:
                                /home/pi/.npmrc
                            or on the command line via: npm <command> --key value
                            Config info can be viewed via: npm help config
                            
                            npm@6.12.0 /usr/local/lib/node_modules/npm
                            
                            Did you mean this?
                                cache
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $
                            pi@iobrocker:/opt/iobroker $ npm cache verify
                            Cache verified and compressed (~/.npm/_cacache):
                            Content verified: 0 (0 bytes)
                            Index entries: 0
                            Finished in 0.067s
                            pi@iobrocker:/opt/iobroker $ npm cache clean --force
                            npm WARN using --force I sure hope you know what you are doing.
                            pi@iobrocker:/opt/iobroker $ ^C
                            pi@iobrocker:/opt/iobroker $ sudo iobroker stop
                            pi@iobrocker:/opt/iobroker $ sudo iobroker update
                            Used repository: latest
                            hash not changed, use actual sources
                            update done
                            Cannot read or parse /opt/iobroker/node_modules/iobroker.js-controller/lib/../node_modules/iobroker.hue/io-package.json: SyntaxError: Unexpected end of JSON input
                            Cannot read or parse /opt/iobroker/node_modules/iobroker.js-controller/lib/../node_modules/iobroker.hue/io-package.json: SyntaxError: Unexpected end of JSON input
                            Adapter    "admin"         : 3.6.9    , installed 3.6.9
                            Adapter    "admin-2"       : 2.0.10
                            Adapter    "alexa2"        : 2.6.4    , installed 2.6.4
                            Adapter    "alpha2"        : 1.0.0
                            Adapter    "amazon-dash"   : 0.3.1
                            Adapter    "artnet"        : 1.0.0
                            Adapter    "asterisk"      : 1.0.6
                            Adapter    "asuswrt"       : 1.0.1
                            Adapter    "b-control-em"  : 0.2.1
                            Adapter    "backitup"      : 1.2.0    , installed 1.2.0
                            Adapter    "beckhoff"      : 1.0.6
                            Adapter    "benq"          : 0.2.0
                            Adapter    "ble"           : 0.10.1
                            Adapter    "bmw"           : 1.4.0
                            Adapter    "boblight"      : 0.0.1
                            Adapter    "bosesoundtouch": 0.2.4
                            Adapter    "botvac"        : 1.0.0
                            Adapter    "bring"         : 1.6.5
                            Adapter    "broadlink2"    : 2.0.0
                            Adapter    "chromecast"    : 2.2.3
                            Adapter    "cloud"         : 2.6.2    , installed 2.6.2
                            Adapter    "comfoair"      : 0.3.2
                            Adapter    "contactid"     : 1.0.0
                            Adapter    "corrently"     : 0.0.2
                            Adapter    "countdown"     : 1.0.4
                            Adapter    "cul"           : 1.0.0
                            Adapter    "daikin"        : 1.0.5
                            Adapter    "daswetter"     : 2.8.1    , installed 2.8.1
                            Adapter    "deconz"        : 1.1.2
                            Adapter    "denon"         : 1.6.1
                            Adapter    "devices"       : 0.1.7
                            Adapter    "discovergy"    : 0.4.7
                            Adapter    "discovery"     : 2.0.0    , installed 2.0.0
                            Adapter    "doorbird"      : 0.1.5
                            Adapter    "ds18b20"       : 1.0.2
                            Adapter    "dwd"           : 2.4.3
                            Adapter    "ebus"          : 0.8.0
                            Adapter    "egigeozone"    : 0.1.2
                            Adapter    "ekey"          : 1.1.0
                            Adapter    "email"         : 1.0.5
                            Adapter    "emby"          : 1.0.0
                            Adapter    "energymanager" : 1.2.1
                            Adapter    "enet"          : 1.0.1
                            Adapter    "epson_stylus_px830": 0.2.1
                            Adapter    "fakeroku"      : 0.2.1
                            Adapter    "feiertage"     : 1.0.11
                            Adapter    "fhem"          : 1.3.0
                            Adapter    "find-my-iphone": 0.2.17
                            Adapter    "firetv"        : 0.0.33
                            Adapter    "flot"          : 1.9.2
                            Adapter    "foobar2000"    : 1.0.0
                            Adapter    "fritzbox"      : 0.2.1
                            Adapter    "fritzdect"     : 0.2.4
                            Adapter    "fronius"       : 1.0.5
                            Adapter    "fullcalendar"  : 0.2.4
                            Adapter    "fullybrowser"  : 1.0.1
                            Adapter    "g-homa"        : 0.5.1
                            Adapter    "geofency"      : 0.3.2
                            Adapter    "gruenbeck"     : 0.0.14
                            Adapter    "habpanel"      : 0.3.4
                            Adapter    "haier"         : 1.0.2
                            Adapter    "ham"           : 1.1.2
                            Adapter    "ham-wemo"      : 1.0.1
                            Adapter    "harmony"       : 1.2.2
                            Adapter    "hass-mqtt"     : 0.0.7
                            Adapter    "heatingcontrol": 0.2.3
                            Adapter    "heytech"       : 0.1.4
                            Adapter    "hid"           : 0.1.17
                            Adapter    "hilink"        : 0.2.7
                            Adapter    "history"       : 1.8.7
                            Adapter    "hm-rega"       : 2.4.12
                            Adapter    "hm-rpc"        : 1.10.0
                            Adapter    "hmip"          : 0.0.11
                            Adapter    "hombot"        : 0.1.3
                            Adapter    "homeconnect"   : 0.0.24
                            Adapter    "homee"         : modified
                            Adapter    "homepilot"     : 1.0.3
                            Adapter    "hp-ilo"        : 1.0.1
                            Adapter    "hs100"         : 1.0.10
                            Adapter    "hue"           : 2.0.0
                            Adapter    "hue-extended"  : 0.9.0
                            Adapter    "hyperion"      : 0.0.9
                            Adapter    "i2c"           : 0.0.6
                            Adapter    "ical"          : 1.7.0    , installed 1.7.0
                            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.3
                            Adapter    "icons-ultimate-png": 1.0.1
                            Adapter    "influxdb"      : 1.6.3
                            Adapter    "info"          : 1.5.5    , installed 1.5.5
                            Adapter    "innogy-smarthome": 0.3.3
                            Adapter    "intesishome"   : 0.1.2
                            Adapter    "iogo"          : 0.4.13
                            Adapter    "iot"           : 1.1.8
                            Adapter    "iqontrol"      : 0.2.12
                            Adapter    "javascript"    : 4.3.0    , installed 4.3.0
                            Adapter    "jeelink"       : 0.1.3
                            Controller "js-controller" : 2.0.29   , installed 1.5.14 [Updateable]
                            Adapter    "js2fs"         : 0.1.5    , installed 0.1.5
                            Adapter    "kecontact"     : 0.1.0
                            Adapter    "klf200"        : 0.9.5
                            Adapter    "km200"         : 2.0.3
                            Adapter    "knmi-weather"  : 0.1.1
                            Adapter    "knx"           : 1.0.35
                            Adapter    "kodi"          : 1.0.0
                            Adapter    "kress"         : 2.5.5
                            Adapter    "landroid"      : 1.0.3
                            Adapter    "lcn"           : 0.4.2
                            Adapter    "letrika_comgw" : 0.0.4
                            Adapter    "lgtv"          : 1.0.8
                            Adapter    "lgtv-rs"       : 0.0.4
                            Adapter    "lgtv11"        : 1.0.5
                            Adapter    "lifx"          : 0.1.0
                            Adapter    "lightify"      : 0.2.16
                            Adapter    "link"          : 0.4.4
                            Adapter    "linkeddevices" : 1.0.1
                            Adapter    "lovelace"      : 0.1.5
                            Adapter    "loxone"        : 1.0.0
                            Adapter    "luftdaten"     : 0.0.7
                            Adapter    "lupusec"       : 1.2.0
                            Adapter    "luxtronik1"    : 0.0.7
                            Adapter    "material"      : 0.10.6
                            Adapter    "maxcube"       : 0.1.2    , installed 0.1.2
                            Adapter    "maxcul"        : 1.1.2
                            Adapter    "mbus"          : 1.1.1
                            Adapter    "mclighting"    : 0.0.12
                            Adapter    "megad"         : 1.2.1
                            Adapter    "megadd"        : 0.2.0
                            Adapter    "megaesp"       : 0.1.0
                            Adapter    "mercedesme"    : 0.0.16
                            Adapter    "meross"        : 1.0.0
                            Adapter    "meteoalarm"    : 1.0.5
                            Adapter    "miele"         : 0.1.5
                            Adapter    "mihome"        : 1.2.8
                            Adapter    "mihome-airpurifier": 0.0.6
                            Adapter    "mihome-lamp"   : 1.1.0
                            Adapter    "mihome-plug"   : 0.2.0
                            Adapter    "mihome-vacuum" : 1.1.5
                            Adapter    "miio"          : 0.0.13
                            Adapter    "mikrotik"      : 1.0.4
                            Adapter    "milight"       : 0.3.6
                            Adapter    "milight-smart-light": 0.2.7
                            Adapter    "mobile"        : 0.5.0
                            Adapter    "modbus"        : 3.0.0
                            Adapter    "moma"          : 1.2.2
                            Adapter    "mpd"           : 1.0.2
                            Adapter    "mqtt"          : 2.1.1    , installed 2.1.1
                            Adapter    "mqtt-client"   : 1.1.1
                            Adapter    "multicast"     : 0.1.1
                            Adapter    "musiccast"     : 0.1.2
                            Adapter    "mysensors"     : 2.0.0
                            Adapter    "nanoleaf-lightpanels": 0.8.2
                            Adapter    "nello"         : 2.0.8
                            Adapter    "netatmo"       : 1.3.1
                            Adapter    "nibeuplink"    : 0.2.2
                            Adapter    "nina"          : 0.0.13
                            Adapter    "node-red"      : 1.12.0
                            Adapter    "nuki"          : 1.0.7
                            Adapter    "nuki2"         : 1.0.4
                            Adapter    "nut"           : 1.1.3
                            Adapter    "oilfox"        : 0.0.7
                            Adapter    "onkyo"         : 2.0.3
                            Adapter    "onvif"         : modified
                            Adapter    "openhab"       : 1.1.0
                            Adapter    "opentherm"     : 0.1.9
                            Adapter    "openweathermap": modified
                            Adapter    "opi"           : 0.1.1    , installed 0.1.1
                            Adapter    "oppoplayer"    : 0.2.1
                            Adapter    "owfs"          : 0.6.1
                            Adapter    "owntracks"     : 0.6.2
                            Adapter    "panasonic-viera": 1.0.2
                            Adapter    "parser"        : 1.0.7
                            Adapter    "paw"           : 0.3.2
                            Adapter    "phantomjs"     : 1.0.1
                            Adapter    "pi-hole"       : 1.2.1
                            Adapter    "piface"        : 1.0.0
                            Adapter    "pimatic"       : 0.1.5
                            Adapter    "ping"          : 1.3.2
                            Adapter    "places"        : 0.7.0
                            Adapter    "plex"          : 0.6.0
                            Adapter    "plexconnect"   : 0.0.7
                            Adapter    "pollenflug"    : 1.0.3
                            Adapter    "primelab"      : 1.0.2
                            Adapter    "proxmox"       : 0.5.1
                            Adapter    "proxy"         : 1.1.1
                            Adapter    "pushbullet"    : 0.0.11
                            Adapter    "pushover"      : 1.1.1    , installed 1.1.1
                            Adapter    "pushsafer"     : 0.1.8
                            Adapter    "radar2"        : 1.0.9
                            Adapter    "radiohead"     : 1.0.2
                            Adapter    "rflink"        : 2.0.0
                            Adapter    "rickshaw"      : 1.0.0
                            Adapter    "ring"          : 1.0.5
                            Adapter    "roadtraffic"   : 0.0.2
                            Adapter    "roomba"        : 1.0.7
                            Adapter    "rpi2"          : 1.1.1
                            Adapter    "s7"            : 1.1.4
                            Adapter    "samsung"       : 0.2.9
                            Adapter    "sayit"         : 1.8.2
                            Adapter    "sbfspot"       : 2.3.2
                            Adapter    "scenes"        : 1.1.0
                            Adapter    "schoolfree"    : 0.2.2
                            Adapter    "shelly"        : 3.1.1    , installed 3.1.1
                            Adapter    "shuttercontrol": 0.3.2
                            Adapter    "sia"           : 1.0.3
                            Adapter    "siegenia"      : 1.0.0
                            Adapter    "simple-api"    : 2.3.1    , installed 2.3.1
                            Adapter    "sma-em"        : 0.5.3
                            Adapter    "smappee"       : 0.2.2
                            Adapter    "smartmeter"    : 1.2.2
                            Adapter    "snips"         : 1.5.0
                            Adapter    "snmp"          : 0.5.0
                            Adapter    "socketio"      : 2.1.2    , installed 2.1.2
                            Adapter    "solarlog"      : 0.1.5
                            Adapter    "solarwetter"   : 1.0.0
                            Adapter    "sonnen"        : 1.3.0
                            Adapter    "sonoff"        : 2.2.2
                            Adapter    "sonos"         : 2.0.0
                            Adapter    "sonus"         : 0.1.1
                            Adapter    "sony-bravia"   : 1.0.1
                            Adapter    "sourceanalytix": 0.2.5
                            Adapter    "spotify-premium": 1.0.0
                            Adapter    "sql"           : 1.9.5
                            Adapter    "squeezebox"    : 1.0.0
                            Adapter    "squeezeboxrpc" : 0.8.18
                            Adapter    "starline"      : 1.0.0
                            Adapter    "statistics"    : 0.2.2
                            Adapter    "stiebel-isg"   : 1.4.7
                            Adapter    "synology"      : 0.0.4
                            Adapter    "systeminfo"    : 0.2.2
                            Adapter    "tankerkoenig"  : 2.0.6
                            Adapter    "telegram"      : 1.4.3    , installed 1.4.3
                            Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                            Adapter    "text2command"  : 1.3.0
                            Adapter    "tileboard"     : modified
                            Adapter    "tinker"        : 0.1.4
                            Adapter    "tr-064"        : 0.4.18
                            Adapter    "tradfri"       : 2.4.4
                            Adapter    "tunnelbroker-endpoint-updater": modified
                            Adapter    "tuya"          : 3.0.0
                            Adapter    "tvspielfilm"   : 1.0.4
                            Adapter    "unifi"         : 0.3.1
                            Adapter    "upnp"          : 1.0.14
                            Adapter    "valloxmv"      : 1.0.0
                            Adapter    "vcard"         : 0.0.9
                            Adapter    "viessmann"     : 1.2.2
                            Adapter    "viessmannapi"  : 1.3.2
                            Adapter    "virtualpowermeter": 1.0.1
                            Adapter    "vis"           : 1.2.1    , installed 1.2.1
                            Adapter    "vis-bars"      : 0.1.4
                            Adapter    "vis-canvas-gauges": 0.1.5
                            Adapter    "vis-colorpicker": 1.1.1   , installed 1.1.1
                            Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                            Adapter    "vis-google-fonts": 0.1.0
                            Adapter    "vis-history"   : 1.0.0
                            Adapter    "vis-hqwidgets" : 1.1.2    , installed 1.1.2
                            Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                            Adapter    "vis-justgage"  : 1.0.1
                            Adapter    "vis-keyboard"  : 0.0.2
                            Adapter    "vis-lcars"     : 1.0.4
                            Adapter    "vis-map"       : 1.0.2
                            Adapter    "vis-material"  : 0.1.3
                            Adapter    "vis-metro"     : 1.1.2
                            Adapter    "vis-players"   : 0.1.5
                            Adapter    "vis-plumb"     : 1.0.2
                            Adapter    "vis-rgraph"    : 0.0.2
                            Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                            Adapter    "vis-weather"   : 2.3.0
                            Adapter    "vr200"         : 1.0.0
                            Adapter    "weatherunderground": 3.1.3
                            Adapter    "web"           : 2.4.5    , installed 2.4.5
                            Adapter    "wetty"         : 0.1.1
                            Adapter    "wiffi-wz"      : 2.1.4
                            Adapter    "wifilight"     : 0.2.0
                            Adapter    "wlanthermo-nano": 0.1.1
                            Adapter    "wm-bus"        : 0.3.1
                            Adapter    "wolf"          : 0.9.2
                            Adapter    "worx"          : 0.4.0
                            Adapter    "xbox"          : 0.5.8
                            Adapter    "xs1"           : 1.0.2
                            Adapter    "yahka"         : 0.9.2
                            Adapter    "yamaha"        : 0.3.19
                            Adapter    "yeelight-2"    : 1.0.1
                            Adapter    "yr"            : 2.0.3
                            Adapter    "zigbee"        : 0.11.3
                            Adapter    "zont"          : 0.5.3
                            Adapter    "zwave"         : 1.6.3
                            Adapter    "zwave2"        : 0.1.3
                            pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
                            Update js-controller from @1.5.14 to @2.0.29
                            NPM version: 6.12.0
                            npm install iobroker.js-controller@2.0.29 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                            npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ENODATA: Cache input stream was empty
                            npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
                            npm ERR! code EINTEGRITY
                            npm ERR! errno EINTEGRITY
                            npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/y18n: Integrity verification failed for sha512-nT7014PDaWpa3jrXmq1tS07aiudLEjWmD1iEbLzOxO/4+6DMqVptZ1Scz5PnnN/haHCZTAmWOMNvHKfY32wv9A== (/home/iobroker/.npm/_cacache/content-v2/sha512/9d/3e/f4d783c3696a5ade3ad79aad6d4b4eda8ae74b1235a60f58846cbccec4eff8fba0cca95a6d67549ccf93e79cdfe16870994c099638c36f1ca7d8df6c2ff4)
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2019-10-14T12_19_41_959Z-debug.log
                            Host "iobrocker" (linux) updated
                            Execute: chmod -R 777 /opt/iobroker
                            Chmod finished. Restart controller
                            Starting node restart.js
                            pi@iobrocker:/opt/iobroker $
                            
                            
                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #73

                            @freaktech

                            Cannot read or parse /opt/iobroker/node_modules/iobroker.js-controller/lib/../node_modules/iobroker.hue/io-package.json: SyntaxError: Unexpected end of JSON input

                            Now we come closer. Please reinstall iobroker.hue

                            cd /opt/iobroker

                            npm install iobroker.hue

                            iobroker upload hue

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

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

                              gemacht

                              pi@iobrocker:/opt/iobroker $
                              pi@iobrocker:/opt/iobroker $
                              pi@iobrocker:/opt/iobroker $ npm install iobroker.hue
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                              
                              + iobroker.hue@2.0.0
                              updated 1 package and audited 6689 packages in 20.17s
                              found 70 vulnerabilities (50 low, 1 moderate, 19 high)
                                run `npm audit fix` to fix them, or `npm audit` for details
                              pi@iobrocker:/opt/iobroker $ iobroker upload hue
                              got /opt/iobroker/node_modules/iobroker.hue/admin
                              upload [4] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/words.js words.js application/javascript
                              upload [3] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/instruction.png instruction.png image/png
                              upload [2] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/index_m.html index_m.html text/html
                              upload [1] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/index.html index.html text/html
                              upload [0] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/hue.jpeg hue.jpeg image/jpeg
                              Update "system.adapter.hue.0"
                              pi@iobrocker:/opt/iobroker $
                              
                              

                              aber die Probleme mit den Adaptern bleiben

                              ost.iobrocker	2019-10-14 14:30:11.940	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              host.iobrocker	2019-10-14 14:30:11.940	error	Caught by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              host.iobrocker	2019-10-14 14:30:11.939	error	Caught by controller[0]: TypeError: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:30:07.300	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              host.iobrocker	2019-10-14 14:30:07.300	error	Caught by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              host.iobrocker	2019-10-14 14:30:07.299	error	Caught by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              host.iobrocker	2019-10-14 14:30:07.299	error	Caught by controller[0]: TypeError: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:30:01.683	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:30:01.683	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:30:01.682	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:30:01.682	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:30:01.682	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:30:01.682	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:30:01.682	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:30:01.682	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:30:01.682	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:30:01.681	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:30:01.681	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:30:01.670	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:30:00.129	error	instance system.adapter.shelly.0 terminated with code 156 ()
                              host.iobrocker	2019-10-14 14:29:57.192	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:57.192	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:57.192	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:57.192	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:57.192	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:57.192	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:57.192	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:57.192	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:57.192	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:57.189	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:57.189	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:57.189	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:29:53.570	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:53.570	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:53.569	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:53.568	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:29:49.899	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:49.899	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:49.899	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:49.899	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:49.898	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:49.898	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:49.898	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:49.898	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:49.898	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:49.898	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:49.898	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:49.897	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              hue.0	2019-10-14 14:29:49.834	error	at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              hue.0	2019-10-14 14:29:49.834	error	at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              hue.0	2019-10-14 14:29:49.834	error	at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              hue.0	2019-10-14 14:29:49.834	error	at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              hue.0	2019-10-14 14:29:49.834	error	at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              hue.0	2019-10-14 14:29:49.834	error	at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              hue.0	2019-10-14 14:29:49.834	error	at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              hue.0	2019-10-14 14:29:49.834	error	at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              hue.0	2019-10-14 14:29:49.834	error	at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              hue.0	2019-10-14 14:29:49.834	error	at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              hue.0	2019-10-14 14:29:49.834	error	TypeError: Bottleneck is not a constructor
                              hue.0	2019-10-14 14:29:49.833	error	uncaught exception: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:29:47.958	error	instance system.adapter.js2fs.0 terminated with code 1 ()
                              Caught	2019-10-14 14:29:47.958	error	by controller[0]: at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
                              Caught	2019-10-14 14:29:47.958	error	by controller[0]: at startup (internal/bootstrap/node.js:283:19)
                              Caught	2019-10-14 14:29:47.958	error	by controller[0]: at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                              Caught	2019-10-14 14:29:47.958	error	by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:530:3)
                              Caught	2019-10-14 14:29:47.958	error	by controller[0]: at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
                              Caught	2019-10-14 14:29:47.958	error	by controller[0]: at Module.load (internal/modules/cjs/loader.js:599:32)
                              Caught	2019-10-14 14:29:47.957	error	by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
                              Caught	2019-10-14 14:29:47.957	error	by controller[0]: at Module._compile (internal/modules/cjs/loader.js:689:30)
                              Caught	2019-10-14 14:29:47.957	error	by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js2fs/js2fs.js:79:20)
                              Caught	2019-10-14 14:29:47.957	error	by controller[0]: at Object.exports.Adapter (/opt/iobroker/node_modules/soef/soef.js:1383:23)
                              Caught	2019-10-14 14:29:47.957	error	by controller[0]: TypeError: fns.adapter is not a function
                              Caught	2019-10-14 14:29:47.957	error	by controller[0]: ^
                              Caught	2019-10-14 14:29:47.957	error	by controller[0]: fns.adapter = fns.adapter(options);
                              Caught	2019-10-14 14:29:47.957	error	by controller[0]: /opt/iobroker/node_modules/soef/soef.js:1383
                              host.iobrocker	2019-10-14 14:29:46.020	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:46.020	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:46.020	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:46.019	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:46.019	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:46.018	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:46.018	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:46.018	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:46.018	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:46.018	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:46.018	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:46.018	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:29:42.288	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:42.288	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:42.288	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:42.287	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:42.287	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:42.287	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:42.287	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:42.287	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:42.287	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:42.287	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:42.287	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:42.286	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:29:38.610	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:38.610	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:38.610	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:38.610	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:38.610	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:38.610	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:38.610	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:38.610	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:38.609	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:38.609	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:38.609	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:38.609	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              hue.0	2019-10-14 14:29:38.531	error	at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              hue.0	2019-10-14 14:29:38.531	error	at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              hue.0	2019-10-14 14:29:38.531	error	at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              hue.0	2019-10-14 14:29:38.531	error	at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              hue.0	2019-10-14 14:29:38.531	error	at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              hue.0	2019-10-14 14:29:38.531	error	at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              hue.0	2019-10-14 14:29:38.531	error	at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              hue.0	2019-10-14 14:29:38.531	error	at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              hue.0	2019-10-14 14:29:38.531	error	at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              hue.0	2019-10-14 14:29:38.531	error	at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              hue.0	2019-10-14 14:29:38.531	error	TypeError: Bottleneck is not a constructor
                              hue.0	2019-10-14 14:29:38.531	error	uncaught exception: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:29:34.854	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:34.854	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:34.853	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:34.852	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              opi.0	2019-10-14 14:29:33.825	error	No Value found for memory_available
                              opi.0	2019-10-14 14:29:33.820	error	No Value found for cpu_frequency
                              host.iobrocker	2019-10-14 14:29:31.068	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:31.068	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:31.067	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:31.067	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:29:27.315	error	instance system.adapter.hue.0 terminated with code 0 (OK)
                              Caught	2019-10-14 14:29:27.315	error	by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              Caught	2019-10-14 14:29:27.315	error	by controller[0]: at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              Caught	2019-10-14 14:29:27.315	error	by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              Caught	2019-10-14 14:29:27.315	error	by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              Caught	2019-10-14 14:29:27.315	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              Caught	2019-10-14 14:29:27.315	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              Caught	2019-10-14 14:29:27.314	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              Caught	2019-10-14 14:29:27.314	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              Caught	2019-10-14 14:29:27.314	error	by controller[0]: at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              Caught	2019-10-14 14:29:27.314	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              Caught	2019-10-14 14:29:27.314	error	by controller[0]: TypeError: Bottleneck is not a constructor
                              hue.0	2019-10-14 14:29:27.251	error	at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                              hue.0	2019-10-14 14:29:27.251	error	at Manager.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              hue.0	2019-10-14 14:29:27.251	error	at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                              hue.0	2019-10-14 14:29:27.251	error	at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                              hue.0	2019-10-14 14:29:27.251	error	at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:25)
                              hue.0	2019-10-14 14:29:27.251	error	at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:831:13)
                              hue.0	2019-10-14 14:29:27.251	error	at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:870:54)
                              hue.0	2019-10-14 14:29:27.251	error	at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5289:62)
                              hue.0	2019-10-14 14:29:27.251	error	at Object.ready (/opt/iobroker/node_modules/iobroker.hue/main.js:500:13)
                              hue.0	2019-10-14 14:29:27.251	error	at main (/opt/iobroker/node_modules/iobroker.hue/main.js:1593:18)
                              hue.0	2019-10-14 14:29:27.251	error	TypeError: Bottleneck is not a constructor
                              hue.0	2019-10-14 14:29:27.251	error	uncaught exception: Bottleneck is not a constructor
                              host.iobrocker	2019-10-14 14:29:26.446	error	Cannot download adapter "ring@1.0.5". To restart it disable/enable it or restart host.
                              host.iobrocker	2019-10-14 14:29:25.946	error	Cannot download adapter "ring@1.0.5". To restart it disable/enable it or restart host.
                              host.iobrocker	2019-10-14 14:29:25.446	error	Cannot download adapter "ring@1.0.5". To restart it disable/enable it or restart host.
                              host.iobrocker	2019-10-14 14:29:24.945	error	Cannot download adapter "ring@1.0.5". To restart it disable/enable it or restart host.
                              iobroker	2019-10-14 14:29:23.928	error	Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                              iobroker	2019-10-14 14:29:23.894	error	host.iobrocker Adapter directory "null" does not exists
                              
                              
                              t/iobroker $ sudo iobroker upgrade self
                              Update js-controller from @1.5.14 to @2.0.29
                              NPM version: 6.12.0
                              npm install iobroker.js-controller@2.0.29 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                              npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ENODATA: Cache input stream was empty
                              npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
                              npm ERR! code EINTEGRITY
                              npm ERR! errno EINTEGRITY
                              npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/get-caller-file: Integrity verification failed for sha512-IfwTILdYjp+Ukq2yLXk0yAqHSiUGHzUpHmnejtSMhGVNEMp+9NYf8fvPGycAdHHx+r64IPSjnRM4gc/DFuCbNw== (/home/iobroker/.npm/_cacache/content-v2/sha512/21/fc/1320b7588e9f9492adb22d7934c80a874a25061f35291e69de8ed48c84654d10ca7ef4d61ff1fbcf1b27007471f1fabeb820f4a39d133881cfc316e09b37)
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2019-10-14T12_33_53_854Z-debug.log
                              Host "iobrocker" (linux) updated
                              Execute: chmod -R 777 /opt/iobroker
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/lib': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/lib/hueHelper.js': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/package.json': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/instruction.png': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/index_m.html': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/index.html': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/hue.jpeg': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/words.js': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/main.js': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/LICENSE': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/modules.xml': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/ioBroker.hue.iml': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/vcs.xml': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/misc.xml': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/workspace.xml': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/io-package.json': Die Operation ist nicht erlaubt
                              chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/README.md': Die Operation ist nicht erlaubt
                              Chmod finished. Restart controller
                              Starting node restart.js
                              pi@iobrocker:/opt/iobroker $
                              
                              
                              1 Antwort Letzte Antwort
                              0
                              • F Offline
                                F Offline
                                freaktech
                                schrieb am zuletzt editiert von freaktech
                                #75

                                ich befürchte ich muss dann mit einer neuen SD card starten

                                aber diese löschen ist mir zu gefährlich

                                1 Antwort Letzte Antwort
                                0
                                • F freaktech

                                  das bringt leider nichts

                                  
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $ npm cache verify
                                  Cache verified and compressed (~/.npm/_cacache):
                                  Content verified: 0 (0 bytes)
                                  Index entries: 0
                                  Finished in 0.067s
                                  pi@iobrocker:/opt/iobroker $ npm cache clean --force
                                  npm WARN using --force I sure hope you know what you are doing.
                                  pi@iobrocker:/opt/iobroker $
                                  
                                  
                                  
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $ npm cche verify
                                  
                                  Usage: npm <command>
                                  
                                  where <command> is one of:
                                      access, adduser, audit, bin, bugs, c, cache, ci, cit,
                                      clean-install, clean-install-test, completion, config,
                                      create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
                                      edit, explore, get, help, help-search, hook, i, init,
                                      install, install-ci-test, install-test, it, link, list, ln,
                                      login, logout, ls, org, outdated, owner, pack, ping, prefix,
                                      profile, prune, publish, rb, rebuild, repo, restart, root,
                                      run, run-script, s, se, search, set, shrinkwrap, star,
                                      stars, start, stop, t, team, test, token, tst, un,
                                      uninstall, unpublish, unstar, up, update, v, version, view,
                                      whoami
                                  
                                  npm <command> -h  quick help on <command>
                                  npm -l            display full usage info
                                  npm help <term>   search for help on <term>
                                  npm help npm      involved overview
                                  
                                  Specify configs in the ini-formatted file:
                                      /home/pi/.npmrc
                                  or on the command line via: npm <command> --key value
                                  Config info can be viewed via: npm help config
                                  
                                  npm@6.12.0 /usr/local/lib/node_modules/npm
                                  
                                  Did you mean this?
                                      cache
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $
                                  pi@iobrocker:/opt/iobroker $ npm cache verify
                                  Cache verified and compressed (~/.npm/_cacache):
                                  Content verified: 0 (0 bytes)
                                  Index entries: 0
                                  Finished in 0.067s
                                  pi@iobrocker:/opt/iobroker $ npm cache clean --force
                                  npm WARN using --force I sure hope you know what you are doing.
                                  pi@iobrocker:/opt/iobroker $ ^C
                                  pi@iobrocker:/opt/iobroker $ sudo iobroker stop
                                  pi@iobrocker:/opt/iobroker $ sudo iobroker update
                                  Used repository: latest
                                  hash not changed, use actual sources
                                  update done
                                  Cannot read or parse /opt/iobroker/node_modules/iobroker.js-controller/lib/../node_modules/iobroker.hue/io-package.json: SyntaxError: Unexpected end of JSON input
                                  Cannot read or parse /opt/iobroker/node_modules/iobroker.js-controller/lib/../node_modules/iobroker.hue/io-package.json: SyntaxError: Unexpected end of JSON input
                                  Adapter    "admin"         : 3.6.9    , installed 3.6.9
                                  Adapter    "admin-2"       : 2.0.10
                                  Adapter    "alexa2"        : 2.6.4    , installed 2.6.4
                                  Adapter    "alpha2"        : 1.0.0
                                  Adapter    "amazon-dash"   : 0.3.1
                                  Adapter    "artnet"        : 1.0.0
                                  Adapter    "asterisk"      : 1.0.6
                                  Adapter    "asuswrt"       : 1.0.1
                                  Adapter    "b-control-em"  : 0.2.1
                                  Adapter    "backitup"      : 1.2.0    , installed 1.2.0
                                  Adapter    "beckhoff"      : 1.0.6
                                  Adapter    "benq"          : 0.2.0
                                  Adapter    "ble"           : 0.10.1
                                  Adapter    "bmw"           : 1.4.0
                                  Adapter    "boblight"      : 0.0.1
                                  Adapter    "bosesoundtouch": 0.2.4
                                  Adapter    "botvac"        : 1.0.0
                                  Adapter    "bring"         : 1.6.5
                                  Adapter    "broadlink2"    : 2.0.0
                                  Adapter    "chromecast"    : 2.2.3
                                  Adapter    "cloud"         : 2.6.2    , installed 2.6.2
                                  Adapter    "comfoair"      : 0.3.2
                                  Adapter    "contactid"     : 1.0.0
                                  Adapter    "corrently"     : 0.0.2
                                  Adapter    "countdown"     : 1.0.4
                                  Adapter    "cul"           : 1.0.0
                                  Adapter    "daikin"        : 1.0.5
                                  Adapter    "daswetter"     : 2.8.1    , installed 2.8.1
                                  Adapter    "deconz"        : 1.1.2
                                  Adapter    "denon"         : 1.6.1
                                  Adapter    "devices"       : 0.1.7
                                  Adapter    "discovergy"    : 0.4.7
                                  Adapter    "discovery"     : 2.0.0    , installed 2.0.0
                                  Adapter    "doorbird"      : 0.1.5
                                  Adapter    "ds18b20"       : 1.0.2
                                  Adapter    "dwd"           : 2.4.3
                                  Adapter    "ebus"          : 0.8.0
                                  Adapter    "egigeozone"    : 0.1.2
                                  Adapter    "ekey"          : 1.1.0
                                  Adapter    "email"         : 1.0.5
                                  Adapter    "emby"          : 1.0.0
                                  Adapter    "energymanager" : 1.2.1
                                  Adapter    "enet"          : 1.0.1
                                  Adapter    "epson_stylus_px830": 0.2.1
                                  Adapter    "fakeroku"      : 0.2.1
                                  Adapter    "feiertage"     : 1.0.11
                                  Adapter    "fhem"          : 1.3.0
                                  Adapter    "find-my-iphone": 0.2.17
                                  Adapter    "firetv"        : 0.0.33
                                  Adapter    "flot"          : 1.9.2
                                  Adapter    "foobar2000"    : 1.0.0
                                  Adapter    "fritzbox"      : 0.2.1
                                  Adapter    "fritzdect"     : 0.2.4
                                  Adapter    "fronius"       : 1.0.5
                                  Adapter    "fullcalendar"  : 0.2.4
                                  Adapter    "fullybrowser"  : 1.0.1
                                  Adapter    "g-homa"        : 0.5.1
                                  Adapter    "geofency"      : 0.3.2
                                  Adapter    "gruenbeck"     : 0.0.14
                                  Adapter    "habpanel"      : 0.3.4
                                  Adapter    "haier"         : 1.0.2
                                  Adapter    "ham"           : 1.1.2
                                  Adapter    "ham-wemo"      : 1.0.1
                                  Adapter    "harmony"       : 1.2.2
                                  Adapter    "hass-mqtt"     : 0.0.7
                                  Adapter    "heatingcontrol": 0.2.3
                                  Adapter    "heytech"       : 0.1.4
                                  Adapter    "hid"           : 0.1.17
                                  Adapter    "hilink"        : 0.2.7
                                  Adapter    "history"       : 1.8.7
                                  Adapter    "hm-rega"       : 2.4.12
                                  Adapter    "hm-rpc"        : 1.10.0
                                  Adapter    "hmip"          : 0.0.11
                                  Adapter    "hombot"        : 0.1.3
                                  Adapter    "homeconnect"   : 0.0.24
                                  Adapter    "homee"         : modified
                                  Adapter    "homepilot"     : 1.0.3
                                  Adapter    "hp-ilo"        : 1.0.1
                                  Adapter    "hs100"         : 1.0.10
                                  Adapter    "hue"           : 2.0.0
                                  Adapter    "hue-extended"  : 0.9.0
                                  Adapter    "hyperion"      : 0.0.9
                                  Adapter    "i2c"           : 0.0.6
                                  Adapter    "ical"          : 1.7.0    , installed 1.7.0
                                  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.3
                                  Adapter    "icons-ultimate-png": 1.0.1
                                  Adapter    "influxdb"      : 1.6.3
                                  Adapter    "info"          : 1.5.5    , installed 1.5.5
                                  Adapter    "innogy-smarthome": 0.3.3
                                  Adapter    "intesishome"   : 0.1.2
                                  Adapter    "iogo"          : 0.4.13
                                  Adapter    "iot"           : 1.1.8
                                  Adapter    "iqontrol"      : 0.2.12
                                  Adapter    "javascript"    : 4.3.0    , installed 4.3.0
                                  Adapter    "jeelink"       : 0.1.3
                                  Controller "js-controller" : 2.0.29   , installed 1.5.14 [Updateable]
                                  Adapter    "js2fs"         : 0.1.5    , installed 0.1.5
                                  Adapter    "kecontact"     : 0.1.0
                                  Adapter    "klf200"        : 0.9.5
                                  Adapter    "km200"         : 2.0.3
                                  Adapter    "knmi-weather"  : 0.1.1
                                  Adapter    "knx"           : 1.0.35
                                  Adapter    "kodi"          : 1.0.0
                                  Adapter    "kress"         : 2.5.5
                                  Adapter    "landroid"      : 1.0.3
                                  Adapter    "lcn"           : 0.4.2
                                  Adapter    "letrika_comgw" : 0.0.4
                                  Adapter    "lgtv"          : 1.0.8
                                  Adapter    "lgtv-rs"       : 0.0.4
                                  Adapter    "lgtv11"        : 1.0.5
                                  Adapter    "lifx"          : 0.1.0
                                  Adapter    "lightify"      : 0.2.16
                                  Adapter    "link"          : 0.4.4
                                  Adapter    "linkeddevices" : 1.0.1
                                  Adapter    "lovelace"      : 0.1.5
                                  Adapter    "loxone"        : 1.0.0
                                  Adapter    "luftdaten"     : 0.0.7
                                  Adapter    "lupusec"       : 1.2.0
                                  Adapter    "luxtronik1"    : 0.0.7
                                  Adapter    "material"      : 0.10.6
                                  Adapter    "maxcube"       : 0.1.2    , installed 0.1.2
                                  Adapter    "maxcul"        : 1.1.2
                                  Adapter    "mbus"          : 1.1.1
                                  Adapter    "mclighting"    : 0.0.12
                                  Adapter    "megad"         : 1.2.1
                                  Adapter    "megadd"        : 0.2.0
                                  Adapter    "megaesp"       : 0.1.0
                                  Adapter    "mercedesme"    : 0.0.16
                                  Adapter    "meross"        : 1.0.0
                                  Adapter    "meteoalarm"    : 1.0.5
                                  Adapter    "miele"         : 0.1.5
                                  Adapter    "mihome"        : 1.2.8
                                  Adapter    "mihome-airpurifier": 0.0.6
                                  Adapter    "mihome-lamp"   : 1.1.0
                                  Adapter    "mihome-plug"   : 0.2.0
                                  Adapter    "mihome-vacuum" : 1.1.5
                                  Adapter    "miio"          : 0.0.13
                                  Adapter    "mikrotik"      : 1.0.4
                                  Adapter    "milight"       : 0.3.6
                                  Adapter    "milight-smart-light": 0.2.7
                                  Adapter    "mobile"        : 0.5.0
                                  Adapter    "modbus"        : 3.0.0
                                  Adapter    "moma"          : 1.2.2
                                  Adapter    "mpd"           : 1.0.2
                                  Adapter    "mqtt"          : 2.1.1    , installed 2.1.1
                                  Adapter    "mqtt-client"   : 1.1.1
                                  Adapter    "multicast"     : 0.1.1
                                  Adapter    "musiccast"     : 0.1.2
                                  Adapter    "mysensors"     : 2.0.0
                                  Adapter    "nanoleaf-lightpanels": 0.8.2
                                  Adapter    "nello"         : 2.0.8
                                  Adapter    "netatmo"       : 1.3.1
                                  Adapter    "nibeuplink"    : 0.2.2
                                  Adapter    "nina"          : 0.0.13
                                  Adapter    "node-red"      : 1.12.0
                                  Adapter    "nuki"          : 1.0.7
                                  Adapter    "nuki2"         : 1.0.4
                                  Adapter    "nut"           : 1.1.3
                                  Adapter    "oilfox"        : 0.0.7
                                  Adapter    "onkyo"         : 2.0.3
                                  Adapter    "onvif"         : modified
                                  Adapter    "openhab"       : 1.1.0
                                  Adapter    "opentherm"     : 0.1.9
                                  Adapter    "openweathermap": modified
                                  Adapter    "opi"           : 0.1.1    , installed 0.1.1
                                  Adapter    "oppoplayer"    : 0.2.1
                                  Adapter    "owfs"          : 0.6.1
                                  Adapter    "owntracks"     : 0.6.2
                                  Adapter    "panasonic-viera": 1.0.2
                                  Adapter    "parser"        : 1.0.7
                                  Adapter    "paw"           : 0.3.2
                                  Adapter    "phantomjs"     : 1.0.1
                                  Adapter    "pi-hole"       : 1.2.1
                                  Adapter    "piface"        : 1.0.0
                                  Adapter    "pimatic"       : 0.1.5
                                  Adapter    "ping"          : 1.3.2
                                  Adapter    "places"        : 0.7.0
                                  Adapter    "plex"          : 0.6.0
                                  Adapter    "plexconnect"   : 0.0.7
                                  Adapter    "pollenflug"    : 1.0.3
                                  Adapter    "primelab"      : 1.0.2
                                  Adapter    "proxmox"       : 0.5.1
                                  Adapter    "proxy"         : 1.1.1
                                  Adapter    "pushbullet"    : 0.0.11
                                  Adapter    "pushover"      : 1.1.1    , installed 1.1.1
                                  Adapter    "pushsafer"     : 0.1.8
                                  Adapter    "radar2"        : 1.0.9
                                  Adapter    "radiohead"     : 1.0.2
                                  Adapter    "rflink"        : 2.0.0
                                  Adapter    "rickshaw"      : 1.0.0
                                  Adapter    "ring"          : 1.0.5
                                  Adapter    "roadtraffic"   : 0.0.2
                                  Adapter    "roomba"        : 1.0.7
                                  Adapter    "rpi2"          : 1.1.1
                                  Adapter    "s7"            : 1.1.4
                                  Adapter    "samsung"       : 0.2.9
                                  Adapter    "sayit"         : 1.8.2
                                  Adapter    "sbfspot"       : 2.3.2
                                  Adapter    "scenes"        : 1.1.0
                                  Adapter    "schoolfree"    : 0.2.2
                                  Adapter    "shelly"        : 3.1.1    , installed 3.1.1
                                  Adapter    "shuttercontrol": 0.3.2
                                  Adapter    "sia"           : 1.0.3
                                  Adapter    "siegenia"      : 1.0.0
                                  Adapter    "simple-api"    : 2.3.1    , installed 2.3.1
                                  Adapter    "sma-em"        : 0.5.3
                                  Adapter    "smappee"       : 0.2.2
                                  Adapter    "smartmeter"    : 1.2.2
                                  Adapter    "snips"         : 1.5.0
                                  Adapter    "snmp"          : 0.5.0
                                  Adapter    "socketio"      : 2.1.2    , installed 2.1.2
                                  Adapter    "solarlog"      : 0.1.5
                                  Adapter    "solarwetter"   : 1.0.0
                                  Adapter    "sonnen"        : 1.3.0
                                  Adapter    "sonoff"        : 2.2.2
                                  Adapter    "sonos"         : 2.0.0
                                  Adapter    "sonus"         : 0.1.1
                                  Adapter    "sony-bravia"   : 1.0.1
                                  Adapter    "sourceanalytix": 0.2.5
                                  Adapter    "spotify-premium": 1.0.0
                                  Adapter    "sql"           : 1.9.5
                                  Adapter    "squeezebox"    : 1.0.0
                                  Adapter    "squeezeboxrpc" : 0.8.18
                                  Adapter    "starline"      : 1.0.0
                                  Adapter    "statistics"    : 0.2.2
                                  Adapter    "stiebel-isg"   : 1.4.7
                                  Adapter    "synology"      : 0.0.4
                                  Adapter    "systeminfo"    : 0.2.2
                                  Adapter    "tankerkoenig"  : 2.0.6
                                  Adapter    "telegram"      : 1.4.3    , installed 1.4.3
                                  Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                                  Adapter    "text2command"  : 1.3.0
                                  Adapter    "tileboard"     : modified
                                  Adapter    "tinker"        : 0.1.4
                                  Adapter    "tr-064"        : 0.4.18
                                  Adapter    "tradfri"       : 2.4.4
                                  Adapter    "tunnelbroker-endpoint-updater": modified
                                  Adapter    "tuya"          : 3.0.0
                                  Adapter    "tvspielfilm"   : 1.0.4
                                  Adapter    "unifi"         : 0.3.1
                                  Adapter    "upnp"          : 1.0.14
                                  Adapter    "valloxmv"      : 1.0.0
                                  Adapter    "vcard"         : 0.0.9
                                  Adapter    "viessmann"     : 1.2.2
                                  Adapter    "viessmannapi"  : 1.3.2
                                  Adapter    "virtualpowermeter": 1.0.1
                                  Adapter    "vis"           : 1.2.1    , installed 1.2.1
                                  Adapter    "vis-bars"      : 0.1.4
                                  Adapter    "vis-canvas-gauges": 0.1.5
                                  Adapter    "vis-colorpicker": 1.1.1   , installed 1.1.1
                                  Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                                  Adapter    "vis-google-fonts": 0.1.0
                                  Adapter    "vis-history"   : 1.0.0
                                  Adapter    "vis-hqwidgets" : 1.1.2    , installed 1.1.2
                                  Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                  Adapter    "vis-justgage"  : 1.0.1
                                  Adapter    "vis-keyboard"  : 0.0.2
                                  Adapter    "vis-lcars"     : 1.0.4
                                  Adapter    "vis-map"       : 1.0.2
                                  Adapter    "vis-material"  : 0.1.3
                                  Adapter    "vis-metro"     : 1.1.2
                                  Adapter    "vis-players"   : 0.1.5
                                  Adapter    "vis-plumb"     : 1.0.2
                                  Adapter    "vis-rgraph"    : 0.0.2
                                  Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                  Adapter    "vis-weather"   : 2.3.0
                                  Adapter    "vr200"         : 1.0.0
                                  Adapter    "weatherunderground": 3.1.3
                                  Adapter    "web"           : 2.4.5    , installed 2.4.5
                                  Adapter    "wetty"         : 0.1.1
                                  Adapter    "wiffi-wz"      : 2.1.4
                                  Adapter    "wifilight"     : 0.2.0
                                  Adapter    "wlanthermo-nano": 0.1.1
                                  Adapter    "wm-bus"        : 0.3.1
                                  Adapter    "wolf"          : 0.9.2
                                  Adapter    "worx"          : 0.4.0
                                  Adapter    "xbox"          : 0.5.8
                                  Adapter    "xs1"           : 1.0.2
                                  Adapter    "yahka"         : 0.9.2
                                  Adapter    "yamaha"        : 0.3.19
                                  Adapter    "yeelight-2"    : 1.0.1
                                  Adapter    "yr"            : 2.0.3
                                  Adapter    "zigbee"        : 0.11.3
                                  Adapter    "zont"          : 0.5.3
                                  Adapter    "zwave"         : 1.6.3
                                  Adapter    "zwave2"        : 0.1.3
                                  pi@iobrocker:/opt/iobroker $ sudo iobroker upgrade self
                                  Update js-controller from @1.5.14 to @2.0.29
                                  NPM version: 6.12.0
                                  npm install iobroker.js-controller@2.0.29 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                  npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ENODATA: Cache input stream was empty
                                  npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
                                  npm ERR! code EINTEGRITY
                                  npm ERR! errno EINTEGRITY
                                  npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/y18n: Integrity verification failed for sha512-nT7014PDaWpa3jrXmq1tS07aiudLEjWmD1iEbLzOxO/4+6DMqVptZ1Scz5PnnN/haHCZTAmWOMNvHKfY32wv9A== (/home/iobroker/.npm/_cacache/content-v2/sha512/9d/3e/f4d783c3696a5ade3ad79aad6d4b4eda8ae74b1235a60f58846cbccec4eff8fba0cca95a6d67549ccf93e79cdfe16870994c099638c36f1ca7d8df6c2ff4)
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/iobroker/.npm/_logs/2019-10-14T12_19_41_959Z-debug.log
                                  Host "iobrocker" (linux) updated
                                  Execute: chmod -R 777 /opt/iobroker
                                  Chmod finished. Restart controller
                                  Starting node restart.js
                                  pi@iobrocker:/opt/iobroker $
                                  
                                  
                                  AlCalzoneA Offline
                                  AlCalzoneA Offline
                                  AlCalzone
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #76

                                  @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

                                  pi@iobrocker:/opt/iobroker $ npm cache verify
                                  Cache verified and compressed (~/.npm/_cacache):

                                  Ahh, ich glaub ich weiß was los ist!
                                  Das ist der Cache für den User pi. Es scheint aber dein Cache für den User iobroker defekt zu sein.

                                  Bitte führe folgendes aus:

                                  sudo -H -u iobroker npm cache verify
                                  

                                  Die Ausgabe davon dürfte interessant sein.

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

                                  1 Antwort Letzte Antwort
                                  1
                                  • F Offline
                                    F Offline
                                    freaktech
                                    schrieb am zuletzt editiert von
                                    #77

                                    gerne

                                    
                                    pi@iobrocker:/opt/iobroker $
                                    pi@iobrocker:/opt/iobroker $ sudo -H -u iobroker npm cache verify
                                    Cache verified and compressed (~/.npm/_cacache):
                                    Content verified: 2236 (238151167 bytes)
                                    Corrupted content removed: 6
                                    Content garbage-collected: 320 (25315666 bytes)
                                    Missing content: 6
                                    Index entries: 3784
                                    Finished in 38.938s
                                    pi@iobrocker:/opt/iobroker $
                                    
                                    
                                    AlCalzoneA 1 Antwort Letzte Antwort
                                    0
                                    • F freaktech

                                      gerne

                                      
                                      pi@iobrocker:/opt/iobroker $
                                      pi@iobrocker:/opt/iobroker $ sudo -H -u iobroker npm cache verify
                                      Cache verified and compressed (~/.npm/_cacache):
                                      Content verified: 2236 (238151167 bytes)
                                      Corrupted content removed: 6
                                      Content garbage-collected: 320 (25315666 bytes)
                                      Missing content: 6
                                      Index entries: 3784
                                      Finished in 38.938s
                                      pi@iobrocker:/opt/iobroker $
                                      
                                      
                                      AlCalzoneA Offline
                                      AlCalzoneA Offline
                                      AlCalzone
                                      Developer
                                      schrieb am zuletzt editiert von
                                      #78

                                      @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

                                      Corrupted content removed: 6

                                      Bingo!

                                      Magst du noch ein weiteres mal iobroker upgrade self probieren? Bitte auch wieder die Ausgabe posten.

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

                                      F 1 Antwort Letzte Antwort
                                      0
                                      • AlCalzoneA AlCalzone

                                        @freaktech sagte in PI4 Lässt JS Kontrolle nicht updaten:

                                        Corrupted content removed: 6

                                        Bingo!

                                        Magst du noch ein weiteres mal iobroker upgrade self probieren? Bitte auch wieder die Ausgabe posten.

                                        F Offline
                                        F Offline
                                        freaktech
                                        schrieb am zuletzt editiert von
                                        #79

                                        @AlCalzone

                                        anbei

                                        pi@iobrocker:/opt/iobroker $ iobroker upgrade self
                                        Update js-controller from @1.5.14 to @2.0.29
                                        NPM version: 6.12.0
                                        npm install iobroker.js-controller@2.0.29 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                        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]
                                             , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                      ^
                                        ../src/unix_dgram.cc: In function ‘void {anonymous}::OnRecv({anonymous}::SocketContext*)’:
                                        ../src/unix_dgram.cc:121:25: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                                                             argv);
                                                                 ^
                                        In file included from ../src/unix_dgram.cc:5:
                                        ../../nan/nan.h:1024:46: note: declared here
                                           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                        ../src/unix_dgram.cc:121:25: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                                                             argv);
                                                                 ^
                                        In file included from ../src/unix_dgram.cc:5:
                                        ../../nan/nan.h:1024:46: note: declared here
                                           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                        ../src/unix_dgram.cc: In function ‘void {anonymous}::OnWritable({anonymous}::SocketContext*)’:
                                        ../src/unix_dgram.cc:129:28: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                                                             0, NULL);
                                                                    ^
                                        In file included from ../src/unix_dgram.cc:5:
                                        ../../nan/nan.h:1024:46: note: declared here
                                           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                        ../src/unix_dgram.cc:129:28: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                                                             0, NULL);
                                                                    ^
                                        In file included from ../src/unix_dgram.cc:5:
                                        ../../nan/nan.h:1024:46: note: declared here
                                           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                                      ^~~~~~~~~~~~
                                        ../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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                      ^~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                      ^~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                      ^~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                      ^~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2892:28: note: declared here
                                                           explicit Utf8Value(Local<v8::Value> obj));
                                                                    ^~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                      ^~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2477:47: note: declared here
                                           V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                       ^~~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2477:47: note: declared here
                                           V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                       ^~~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2892:28: note: declared here
                                                           explicit Utf8Value(Local<v8::Value> obj));
                                                                    ^~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                      ^~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                      ^~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2892:28: note: declared here
                                                           explicit Utf8Value(Local<v8::Value> obj));
                                                                    ^~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                         from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                      ^~~~~~~~~~
                                        /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                           declarator __attribute__((deprecated(message)))
                                           ^~~~~~~~~~
                                        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/10.15.2/include/node/node.h:570: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/.cache/node-gyp/10.15.2/include/node/node.h:604: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/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                         from ../../nan/nan.h:54,
                                                         from ../src/unix_dgram.cc:5:
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/node_object_wrap.h:85:78:   required from here
                                        /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/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]
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.1 (node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/chokidar/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        
                                        Host "iobrocker" (linux) updated
                                        Execute: chmod -R 777 /opt/iobroker
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/lib': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/lib/hueHelper.js': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/package.json': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/instruction.png': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/index_m.html': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/index.html': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/hue.jpeg': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/words.js': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/main.js': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/LICENSE': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/modules.xml': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/ioBroker.hue.iml': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/vcs.xml': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/misc.xml': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/workspace.xml': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/io-package.json': Die Operation ist nicht erlaubt
                                        chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/README.md': Die Operation ist nicht erlaubt
                                        Chmod finished. Restart controller
                                        Starting node restart.js
                                        pi@iobrocker:/opt/iobroker $
                                        
                                        
                                        AlCalzoneA 1 Antwort Letzte Antwort
                                        0
                                        • F freaktech

                                          @AlCalzone

                                          anbei

                                          pi@iobrocker:/opt/iobroker $ iobroker upgrade self
                                          Update js-controller from @1.5.14 to @2.0.29
                                          NPM version: 6.12.0
                                          npm install iobroker.js-controller@2.0.29 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                          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]
                                               , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                        ^
                                          ../src/unix_dgram.cc: In function ‘void {anonymous}::OnRecv({anonymous}::SocketContext*)’:
                                          ../src/unix_dgram.cc:121:25: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                                                               argv);
                                                                   ^
                                          In file included from ../src/unix_dgram.cc:5:
                                          ../../nan/nan.h:1024:46: note: declared here
                                             NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                          ../src/unix_dgram.cc:121:25: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                                                               argv);
                                                                   ^
                                          In file included from ../src/unix_dgram.cc:5:
                                          ../../nan/nan.h:1024:46: note: declared here
                                             NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                          ../src/unix_dgram.cc: In function ‘void {anonymous}::OnWritable({anonymous}::SocketContext*)’:
                                          ../src/unix_dgram.cc:129:28: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                                                               0, NULL);
                                                                      ^
                                          In file included from ../src/unix_dgram.cc:5:
                                          ../../nan/nan.h:1024:46: note: declared here
                                             NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                          ../src/unix_dgram.cc:129:28: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                                                               0, NULL);
                                                                      ^
                                          In file included from ../src/unix_dgram.cc:5:
                                          ../../nan/nan.h:1024:46: note: declared here
                                             NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                                        ^~~~~~~~~~~~
                                          ../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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                        ^~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                        ^~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                        ^~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                        ^~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2892:28: note: declared here
                                                             explicit Utf8Value(Local<v8::Value> obj));
                                                                      ^~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                        ^~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2477:47: note: declared here
                                             V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                         ^~~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2477:47: note: declared here
                                             V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                                                         ^~~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2892:28: note: declared here
                                                             explicit Utf8Value(Local<v8::Value> obj));
                                                                      ^~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                        ^~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                        ^~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2892:28: note: declared here
                                                             explicit Utf8Value(Local<v8::Value> obj));
                                                                      ^~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/v8.h:26,
                                                           from /home/iobroker/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8.h:2478:46: note: declared here
                                             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                                                        ^~~~~~~~~~
                                          /home/iobroker/.cache/node-gyp/10.15.2/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                                             declarator __attribute__((deprecated(message)))
                                             ^~~~~~~~~~
                                          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/10.15.2/include/node/node.h:570: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/.cache/node-gyp/10.15.2/include/node/node.h:604: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/.cache/node-gyp/10.15.2/include/node/node.h:63,
                                                           from ../../nan/nan.h:54,
                                                           from ../src/unix_dgram.cc:5:
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/include/node/node_object_wrap.h:85:78:   required from here
                                          /home/iobroker/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/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/.cache/node-gyp/10.15.2/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]
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.1 (node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/chokidar/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          
                                          Host "iobrocker" (linux) updated
                                          Execute: chmod -R 777 /opt/iobroker
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/lib': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/lib/hueHelper.js': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/package.json': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/instruction.png': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/index_m.html': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/index.html': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/hue.jpeg': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/admin/words.js': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/main.js': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/LICENSE': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/modules.xml': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/ioBroker.hue.iml': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/vcs.xml': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/misc.xml': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/.idea/workspace.xml': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/io-package.json': Die Operation ist nicht erlaubt
                                          chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/node_modules/iobroker.hue/README.md': Die Operation ist nicht erlaubt
                                          Chmod finished. Restart controller
                                          Starting node restart.js
                                          pi@iobrocker:/opt/iobroker $
                                          
                                          
                                          AlCalzoneA Offline
                                          AlCalzoneA Offline
                                          AlCalzone
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #80

                                          @freaktech Sieht an sich gut aus. Gibt iobroker -v jetzt endlich die neue Version aus?

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

                                          F 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

                                          510

                                          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