Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. ERROR: Process exited with code 25

NEWS

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

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

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

ERROR: Process exited with code 25

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
updateerror
147 Beiträge 11 Kommentatoren 41.8k Aufrufe 11 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • J joeysch

    @thomas-braun sagte in ERROR: Process exited with code 25:

    @joeysch

    Nein, komplett falsch.
    Du hampelst als root herum, du hast eine unpassende npm-Version und du ziehst nodejs nicht aus dem nodesource-Repository.

    Sorry, aber ich bin da nicht so ganz im Thema. Habe vor kurzem von Raspi (mir ist 3x die SD-Karte kaputt gegangen) auf ein Proxmoxsystem gewechselt, dort einen lxc erstellt in dem Ubuntu installiert wurde. Dann Iobroker drauf und eine Datensicherung rein.
    Wie bekomme ich das denn jetzt glatt gezogen? (Bis jetzt hat alles einwandfrei funktioniert. Auch die Updates)

    crunchipC Abwesend
    crunchipC Abwesend
    crunchip
    Forum Testing Most Active
    schrieb am zuletzt editiert von
    #7

    @joeysch sagte in ERROR: Process exited with code 25:

    auf ein Proxmoxsystem gewechselt, dort einen lxc erstellt

    So nebenbei, schau da mal rein
    https://www.iobroker.net/#de/documentation/install/proxmox.md

    umgestiegen von Proxmox auf Unraid

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @joeysch
      In meiner Signatur steht drin, wie man nodejs richtig installiert.
      Und leg dir einen user mit sudo-Rechten an, damit da nicht als root rumgeeiert werden muss.

      J Offline
      J Offline
      joeysch
      schrieb am zuletzt editiert von
      #8

      @thomas-braun
      Anhand der Anleitung habe ich es nicht hingekriegt. Liegt's an Ubuntu? Habe es dann mit einer anderen Anleitung von Ubuntu probiert und dieses Ergebnis:

      Welcome to Ubuntu 21.10 (GNU/Linux 5.13.19-2-pve x86_64)
      
       * Documentation:  https://help.ubuntu.com
       * Management:     https://landscape.canonical.com
       * Support:        https://ubuntu.com/advantage
      Last login: Tue Apr 19 07:12:47 UTC 2022 on tty1
      guido@iobroker:~$ npm
      
      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, fund, 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/guido/.npmrc
      or on the command line via: npm <command> --key value
      Config info can be viewed via: npm help config
      
      npm@6.14.16 /usr/lib/node_modules/npm
      guido@iobroker:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs
      which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      [sudo] password for guido: 
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v14.19.1
      v14.19.1
      6.14.16
      guido
      /home/guido
      Hit:1 http://archive.ubuntu.com/ubuntu impish InRelease
      Hit:2 http://archive.ubuntu.com/ubuntu impish-updates InRelease
      Hit:3 https://deb.nodesource.com/node_14.x impish InRelease
      Hit:4 http://archive.ubuntu.com/ubuntu impish-security InRelease
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      All packages are up to date.
      nodejs:
        Installed: 14.19.1-deb-1nodesource1
        Candidate: 14.19.1-deb-1nodesource1
        Version table:
       *** 14.19.1-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_14.x impish/main amd64 Packages
              100 /var/lib/dpkg/status
           12.22.5~dfsg-5ubuntu1 500
              500 http://archive.ubuntu.com/ubuntu impish/universe amd64 Packages
      

      Die Updates laufen jetzt durch, werden aber nicht aktualisiert.
      Beim Aufruf von VIS kommt diese Meldung:

      URIError: Failed to decode param '%web_protocol%://192.168.0.17:%web_port%/vis/edit.html'
          at decodeURIComponent (<anonymous>)
          at decode_param (/opt/iobroker/node_modules/express/lib/router/layer.js:172:12)
          at Layer.match (/opt/iobroker/node_modules/express/lib/router/layer.js:148:15)
          at matchLayer (/opt/iobroker/node_modules/express/lib/router/index.js:580:18)
          at next (/opt/iobroker/node_modules/express/lib/router/index.js:220:15)
          at compression (/opt/iobroker/node_modules/compression/index.js:220:5)
          at Layer.handle [as handle_request] (/opt/iobroker/node_modules/express/lib/router/layer.js:95:5)
          at trim_prefix (/opt/iobroker/node_modules/express/lib/router/index.js:323:13)
          at /opt/iobroker/node_modules/express/lib/router/index.js:284:7
          at Function.process_params (/opt/iobroker/node_modules/express/lib/router/index.js:341:12)
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • J joeysch

        @thomas-braun
        Anhand der Anleitung habe ich es nicht hingekriegt. Liegt's an Ubuntu? Habe es dann mit einer anderen Anleitung von Ubuntu probiert und dieses Ergebnis:

        Welcome to Ubuntu 21.10 (GNU/Linux 5.13.19-2-pve x86_64)
        
         * Documentation:  https://help.ubuntu.com
         * Management:     https://landscape.canonical.com
         * Support:        https://ubuntu.com/advantage
        Last login: Tue Apr 19 07:12:47 UTC 2022 on tty1
        guido@iobroker:~$ npm
        
        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, fund, 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/guido/.npmrc
        or on the command line via: npm <command> --key value
        Config info can be viewed via: npm help config
        
        npm@6.14.16 /usr/lib/node_modules/npm
        guido@iobroker:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs
        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        [sudo] password for guido: 
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        v14.19.1
        v14.19.1
        6.14.16
        guido
        /home/guido
        Hit:1 http://archive.ubuntu.com/ubuntu impish InRelease
        Hit:2 http://archive.ubuntu.com/ubuntu impish-updates InRelease
        Hit:3 https://deb.nodesource.com/node_14.x impish InRelease
        Hit:4 http://archive.ubuntu.com/ubuntu impish-security InRelease
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        All packages are up to date.
        nodejs:
          Installed: 14.19.1-deb-1nodesource1
          Candidate: 14.19.1-deb-1nodesource1
          Version table:
         *** 14.19.1-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_14.x impish/main amd64 Packages
                100 /var/lib/dpkg/status
             12.22.5~dfsg-5ubuntu1 500
                500 http://archive.ubuntu.com/ubuntu impish/universe amd64 Packages
        

        Die Updates laufen jetzt durch, werden aber nicht aktualisiert.
        Beim Aufruf von VIS kommt diese Meldung:

        URIError: Failed to decode param '%web_protocol%://192.168.0.17:%web_port%/vis/edit.html'
            at decodeURIComponent (<anonymous>)
            at decode_param (/opt/iobroker/node_modules/express/lib/router/layer.js:172:12)
            at Layer.match (/opt/iobroker/node_modules/express/lib/router/layer.js:148:15)
            at matchLayer (/opt/iobroker/node_modules/express/lib/router/index.js:580:18)
            at next (/opt/iobroker/node_modules/express/lib/router/index.js:220:15)
            at compression (/opt/iobroker/node_modules/compression/index.js:220:5)
            at Layer.handle [as handle_request] (/opt/iobroker/node_modules/express/lib/router/layer.js:95:5)
            at trim_prefix (/opt/iobroker/node_modules/express/lib/router/index.js:323:13)
            at /opt/iobroker/node_modules/express/lib/router/index.js:284:7
            at Function.process_params (/opt/iobroker/node_modules/express/lib/router/index.js:341:12)
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #9

        @joeysch

        Zumindest nodejs und das 'Drumherum' ist jetzt richtig.
        Die Meldung zu vis ist ein anderes Problem.

        Wobei mich jetzt interessieren würde, welche andere Anleitung das war und warum die erste nicht funktioniert haben soll.

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

        J 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @joeysch

          Zumindest nodejs und das 'Drumherum' ist jetzt richtig.
          Die Meldung zu vis ist ein anderes Problem.

          Wobei mich jetzt interessieren würde, welche andere Anleitung das war und warum die erste nicht funktioniert haben soll.

          J Offline
          J Offline
          joeysch
          schrieb am zuletzt editiert von
          #10

          @thomas-braun
          Ich sehe gerade das Zigbee jetzt nicht mehr läuft.

          1
          Zeit
          error
          Nachricht
          host.iobroker
          2022-04-19 08:00:25.148	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: }
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: code: 'ERR_DLOPEN_FAILED'
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32) {
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1085:14)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/lib/linux.js:2:36)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/bindings/bindings.js:112:48)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:101:18)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:974:19)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: Error: libnode.so.72: cannot open shared object file: No such file or directory
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: ^
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: throw e;
          host.iobroker
          2022-04-19 08:00:25.148	error	Caught by controller[0]: /opt/iobroker/node_modules/zigbee-herdsman/node_modules/bindings/bindings.js:121
          host.iobroker
          2022-04-19 07:59:54.866	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          host.iobroker
          2022-04-19 07:59:54.866	error	Caught by controller[0]: }
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: code: 'ERR_DLOPEN_FAILED'
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32) {
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1085:14)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/lib/linux.js:2:36)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/bindings/bindings.js:112:48)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:101:18)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:974:19)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: Error: libnode.so.72: cannot open shared object file: No such file or directory
          host.iobroker
          2022-04-19 07:59:54.865	error	Caught by controller[0]: ^
          
          1 Antwort Letzte Antwort
          0
          • J Offline
            J Offline
            joeysch
            schrieb am zuletzt editiert von
            #11

            @thomas-braun sagte in ERROR: Process exited with code 25:

            Wobei mich jetzt interessieren würde, welche andere Anleitung das war und warum die erste nicht funktioniert haben soll.

            Ich glaube es liegt an den Einträgen. Ich hatte sie einfach kopiert und eingefügt. Kann es sein das Ubuntu auf ein anderes Repo zugreift?

            #node 12
            deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x bullseye main
            deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x bullseye main
             
            #node 14
            deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x bullseye main
            deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x bullseye main
            

            Ich habe es jetzt nach dieser Anleitung Option 2 gemacht.
            [https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04-de]

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • J joeysch

              @thomas-braun sagte in ERROR: Process exited with code 25:

              Wobei mich jetzt interessieren würde, welche andere Anleitung das war und warum die erste nicht funktioniert haben soll.

              Ich glaube es liegt an den Einträgen. Ich hatte sie einfach kopiert und eingefügt. Kann es sein das Ubuntu auf ein anderes Repo zugreift?

              #node 12
              deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x bullseye main
              deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x bullseye main
               
              #node 14
              deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x bullseye main
              deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x bullseye main
              

              Ich habe es jetzt nach dieser Anleitung Option 2 gemacht.
              [https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04-de]

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

              @joeysch sagte in ERROR: Process exited with code 25:

              Ich glaube es liegt an den Einträgen. Ich hatte sie einfach kopiert und eingefügt. Kann es sein das Ubuntu auf ein anderes Repo zugreift?

              Natürlich. Bullseye ist DEBIAN, nicht ubuntu. Da gehört der entsprechende ubuntu-Releasename rein. Das kannst du nicht einfach 1:1 so rüber kopieren.
              Das macht aber das Installationsskript von nodesource richtig, wenn du es denn benutzt hättest.

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

              J 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @joeysch sagte in ERROR: Process exited with code 25:

                Ich glaube es liegt an den Einträgen. Ich hatte sie einfach kopiert und eingefügt. Kann es sein das Ubuntu auf ein anderes Repo zugreift?

                Natürlich. Bullseye ist DEBIAN, nicht ubuntu. Da gehört der entsprechende ubuntu-Releasename rein. Das kannst du nicht einfach 1:1 so rüber kopieren.
                Das macht aber das Installationsskript von nodesource richtig, wenn du es denn benutzt hättest.

                J Offline
                J Offline
                joeysch
                schrieb am zuletzt editiert von
                #13

                @thomas-braun

                Sorry aber ich sagt bereits, dass ich von Linux nicht viel verstehe.

                Kannst du zu den anderen Fehler was sagen? Warum geht der Zigbee Adapter nicht mehr und warum komme ich nicht mehr
                ins VIS?

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • J joeysch

                  @thomas-braun

                  Sorry aber ich sagt bereits, dass ich von Linux nicht viel verstehe.

                  Kannst du zu den anderen Fehler was sagen? Warum geht der Zigbee Adapter nicht mehr und warum komme ich nicht mehr
                  ins VIS?

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

                  @joeysch

                  Keine Ahnung. Hat aber mit dem ursprünglichen Thema nix mehr zu tun.
                  Mach pro Problem einen neuen Thread auf.

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

                  1 Antwort Letzte Antwort
                  0
                  • J Offline
                    J Offline
                    joeysch
                    schrieb am zuletzt editiert von
                    #15

                    @thomas-braun

                    Ich habe jetzt mal einen npm rebuild gemacht. Da wirft er mir überall Errors raus. Ist das so richtig?

                    guido@iobroker:/opt/iobroker$ npm rebuild
                    
                    > protobufjs@6.11.2 postinstall /opt/iobroker/node_modules/protobufjs
                    > node scripts/postinstall
                    
                    
                    > iobroker.javascript@5.2.21 postinstall /opt/iobroker/node_modules/iobroker.javascript
                    > node ./install/installTypings.js
                    
                    Installing NodeJS typings...
                    latest @types: 17, installed node: 14
                    Could not install NodeJS typings. This is not critical.
                    Reason: 
                    npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@babel
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@humanwhocodes
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@nodelib
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@ungap
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@eslint
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@alcalzone
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@iobroker
                    npm ERR! code EACCES
                    npm ERR! syscall access
                    npm ERR! path /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                    npm ERR! errno -13
                    npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node'
                    npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node'] {
                    npm ERR!   errno: -13,
                    npm ERR!   code: 'EACCES',
                    npm ERR!   syscall: 'access',
                    npm ERR!   path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node'
                    npm ERR! }
                    npm ERR! 
                    npm ERR! The operation was rejected by your operating system.
                    npm ERR! It is likely you do not have the permissions to access this file as the current user
                    npm ERR! 
                    npm ERR! If you believe this might be a permissions issue, please double-check the
                    npm ERR! permissions of the file and its containing directories, or try running
                    npm ERR! the command again as root/Administrator.
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/guido/.npm/_logs/2022-04-19T08_47_03_625Z-debug.log
                    
                    
                    > iobroker.js-controller@4.0.21 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                    > node lib/preinstallCheck.js
                    
                    NPM version: 6.14.16
                    
                    > iobroker.js-controller@4.0.21 install /opt/iobroker/node_modules/iobroker.js-controller
                    > node iobroker.js setup first
                    
                    Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                    npm ERR! code ELIFECYCLE
                    npm ERR! errno 24
                    npm ERR! iobroker.js-controller@4.0.21 install: `node iobroker.js setup first`
                    npm ERR! Exit status 24
                    npm ERR! 
                    npm ERR! Failed at the iobroker.js-controller@4.0.21 install script.
                    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/guido/.npm/_logs/2022-04-19T08_47_16_273Z-debug.log
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • J joeysch

                      @thomas-braun

                      Ich habe jetzt mal einen npm rebuild gemacht. Da wirft er mir überall Errors raus. Ist das so richtig?

                      guido@iobroker:/opt/iobroker$ npm rebuild
                      
                      > protobufjs@6.11.2 postinstall /opt/iobroker/node_modules/protobufjs
                      > node scripts/postinstall
                      
                      
                      > iobroker.javascript@5.2.21 postinstall /opt/iobroker/node_modules/iobroker.javascript
                      > node ./install/installTypings.js
                      
                      Installing NodeJS typings...
                      latest @types: 17, installed node: 14
                      Could not install NodeJS typings. This is not critical.
                      Reason: 
                      npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@babel
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@humanwhocodes
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@nodelib
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@ungap
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@eslint
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@alcalzone
                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@iobroker
                      npm ERR! code EACCES
                      npm ERR! syscall access
                      npm ERR! path /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                      npm ERR! errno -13
                      npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node'
                      npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node'] {
                      npm ERR!   errno: -13,
                      npm ERR!   code: 'EACCES',
                      npm ERR!   syscall: 'access',
                      npm ERR!   path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node'
                      npm ERR! }
                      npm ERR! 
                      npm ERR! The operation was rejected by your operating system.
                      npm ERR! It is likely you do not have the permissions to access this file as the current user
                      npm ERR! 
                      npm ERR! If you believe this might be a permissions issue, please double-check the
                      npm ERR! permissions of the file and its containing directories, or try running
                      npm ERR! the command again as root/Administrator.
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/guido/.npm/_logs/2022-04-19T08_47_03_625Z-debug.log
                      
                      
                      > iobroker.js-controller@4.0.21 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                      > node lib/preinstallCheck.js
                      
                      NPM version: 6.14.16
                      
                      > iobroker.js-controller@4.0.21 install /opt/iobroker/node_modules/iobroker.js-controller
                      > node iobroker.js setup first
                      
                      Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                      npm ERR! code ELIFECYCLE
                      npm ERR! errno 24
                      npm ERR! iobroker.js-controller@4.0.21 install: `node iobroker.js setup first`
                      npm ERR! Exit status 24
                      npm ERR! 
                      npm ERR! Failed at the iobroker.js-controller@4.0.21 install script.
                      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/guido/.npm/_logs/2022-04-19T08_47_16_273Z-debug.log
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #16

                      @joeysch

                      Ist der User in der Gruppe 'iobroker' drin?

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

                      J 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @joeysch

                        Ist der User in der Gruppe 'iobroker' drin?

                        J Offline
                        J Offline
                        joeysch
                        schrieb am zuletzt editiert von
                        #17

                        @thomas-braun
                        Könntest du das mal erklären.

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • J joeysch

                          @thomas-braun
                          Könntest du das mal erklären.

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

                          @joeysch

                          checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                          

                          Deutet auf fehlende Rechte des ausführenden users 'guido' hin.

                          ls -la /opt/iobroker/node_modules/iobroker.javascript/node_modules/
                          total 136
                          drwxrwxr-x+ 13 iobroker iobroker 20480 Apr 15 14:39 .
                          drwxrwxr-x+  8 iobroker iobroker  4096 Apr  7 17:23 ..
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @alcalzone
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @babel
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 14:39 .bin
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @eslint
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @humanwhocodes
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 14:39 @iobroker
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @nodelib
                          -rw-rw-r--+  1 iobroker iobroker 67004 Apr 15 12:43 .package-lock.json
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 14:39 @sindresorhus
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 14:39 @szmarczak
                          drwxrwxr-x+  3 iobroker iobroker  4096 Apr 15 14:39 @types
                          drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @ungap
                          

                          zeigt, dass die Dateien (in erster Linie) dem user 'iobroker' und der Gruppe 'iobroker' gehören, der user bzw. ein Mitglied der Gruppe dürfte da aber rummachen. Ergo: Es fehlt dem guido das Recht.

                          groups
                          

                          als guido ausgeführt liefert?

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

                          J 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @joeysch

                            checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                            

                            Deutet auf fehlende Rechte des ausführenden users 'guido' hin.

                            ls -la /opt/iobroker/node_modules/iobroker.javascript/node_modules/
                            total 136
                            drwxrwxr-x+ 13 iobroker iobroker 20480 Apr 15 14:39 .
                            drwxrwxr-x+  8 iobroker iobroker  4096 Apr  7 17:23 ..
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @alcalzone
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @babel
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 14:39 .bin
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @eslint
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @humanwhocodes
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 14:39 @iobroker
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @nodelib
                            -rw-rw-r--+  1 iobroker iobroker 67004 Apr 15 12:43 .package-lock.json
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 14:39 @sindresorhus
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 14:39 @szmarczak
                            drwxrwxr-x+  3 iobroker iobroker  4096 Apr 15 14:39 @types
                            drwxrwxr-x+  2 iobroker iobroker  4096 Apr 15 12:43 @ungap
                            

                            zeigt, dass die Dateien (in erster Linie) dem user 'iobroker' und der Gruppe 'iobroker' gehören, der user bzw. ein Mitglied der Gruppe dürfte da aber rummachen. Ergo: Es fehlt dem guido das Recht.

                            groups
                            

                            als guido ausgeführt liefert?

                            J Offline
                            J Offline
                            joeysch
                            schrieb am zuletzt editiert von
                            #19

                            @thomas-braun

                            So, ich habe jetzt mal den user guido eingerichtet.
                            Bei der Abfrage kommt jetzt das raus:

                            guido@iobroker:~$ checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                            checkPermissions: command not found
                            guido@iobroker:~$ users
                            guido
                            guido@iobroker:~$ groups
                            guido sudo
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • J joeysch

                              @thomas-braun

                              So, ich habe jetzt mal den user guido eingerichtet.
                              Bei der Abfrage kommt jetzt das raus:

                              guido@iobroker:~$ checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                              checkPermissions: command not found
                              guido@iobroker:~$ users
                              guido
                              guido@iobroker:~$ groups
                              guido sudo
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #20

                              @joeysch

                              Wie schon vermutet.
                              Der 'guido' darf da nix, weil der nicht bei der Gruppe 'iobroker' mitspielen darf.

                              sudo usermod -aG iobroker guido
                              exit
                              

                              Dann nochmal anmelden und es sollte funktionieren.

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

                              J 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @joeysch

                                Wie schon vermutet.
                                Der 'guido' darf da nix, weil der nicht bei der Gruppe 'iobroker' mitspielen darf.

                                sudo usermod -aG iobroker guido
                                exit
                                

                                Dann nochmal anmelden und es sollte funktionieren.

                                J Offline
                                J Offline
                                joeysch
                                schrieb am zuletzt editiert von
                                #21

                                @thomas-braun

                                Super, Zigbee und VIS laufen wieder.
                                Ich bedanke mich bei dir für die Hilfe und die Geduld.

                                Die Adapterupdates lassen sich aber immer noch nicht installieren.

                                Jede Installation endet mit

                                Process exited with code 0
                                

                                und wird nicht installiert.

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • J joeysch

                                  @thomas-braun

                                  Super, Zigbee und VIS laufen wieder.
                                  Ich bedanke mich bei dir für die Hilfe und die Geduld.

                                  Die Adapterupdates lassen sich aber immer noch nicht installieren.

                                  Jede Installation endet mit

                                  Process exited with code 0
                                  

                                  und wird nicht installiert.

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

                                  @joeysch sagte in ERROR: Process exited with code 25:

                                  Process exited with code 0

                                  Ist aber eigentlich die Positiv-Meldung.

                                  iobroker update -i
                                  iobroker upgrade
                                  

                                  liefert?

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

                                  J 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @joeysch sagte in ERROR: Process exited with code 25:

                                    Process exited with code 0

                                    Ist aber eigentlich die Positiv-Meldung.

                                    iobroker update -i
                                    iobroker upgrade
                                    

                                    liefert?

                                    J Offline
                                    J Offline
                                    joeysch
                                    schrieb am zuletzt editiert von
                                    #23

                                    @thomas-braun

                                    guido@iobroker:~$ iobroker update -i
                                    Used repository: stable
                                    Adapter    "admin"        : 5.3.8    , installed 5.3.8
                                    Adapter    "backitup"     : 2.4.6    , installed 2.4.6
                                    Adapter    "bring"        : 1.7.13   , installed 1.7.13
                                    Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                                    Adapter    "daswetter"    : 3.0.9    , installed 3.0.9
                                    Adapter    "denon"        : 1.13.3   , installed 1.13.3
                                    Adapter    "devices"      : 1.0.10   , installed 1.0.10
                                    Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
                                    Adapter    "fullybrowser" : 2.1.1    , installed 2.1.1
                                    Adapter    "heos"         : 1.9.1    , installed 1.9.1
                                    Adapter    "homeconnect"  : 1.0.1    , installed 1.0.1
                                    Adapter    "ical"         : 1.12.1   , installed 1.12.1
                                    Adapter    "icons-mfd-svg": 1.0.2    , installed 1.0.2
                                    Adapter    "influxdb"     : 2.6.3    , installed 2.6.3
                                    Adapter    "info"         : 1.9.18   , installed 1.9.18
                                    Adapter    "iot"          : 1.11.4   , installed 1.11.4
                                    Adapter    "javascript"   : 5.2.21   , installed 5.2.21
                                    Controller "js-controller": 4.0.21   , installed 4.0.21
                                    Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                    Adapter    "material"     : 1.1.2    , installed 1.1.2
                                    Adapter    "melcloud"     : 1.1.6    , installed 1.1.6
                                    Adapter    "node-red"     : 3.2.0    , installed 3.2.0
                                    Adapter    "simple-api"   : 2.6.4    , installed 2.6.3  [Updatable]
                                    Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
                                    Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
                                    Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                    Adapter    "telegram"     : 1.12.2   , installed 1.11.1 [Updatable]
                                    Adapter    "tr-064"       : 4.2.16   , installed 4.2.15 [Updatable]
                                    Adapter    "trashschedule": 1.4.5    , installed 1.4.1  [Updatable]
                                    Adapter    "vis"          : 1.4.5    , installed 1.4.5
                                    Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
                                    Adapter    "vis-icontwo"  : 0.87.0   , installed 0.87.0
                                    Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                    Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                    Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                    Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                    Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                    Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
                                    Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                    Adapter    "zigbee"       : 1.6.16   , installed 1.6.16
                                    

                                    Ich habe dann das upgrade ausgeführt, es ist auch alles durchgelaufen, am Ende war aber nichts upgedatet

                                    guido@iobroker:~$ iobroker upgrade
                                    
                                    This upgrade of "web" will introduce the following changes:
                                    ==========================================================================
                                    -> 4.2.3:
                                    Updated ws and socketio to have `log` method in sockets
                                    
                                    -> 4.2.2:
                                    Updated ws and socketio to have `log` method in sockets
                                    
                                    -> 4.2.1:
                                    Provide state and object changes for simple-api
                                    ==========================================================================
                                    
                                    Would you like to upgrade web from @4.2.0 to @4.2.3 now? [(y)es, (n)o]: y
                                    Update web from @4.2.0 to @4.2.3
                                    host.iobroker Adapter "system.adapter.web.0" is stopped.
                                    NPM version: 6.14.16
                                    Installing iobroker.web@4.2.3... (System call)
                                    The authenticity of host 'github.com (140.82.121.3)' can't be established.
                                    ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
                                    The authenticity of host 'github.com (140.82.121.3)' can't be established.
                                    ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
                                    The authenticity of host 'github.com (140.82.121.3)' can't be established.
                                    ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
                                    Are you sure you want to continue connecting (yes/no/[fingerprint])? y
                                    
                                    Please type 'yes', 'no' or the fingerprint: yes
                                    Please type 'yes', 'no' or the fingerprint: 
                                    Please type 'yes', 'no' or the fingerprint: yes
                                    Please type 'yes', 'no' or the fingerprint: 'yes'
                                    Please type 'yes', 'no' or the fingerprint: ^[^[
                                    Please type 'yes', 'no' or the fingerprint: ^X
                                    Please type 'yes', 'no' or the fingerprint: 
                                    yes
                                    upload [396] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                    upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png image/png
                                    upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css text/css
                                    upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png image/png
                                    upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png image/png
                                    upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png image/png
                                    upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png image/png
                                    upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png image/png
                                    upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png image/png
                                    upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png image/png
                                    upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png image/png
                                    upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css text/css
                                    upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png image/png
                                    upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/theme.css lib/css/themes/jquery-ui/vader/theme.css text/css
                                    upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.js lib/js/jquery-1.11.2.min.js application/javascript
                                    upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.map lib/js/jquery-1.11.2.min.map application/json
                                    upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                                    upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                                    upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                                    upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                                    upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                                    upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                                    upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                                    upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                                    upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                                    upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                                    upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                                    upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                                    upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                                    upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                                    upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                    upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                                    upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                                    upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                                    upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                                    upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                                    upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                    upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                    upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/manifest.json manifest.json application/json
                                    upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css static/css/2.faf2f676.chunk.css text/css
                                    upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css.map static/css/2.faf2f676.chunk.css.map application/json
                                    upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css static/css/main.e2d673ee.chunk.css text/css
                                    upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css.map static/css/main.e2d673ee.chunk.css.map application/json
                                    upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js static/js/2.83d9909b.chunk.js application/javascript
                                    upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js.LICENSE.txt static/js/2.83d9909b.chunk.js.LICENSE.txt text/plain
                                    upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js.map static/js/2.83d9909b.chunk.js.map application/json
                                    upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.205b2673.chunk.js static/js/main.205b2673.chunk.js application/javascript
                                    upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.205b2673.chunk.js.map static/js/main.205b2673.chunk.js.map application/json
                                    upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js static/js/runtime-main.8b37c647.js application/javascript
                                    upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js.map static/js/runtime-main.8b37c647.js.map application/json
                                    upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/le.eb63b1db.png static/media/le.eb63b1db.png image/png
                                    upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                    host.iobroker Adapter "system.adapter.web.0" is started
                                    
                                    This upgrade of "trashschedule" will introduce the following changes:
                                    ==========================================================================
                                    -> 1.4.5:
                                    Allow spaces in next text seperator
                                    
                                    -> 1.4.4:
                                    Updated dependencies
                                    
                                    -> 1.4.3:
                                    Updated state roles
                                    Added hint for Admin 4 configuration
                                    
                                    -> 1.4.2:
                                    Added check for ical configuration
                                    ==========================================================================
                                    
                                    Would you like to upgrade trashschedule from @1.4.1 to @1.4.5 now? [(y)es, (n)o]: y
                                    Update trashschedule from @1.4.1 to @1.4.5
                                    NPM version: 6.14.16
                                    Installing iobroker.trashschedule@1.4.5... (System call)
                                    Adapter "system.adapter.vis.0" restarted.
                                    upload [11] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [10] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [9] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [8] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [7] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [6] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [5] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [4] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [3] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [2] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [1] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/jsonConfig.json jsonConfig.json application/json
                                    upload [0] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/trashschedule.png trashschedule.png image/png
                                    
                                    This upgrade of "tr-064" will introduce the following changes:
                                    ==========================================================================
                                    -> 4.2.16:
                                    Fix info logs on callee/caller
                                    Add special handling for potential broken external image links in phonebook
                                    Prevent some crash cases reported by Sentry
                                    ==========================================================================
                                    
                                    Would you like to upgrade tr-064 from @4.2.15 to @4.2.16 now? [(y)es, (n)o]: y
                                    Update tr-064 from @4.2.15 to @4.2.16
                                    NPM version: 6.14.16
                                    Installing iobroker.tr-064@4.2.16... (System call)
                                    upload [2] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/index_m.html index_m.html text/html
                                    upload [1] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/tr-064.png tr-064.png image/png
                                    upload [0] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "telegram" will introduce the following changes:
                                    ==========================================================================
                                    -> 1.12.2:
                                    Fix crash cases reported by Sentry
                                    
                                    -> 1.12.0:
                                    Add new JSON states communication.responseJson and communication.responseSilentJson to also accept json structures (stringified!) to send messages
                                    Try to prevent adapter crashes when internet is not available 
                                    Add Sentry for crash reporting
                                    ==========================================================================
                                    
                                    Would you like to upgrade telegram from @1.11.1 to @1.12.2 now? [(y)es, (n)o]: y
                                    Update telegram from @1.11.1 to @1.12.2
                                    NPM version: 6.14.16
                                    Installing iobroker.telegram@1.12.2... (System call)
                                    upload [16] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript
                                    upload [15] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html
                                    upload [14] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [13] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [12] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [11] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [10] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [9] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [8] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [7] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [6] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html
                                    upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html
                                    upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/jsonCustom.json jsonCustom.json application/json
                                    upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png
                                    upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "sonoff" will introduce the following changes:
                                    ==========================================================================
                                    -> 2.5.0:
                                    Implement writing of NSPanel Widget changes
                                    Fix crash case reported by Sentry
                                    ==========================================================================
                                    
                                    Would you like to upgrade sonoff from @2.4.7 to @2.5.0 now? [(y)es, (n)o]: y
                                    Update sonoff from @2.4.7 to @2.5.0
                                    NPM version: 6.14.16
                                    Installing iobroker.sonoff@2.5.0... (System call)
                                    upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                                    upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                                    upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                                    upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "socketio" will introduce the following changes:
                                    ==========================================================================
                                    -> 4.2.0:
                                    Added `log` socket command
                                    
                                    -> 4.1.5:
                                    make sure patterns are handled as strings on subscribe/unsubscribe
                                    when getHistory is called with instance as string correct the data into an object
                                    ==========================================================================
                                    
                                    Would you like to upgrade socketio from @4.1.4 to @4.2.0 now? [(y)es, (n)o]: y
                                    Update socketio from @4.1.4 to @4.2.0
                                    host.iobroker Adapter "system.adapter.socketio.0" is stopped.
                                    NPM version: 6.14.16
                                    Installing iobroker.socketio@4.2.0... (System call)
                                    Adapter "system.adapter.web.0" restarted.
                                    upload [11] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [10] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [9] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [8] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [7] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [6] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [5] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [4] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [3] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [2] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [1] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/jsonConfig.json jsonConfig.json application/json
                                    upload [0] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/socketio.png socketio.png image/png
                                    host.iobroker Adapter "system.adapter.socketio.0" is started
                                    
                                    This upgrade of "simple-api" will introduce the following changes:
                                    ==========================================================================
                                    -> 2.6.4:
                                    Optimize performance, especially when using names instead of object ids
                                    ==========================================================================
                                    
                                    Would you like to upgrade simple-api from @2.6.3 to @2.6.4 now? [(y)es, (n)o]: y
                                    Update simple-api from @2.6.3 to @2.6.4
                                    NPM version: 6.14.16
                                    Installing iobroker.simple-api@2.6.4... (System call)
                                    upload [13] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [12] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [11] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [10] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [9] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [8] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [7] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [6] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [5] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [4] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [3] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index.html index.html text/html
                                    upload [2] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index_m.html index_m.html text/html
                                    upload [1] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/simple-api.png simple-api.png image/png
                                    upload [0] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "discovery" will introduce the following changes:
                                    ==========================================================================
                                    -> 3.0.3:
                                    Fix crash cases reported by Sentry
                                    
                                    -> 3.0.2:
                                    Updated serialport package
                                    
                                    -> 3.0.1:
                                    Updated serialport package
                                    
                                    -> 3.0.0:
                                    Updated serialport package
                                    ==========================================================================
                                    
                                    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                    Would you like to upgrade discovery from @2.8.0 to @3.0.3 now? [(y)es, (n)o]: y
                                    Update discovery from @2.8.0 to @3.0.3
                                    NPM version: 6.14.16
                                    Installing iobroker.discovery@3.0.3... (System call)
                                    upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                    upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                    upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                    upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                    upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                    upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                    upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • J joeysch

                                      @thomas-braun

                                      guido@iobroker:~$ iobroker update -i
                                      Used repository: stable
                                      Adapter    "admin"        : 5.3.8    , installed 5.3.8
                                      Adapter    "backitup"     : 2.4.6    , installed 2.4.6
                                      Adapter    "bring"        : 1.7.13   , installed 1.7.13
                                      Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                                      Adapter    "daswetter"    : 3.0.9    , installed 3.0.9
                                      Adapter    "denon"        : 1.13.3   , installed 1.13.3
                                      Adapter    "devices"      : 1.0.10   , installed 1.0.10
                                      Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
                                      Adapter    "fullybrowser" : 2.1.1    , installed 2.1.1
                                      Adapter    "heos"         : 1.9.1    , installed 1.9.1
                                      Adapter    "homeconnect"  : 1.0.1    , installed 1.0.1
                                      Adapter    "ical"         : 1.12.1   , installed 1.12.1
                                      Adapter    "icons-mfd-svg": 1.0.2    , installed 1.0.2
                                      Adapter    "influxdb"     : 2.6.3    , installed 2.6.3
                                      Adapter    "info"         : 1.9.18   , installed 1.9.18
                                      Adapter    "iot"          : 1.11.4   , installed 1.11.4
                                      Adapter    "javascript"   : 5.2.21   , installed 5.2.21
                                      Controller "js-controller": 4.0.21   , installed 4.0.21
                                      Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                      Adapter    "material"     : 1.1.2    , installed 1.1.2
                                      Adapter    "melcloud"     : 1.1.6    , installed 1.1.6
                                      Adapter    "node-red"     : 3.2.0    , installed 3.2.0
                                      Adapter    "simple-api"   : 2.6.4    , installed 2.6.3  [Updatable]
                                      Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
                                      Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
                                      Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                      Adapter    "telegram"     : 1.12.2   , installed 1.11.1 [Updatable]
                                      Adapter    "tr-064"       : 4.2.16   , installed 4.2.15 [Updatable]
                                      Adapter    "trashschedule": 1.4.5    , installed 1.4.1  [Updatable]
                                      Adapter    "vis"          : 1.4.5    , installed 1.4.5
                                      Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
                                      Adapter    "vis-icontwo"  : 0.87.0   , installed 0.87.0
                                      Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                      Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                      Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                      Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
                                      Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                      Adapter    "zigbee"       : 1.6.16   , installed 1.6.16
                                      

                                      Ich habe dann das upgrade ausgeführt, es ist auch alles durchgelaufen, am Ende war aber nichts upgedatet

                                      guido@iobroker:~$ iobroker upgrade
                                      
                                      This upgrade of "web" will introduce the following changes:
                                      ==========================================================================
                                      -> 4.2.3:
                                      Updated ws and socketio to have `log` method in sockets
                                      
                                      -> 4.2.2:
                                      Updated ws and socketio to have `log` method in sockets
                                      
                                      -> 4.2.1:
                                      Provide state and object changes for simple-api
                                      ==========================================================================
                                      
                                      Would you like to upgrade web from @4.2.0 to @4.2.3 now? [(y)es, (n)o]: y
                                      Update web from @4.2.0 to @4.2.3
                                      host.iobroker Adapter "system.adapter.web.0" is stopped.
                                      NPM version: 6.14.16
                                      Installing iobroker.web@4.2.3... (System call)
                                      The authenticity of host 'github.com (140.82.121.3)' can't be established.
                                      ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
                                      The authenticity of host 'github.com (140.82.121.3)' can't be established.
                                      ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
                                      The authenticity of host 'github.com (140.82.121.3)' can't be established.
                                      ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
                                      Are you sure you want to continue connecting (yes/no/[fingerprint])? y
                                      
                                      Please type 'yes', 'no' or the fingerprint: yes
                                      Please type 'yes', 'no' or the fingerprint: 
                                      Please type 'yes', 'no' or the fingerprint: yes
                                      Please type 'yes', 'no' or the fingerprint: 'yes'
                                      Please type 'yes', 'no' or the fingerprint: ^[^[
                                      Please type 'yes', 'no' or the fingerprint: ^X
                                      Please type 'yes', 'no' or the fingerprint: 
                                      yes
                                      upload [396] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                      upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png image/png
                                      upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css text/css
                                      upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png image/png
                                      upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png image/png
                                      upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png image/png
                                      upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png image/png
                                      upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png image/png
                                      upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png image/png
                                      upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png image/png
                                      upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png image/png
                                      upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css text/css
                                      upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png image/png
                                      upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/theme.css lib/css/themes/jquery-ui/vader/theme.css text/css
                                      upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.js lib/js/jquery-1.11.2.min.js application/javascript
                                      upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.map lib/js/jquery-1.11.2.min.map application/json
                                      upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                                      upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                                      upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                                      upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                                      upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                                      upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                                      upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                                      upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                                      upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                                      upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                                      upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                                      upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                                      upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                                      upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                                      upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                      upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                                      upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                                      upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                                      upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                                      upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                                      upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                      upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                      upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/manifest.json manifest.json application/json
                                      upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css static/css/2.faf2f676.chunk.css text/css
                                      upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css.map static/css/2.faf2f676.chunk.css.map application/json
                                      upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css static/css/main.e2d673ee.chunk.css text/css
                                      upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css.map static/css/main.e2d673ee.chunk.css.map application/json
                                      upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js static/js/2.83d9909b.chunk.js application/javascript
                                      upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js.LICENSE.txt static/js/2.83d9909b.chunk.js.LICENSE.txt text/plain
                                      upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js.map static/js/2.83d9909b.chunk.js.map application/json
                                      upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.205b2673.chunk.js static/js/main.205b2673.chunk.js application/javascript
                                      upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.205b2673.chunk.js.map static/js/main.205b2673.chunk.js.map application/json
                                      upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js static/js/runtime-main.8b37c647.js application/javascript
                                      upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js.map static/js/runtime-main.8b37c647.js.map application/json
                                      upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/le.eb63b1db.png static/media/le.eb63b1db.png image/png
                                      upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                      host.iobroker Adapter "system.adapter.web.0" is started
                                      
                                      This upgrade of "trashschedule" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.4.5:
                                      Allow spaces in next text seperator
                                      
                                      -> 1.4.4:
                                      Updated dependencies
                                      
                                      -> 1.4.3:
                                      Updated state roles
                                      Added hint for Admin 4 configuration
                                      
                                      -> 1.4.2:
                                      Added check for ical configuration
                                      ==========================================================================
                                      
                                      Would you like to upgrade trashschedule from @1.4.1 to @1.4.5 now? [(y)es, (n)o]: y
                                      Update trashschedule from @1.4.1 to @1.4.5
                                      NPM version: 6.14.16
                                      Installing iobroker.trashschedule@1.4.5... (System call)
                                      Adapter "system.adapter.vis.0" restarted.
                                      upload [11] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      upload [10] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                      upload [9] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                      upload [8] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                      upload [7] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                      upload [6] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                      upload [5] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      upload [4] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                      upload [3] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                      upload [2] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                      upload [1] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/jsonConfig.json jsonConfig.json application/json
                                      upload [0] trashschedule.admin /opt/iobroker/node_modules/iobroker.trashschedule/admin/trashschedule.png trashschedule.png image/png
                                      
                                      This upgrade of "tr-064" will introduce the following changes:
                                      ==========================================================================
                                      -> 4.2.16:
                                      Fix info logs on callee/caller
                                      Add special handling for potential broken external image links in phonebook
                                      Prevent some crash cases reported by Sentry
                                      ==========================================================================
                                      
                                      Would you like to upgrade tr-064 from @4.2.15 to @4.2.16 now? [(y)es, (n)o]: y
                                      Update tr-064 from @4.2.15 to @4.2.16
                                      NPM version: 6.14.16
                                      Installing iobroker.tr-064@4.2.16... (System call)
                                      upload [2] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/index_m.html index_m.html text/html
                                      upload [1] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/tr-064.png tr-064.png image/png
                                      upload [0] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/words.js words.js application/javascript
                                      
                                      This upgrade of "telegram" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.12.2:
                                      Fix crash cases reported by Sentry
                                      
                                      -> 1.12.0:
                                      Add new JSON states communication.responseJson and communication.responseSilentJson to also accept json structures (stringified!) to send messages
                                      Try to prevent adapter crashes when internet is not available 
                                      Add Sentry for crash reporting
                                      ==========================================================================
                                      
                                      Would you like to upgrade telegram from @1.11.1 to @1.12.2 now? [(y)es, (n)o]: y
                                      Update telegram from @1.11.1 to @1.12.2
                                      NPM version: 6.14.16
                                      Installing iobroker.telegram@1.12.2... (System call)
                                      upload [16] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript
                                      upload [15] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html
                                      upload [14] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      upload [13] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                      upload [12] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                      upload [11] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                      upload [10] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                      upload [9] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                      upload [8] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      upload [7] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                      upload [6] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                      upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                      upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html
                                      upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html
                                      upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/jsonCustom.json jsonCustom.json application/json
                                      upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png
                                      upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript
                                      
                                      This upgrade of "sonoff" will introduce the following changes:
                                      ==========================================================================
                                      -> 2.5.0:
                                      Implement writing of NSPanel Widget changes
                                      Fix crash case reported by Sentry
                                      ==========================================================================
                                      
                                      Would you like to upgrade sonoff from @2.4.7 to @2.5.0 now? [(y)es, (n)o]: y
                                      Update sonoff from @2.4.7 to @2.5.0
                                      NPM version: 6.14.16
                                      Installing iobroker.sonoff@2.5.0... (System call)
                                      upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                                      upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                                      upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                                      upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                                      
                                      This upgrade of "socketio" will introduce the following changes:
                                      ==========================================================================
                                      -> 4.2.0:
                                      Added `log` socket command
                                      
                                      -> 4.1.5:
                                      make sure patterns are handled as strings on subscribe/unsubscribe
                                      when getHistory is called with instance as string correct the data into an object
                                      ==========================================================================
                                      
                                      Would you like to upgrade socketio from @4.1.4 to @4.2.0 now? [(y)es, (n)o]: y
                                      Update socketio from @4.1.4 to @4.2.0
                                      host.iobroker Adapter "system.adapter.socketio.0" is stopped.
                                      NPM version: 6.14.16
                                      Installing iobroker.socketio@4.2.0... (System call)
                                      Adapter "system.adapter.web.0" restarted.
                                      upload [11] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      upload [10] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                      upload [9] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                      upload [8] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                      upload [7] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                      upload [6] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                      upload [5] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      upload [4] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                      upload [3] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                      upload [2] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                      upload [1] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/jsonConfig.json jsonConfig.json application/json
                                      upload [0] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/socketio.png socketio.png image/png
                                      host.iobroker Adapter "system.adapter.socketio.0" is started
                                      
                                      This upgrade of "simple-api" will introduce the following changes:
                                      ==========================================================================
                                      -> 2.6.4:
                                      Optimize performance, especially when using names instead of object ids
                                      ==========================================================================
                                      
                                      Would you like to upgrade simple-api from @2.6.3 to @2.6.4 now? [(y)es, (n)o]: y
                                      Update simple-api from @2.6.3 to @2.6.4
                                      NPM version: 6.14.16
                                      Installing iobroker.simple-api@2.6.4... (System call)
                                      upload [13] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      upload [12] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                      upload [11] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                      upload [10] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                      upload [9] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                      upload [8] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                      upload [7] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      upload [6] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                      upload [5] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                      upload [4] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                      upload [3] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index.html index.html text/html
                                      upload [2] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index_m.html index_m.html text/html
                                      upload [1] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/simple-api.png simple-api.png image/png
                                      upload [0] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/words.js words.js application/javascript
                                      
                                      This upgrade of "discovery" will introduce the following changes:
                                      ==========================================================================
                                      -> 3.0.3:
                                      Fix crash cases reported by Sentry
                                      
                                      -> 3.0.2:
                                      Updated serialport package
                                      
                                      -> 3.0.1:
                                      Updated serialport package
                                      
                                      -> 3.0.0:
                                      Updated serialport package
                                      ==========================================================================
                                      
                                      BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                      Would you like to upgrade discovery from @2.8.0 to @3.0.3 now? [(y)es, (n)o]: y
                                      Update discovery from @2.8.0 to @3.0.3
                                      NPM version: 6.14.16
                                      Installing iobroker.discovery@3.0.3... (System call)
                                      upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                      upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                      upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                      upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                      upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                      upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                      upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #24

                                      @joeysch sagte in ERROR: Process exited with code 25:

                                      The authenticity of host 'github.com (140.82.121.3)' can't be established. ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.

                                      Die Meldung hab ich auch noch nie gesehen.

                                      iobroker repo list
                                      

                                      sagt?

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

                                      J 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @joeysch sagte in ERROR: Process exited with code 25:

                                        The authenticity of host 'github.com (140.82.121.3)' can't be established. ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.

                                        Die Meldung hab ich auch noch nie gesehen.

                                        iobroker repo list
                                        

                                        sagt?

                                        J Offline
                                        J Offline
                                        joeysch
                                        schrieb am zuletzt editiert von
                                        #25

                                        @thomas-braun

                                        guido@iobroker:~$ iobroker repo list
                                        stable        : http://download.iobroker.net/sources-dist.json
                                        
                                        Active repo(s): stable
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • J joeysch

                                          @thomas-braun

                                          guido@iobroker:~$ iobroker repo list
                                          stable        : http://download.iobroker.net/sources-dist.json
                                          
                                          Active repo(s): stable
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #26

                                          @joeysch
                                          Das passt. Warum da keys nicht gefunden werden... Keine Ahnung.

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

                                          1 Antwort Letzte Antwort
                                          0
                                          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

                                          809

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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