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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Wollte mal wieder updaten, leider nur Probleme

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    736

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Wollte mal wieder updaten, leider nur Probleme

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
93 Beiträge 5 Kommentatoren 7.5k Aufrufe 4 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @pingps

    Profi-Tipp 1: Ein Profi meldet sich nicht als root an. Nie.
    Profi-Tipp 2: Professionel werden Konsolentexte in CodeTags gepostet. Dann kann ein Profi die auch lesen.
    Profi-Tipp 3: Niemals 'sudo iobroker' verwenden. iobroker wird IMMER ohne sudo aufgerufen.

    P Offline
    P Offline
    pingps
    schrieb am zuletzt editiert von
    #3

    @thomas-braun ok, sollte jetzt so gepackt sein, wie das wohl richtig ist. Danke vielmals!
    Muss ich jetzt noch die Frage erneut stellen?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • P pingps

      @thomas-braun ok, sollte jetzt so gepackt sein, wie das wohl richtig ist. Danke vielmals!
      Muss ich jetzt noch die Frage erneut stellen?

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

      @pingps

      Zuerstmal als user anmelden, nicht als root.
      Dann

      iobroker stop
      iobroker fix
      iobroker update
      iobroker upgrade
      

      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
      • P pingps

        Hallo,
        wollte den neuen Admin updaten, leider gehts nicht wie gewollt:

        Plattform: linux
        Betriebssystem: linux
        Die Architektur: x64
        Node.js: v14.19.0

        So hier noch mein Versuch:

        root@debian-uli:/opt/iobroker# ./iobroker upgrade admin
        (node:9456) Warning: Accessing non-existent property 'count' of module exports inside circular dependency
        (Use `node --trace-warnings ...` to show where the warning was created)
        (node:9456) Warning: Accessing non-existent property 'findOne' of module exports inside circular dependency
        (node:9456) Warning: Accessing non-existent property 'remove' of module exports inside circular dependency
        (node:9456) Warning: Accessing non-existent property 'updateOne' of module exports inside circular dependency
        
        This upgrade of "admin" will at least introduce the following changes:
        ==========================================================================
        -> 5.2.3:
        Fixed error in `AutocompleteSendTo`
        Fixed error in charts
        
        -> 5.2.2:
        Changed the minimal required js-controller version to 3.3.22
        Used web-socket library 8 (no node 10 support anymore)
        
        -> 5.2.1:
        Allow in expert mode the creation of states and channels in mqtt branch
        
        -> 5.2.0:
        Fix crash cases reported via sentry
        Added support for multi-repositories
        
        -> 5.1.29:
        Fix crash cases reported via sentry
        Added support for multi-repositories
        
        -> 5.1.28:
        Fixed discovery function
        Fixed some GUI bugs
        
        -> 5.1.25:
        Corrected some errors reported via sentry and the github issues
        ==========================================================================
        
        BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
        Would you like to upgrade admin from @4.2.1 to @5.2.3 now? [(y)es, (n)o]: y
        Update admin from @4.2.1 to @5.2.3
        host.debian-uli Adapter "system.adapter.admin.0" is stopped.
        NPM version: 6.14.16
        Installing iobroker.admin@5.2.3... (System call)
        Could not check npm version: This directory tree does not contain a package.json
        Assuming that correct version is installed.
        host.debian-uli Adapter "system.adapter.admin.0" is started
        upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
        upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
        upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
        upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
        root@debian-uli:/opt/iobroker# sudo iobroker stop
        root@debian-uli:/opt/iobroker# sudo iobroker update
        (node:22299) Warning: Accessing non-existent property 'count' of module exports inside circular dependency
        (Use `node --trace-warnings ...` to show where the warning was created)
        (node:22299) Warning: Accessing non-existent property 'findOne' of module exports inside circular dependency
        (node:22299) Warning: Accessing non-existent property 'remove' of module exports inside circular dependency
        (node:22299) Warning: Accessing non-existent property 'updateOne' of module exports inside circular dependency
        Used repository: beta
        Adapter    "admin"        : 5.2.3    , installed 4.2.1  [Updatable]
        Adapter    "alias-manager": 1.2.4    , installed 1.2.4
        Adapter    "backitup"     : 2.2.4    , installed 2.2.4
        Adapter    "ble"          : 0.12.0   , installed 0.12.0
        Adapter    "calendar"     : 1.2.0    , installed 1.2.0
        Adapter    "digitalstrom" : 2.3.0    , installed 2.3.0
        Adapter    "discovery"    : 2.7.5    , installed 2.7.5
        Adapter    "ds18b20"      : 1.6.0    , installed 1.6.0
        Adapter    "dwd"          : 2.7.7    , installed 2.7.7
        Adapter    "echarts"      : 1.0.3    , installed 1.0.3
        Adapter    "email"        : 1.0.10   , installed 1.0.10
        Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
        Adapter    "flot"         : 1.10.7   , installed 1.10.7
        Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
        Adapter    "fritzdect"    : 2.2.3    , installed 2.2.3
        Adapter    "heizoel"      : 1.0.2    , installed 1.0.2
        Adapter    "history"      : 1.10.5   , installed 1.10.5
        Adapter    "hm-rega"      : 3.0.35   , installed 3.0.35
        Adapter    "hm-rpc"       : 1.15.2   , installed 1.15.2
        Adapter    "ical"         : 1.11.6   , installed 1.11.6
        Adapter    "influxdb"     : 2.4.0    , installed 1.9.4  [Updatable]
        Adapter    "info"         : 1.9.18   , installed 1.9.16 [Updatable]
        Adapter    "javascript"   : 5.2.21   , installed 4.10.9 [Updatable]
        Controller "js-controller": 4.0.4    , installed 4.0.4
        Adapter    "luftdaten"    : 2.1.3    , installed 1.0.1  [Updatable]
        Adapter    "mihome-plug"  : 0.2.1    , installed 0.2.1
        Adapter    "mihome-vacuum": 3.3.3    , installed 3.3.3
        Adapter    "moma"         : 1.2.9    , installed 1.2.9
        Adapter    "mqtt"         : 2.4.1    , installed 2.4.1
        Adapter    "mysensors"    : 2.0.3    , installed 2.0.3
        Adapter    "nina"         : 0.0.25   , installed 0.0.25
        Adapter    "node-red"     : 2.4.2    , installed 2.4.1  [Updatable]
        Adapter    "nut"          : 1.5.0    , installed 1.5.0
        Adapter    "odl"          : 1.1.4    , installed 1.1.4
        Adapter    "owfs"         : 0.6.4    , installed 0.6.4
        Adapter    "parser"       : 1.0.7    , installed 1.0.7
        Adapter    "ping"         : 1.5.2    , installed 1.5.2
        Adapter    "scenes"       : 2.3.8    , installed 2.3.8
        Adapter    "schoolfree"   : 1.0.1    , installed 1.0.1
        Adapter    "shelly"       : 5.1.2    , installed 4.1.2  [Updatable]
        Adapter    "simple-api"   : 2.6.2    , installed 2.6.2
        Adapter    "socketio"     : 4.1.0    , installed 3.1.5  [Updatable]
        Adapter    "sonoff"       : 2.4.7    , installed 2.4.7
        Adapter    "sony-bravia"  : 1.0.3    , installed 1.0.3
        Adapter    "sql"          : 1.16.1   , installed 1.15.7 [Updatable]
        Adapter    "synology"     : 1.1.3    , installed 1.1.3
        Adapter    "systeminfo"   : 0.3.1    , installed 0.3.1
        Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
        Adapter    "telegram"     : 1.11.1   , installed 1.10.0 [Updatable]
        Adapter    "terminal"     : 0.1.2    , installed 0.1.2
        Adapter    "text2command" : 2.1.1    , installed 2.1.1
        Adapter    "tr-064"       : 4.2.15   , installed 4.2.14 [Updatable]
        Adapter    "trashschedule": 1.4.2    , installed 1.0.3  [Updatable]
        Adapter    "tvspielfilm"  : 2.0.4    , installed 2.0.4
        Adapter    "vis"          : 1.4.8    , installed 1.4.5  [Updatable]
        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
        Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
        Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
        Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
        Adapter    "vis-metro"    : 1.1.2    , installed 1.1.2
        Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
        Adapter    "vis-weather"  : 2.5.5    , installed 2.5.3  [Updatable]
        Adapter    "web"          : 4.1.1    , installed 3.2.3  [Updatable]
        Adapter    "yr"           : 5.0.0    , installed 3.0.5  [Updatable]
        root@debian-uli:/opt/iobroker#
        

        MOD-EDIT: Code in code-tags gesetzt!

        Wäre nett, wenn sich ein "Profi" das mal anschaut und mir ein paar Tipps geben könnte. Danke schon im Vorraus!

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

        @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

        Controller "js-controller": 4.0.4 , installed 4.0.4

        wie kommst du denn an den?
        der ist gerade aus dem Alpha-Stadium raus

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

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • HomoranH Homoran

          @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

          Controller "js-controller": 4.0.4 , installed 4.0.4

          wie kommst du denn an den?
          der ist gerade aus dem Alpha-Stadium raus

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

          @homoran

          Used repository: beta
          

          Aber da ist insgesamt halt Chaos in der Installation.
          Zu einer 'ordentlichen' Installation trägt der root login und die Verwendung von sudo iobroker dann auch nicht gerade bei.

          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

          P 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @homoran

            Used repository: beta
            

            Aber da ist insgesamt halt Chaos in der Installation.
            Zu einer 'ordentlichen' Installation trägt der root login und die Verwendung von sudo iobroker dann auch nicht gerade bei.

            P Offline
            P Offline
            pingps
            schrieb am zuletzt editiert von Homoran
            #7

            @thomas-braun habe jetzt alle Adapter deaktiviert und den fix durchgeführt, lief durch und ich sollte wieder mit "iobroker start" starten. Leider tut sich nix mehr.

            ==========================================================================
            
                Welcome to the ioBroker installation fixer!
                Script version: 2021-12-27
            
                You might need to enter your password a couple of times.
            
            ==========================================================================
            
            
            ==========================================================================
                Installing prerequisites (1/3)
            ==========================================================================
            
            [sudo] Passwort für uli:
            [sudo] Passwort für uli:
            Installed gcc-c++
            
            ==========================================================================
                Checking ioBroker user and directory permissions (2/3)
            ==========================================================================
            
            Created /etc/sudoers.d/iobroker
            Fixing directory permissions...
            
            ==========================================================================
                Checking autostart (3/3)
            ==========================================================================
            
            Enabling autostart...
            Autostart enabled!
            
            ==========================================================================
            
                Your installation was fixed successfully
                Run iobroker start to start ioBroker again!
            
            ==========================================================================
            
            $ iobroker start
            $
            

            MOD-Edit: Code in code-tags gesetzt!

            auch ein reboot hat nicht geholfen.
            iobroker startet leider nicht mehr. Hast du eine Idee, was noch helfen könnte?

            HomoranH 1 Antwort Letzte Antwort
            0
            • P pingps

              @thomas-braun habe jetzt alle Adapter deaktiviert und den fix durchgeführt, lief durch und ich sollte wieder mit "iobroker start" starten. Leider tut sich nix mehr.

              ==========================================================================
              
                  Welcome to the ioBroker installation fixer!
                  Script version: 2021-12-27
              
                  You might need to enter your password a couple of times.
              
              ==========================================================================
              
              
              ==========================================================================
                  Installing prerequisites (1/3)
              ==========================================================================
              
              [sudo] Passwort für uli:
              [sudo] Passwort für uli:
              Installed gcc-c++
              
              ==========================================================================
                  Checking ioBroker user and directory permissions (2/3)
              ==========================================================================
              
              Created /etc/sudoers.d/iobroker
              Fixing directory permissions...
              
              ==========================================================================
                  Checking autostart (3/3)
              ==========================================================================
              
              Enabling autostart...
              Autostart enabled!
              
              ==========================================================================
              
                  Your installation was fixed successfully
                  Run iobroker start to start ioBroker again!
              
              ==========================================================================
              
              $ iobroker start
              $
              

              MOD-Edit: Code in code-tags gesetzt!

              auch ein reboot hat nicht geholfen.
              iobroker startet leider nicht mehr. Hast du eine Idee, was noch helfen könnte?

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

              @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

              ich sollte wieder mit "iobroker start" starten. Leider tut sich nix mehr.

              und was steht im log warum das nicht klappt?
              Hast du denn inzwischen auch deine gesamte Basis auf aktuellen Stand gebracht?

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

              P 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                ich sollte wieder mit "iobroker start" starten. Leider tut sich nix mehr.

                und was steht im log warum das nicht klappt?
                Hast du denn inzwischen auch deine gesamte Basis auf aktuellen Stand gebracht?

                P Offline
                P Offline
                pingps
                schrieb am zuletzt editiert von
                #9

                @homoran said in Wollte mal wieder updaten, leider nur Probleme:

                aktuellen

                wo finde ich den log?

                Was meinst du mit der Basis? Die Adapter, die nicht aktuell waren ließen sich nicht updaten. Nach dem Update war immer noch die alte Version angezeigt.

                HomoranH 1 Antwort Letzte Antwort
                0
                • P pingps

                  @homoran said in Wollte mal wieder updaten, leider nur Probleme:

                  aktuellen

                  wo finde ich den log?

                  Was meinst du mit der Basis? Die Adapter, die nicht aktuell waren ließen sich nicht updaten. Nach dem Update war immer noch die alte Version angezeigt.

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

                  @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                  Was meinst du mit der Basis?

                  u.a. Debian, node, nodejs, npm, js-controller....

                  @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                  wo finde ich den log?

                  /opt/iobroker/logs/

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

                  P 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                    Was meinst du mit der Basis?

                    u.a. Debian, node, nodejs, npm, js-controller....

                    @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                    wo finde ich den log?

                    /opt/iobroker/logs/

                    P Offline
                    P Offline
                    pingps
                    schrieb am zuletzt editiert von
                    #11

                    @homoran ../logs/ gibt es nicht. in /log/ finde ich die Meldungen zu den Adaptern. Das Ende ist dann:

                    iobroker.current.log:
                    
                    2022-02-09 14:02:32.770  - ^[[32minfo^[[39m: host.debian-uli connected to Objects and States
                    2022-02-09 14:02:32.798  - ^[[32minfo^[[39m: host.debian-uli added notifications configuration of host
                    2022-02-09 14:02:33.020  - ^[[32minfo^[[39m: host.debian-uli Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                    2022-02-09 14:02:33.137  - ^[[32minfo^[[39m: host.debian-uli 68 instances found
                    2022-02-09 14:02:33.211  - ^[[32minfo^[[39m: host.debian-uli starting 9 instances
                    2022-02-09 14:02:08.077  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis-history.0 (force=false, process=false)
                    2022-02-09 14:02:08.077  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.tvspielfilm.0 (force=false, process=false)
                    2022-02-09 14:02:08.077  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.tankerkoenig.0 (force=false, process=false)
                    2022-02-09 14:02:08.077  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.feiertage.0 (force=false, process=false)
                    2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.info.0 (force=false, process=false)
                    2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.odl.0 (force=false, process=false)
                    2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.parser.0 (force=false, process=false)
                    2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.parser.1 (force=false, process=false)
                    2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.text2command.0 (force=false, process=false)
                    2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis.0 (force=false, process=false)
                    2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis-justgage.0 (force=false, process=false)
                    2022-02-09 14:02:08.079  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.trashschedule.0 (force=false, process=false)
                    2022-02-09 14:02:08.079  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
                    2022-02-09 14:02:08.113  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.calendar.0 (force=false, process=false)
                    2022-02-09 14:02:08.113  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.ble.0 (force=false, process=false)
                    2022-02-09 14:02:08.113  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
                    2022-02-09 14:02:08.114  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.ds18b20.0 (force=false, process=false)
                    2022-02-09 14:02:08.114  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.luftdaten.1 (force=false, process=false)
                    2022-02-09 14:02:08.114  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.luftdaten.2 (force=false, process=false)
                    2022-02-09 14:02:08.195  - ^[[32minfo^[[39m: host.debian-uli terminated
                    2022-02-09 14:02:31.682  - ^[[32minfo^[[39m: host.debian-uli iobroker.js-controller version 4.0.4 js-controller starting
                    2022-02-09 14:02:31.685  - ^[[32minfo^[[39m: host.debian-uli Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                    2022-02-09 14:02:31.686  - ^[[32minfo^[[39m: host.debian-uli hostname: debian-uli, node: v14.19.0
                    2022-02-09 14:02:31.686  - ^[[32minfo^[[39m: host.debian-uli ip addresses:
                    2022-02-09 14:02:32.770  - ^[[32minfo^[[39m: host.debian-uli connected to Objects and States
                    2022-02-09 14:02:32.798  - ^[[32minfo^[[39m: host.debian-uli added notifications configuration of host
                    2022-02-09 14:02:33.020  - ^[[32minfo^[[39m: host.debian-uli Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                    2022-02-09 14:02:33.137  - ^[[32minfo^[[39m: host.debian-uli 68 instances found
                    2022-02-09 14:02:33.211  - ^[[32minfo^[[39m: host.debian-uli starting 9 instances
                    
                    
                    

                    Ich kann da aber leider nichts finden, was mir da helfen würde. Natürlich passt da einiges nicht, aber ich denke, das ist wohl das falsche???

                    Evtl. sollte es doch ../logs/ heißen?

                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • P pingps

                      @homoran ../logs/ gibt es nicht. in /log/ finde ich die Meldungen zu den Adaptern. Das Ende ist dann:

                      iobroker.current.log:
                      
                      2022-02-09 14:02:32.770  - ^[[32minfo^[[39m: host.debian-uli connected to Objects and States
                      2022-02-09 14:02:32.798  - ^[[32minfo^[[39m: host.debian-uli added notifications configuration of host
                      2022-02-09 14:02:33.020  - ^[[32minfo^[[39m: host.debian-uli Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                      2022-02-09 14:02:33.137  - ^[[32minfo^[[39m: host.debian-uli 68 instances found
                      2022-02-09 14:02:33.211  - ^[[32minfo^[[39m: host.debian-uli starting 9 instances
                      2022-02-09 14:02:08.077  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis-history.0 (force=false, process=false)
                      2022-02-09 14:02:08.077  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.tvspielfilm.0 (force=false, process=false)
                      2022-02-09 14:02:08.077  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.tankerkoenig.0 (force=false, process=false)
                      2022-02-09 14:02:08.077  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.feiertage.0 (force=false, process=false)
                      2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.info.0 (force=false, process=false)
                      2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.odl.0 (force=false, process=false)
                      2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.parser.0 (force=false, process=false)
                      2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.parser.1 (force=false, process=false)
                      2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.text2command.0 (force=false, process=false)
                      2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis.0 (force=false, process=false)
                      2022-02-09 14:02:08.078  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis-justgage.0 (force=false, process=false)
                      2022-02-09 14:02:08.079  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.trashschedule.0 (force=false, process=false)
                      2022-02-09 14:02:08.079  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
                      2022-02-09 14:02:08.113  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.calendar.0 (force=false, process=false)
                      2022-02-09 14:02:08.113  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.ble.0 (force=false, process=false)
                      2022-02-09 14:02:08.113  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
                      2022-02-09 14:02:08.114  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.ds18b20.0 (force=false, process=false)
                      2022-02-09 14:02:08.114  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.luftdaten.1 (force=false, process=false)
                      2022-02-09 14:02:08.114  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.luftdaten.2 (force=false, process=false)
                      2022-02-09 14:02:08.195  - ^[[32minfo^[[39m: host.debian-uli terminated
                      2022-02-09 14:02:31.682  - ^[[32minfo^[[39m: host.debian-uli iobroker.js-controller version 4.0.4 js-controller starting
                      2022-02-09 14:02:31.685  - ^[[32minfo^[[39m: host.debian-uli Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                      2022-02-09 14:02:31.686  - ^[[32minfo^[[39m: host.debian-uli hostname: debian-uli, node: v14.19.0
                      2022-02-09 14:02:31.686  - ^[[32minfo^[[39m: host.debian-uli ip addresses:
                      2022-02-09 14:02:32.770  - ^[[32minfo^[[39m: host.debian-uli connected to Objects and States
                      2022-02-09 14:02:32.798  - ^[[32minfo^[[39m: host.debian-uli added notifications configuration of host
                      2022-02-09 14:02:33.020  - ^[[32minfo^[[39m: host.debian-uli Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                      2022-02-09 14:02:33.137  - ^[[32minfo^[[39m: host.debian-uli 68 instances found
                      2022-02-09 14:02:33.211  - ^[[32minfo^[[39m: host.debian-uli starting 9 instances
                      
                      
                      

                      Ich kann da aber leider nichts finden, was mir da helfen würde. Natürlich passt da einiges nicht, aber ich denke, das ist wohl das falsche???

                      Evtl. sollte es doch ../logs/ heißen?

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

                      @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                      /logs/ gibt es nicht. in /log/ finde ich die Meldungen zu den Adaptern. Das Ende ist dann:

                      sorry mein Fehler.

                      Aber da ist er schon am runterfahren. Etwas früher wäre interessant

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

                      P 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                        /logs/ gibt es nicht. in /log/ finde ich die Meldungen zu den Adaptern. Das Ende ist dann:

                        sorry mein Fehler.

                        Aber da ist er schon am runterfahren. Etwas früher wäre interessant

                        P Offline
                        P Offline
                        pingps
                        schrieb am zuletzt editiert von
                        #13

                        @Homoran Mal sehen, ob dir das besser gefällt:

                        
                        2022-02-08 17:24:08.307  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:08.597  - ^[[32minfo^[[39m: host.debian-uli iobroker upgrade admin
                        2022-02-08 17:24:09.325  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:10.226  - ^[[31merror^[[39m: host.debian-uli iobroker (node:24403) Warning: Accessing non-existent property 'count' of module exports inside circul$
                        2022-02-08 17:24:10.227  - ^[[31merror^[[39m: host.debian-uli iobroker (node:24403) Warning: Accessing non-existent property 'findOne' of module exports inside circ$
                        2022-02-08 17:24:10.333  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:10.561  - ^[[32minfo^[[39m: host.debian-uli iobroker Update admin from @4.2.1 to @5.2.3
                        2022-02-08 17:24:10.581  - ^[[32minfo^[[39m: host.debian-uli iobroker host.debian-uli Adapter "system.adapter.admin.0" is stopped.
                        2022-02-08 17:24:10.620  - ^[[32minfo^[[39m: admin.0 (6385) Adapter is disabled => stop
                        2022-02-08 17:24:10.624  - ^[[32minfo^[[39m: admin.0 (6385) terminating http server on port 8081
                        2022-02-08 17:24:10.627  - ^[[32minfo^[[39m: host.debian-uli "system.adapter.admin.0" disabled
                        2022-02-08 17:24:10.628  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.admin.0 (force=false, process=true)
                        2022-02-08 17:24:10.679  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.admin.0 send kill signal
                        2022-02-08 17:24:10.683  - ^[[32minfo^[[39m: admin.0 (6385) Got terminate signal TERMINATE_YOURSELF
                        2022-02-08 17:24:10.684  - ^[[32minfo^[[39m: admin.0 (6385) terminating
                        2022-02-08 17:24:10.685  - ^[[32minfo^[[39m: admin.0 (6385) Terminated (NO_ERROR): Without reason
                        2022-02-08 17:24:10.888  - ^[[32minfo^[[39m: host.debian-uli iobroker NPM version: 6.14.16
                        2022-02-08 17:24:10.889  - ^[[32minfo^[[39m: host.debian-uli iobroker Installing iobroker.admin@5.2.3... (System call)
                        2022-02-08 17:24:10.896  - ^[[31merror^[[39m: host.debian-uli iobroker Could not check npm version: This directory tree does not contain a package.json
                        2022-02-08 17:24:10.897  - ^[[31merror^[[39m: host.debian-uli iobroker Assuming that correct version is installed.
                        2022-02-08 17:24:10.898  - ^[[32minfo^[[39m: host.debian-uli iobroker host.debian-uli Adapter "system.adapter.admin.0" is started
                        2022-02-08 17:24:10.932  - ^[[32minfo^[[39m: host.debian-uli "system.adapter.admin.0" enabled
                        2022-02-08 17:24:10.933  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.admin.0 (force=false, process=true)
                        2022-02-08 17:24:10.936  - ^[[32minfo^[[39m: admin.0 (6385) Got terminate signal TERMINATE_YOURSELF
                        2022-02-08 17:24:10.985  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.admin.0 send kill signal
                        2022-02-08 17:24:11.014  - ^[[32minfo^[[39m: host.debian-uli iobroker upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png ima$
                        2022-02-08 17:24:11.057  - ^[[32minfo^[[39m: host.debian-uli iobroker upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html t$
                        2022-02-08 17:24:11.063  - ^[[32minfo^[[39m: host.debian-uli iobroker upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.ht$
                        2022-02-08 17:24:11.068  - ^[[32minfo^[[39m: host.debian-uli iobroker upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js appli$
                        2022-02-08 17:24:11.289  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                        2022-02-08 17:24:11.350  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:12.102  - ^[[32minfo^[[39m: host.debian-uli iobroker exit 0
                        2022-02-08 17:24:12.357  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:13.204  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [Tasmota-Heizungssteuerung-8]  has invalid password(8) or username(Tasmota-Heizungssteuerung-8)
                        2022-02-08 17:24:13.372  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:14.141  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.admin.0 started with pid 24635
                        2022-02-08 17:24:14.384  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:15.403  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:15.729  - ^[[32minfo^[[39m: admin.0 (24635) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.$
                        2022-02-08 17:24:15.779  - ^[[32minfo^[[39m: admin.0 (24635) requesting all states
                        2022-02-08 17:24:15.779  - ^[[32minfo^[[39m: admin.0 (24635) requesting all objects
                        2022-02-08 17:24:16.421  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:16.547  - ^[[32minfo^[[39m: admin.0 (24635) received all objects
                        2022-02-08 17:24:16.642  - ^[[32minfo^[[39m: admin.0 (24635) http server listening on port 8081
                        2022-02-08 17:24:16.643  - ^[[32minfo^[[39m: admin.0 (24635) Use link "http://localhost:8081" to configure.
                        2022-02-08 17:24:17.435  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:18.456  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:19.471  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:24:20.485  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        
                        
                        

                        und dann noch

                        2022-02-08 17:44:59.835  - ^[[32minfo^[[39m: feiertage.0 (26759) adapter feiertage objects written
                        2022-02-08 17:45:00.053  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.dwd.0 started with pid 26774
                        2022-02-08 17:45:00.082  - ^[[31merror^[[39m: telegram.0 (26392) Cannot send message [chatId - 573617805]: Error: ETELEGRAM: 400 Bad Request: message text is empty
                        2022-02-08 17:45:00.340  - ^[[32minfo^[[39m: feiertage.0 (26759) Terminated (NO_ERROR): Without reason
                        2022-02-08 17:45:00.681  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:00.959  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.feiertage.0 terminated with code 0 (NO_ERROR)
                        2022-02-08 17:45:01.469  - ^[[32minfo^[[39m: dwd.0 (26774) starting. Version 2.7.7 in /opt/iobroker/node_modules/iobroker.dwd, node: v14.19.0, js-controller: 4.0.4
                        2022-02-08 17:45:01.699  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:02.291  - ^[[32minfo^[[39m: dwd.0 (26774) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        2022-02-08 17:45:02.584  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.info.0 started with pid 26790
                        2022-02-08 17:45:02.710  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:02.818  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2022-02-08 17:45:03.727  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:04.085  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.0 started with pid 26809
                        2022-02-08 17:45:04.454  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expect$
                        2022-02-08 17:45:04.456  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                        2022-02-08 17:45:04.475  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Ex$
                        2022-02-08 17:45:04.476  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                        2022-02-08 17:45:04.480  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! $
                        2022-02-08 17:45:04.480  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                        2022-02-08 17:45:04.484  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Ex$
                        2022-02-08 17:45:04.484  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                        2022-02-08 17:45:04.493  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Ex$
                        2022-02-08 17:45:04.494  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                        2022-02-08 17:45:04.497  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Exp$
                        2022-02-08 17:45:04.498  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                        2022-02-08 17:45:04.740  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:04.953  - ^[[32minfo^[[39m: info.0 (26790) starting. Version 1.9.16 in /opt/iobroker/node_modules/iobroker.info, node: v14.19.0, js-controller: 4.0$
                        2022-02-08 17:45:05.055  - ^[[32minfo^[[39m: info.0 (26790) Reading/updating systemdata.
                        2022-02-08 17:45:05.641  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [Tasmota-Heizungssteuerung-8]  has invalid password(8) or username(Tasmota-Heizungssteuerung-8)
                        2022-02-08 17:45:05.641  - ^[[32minfo^[[39m: info.0 (26790) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number$
                        2022-02-08 17:45:05.674  - ^[[32minfo^[[39m: info.0 (26790) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "str$
                        2022-02-08 17:45:05.720  - ^[[32minfo^[[39m: info.0 (26790) Reading CPU data every 3 seconds.
                        2022-02-08 17:45:05.748  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:05.752  - ^[[32minfo^[[39m: info.0 (26790) cpu Temp res = {"main":53,"cores":[54,54],"max":54,"socket":[49],"chipset":null}
                        2022-02-08 17:45:05.771  - ^[[32minfo^[[39m: info.0 (26790) Reading CPU temp data every 3 seconds.
                        2022-02-08 17:45:05.786  - ^[[32minfo^[[39m: info.0 (26790) Reading CPU current speed every 3 seconds.
                        2022-02-08 17:45:05.820  - ^[[32minfo^[[39m: info.0 (26790) Reading memory data every 3 seconds.
                        2022-02-08 17:45:05.927  - ^[[32minfo^[[39m: info.0 (26790) Reading battery data every 8 seconds.
                        2022-02-08 17:45:06.161  - ^[[32minfo^[[39m: luftdaten.0 (26809) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v14.19.0, js-contro$
                        2022-02-08 17:45:06.412  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.systeminfo.0 started with pid 26987
                        2022-02-08 17:45:06.766  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:06.797  - ^[[32minfo^[[39m: host.debian-uli instance scheduled system.adapter.odl.0 30 * * * *
                        2022-02-08 17:45:06.801  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [DVES_AEE787]  has invalid password(undefined) or username(Temp_05)
                        2022-02-08 17:45:06.855  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.odl.0 started with pid 27035
                        2022-02-08 17:45:07.025  - ^[[32minfo^[[39m: info.0 (26790) Reading user data every 8 seconds.
                        2022-02-08 17:45:07.192  - ^[[32minfo^[[39m: info.0 (26790) Reading process data every 8 seconds.
                        2022-02-08 17:45:07.502  - ^[[32minfo^[[39m: info.0 (26790) Reading disk data every 8 seconds.
                        2022-02-08 17:45:07.791  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        
                        2022-02-08 17:45:08.818  - ^[[31merror^[[39m: systeminfo.0 (26987) Unhandled promise rejection. This error originated either by throwing inside of an async function$
                        2022-02-08 17:45:08.818  - ^[[31merror^[[39m: systeminfo.0 (26987) unhandled promise rejection: Cannot read property 'getObjectList' of undefined
                        2022-02-08 17:45:08.824  - ^[[31merror^[[39m: systeminfo.0 (26987) TypeError: Cannot read property 'getObjectList' of undefined
                            at Function.initAdapter (/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js:44:55)
                            at Adapter.<anonymous> (/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js:118:37)
                            at Adapter.emit (events.js:400:28)
                            at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:8226:26
                        2022-02-08 17:45:08.824  - ^[[31merror^[[39m: systeminfo.0 (26987) Cannot read property 'getObjectList' of undefined
                        2022-02-08 17:45:08.854  - ^[[32minfo^[[39m: systeminfo.0 (26987) terminating
                        2022-02-08 17:45:08.858  - ^[[33mwarn^[[39m: systeminfo.0 (26987) Terminated (UNCAUGHT_EXCEPTION): Without reason
                        2022-02-08 17:45:09.280  - ^[[32minfo^[[39m: info.0 (26790) Reading network data every 3 seconds.
                        2022-02-08 17:45:09.467  - ^[[31merror^[[39m: host.debian-uli instance system.adapter.systeminfo.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                        2022-02-08 17:45:09.467  - ^[[32minfo^[[39m: host.debian-uli Restart adapter system.adapter.systeminfo.0 because enabled
                        2022-02-08 17:45:09.566  - ^[[32minfo^[[39m: odl.0 (27035) starting. Version 1.1.4 in /opt/iobroker/node_modules/iobroker.odl, node: v14.19.0, js-controller: 4.0.4
                        2022-02-08 17:45:09.812  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:09.940  - ^[[32minfo^[[39m: odl.0 (27035) Terminated (NO_ERROR): Without reason
                        2022-02-08 17:45:10.540  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.odl.0 terminated with code 0 (NO_ERROR)
                        2022-02-08 17:45:10.631  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.text2command.0 started with pid 27392
                        2022-02-08 17:45:10.829  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:11.839  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:12.030  - ^[[32minfo^[[39m: text2command.0 (27392) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.text2command, node: v14.19.0, js-$
                        2022-02-08 17:45:12.854  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:13.870  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:14.877  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:15.728  - ^[[32minfo^[[39m: vis.0 (27444) starting. Version 1.4.5 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 4.0.4
                        2022-02-08 17:45:15.892  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:15.895  - ^[[32minfo^[[39m: vis.0 (27444) vis license is OK.
                        2022-02-08 17:45:16.243  - ^[[32minfo^[[39m: luftdaten.0 (26809) Terminated (NO_ERROR): Without reason
                        2022-02-08 17:45:16.759  - ^[[32minfo^[[39m: vis.0 (27444) Terminated (NO_ERROR): Without reason
                        2022-02-08 17:45:16.774  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR)
                        2022-02-08 17:45:16.907  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:17.355  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.vis.0 terminated while should be started once
                        2022-02-08 17:45:17.919  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:18.776  - ^[[32minfo^[[39m: host.debian-uli instance scheduled system.adapter.luftdaten.2 */30 * * * *
                        2022-02-08 17:45:18.803  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.2 started with pid 27673
                        2022-02-08 17:45:18.938  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:19.969  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:20.174  - ^[[32minfo^[[39m: luftdaten.2 (27673) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v14.19.0, js-contro$
                        2022-02-08 17:45:20.994  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:22.009  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:23.030  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:24.040  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:25.057  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-08 17:45:26.071  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        
                        
                        
                        2022-02-09 10:30:00.013  - ^[[32minfo^[[39m: javascript.0 (18182) script.js.Heizung.HeizungspumpeFürHeizkörper: getState(id=sonoff.0.Tasmota-Heizungssteuerung-8.DS1$
                        2022-02-09 10:30:00.013  - ^[[32minfo^[[39m: javascript.0 (18182) script.js.Heizung.HeizungspumpeFürHeizkörper: sendTo(adapter=telegram.1, cmd=send, msg={"text":"55$
                        2022-02-09 10:30:00.019  - ^[[31merror^[[39m: javascript.0 (18182) script.js.Heizung.Warmwasserpumpe_temperaturgesteuert: 55.5
                        2022-02-09 10:30:00.052  - ^[[31merror^[[39m: telegram.0 (25767) Cannot send message [chatId - 573617805]: Error: ETELEGRAM: 400 Bad Request: message text is empty
                        2022-02-09 10:30:00.064  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.0 started with pid 31002
                        2022-02-09 10:30:00.407  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:00.831  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [Tasmota-Heizungssteuerung-8]  has invalid password(8) or username(Tasmota-Heizungssteuerung-8)
                        2022-02-09 10:30:01.433  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:01.456  - ^[[32minfo^[[39m: luftdaten.0 (31002) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v14.19.0, js-contro$
                        2022-02-09 10:30:02.476  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:03.390  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [DVES_AEE787]  has invalid password(undefined) or username(Temp_05)
                        2022-02-09 10:30:03.498  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:04.086  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.dwd.0 started with pid 31017
                        2022-02-09 10:30:04.539  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:05.563  - ^[[32minfo^[[39m: dwd.0 (31017) starting. Version 2.7.7 in /opt/iobroker/node_modules/iobroker.dwd, node: v14.19.0, js-controller: 4.0.4
                        2022-02-09 10:30:05.597  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:06.476  - ^[[32minfo^[[39m: dwd.0 (31017) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        2022-02-09 10:30:06.660  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:07.000  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2022-02-09 10:30:07.707  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:08.107  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.ical.0 started with pid 31033
                        2022-02-09 10:30:08.751  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:09.763  - ^[[32minfo^[[39m: ical.0 (31033) starting. Version 1.11.6 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.0, js-controller: 4.0$
                        2022-02-09 10:30:09.812  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:09.883  - ^[[33mwarn^[[39m: ical.0 (31033) Error reading "192.168.0.20:5001/Abfallkalender/rosensteinstrassebartholomae.ics": File does not exist: $
                        2022-02-09 10:30:09.884  - ^[[32minfo^[[39m: ical.0 (31033) All calenders could not be processed, Do not clean up events
                        2022-02-09 10:30:10.864  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:11.926  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:12.130  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.2 started with pid 31050
                        2022-02-09 10:30:12.967  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:13.542  - ^[[32minfo^[[39m: luftdaten.2 (31050) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v14.19.0, js-contro$
                        2022-02-09 10:30:14.012  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:14.895  - ^[[32minfo^[[39m: ical.0 (31033) Terminated (NO_ERROR): Without reason
                        2022-02-09 10:30:15.048  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:15.423  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                        2022-02-09 10:30:16.093  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:16.151  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.odl.0 started with pid 31065
                        2022-02-09 10:30:17.135  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:17.610  - ^[[32minfo^[[39m: odl.0 (31065) starting. Version 1.1.4 in /opt/iobroker/node_modules/iobroker.odl, node: v14.19.0, js-controller: 4.0.4
                        2022-02-09 10:30:17.959  - ^[[32minfo^[[39m: odl.0 (31065) Terminated (NO_ERROR): Without reason
                        2022-02-09 10:30:18.210  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:18.485  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.odl.0 terminated with code 0 (NO_ERROR)
                        2022-02-09 10:30:19.268  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:20.326  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:21.376  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:22.428  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:23.473  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                        2022-02-09 10:30:23.578  - ^[[32minfo^[[39m: luftdaten.2 (31050) Terminated (NO_ERROR): Without reason
                        2022-02-09 10:30:24.101  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.2 terminated with code 0 (NO_ERROR)
                        

                        so, ichhoffe, da ist was dabei
                        😕

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • P pingps

                          @Homoran Mal sehen, ob dir das besser gefällt:

                          
                          2022-02-08 17:24:08.307  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:08.597  - ^[[32minfo^[[39m: host.debian-uli iobroker upgrade admin
                          2022-02-08 17:24:09.325  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:10.226  - ^[[31merror^[[39m: host.debian-uli iobroker (node:24403) Warning: Accessing non-existent property 'count' of module exports inside circul$
                          2022-02-08 17:24:10.227  - ^[[31merror^[[39m: host.debian-uli iobroker (node:24403) Warning: Accessing non-existent property 'findOne' of module exports inside circ$
                          2022-02-08 17:24:10.333  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:10.561  - ^[[32minfo^[[39m: host.debian-uli iobroker Update admin from @4.2.1 to @5.2.3
                          2022-02-08 17:24:10.581  - ^[[32minfo^[[39m: host.debian-uli iobroker host.debian-uli Adapter "system.adapter.admin.0" is stopped.
                          2022-02-08 17:24:10.620  - ^[[32minfo^[[39m: admin.0 (6385) Adapter is disabled => stop
                          2022-02-08 17:24:10.624  - ^[[32minfo^[[39m: admin.0 (6385) terminating http server on port 8081
                          2022-02-08 17:24:10.627  - ^[[32minfo^[[39m: host.debian-uli "system.adapter.admin.0" disabled
                          2022-02-08 17:24:10.628  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.admin.0 (force=false, process=true)
                          2022-02-08 17:24:10.679  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.admin.0 send kill signal
                          2022-02-08 17:24:10.683  - ^[[32minfo^[[39m: admin.0 (6385) Got terminate signal TERMINATE_YOURSELF
                          2022-02-08 17:24:10.684  - ^[[32minfo^[[39m: admin.0 (6385) terminating
                          2022-02-08 17:24:10.685  - ^[[32minfo^[[39m: admin.0 (6385) Terminated (NO_ERROR): Without reason
                          2022-02-08 17:24:10.888  - ^[[32minfo^[[39m: host.debian-uli iobroker NPM version: 6.14.16
                          2022-02-08 17:24:10.889  - ^[[32minfo^[[39m: host.debian-uli iobroker Installing iobroker.admin@5.2.3... (System call)
                          2022-02-08 17:24:10.896  - ^[[31merror^[[39m: host.debian-uli iobroker Could not check npm version: This directory tree does not contain a package.json
                          2022-02-08 17:24:10.897  - ^[[31merror^[[39m: host.debian-uli iobroker Assuming that correct version is installed.
                          2022-02-08 17:24:10.898  - ^[[32minfo^[[39m: host.debian-uli iobroker host.debian-uli Adapter "system.adapter.admin.0" is started
                          2022-02-08 17:24:10.932  - ^[[32minfo^[[39m: host.debian-uli "system.adapter.admin.0" enabled
                          2022-02-08 17:24:10.933  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.admin.0 (force=false, process=true)
                          2022-02-08 17:24:10.936  - ^[[32minfo^[[39m: admin.0 (6385) Got terminate signal TERMINATE_YOURSELF
                          2022-02-08 17:24:10.985  - ^[[32minfo^[[39m: host.debian-uli stopInstance system.adapter.admin.0 send kill signal
                          2022-02-08 17:24:11.014  - ^[[32minfo^[[39m: host.debian-uli iobroker upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png ima$
                          2022-02-08 17:24:11.057  - ^[[32minfo^[[39m: host.debian-uli iobroker upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html t$
                          2022-02-08 17:24:11.063  - ^[[32minfo^[[39m: host.debian-uli iobroker upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.ht$
                          2022-02-08 17:24:11.068  - ^[[32minfo^[[39m: host.debian-uli iobroker upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js appli$
                          2022-02-08 17:24:11.289  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                          2022-02-08 17:24:11.350  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:12.102  - ^[[32minfo^[[39m: host.debian-uli iobroker exit 0
                          2022-02-08 17:24:12.357  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:13.204  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [Tasmota-Heizungssteuerung-8]  has invalid password(8) or username(Tasmota-Heizungssteuerung-8)
                          2022-02-08 17:24:13.372  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:14.141  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.admin.0 started with pid 24635
                          2022-02-08 17:24:14.384  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:15.403  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:15.729  - ^[[32minfo^[[39m: admin.0 (24635) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.$
                          2022-02-08 17:24:15.779  - ^[[32minfo^[[39m: admin.0 (24635) requesting all states
                          2022-02-08 17:24:15.779  - ^[[32minfo^[[39m: admin.0 (24635) requesting all objects
                          2022-02-08 17:24:16.421  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:16.547  - ^[[32minfo^[[39m: admin.0 (24635) received all objects
                          2022-02-08 17:24:16.642  - ^[[32minfo^[[39m: admin.0 (24635) http server listening on port 8081
                          2022-02-08 17:24:16.643  - ^[[32minfo^[[39m: admin.0 (24635) Use link "http://localhost:8081" to configure.
                          2022-02-08 17:24:17.435  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:18.456  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:19.471  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:24:20.485  - ^[[33mwarn^[[39m: sonoff.8 (13012) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          
                          
                          

                          und dann noch

                          2022-02-08 17:44:59.835  - ^[[32minfo^[[39m: feiertage.0 (26759) adapter feiertage objects written
                          2022-02-08 17:45:00.053  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.dwd.0 started with pid 26774
                          2022-02-08 17:45:00.082  - ^[[31merror^[[39m: telegram.0 (26392) Cannot send message [chatId - 573617805]: Error: ETELEGRAM: 400 Bad Request: message text is empty
                          2022-02-08 17:45:00.340  - ^[[32minfo^[[39m: feiertage.0 (26759) Terminated (NO_ERROR): Without reason
                          2022-02-08 17:45:00.681  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:00.959  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.feiertage.0 terminated with code 0 (NO_ERROR)
                          2022-02-08 17:45:01.469  - ^[[32minfo^[[39m: dwd.0 (26774) starting. Version 2.7.7 in /opt/iobroker/node_modules/iobroker.dwd, node: v14.19.0, js-controller: 4.0.4
                          2022-02-08 17:45:01.699  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:02.291  - ^[[32minfo^[[39m: dwd.0 (26774) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          2022-02-08 17:45:02.584  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.info.0 started with pid 26790
                          2022-02-08 17:45:02.710  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:02.818  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                          2022-02-08 17:45:03.727  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:04.085  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.0 started with pid 26809
                          2022-02-08 17:45:04.454  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expect$
                          2022-02-08 17:45:04.456  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                          2022-02-08 17:45:04.475  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Ex$
                          2022-02-08 17:45:04.476  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                          2022-02-08 17:45:04.480  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! $
                          2022-02-08 17:45:04.480  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                          2022-02-08 17:45:04.484  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Ex$
                          2022-02-08 17:45:04.484  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                          2022-02-08 17:45:04.493  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Ex$
                          2022-02-08 17:45:04.494  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                          2022-02-08 17:45:04.497  - ^[[33mwarn^[[39m: info.0 (26790) Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Exp$
                          2022-02-08 17:45:04.498  - ^[[33mwarn^[[39m: info.0 (26790) This object will not be created in future versions. Please report this to the developer.
                          2022-02-08 17:45:04.740  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:04.953  - ^[[32minfo^[[39m: info.0 (26790) starting. Version 1.9.16 in /opt/iobroker/node_modules/iobroker.info, node: v14.19.0, js-controller: 4.0$
                          2022-02-08 17:45:05.055  - ^[[32minfo^[[39m: info.0 (26790) Reading/updating systemdata.
                          2022-02-08 17:45:05.641  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [Tasmota-Heizungssteuerung-8]  has invalid password(8) or username(Tasmota-Heizungssteuerung-8)
                          2022-02-08 17:45:05.641  - ^[[32minfo^[[39m: info.0 (26790) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number$
                          2022-02-08 17:45:05.674  - ^[[32minfo^[[39m: info.0 (26790) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "str$
                          2022-02-08 17:45:05.720  - ^[[32minfo^[[39m: info.0 (26790) Reading CPU data every 3 seconds.
                          2022-02-08 17:45:05.748  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:05.752  - ^[[32minfo^[[39m: info.0 (26790) cpu Temp res = {"main":53,"cores":[54,54],"max":54,"socket":[49],"chipset":null}
                          2022-02-08 17:45:05.771  - ^[[32minfo^[[39m: info.0 (26790) Reading CPU temp data every 3 seconds.
                          2022-02-08 17:45:05.786  - ^[[32minfo^[[39m: info.0 (26790) Reading CPU current speed every 3 seconds.
                          2022-02-08 17:45:05.820  - ^[[32minfo^[[39m: info.0 (26790) Reading memory data every 3 seconds.
                          2022-02-08 17:45:05.927  - ^[[32minfo^[[39m: info.0 (26790) Reading battery data every 8 seconds.
                          2022-02-08 17:45:06.161  - ^[[32minfo^[[39m: luftdaten.0 (26809) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v14.19.0, js-contro$
                          2022-02-08 17:45:06.412  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.systeminfo.0 started with pid 26987
                          2022-02-08 17:45:06.766  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:06.797  - ^[[32minfo^[[39m: host.debian-uli instance scheduled system.adapter.odl.0 30 * * * *
                          2022-02-08 17:45:06.801  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [DVES_AEE787]  has invalid password(undefined) or username(Temp_05)
                          2022-02-08 17:45:06.855  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.odl.0 started with pid 27035
                          2022-02-08 17:45:07.025  - ^[[32minfo^[[39m: info.0 (26790) Reading user data every 8 seconds.
                          2022-02-08 17:45:07.192  - ^[[32minfo^[[39m: info.0 (26790) Reading process data every 8 seconds.
                          2022-02-08 17:45:07.502  - ^[[32minfo^[[39m: info.0 (26790) Reading disk data every 8 seconds.
                          2022-02-08 17:45:07.791  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          
                          2022-02-08 17:45:08.818  - ^[[31merror^[[39m: systeminfo.0 (26987) Unhandled promise rejection. This error originated either by throwing inside of an async function$
                          2022-02-08 17:45:08.818  - ^[[31merror^[[39m: systeminfo.0 (26987) unhandled promise rejection: Cannot read property 'getObjectList' of undefined
                          2022-02-08 17:45:08.824  - ^[[31merror^[[39m: systeminfo.0 (26987) TypeError: Cannot read property 'getObjectList' of undefined
                              at Function.initAdapter (/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js:44:55)
                              at Adapter.<anonymous> (/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js:118:37)
                              at Adapter.emit (events.js:400:28)
                              at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:8226:26
                          2022-02-08 17:45:08.824  - ^[[31merror^[[39m: systeminfo.0 (26987) Cannot read property 'getObjectList' of undefined
                          2022-02-08 17:45:08.854  - ^[[32minfo^[[39m: systeminfo.0 (26987) terminating
                          2022-02-08 17:45:08.858  - ^[[33mwarn^[[39m: systeminfo.0 (26987) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          2022-02-08 17:45:09.280  - ^[[32minfo^[[39m: info.0 (26790) Reading network data every 3 seconds.
                          2022-02-08 17:45:09.467  - ^[[31merror^[[39m: host.debian-uli instance system.adapter.systeminfo.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                          2022-02-08 17:45:09.467  - ^[[32minfo^[[39m: host.debian-uli Restart adapter system.adapter.systeminfo.0 because enabled
                          2022-02-08 17:45:09.566  - ^[[32minfo^[[39m: odl.0 (27035) starting. Version 1.1.4 in /opt/iobroker/node_modules/iobroker.odl, node: v14.19.0, js-controller: 4.0.4
                          2022-02-08 17:45:09.812  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:09.940  - ^[[32minfo^[[39m: odl.0 (27035) Terminated (NO_ERROR): Without reason
                          2022-02-08 17:45:10.540  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.odl.0 terminated with code 0 (NO_ERROR)
                          2022-02-08 17:45:10.631  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.text2command.0 started with pid 27392
                          2022-02-08 17:45:10.829  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:11.839  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:12.030  - ^[[32minfo^[[39m: text2command.0 (27392) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.text2command, node: v14.19.0, js-$
                          2022-02-08 17:45:12.854  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:13.870  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:14.877  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:15.728  - ^[[32minfo^[[39m: vis.0 (27444) starting. Version 1.4.5 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 4.0.4
                          2022-02-08 17:45:15.892  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:15.895  - ^[[32minfo^[[39m: vis.0 (27444) vis license is OK.
                          2022-02-08 17:45:16.243  - ^[[32minfo^[[39m: luftdaten.0 (26809) Terminated (NO_ERROR): Without reason
                          2022-02-08 17:45:16.759  - ^[[32minfo^[[39m: vis.0 (27444) Terminated (NO_ERROR): Without reason
                          2022-02-08 17:45:16.774  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR)
                          2022-02-08 17:45:16.907  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:17.355  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.vis.0 terminated while should be started once
                          2022-02-08 17:45:17.919  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:18.776  - ^[[32minfo^[[39m: host.debian-uli instance scheduled system.adapter.luftdaten.2 */30 * * * *
                          2022-02-08 17:45:18.803  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.2 started with pid 27673
                          2022-02-08 17:45:18.938  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:19.969  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:20.174  - ^[[32minfo^[[39m: luftdaten.2 (27673) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v14.19.0, js-contro$
                          2022-02-08 17:45:20.994  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:22.009  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:23.030  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:24.040  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:25.057  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-08 17:45:26.071  - ^[[33mwarn^[[39m: sonoff.8 (26536) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          
                          
                          
                          2022-02-09 10:30:00.013  - ^[[32minfo^[[39m: javascript.0 (18182) script.js.Heizung.HeizungspumpeFürHeizkörper: getState(id=sonoff.0.Tasmota-Heizungssteuerung-8.DS1$
                          2022-02-09 10:30:00.013  - ^[[32minfo^[[39m: javascript.0 (18182) script.js.Heizung.HeizungspumpeFürHeizkörper: sendTo(adapter=telegram.1, cmd=send, msg={"text":"55$
                          2022-02-09 10:30:00.019  - ^[[31merror^[[39m: javascript.0 (18182) script.js.Heizung.Warmwasserpumpe_temperaturgesteuert: 55.5
                          2022-02-09 10:30:00.052  - ^[[31merror^[[39m: telegram.0 (25767) Cannot send message [chatId - 573617805]: Error: ETELEGRAM: 400 Bad Request: message text is empty
                          2022-02-09 10:30:00.064  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.0 started with pid 31002
                          2022-02-09 10:30:00.407  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:00.831  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [Tasmota-Heizungssteuerung-8]  has invalid password(8) or username(Tasmota-Heizungssteuerung-8)
                          2022-02-09 10:30:01.433  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:01.456  - ^[[32minfo^[[39m: luftdaten.0 (31002) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v14.19.0, js-contro$
                          2022-02-09 10:30:02.476  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:03.390  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [DVES_AEE787]  has invalid password(undefined) or username(Temp_05)
                          2022-02-09 10:30:03.498  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:04.086  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.dwd.0 started with pid 31017
                          2022-02-09 10:30:04.539  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:05.563  - ^[[32minfo^[[39m: dwd.0 (31017) starting. Version 2.7.7 in /opt/iobroker/node_modules/iobroker.dwd, node: v14.19.0, js-controller: 4.0.4
                          2022-02-09 10:30:05.597  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:06.476  - ^[[32minfo^[[39m: dwd.0 (31017) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          2022-02-09 10:30:06.660  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:07.000  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                          2022-02-09 10:30:07.707  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:08.107  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.ical.0 started with pid 31033
                          2022-02-09 10:30:08.751  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:09.763  - ^[[32minfo^[[39m: ical.0 (31033) starting. Version 1.11.6 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.0, js-controller: 4.0$
                          2022-02-09 10:30:09.812  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:09.883  - ^[[33mwarn^[[39m: ical.0 (31033) Error reading "192.168.0.20:5001/Abfallkalender/rosensteinstrassebartholomae.ics": File does not exist: $
                          2022-02-09 10:30:09.884  - ^[[32minfo^[[39m: ical.0 (31033) All calenders could not be processed, Do not clean up events
                          2022-02-09 10:30:10.864  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:11.926  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:12.130  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.2 started with pid 31050
                          2022-02-09 10:30:12.967  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:13.542  - ^[[32minfo^[[39m: luftdaten.2 (31050) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v14.19.0, js-contro$
                          2022-02-09 10:30:14.012  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:14.895  - ^[[32minfo^[[39m: ical.0 (31033) Terminated (NO_ERROR): Without reason
                          2022-02-09 10:30:15.048  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:15.423  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                          2022-02-09 10:30:16.093  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:16.151  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.odl.0 started with pid 31065
                          2022-02-09 10:30:17.135  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:17.610  - ^[[32minfo^[[39m: odl.0 (31065) starting. Version 1.1.4 in /opt/iobroker/node_modules/iobroker.odl, node: v14.19.0, js-controller: 4.0.4
                          2022-02-09 10:30:17.959  - ^[[32minfo^[[39m: odl.0 (31065) Terminated (NO_ERROR): Without reason
                          2022-02-09 10:30:18.210  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:18.485  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.odl.0 terminated with code 0 (NO_ERROR)
                          2022-02-09 10:30:19.268  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:20.326  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:21.376  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:22.428  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:23.473  - ^[[33mwarn^[[39m: sonoff.8 (937) Client [mqtt-explorer-2df6de9e]  has invalid password(undefined) or username(undefined)
                          2022-02-09 10:30:23.578  - ^[[32minfo^[[39m: luftdaten.2 (31050) Terminated (NO_ERROR): Without reason
                          2022-02-09 10:30:24.101  - ^[[32minfo^[[39m: host.debian-uli instance system.adapter.luftdaten.2 terminated with code 0 (NO_ERROR)
                          

                          so, ichhoffe, da ist was dabei
                          😕

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

                          @pingps

                          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
                          cd /opt/iobroker
                          iobroker update
                          iobroker upgrade
                          

                          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

                          P 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @pingps

                            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
                            cd /opt/iobroker
                            iobroker update
                            iobroker upgrade
                            
                            P Offline
                            P Offline
                            pingps
                            schrieb am zuletzt editiert von
                            #15

                            @thomas-braun

                            broker.info/admin/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                            upload [4] info.admin /opt/iobroker/node_modu$ les/iobroker.info/admin/lib/js/simplemde.min.js lib/js/simplemde.min.js application/javascript
                            -sh: 69: Syntax error: "(" unexpecte$ d
                            -sh: 124: $: not found
                            $ $ $ upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/systemInformation.js lib/js/systemInformation.js application/javascript
                            -sh: 125: upload: not found
                            $ -sh: 126: upload: not found
                            $ -sh: 127: upload: not found
                            upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/updateAdapter$ .js lib/js/upda-sh: 69: $ teAdapter.js application/javascript
                            upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/tab_m.html tab_m.html text/html
                            upload [0] info.admin /opt/iobroker/node_mCould: not foundodules/iobroker.info/admin/words.js words.js application/javascript
                            Cannot check dependencies: Invalid version of "admin". Installed
                            "4.2.1", required ">=5.1.19
                            
                            
                            Thomas BraunT P 2 Antworten Letzte Antwort
                            0
                            • P pingps

                              @thomas-braun

                              broker.info/admin/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                              upload [4] info.admin /opt/iobroker/node_modu$ les/iobroker.info/admin/lib/js/simplemde.min.js lib/js/simplemde.min.js application/javascript
                              -sh: 69: Syntax error: "(" unexpecte$ d
                              -sh: 124: $: not found
                              $ $ $ upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/systemInformation.js lib/js/systemInformation.js application/javascript
                              -sh: 125: upload: not found
                              $ -sh: 126: upload: not found
                              $ -sh: 127: upload: not found
                              upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/updateAdapter$ .js lib/js/upda-sh: 69: $ teAdapter.js application/javascript
                              upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/tab_m.html tab_m.html text/html
                              upload [0] info.admin /opt/iobroker/node_mCould: not foundodules/iobroker.info/admin/words.js words.js application/javascript
                              Cannot check dependencies: Invalid version of "admin". Installed
                              "4.2.1", required ">=5.1.19
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #16

                              @pingps

                              Was soll das sein?

                              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
                              • P pingps

                                @thomas-braun

                                broker.info/admin/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                upload [4] info.admin /opt/iobroker/node_modu$ les/iobroker.info/admin/lib/js/simplemde.min.js lib/js/simplemde.min.js application/javascript
                                -sh: 69: Syntax error: "(" unexpecte$ d
                                -sh: 124: $: not found
                                $ $ $ upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/systemInformation.js lib/js/systemInformation.js application/javascript
                                -sh: 125: upload: not found
                                $ -sh: 126: upload: not found
                                $ -sh: 127: upload: not found
                                upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/updateAdapter$ .js lib/js/upda-sh: 69: $ teAdapter.js application/javascript
                                upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/tab_m.html tab_m.html text/html
                                upload [0] info.admin /opt/iobroker/node_mCould: not foundodules/iobroker.info/admin/words.js words.js application/javascript
                                Cannot check dependencies: Invalid version of "admin". Installed
                                "4.2.1", required ">=5.1.19
                                
                                
                                P Offline
                                P Offline
                                pingps
                                schrieb am zuletzt editiert von
                                #17

                                @pingps

                                Hallo, ich hatte die Befehle ausgeführt. Das sollte das Resultat sein. Kurzum. Der Admin war immer noch der alte...

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • P pingps

                                  @pingps

                                  Hallo, ich hatte die Befehle ausgeführt. Das sollte das Resultat sein. Kurzum. Der Admin war immer noch der alte...

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

                                  @pingps

                                  Wäre hilfreich, wenn man die Ausgaben komplett sehen würde. Meine Glaskugel ist gerade in der Spülmaschine.

                                  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

                                  P 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @pingps

                                    Wäre hilfreich, wenn man die Ausgaben komplett sehen würde. Meine Glaskugel ist gerade in der Spülmaschine.

                                    P Offline
                                    P Offline
                                    pingps
                                    schrieb am zuletzt editiert von
                                    #19

                                    @thomas-braun sorry, ok, die muss natürlich auch mal wieder gereinigt werden 😀

                                    $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                                    [sudo] Passwort für uli:
                                    ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                                    $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    v14.19.0
                                    v14.19.0
                                    Holen:1 http://security.debian.org/debian-security stretch/updates InRelease [53,0 kB]
                                    Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                                    OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                                    OK:4 http://ftp.de.debian.org/debian stretch Release
                                    0% [1 InRelease gpgv 53,0 kB]6.14.16
                                    uli
                                    /opt/iobroker
                                    OK:5 https://dl.yarnpkg.com/debian stable InRelease
                                    Es wurden 53,0 kB in 0 s geholt (81,5 kB/s).
                                    Paketlisten werden gelesen... Fertig
                                    E: Konnte Sperre /var/lib/apt/lists/lock nicht bekommen - open (11: Die Ressource ist zur Zeit nicht verfügbar)
                                    E: Das Verzeichnis /var/lib/apt/lists/ kann nicht gesperrt werden.
                                    Paketlisten werden gelesen... Fertig
                                    Abhängigkeitsbaum wird aufgebaut.
                                    Statusinformationen werden eingelesen.... Fertig
                                    Alle Pakete sind aktuell.
                                    nodejs:
                                      Installiert:           14.19.0-1nodesource1
                                      Installationskandidat: 14.19.0-1nodesource1
                                      Versionstabelle:
                                     *** 14.19.0-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         4.8.2~dfsg-1 500
                                            500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                                    [1] + Done(100)                  which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update
                                    $ cd /opt/iobroker
                                    $ iobroker update
                                    Used repository: beta
                                    Adapter    "admin"        : 5.2.3    , installed 4.2.1  [Updatable]
                                    Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                                    Adapter    "backitup"     : 2.2.4    , installed 2.2.4
                                    Adapter    "ble"          : 0.12.0   , installed 0.12.0
                                    Adapter    "calendar"     : 1.2.0    , installed 1.2.0
                                    Adapter    "digitalstrom" : 2.3.0    , installed 2.3.0
                                    Adapter    "discovery"    : 2.7.5    , installed 2.7.5
                                    Adapter    "ds18b20"      : 1.6.0    , installed 1.6.0
                                    Adapter    "dwd"          : 2.7.7    , installed 2.7.7
                                    Adapter    "echarts"      : 1.0.3    , installed 1.0.3
                                    Adapter    "email"        : 1.0.10   , installed 1.0.10
                                    Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                    Adapter    "flot"         : 1.10.7   , installed 1.10.7
                                    Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
                                    Adapter    "fritzdect"    : 2.2.3    , installed 2.2.3
                                    Adapter    "heizoel"      : 1.0.2    , installed 1.0.2
                                    Adapter    "history"      : 1.10.5   , installed 1.10.5
                                    Adapter    "hm-rega"      : 3.0.35   , installed 3.0.35
                                    Adapter    "hm-rpc"       : 1.15.2   , installed 1.15.2
                                    Adapter    "ical"         : 1.11.6   , installed 1.11.6
                                    Adapter    "influxdb"     : 2.4.0    , installed 1.9.4  [Updatable]
                                    Adapter    "info"         : 1.9.18   , installed 1.9.16 [Updatable]
                                    Adapter    "javascript"   : 5.2.21   , installed 4.10.9 [Updatable]
                                    Controller "js-controller": 4.0.5    , installed 4.0.4  [Updatable]
                                    Adapter    "luftdaten"    : 2.1.3    , installed 1.0.1  [Updatable]
                                    Adapter    "mihome-plug"  : 0.2.1    , installed 0.2.1
                                    Adapter    "mihome-vacuum": 3.3.3    , installed 3.3.3
                                    Adapter    "moma"         : 1.2.9    , installed 1.2.9
                                    Adapter    "mqtt"         : 2.4.1    , installed 2.4.1
                                    Adapter    "mysensors"    : 2.0.3    , installed 2.0.3
                                    Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                    Adapter    "node-red"     : 2.4.2    , installed 2.4.1  [Updatable]
                                    Adapter    "nut"          : 1.5.0    , installed 1.5.0
                                    Adapter    "odl"          : 1.1.4    , installed 1.1.4
                                    Adapter    "owfs"         : 0.6.4    , installed 0.6.4
                                    Adapter    "parser"       : 1.0.7    , installed 1.0.7
                                    Adapter    "ping"         : 1.5.2    , installed 1.5.2
                                    Adapter    "scenes"       : 2.3.8    , installed 2.3.8
                                    Adapter    "schoolfree"   : 1.0.1    , installed 1.0.1
                                    Adapter    "shelly"       : 5.1.2    , installed 4.1.2  [Updatable]
                                    Adapter    "simple-api"   : 2.6.2    , installed 2.6.2
                                    Adapter    "socketio"     : 4.1.0    , installed 3.1.5  [Updatable]
                                    Adapter    "sonoff"       : 2.4.7    , installed 2.4.7
                                    Adapter    "sony-bravia"  : 1.0.3    , installed 1.0.3
                                    Adapter    "sql"          : 1.16.1   , installed 1.15.7 [Updatable]
                                    Adapter    "synology"     : 1.1.3    , installed 1.1.3
                                    Adapter    "systeminfo"   : 0.3.1    , installed 0.3.1
                                    Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                    Adapter    "telegram"     : 1.11.1   , installed 1.10.0 [Updatable]
                                    Adapter    "terminal"     : 0.1.2    , installed 0.1.2
                                    Adapter    "text2command" : 2.1.1    , installed 2.1.1
                                    Adapter    "tr-064"       : 4.2.15   , installed 4.2.14 [Updatable]
                                    Adapter    "trashschedule": 1.4.2    , installed 1.0.3  [Updatable]
                                    Adapter    "tvspielfilm"  : 2.0.4    , installed 2.0.4
                                    Adapter    "vis"          : 1.4.8    , installed 1.4.5  [Updatable]
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                    Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                    Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                    Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                    Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                    Adapter    "vis-metro"    : 1.1.2    , installed 1.1.2
                                    Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                    Adapter    "vis-weather"  : 2.5.5    , installed 2.5.3  [Updatable]
                                    Adapter    "web"          : 4.1.1    , installed 3.2.3  [Updatable]
                                    Adapter    "yr"           : 5.0.0    , installed 3.0.5  [Updatable]
                                    $ iobroker upgrade
                                    
                                    This upgrade of "yr" will introduce the following changes:
                                    ==========================================================================
                                    -> 5.0.0:
                                    Fixed translations
                                    Update dates data type
                                    
                                    -> 4.0.0:
                                    Update dates data type
                                    ==========================================================================
                                    
                                    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                    Would you like to upgrade yr from @3.0.5 to @5.0.0 now? [(y)es, (n)o]: y
                                    Update yr from @3.0.5 to @5.0.0
                                    NPM version: 6.14.16
                                    Installing iobroker.yr@5.0.0... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    upload [96] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [90] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [80] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/fair_night.svg icons/fair_night.svg image/svg+xml
                                    upload [70] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/heavyrainshowersandthunder_polartwilight.svg icons/heavyrainshowersandthunder_polartwilight.svg image/svg+xml
                                    upload [60] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/heavysnowandthunder.svg icons/heavysnowandthunder.svg image/svg+xml
                                    upload [50] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/lightrainshowers_night.svg icons/lightrainshowers_night.svg image/svg+xml
                                    upload [40] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/lightsnow.svg icons/lightsnow.svg image/svg+xml
                                    upload [30] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/lightssnowshowersandthunder_polartwilight.svg icons/lightssnowshowersandthunder_polartwilight.svg image/svg+xml
                                    upload [20] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/rainshowersandthunder_night.svg icons/rainshowersandthunder_night.svg image/svg+xml
                                    upload [19] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/rainshowersandthunder_polartwilight.svg icons/rainshowersandthunder_polartwilight.svg image/svg+xml
                                    upload [18] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleet.svg icons/sleet.svg image/svg+xml
                                    upload [17] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetandthunder.svg icons/sleetandthunder.svg image/svg+xml
                                    upload [16] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowers_day.svg icons/sleetshowers_day.svg image/svg+xml
                                    upload [15] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowers_night.svg icons/sleetshowers_night.svg image/svg+xml
                                    upload [14] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowers_polartwilight.svg icons/sleetshowers_polartwilight.svg image/svg+xml
                                    upload [13] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowersandthunder_day.svg icons/sleetshowersandthunder_day.svg image/svg+xml
                                    upload [12] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowersandthunder_night.svg icons/sleetshowersandthunder_night.svg image/svg+xml
                                    upload [11] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowersandthunder_polartwilight.svg icons/sleetshowersandthunder_polartwilight.svg image/svg+xml
                                    upload [10] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snow.svg icons/snow.svg image/svg+xml
                                    upload [9] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowandthunder.svg icons/snowandthunder.svg image/svg+xml
                                    upload [8] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowers_day.svg icons/snowshowers_day.svg image/svg+xml
                                    upload [7] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowers_night.svg icons/snowshowers_night.svg image/svg+xml
                                    upload [6] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowers_polartwilight.svg icons/snowshowers_polartwilight.svg image/svg+xml
                                    upload [5] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowersandthunder_day.svg icons/snowshowersandthunder_day.svg image/svg+xml
                                    upload [4] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowersandthunder_night.svg icons/snowshowersandthunder_night.svg image/svg+xml
                                    upload [3] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowersandthunder_polartwilight.svg icons/snowshowersandthunder_polartwilight.svg image/svg+xml
                                    upload [2] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/index_m.html index_m.html text/html
                                    upload [1] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/words.js words.js application/javascript
                                    upload [0] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/yr.png yr.png image/png
                                    
                                    This upgrade of "vis-weather" will introduce the following changes:
                                    ==========================================================================
                                    -> 2.5.5:
                                    bug fix color of labels in widget
                                    
                                    -> 2.5.4:
                                    avoid endles loops
                                    ==========================================================================
                                    
                                    Would you like to upgrade vis-weather from @2.5.3 to @2.5.5 now? [(y)es, (n)o]: y
                                    Update vis-weather from @2.5.3 to @2.5.5
                                    NPM version: 6.14.16
                                    Installing iobroker.vis-weather@2.5.5... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-weather/www" was not found! Nothing was uploaded or deleted.
                                    upload [3] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/index.html index.html text/html
                                    upload [2] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/index_m.html index_m.html text/html
                                    upload [1] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/vis-weather.png vis-weather.png image/png
                                    upload [0] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "tr-064" will introduce the following changes:
                                    ==========================================================================
                                    -> 4.2.15:
                                    fix crash case (Sentry IOBROKER-TR-064-35)
                                    ==========================================================================
                                    
                                    Would you like to upgrade tr-064 from @4.2.14 to @4.2.15 now? [(y)es, (n)o]: y
                                    Update tr-064 from @4.2.14 to @4.2.15
                                    NPM version: 6.14.16
                                    Installing iobroker.tr-064@4.2.15... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    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.11.1:
                                    fixed the receiving files
                                    
                                    -> 1.11.0:
                                    Added bruteforce protection
                                    Extended blockly with `disable_web_preview` option
                                    added `communicate.responseSilent` state to answer silently
                                    
                                    -> 1.10.1:
                                    Updated telegram library
                                    ==========================================================================
                                    
                                    Would you like to upgrade telegram from @1.10.0 to @1.11.1 now? [(y)es, (n)o]: y
                                    Update telegram from @1.10.0 to @1.11.1
                                    NPM version: 6.14.16
                                    Installing iobroker.telegram@1.11.1... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    upload [6] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript
                                    upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html
                                    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 "sql" will introduce the following changes:
                                    ==========================================================================
                                    -> 1.16.1:
                                    Hide settings not relevant when "log changes only" is not used
                                    Allow all number values for debounce again
                                    
                                    -> 1.16.0:
                                    Support only `js.controller` >= 3.3.x
                                    Used system/custom view for collecting the objects
                                    Implemented option to ignore zero- or/and below zero- values
                                    ==========================================================================
                                    
                                    Would you like to upgrade sql from @1.15.7 to @1.16.1 now? [(y)es, (n)o]: y
                                    Update sql from @1.15.7 to @1.16.1
                                    NPM version: 6.14.16
                                    Installing iobroker.sql@1.16.1... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    upload [7] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom.html custom.html text/html
                                    upload [6] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom_m.html custom_m.html text/html
                                    upload [5] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index.html index.html text/html
                                    upload [4] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index_m.html index_m.html text/html
                                    upload [3] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/jsonConfig.json jsonConfig.json application/json
                                    upload [2] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/jsonCustom.json jsonCustom.json application/json
                                    upload [1] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/sql.png sql.png image/png
                                    upload [0] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/words.js words.js application/javascript
                                    Would you like to upgrade node-red from @2.4.1 to @2.4.2 now? [(y)es, (n)o]: y
                                    Update node-red from @2.4.1 to @2.4.2
                                    NPM version: 6.14.16
                                    Installing iobroker.node-red@2.4.2... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    upload [14] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/bcrypt.min.js bcrypt.min.js application/javascript
                                    upload [13] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [12] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [11] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [10] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [9] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [8] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [7] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [6] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [5] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [4] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [3] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index.html index.html text/html
                                    upload [2] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index_m.html index_m.html text/html
                                    upload [1] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/node-red.png node-red.png image/png
                                    upload [0] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "admin" will at least introduce the following changes:
                                    ==========================================================================
                                    -> 5.2.3:
                                    Fixed error in `AutocompleteSendTo`
                                    Fixed error in charts
                                    
                                    -> 5.2.2:
                                    Changed the minimal required js-controller version to 3.3.22
                                    Used web-socket library 8 (no node 10 support anymore)
                                    
                                    -> 5.2.1:
                                    Allow in expert mode the creation of states and channels in mqtt branch
                                    
                                    -> 5.2.0:
                                    Fix crash cases reported via sentry
                                    Added support for multi-repositories
                                    
                                    -> 5.1.29:
                                    Fix crash cases reported via sentry
                                    Added support for multi-repositories
                                    
                                    -> 5.1.28:
                                    Fixed discovery function
                                    Fixed some GUI bugs
                                    ==========================================================================
                                    
                                    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                    Would you like to upgrade admin from @4.2.1 to @5.2.3 now? [(y)es, (n)o]: y
                                    Update admin from @4.2.1 to @5.2.3
                                    NPM version: 6.14.16
                                    Installing iobroker.admin@5.2.3... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                    upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                    upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                    upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                    Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.0
                                    
                                    This upgrade of "vis" will introduce the following changes:
                                    ==========================================================================
                                    -> 1.4.8:
                                    Added support for js-controller 4.x
                                    
                                    -> 1.4.7:
                                    Fixed subscribeOidAtRuntime if called with invalid IDs
                                    Added support of license manager
                                    
                                    -> 1.4.6:
                                    Added the license check even without internet
                                    ==========================================================================
                                    
                                    Would you like to upgrade vis from @1.4.5 to @1.4.8 now? [(y)es, (n)o]: y
                                    Update vis from @1.4.5 to @1.4.8
                                    NPM version: 6.14.16
                                    Installing iobroker.vis@1.4.8... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    upload [680] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                    upload [650] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/distribute-vertical-equal.png icon/distribute-vertical-equal.png image/png
                                    upload [600] vis /opt/iobroker/node_modules/iobroker.vis/www/img/faviconEdit.png img/faviconEdit.png image/png
                                    upload [550] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/24/css.png js/fm/icon/mine/24/css.png image/png
                                    upload [500] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/css/superfish/superfish-vertical.css lib/css/superfish/superfish-vertical.css text/css
                                    upload [450] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_AckBool.png widgets/basic/img/Prev_AckBool.png image/png
                                    upload [400] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/calendar/img/calendar.png widgets/calendar/img/calendar.png image/png
                                    upload [350] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/img/Prev_JquiDialog.png widgets/jqui/img/Prev_JquiDialog.png image/png
                                    upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui-mfd/img/fts_window_1w.svg widgets/jqui-mfd/img/fts_window_1w.svg image/svg+xml
                                    upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui-mfd/img/sani_valve_20.png widgets/jqui-mfd/img/sani_valve_20.png image/png
                                    upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/metro/fonts/iconFont.ttf widgets/metro/fonts/iconFont.ttf font/ttf
                                    upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.min.css widgets/tabs/styles/jquery.sliderTabs.min.css text/css
                                    upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/31-1.png widgets/timeandweather/img/clock/31-1.png image/png
                                    upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/41-1.png widgets/timeandweather/img/clock/41-1.png image/png
                                    upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/511-1.png widgets/timeandweather/img/clock/511-1.png image/png
                                    upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/7.png widgets/timeandweather/img/clock/7.png image/png
                                    upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/apm.png widgets/timeandweather/img/clock/apm.png image/png
                                    upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/icon_right.png widgets/timeandweather/img/icon_right.png image/png
                                    upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/dev.html widgets/todo/dev.html text/html
                                    upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.canvaswrapper.js widgets/weather/lib/js/flot/jquery.canvaswrapper.js application/javascript
                                    upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.fillbetween.js widgets/weather/lib/js/flot/jquery.flot.fillbetween.js application/javascript
                                    upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.flatdata.js widgets/weather/lib/js/flot/jquery.flot.flatdata.js application/javascript
                                    upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.hover.js widgets/weather/lib/js/flot/jquery.flot.hover.js application/javascript
                                    upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.image.js widgets/weather/lib/js/flot/jquery.flot.image.js application/javascript
                                    upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.js widgets/weather/lib/js/flot/jquery.flot.js application/javascript
                                    upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.legend.js widgets/weather/lib/js/flot/jquery.flot.legend.js application/javascript
                                    upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.logaxis.js widgets/weather/lib/js/flot/jquery.flot.logaxis.js application/javascript
                                    upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.navigate.js widgets/weather/lib/js/flot/jquery.flot.navigate.js application/javascript
                                    upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.pie.js widgets/weather/lib/js/flot/jquery.flot.pie.js application/javascript
                                    upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.resize.js widgets/weather/lib/js/flot/jquery.flot.resize.js application/javascript
                                    upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.saturated.js widgets/weather/lib/js/flot/jquery.flot.saturated.js application/javascript
                                    upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.selection.js widgets/weather/lib/js/flot/jquery.flot.selection.js application/javascript
                                    upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.stack.js widgets/weather/lib/js/flot/jquery.flot.stack.js application/javascript
                                    upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.symbol.js widgets/weather/lib/js/flot/jquery.flot.symbol.js application/javascript
                                    upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.threshold.js widgets/weather/lib/js/flot/jquery.flot.threshold.js application/javascript
                                    upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.time.js widgets/weather/lib/js/flot/jquery.flot.time.js application/javascript
                                    upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.touch.js widgets/weather/lib/js/flot/jquery.flot.touch.js application/javascript
                                    upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.touchNavigate.js widgets/weather/lib/js/flot/jquery.flot.touchNavigate.js application/javascript
                                    upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.uiConstants.js widgets/weather/lib/js/flot/jquery.flot.uiConstants.js application/javascript
                                    upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.js widgets/weather/lib/js/flot/jquery.js application/javascript
                                    upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather.html widgets/weather.html text/html
                                    upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
                                    upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
                                    upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                    upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
                                    Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.28
                                    Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.0.0
                                    Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.25
                                    Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.28
                                    Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.9
                                    
                                    This upgrade of "info" will introduce the following changes:
                                    ==========================================================================
                                    -> 1.9.18:
                                    Fix invalid object definition to prevent errors in js-controller 4
                                    
                                    -> 1.9.17:
                                    Design fix
                                    Update dependencies
                                    ==========================================================================
                                    
                                    Would you like to upgrade info from @1.9.16 to @1.9.18 now? [(y)es, (n)o]: y
                                    Update info from @1.9.16 to @1.9.18
                                    NPM version: 6.14.16
                                    Installing iobroker.info@1.9.18... (System call)
                                    Could not check npm version: This directory tree does not contain a package.json
                                    Assuming that correct version is installed.
                                    upload [85] info.admin /opt/iobroker/node_modules/iobroker.info/admin/index_m.html index_m.html text/html
                                    upload [80] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/info.css lib/css/info.css text/css
                                    upload [70] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/hourhand.png lib/img/clock/hourhand.png image/png
                                    upload [60] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/memory.png lib/img/icons/memory.png image/png
                                    upload [50] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/coreos.png lib/img/logos/coreos.png image/png
                                    upload [40] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/manjaro.png lib/img/logos/manjaro.png image/png
                                    upload [30] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/slackware.png lib/img/logos/slackware.png image/png
                                    upload [20] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/bootstrap.min.js lib/js/bootstrap.min.js application/javascript
                                    upload [19] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/chartist.min.js lib/js/chartist.min.js application/javascript
                                    upload [18] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/clock.js lib/js/clock.js application/javascript
                                    upload [17] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/commons.js lib/js/commons.js application/javascript
                                    upload [16] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/documentation.js lib/js/documentation.js application/javascript
                                    upload [15] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/feednami.min.js lib/js/feednami.min.js application/javascript
                                    upload [14] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/format-google-calender.js lib/js/format-google-calender.js application/javascript
                                    upload [13] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/forum.js lib/js/forum.js application/javascript
                                    upload [12] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/githubData.js lib/js/githubData.js application/javascript
                                    upload [11] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/helper.js lib/js/helper.js application/javascript
                                    upload [10] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/hostInfo.js lib/js/hostInfo.js application/javascript
                                    upload [9] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/info.js lib/js/info.js application/javascript
                                    upload [8] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/news.js lib/js/news.js application/javascript
                                    upload [7] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/popupnews.js lib/js/popupnews.js application/javascript
                                    upload [6] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/searchGithub.js lib/js/searchGithub.js application/javascript
                                    upload [5] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                    upload [4] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/simplemde.min.js lib/js/simplemde.min.js application/javascript
                                    upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/systemInformation.js lib/js/systemInformation.js application/javascript
                                    upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/updateAdapter.js lib/js/updateAdapter.js application/javascript
                                    upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/tab_m.html tab_m.html text/html
                                    upload [0] info.admin /opt/iobroker/node_modules/iobroker.info/admin/words.js words.js application/javascript
                                    Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.19
                                    $ ^C
                                    $
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • P pingps

                                      @thomas-braun sorry, ok, die muss natürlich auch mal wieder gereinigt werden 😀

                                      $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                                      [sudo] Passwort für uli:
                                      ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
                                      $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                      /usr/bin/nodejs
                                      /usr/bin/node
                                      /usr/bin/npm
                                      v14.19.0
                                      v14.19.0
                                      Holen:1 http://security.debian.org/debian-security stretch/updates InRelease [53,0 kB]
                                      Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                                      OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                                      OK:4 http://ftp.de.debian.org/debian stretch Release
                                      0% [1 InRelease gpgv 53,0 kB]6.14.16
                                      uli
                                      /opt/iobroker
                                      OK:5 https://dl.yarnpkg.com/debian stable InRelease
                                      Es wurden 53,0 kB in 0 s geholt (81,5 kB/s).
                                      Paketlisten werden gelesen... Fertig
                                      E: Konnte Sperre /var/lib/apt/lists/lock nicht bekommen - open (11: Die Ressource ist zur Zeit nicht verfügbar)
                                      E: Das Verzeichnis /var/lib/apt/lists/ kann nicht gesperrt werden.
                                      Paketlisten werden gelesen... Fertig
                                      Abhängigkeitsbaum wird aufgebaut.
                                      Statusinformationen werden eingelesen.... Fertig
                                      Alle Pakete sind aktuell.
                                      nodejs:
                                        Installiert:           14.19.0-1nodesource1
                                        Installationskandidat: 14.19.0-1nodesource1
                                        Versionstabelle:
                                       *** 14.19.0-1nodesource1 100
                                              100 /var/lib/dpkg/status
                                           4.8.2~dfsg-1 500
                                              500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                                      [1] + Done(100)                  which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update
                                      $ cd /opt/iobroker
                                      $ iobroker update
                                      Used repository: beta
                                      Adapter    "admin"        : 5.2.3    , installed 4.2.1  [Updatable]
                                      Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                                      Adapter    "backitup"     : 2.2.4    , installed 2.2.4
                                      Adapter    "ble"          : 0.12.0   , installed 0.12.0
                                      Adapter    "calendar"     : 1.2.0    , installed 1.2.0
                                      Adapter    "digitalstrom" : 2.3.0    , installed 2.3.0
                                      Adapter    "discovery"    : 2.7.5    , installed 2.7.5
                                      Adapter    "ds18b20"      : 1.6.0    , installed 1.6.0
                                      Adapter    "dwd"          : 2.7.7    , installed 2.7.7
                                      Adapter    "echarts"      : 1.0.3    , installed 1.0.3
                                      Adapter    "email"        : 1.0.10   , installed 1.0.10
                                      Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                      Adapter    "flot"         : 1.10.7   , installed 1.10.7
                                      Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
                                      Adapter    "fritzdect"    : 2.2.3    , installed 2.2.3
                                      Adapter    "heizoel"      : 1.0.2    , installed 1.0.2
                                      Adapter    "history"      : 1.10.5   , installed 1.10.5
                                      Adapter    "hm-rega"      : 3.0.35   , installed 3.0.35
                                      Adapter    "hm-rpc"       : 1.15.2   , installed 1.15.2
                                      Adapter    "ical"         : 1.11.6   , installed 1.11.6
                                      Adapter    "influxdb"     : 2.4.0    , installed 1.9.4  [Updatable]
                                      Adapter    "info"         : 1.9.18   , installed 1.9.16 [Updatable]
                                      Adapter    "javascript"   : 5.2.21   , installed 4.10.9 [Updatable]
                                      Controller "js-controller": 4.0.5    , installed 4.0.4  [Updatable]
                                      Adapter    "luftdaten"    : 2.1.3    , installed 1.0.1  [Updatable]
                                      Adapter    "mihome-plug"  : 0.2.1    , installed 0.2.1
                                      Adapter    "mihome-vacuum": 3.3.3    , installed 3.3.3
                                      Adapter    "moma"         : 1.2.9    , installed 1.2.9
                                      Adapter    "mqtt"         : 2.4.1    , installed 2.4.1
                                      Adapter    "mysensors"    : 2.0.3    , installed 2.0.3
                                      Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                      Adapter    "node-red"     : 2.4.2    , installed 2.4.1  [Updatable]
                                      Adapter    "nut"          : 1.5.0    , installed 1.5.0
                                      Adapter    "odl"          : 1.1.4    , installed 1.1.4
                                      Adapter    "owfs"         : 0.6.4    , installed 0.6.4
                                      Adapter    "parser"       : 1.0.7    , installed 1.0.7
                                      Adapter    "ping"         : 1.5.2    , installed 1.5.2
                                      Adapter    "scenes"       : 2.3.8    , installed 2.3.8
                                      Adapter    "schoolfree"   : 1.0.1    , installed 1.0.1
                                      Adapter    "shelly"       : 5.1.2    , installed 4.1.2  [Updatable]
                                      Adapter    "simple-api"   : 2.6.2    , installed 2.6.2
                                      Adapter    "socketio"     : 4.1.0    , installed 3.1.5  [Updatable]
                                      Adapter    "sonoff"       : 2.4.7    , installed 2.4.7
                                      Adapter    "sony-bravia"  : 1.0.3    , installed 1.0.3
                                      Adapter    "sql"          : 1.16.1   , installed 1.15.7 [Updatable]
                                      Adapter    "synology"     : 1.1.3    , installed 1.1.3
                                      Adapter    "systeminfo"   : 0.3.1    , installed 0.3.1
                                      Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                      Adapter    "telegram"     : 1.11.1   , installed 1.10.0 [Updatable]
                                      Adapter    "terminal"     : 0.1.2    , installed 0.1.2
                                      Adapter    "text2command" : 2.1.1    , installed 2.1.1
                                      Adapter    "tr-064"       : 4.2.15   , installed 4.2.14 [Updatable]
                                      Adapter    "trashschedule": 1.4.2    , installed 1.0.3  [Updatable]
                                      Adapter    "tvspielfilm"  : 2.0.4    , installed 2.0.4
                                      Adapter    "vis"          : 1.4.8    , installed 1.4.5  [Updatable]
                                      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                      Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                      Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                      Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                      Adapter    "vis-metro"    : 1.1.2    , installed 1.1.2
                                      Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                      Adapter    "vis-weather"  : 2.5.5    , installed 2.5.3  [Updatable]
                                      Adapter    "web"          : 4.1.1    , installed 3.2.3  [Updatable]
                                      Adapter    "yr"           : 5.0.0    , installed 3.0.5  [Updatable]
                                      $ iobroker upgrade
                                      
                                      This upgrade of "yr" will introduce the following changes:
                                      ==========================================================================
                                      -> 5.0.0:
                                      Fixed translations
                                      Update dates data type
                                      
                                      -> 4.0.0:
                                      Update dates data type
                                      ==========================================================================
                                      
                                      BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                      Would you like to upgrade yr from @3.0.5 to @5.0.0 now? [(y)es, (n)o]: y
                                      Update yr from @3.0.5 to @5.0.0
                                      NPM version: 6.14.16
                                      Installing iobroker.yr@5.0.0... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      upload [96] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      upload [90] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      upload [80] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/fair_night.svg icons/fair_night.svg image/svg+xml
                                      upload [70] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/heavyrainshowersandthunder_polartwilight.svg icons/heavyrainshowersandthunder_polartwilight.svg image/svg+xml
                                      upload [60] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/heavysnowandthunder.svg icons/heavysnowandthunder.svg image/svg+xml
                                      upload [50] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/lightrainshowers_night.svg icons/lightrainshowers_night.svg image/svg+xml
                                      upload [40] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/lightsnow.svg icons/lightsnow.svg image/svg+xml
                                      upload [30] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/lightssnowshowersandthunder_polartwilight.svg icons/lightssnowshowersandthunder_polartwilight.svg image/svg+xml
                                      upload [20] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/rainshowersandthunder_night.svg icons/rainshowersandthunder_night.svg image/svg+xml
                                      upload [19] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/rainshowersandthunder_polartwilight.svg icons/rainshowersandthunder_polartwilight.svg image/svg+xml
                                      upload [18] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleet.svg icons/sleet.svg image/svg+xml
                                      upload [17] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetandthunder.svg icons/sleetandthunder.svg image/svg+xml
                                      upload [16] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowers_day.svg icons/sleetshowers_day.svg image/svg+xml
                                      upload [15] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowers_night.svg icons/sleetshowers_night.svg image/svg+xml
                                      upload [14] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowers_polartwilight.svg icons/sleetshowers_polartwilight.svg image/svg+xml
                                      upload [13] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowersandthunder_day.svg icons/sleetshowersandthunder_day.svg image/svg+xml
                                      upload [12] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowersandthunder_night.svg icons/sleetshowersandthunder_night.svg image/svg+xml
                                      upload [11] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/sleetshowersandthunder_polartwilight.svg icons/sleetshowersandthunder_polartwilight.svg image/svg+xml
                                      upload [10] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snow.svg icons/snow.svg image/svg+xml
                                      upload [9] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowandthunder.svg icons/snowandthunder.svg image/svg+xml
                                      upload [8] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowers_day.svg icons/snowshowers_day.svg image/svg+xml
                                      upload [7] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowers_night.svg icons/snowshowers_night.svg image/svg+xml
                                      upload [6] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowers_polartwilight.svg icons/snowshowers_polartwilight.svg image/svg+xml
                                      upload [5] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowersandthunder_day.svg icons/snowshowersandthunder_day.svg image/svg+xml
                                      upload [4] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowersandthunder_night.svg icons/snowshowersandthunder_night.svg image/svg+xml
                                      upload [3] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/icons/snowshowersandthunder_polartwilight.svg icons/snowshowersandthunder_polartwilight.svg image/svg+xml
                                      upload [2] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/index_m.html index_m.html text/html
                                      upload [1] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/words.js words.js application/javascript
                                      upload [0] yr.admin /opt/iobroker/node_modules/iobroker.yr/admin/yr.png yr.png image/png
                                      
                                      This upgrade of "vis-weather" will introduce the following changes:
                                      ==========================================================================
                                      -> 2.5.5:
                                      bug fix color of labels in widget
                                      
                                      -> 2.5.4:
                                      avoid endles loops
                                      ==========================================================================
                                      
                                      Would you like to upgrade vis-weather from @2.5.3 to @2.5.5 now? [(y)es, (n)o]: y
                                      Update vis-weather from @2.5.3 to @2.5.5
                                      NPM version: 6.14.16
                                      Installing iobroker.vis-weather@2.5.5... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-weather/www" was not found! Nothing was uploaded or deleted.
                                      upload [3] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/index.html index.html text/html
                                      upload [2] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/index_m.html index_m.html text/html
                                      upload [1] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/vis-weather.png vis-weather.png image/png
                                      upload [0] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/words.js words.js application/javascript
                                      
                                      This upgrade of "tr-064" will introduce the following changes:
                                      ==========================================================================
                                      -> 4.2.15:
                                      fix crash case (Sentry IOBROKER-TR-064-35)
                                      ==========================================================================
                                      
                                      Would you like to upgrade tr-064 from @4.2.14 to @4.2.15 now? [(y)es, (n)o]: y
                                      Update tr-064 from @4.2.14 to @4.2.15
                                      NPM version: 6.14.16
                                      Installing iobroker.tr-064@4.2.15... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      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.11.1:
                                      fixed the receiving files
                                      
                                      -> 1.11.0:
                                      Added bruteforce protection
                                      Extended blockly with `disable_web_preview` option
                                      added `communicate.responseSilent` state to answer silently
                                      
                                      -> 1.10.1:
                                      Updated telegram library
                                      ==========================================================================
                                      
                                      Would you like to upgrade telegram from @1.10.0 to @1.11.1 now? [(y)es, (n)o]: y
                                      Update telegram from @1.10.0 to @1.11.1
                                      NPM version: 6.14.16
                                      Installing iobroker.telegram@1.11.1... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      upload [6] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript
                                      upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html
                                      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 "sql" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.16.1:
                                      Hide settings not relevant when "log changes only" is not used
                                      Allow all number values for debounce again
                                      
                                      -> 1.16.0:
                                      Support only `js.controller` >= 3.3.x
                                      Used system/custom view for collecting the objects
                                      Implemented option to ignore zero- or/and below zero- values
                                      ==========================================================================
                                      
                                      Would you like to upgrade sql from @1.15.7 to @1.16.1 now? [(y)es, (n)o]: y
                                      Update sql from @1.15.7 to @1.16.1
                                      NPM version: 6.14.16
                                      Installing iobroker.sql@1.16.1... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      upload [7] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom.html custom.html text/html
                                      upload [6] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom_m.html custom_m.html text/html
                                      upload [5] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index.html index.html text/html
                                      upload [4] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index_m.html index_m.html text/html
                                      upload [3] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/jsonConfig.json jsonConfig.json application/json
                                      upload [2] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/jsonCustom.json jsonCustom.json application/json
                                      upload [1] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/sql.png sql.png image/png
                                      upload [0] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/words.js words.js application/javascript
                                      Would you like to upgrade node-red from @2.4.1 to @2.4.2 now? [(y)es, (n)o]: y
                                      Update node-red from @2.4.1 to @2.4.2
                                      NPM version: 6.14.16
                                      Installing iobroker.node-red@2.4.2... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      upload [14] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/bcrypt.min.js bcrypt.min.js application/javascript
                                      upload [13] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      upload [12] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                      upload [11] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                      upload [10] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                      upload [9] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                      upload [8] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                      upload [7] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      upload [6] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                      upload [5] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                      upload [4] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                      upload [3] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index.html index.html text/html
                                      upload [2] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index_m.html index_m.html text/html
                                      upload [1] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/node-red.png node-red.png image/png
                                      upload [0] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/words.js words.js application/javascript
                                      
                                      This upgrade of "admin" will at least introduce the following changes:
                                      ==========================================================================
                                      -> 5.2.3:
                                      Fixed error in `AutocompleteSendTo`
                                      Fixed error in charts
                                      
                                      -> 5.2.2:
                                      Changed the minimal required js-controller version to 3.3.22
                                      Used web-socket library 8 (no node 10 support anymore)
                                      
                                      -> 5.2.1:
                                      Allow in expert mode the creation of states and channels in mqtt branch
                                      
                                      -> 5.2.0:
                                      Fix crash cases reported via sentry
                                      Added support for multi-repositories
                                      
                                      -> 5.1.29:
                                      Fix crash cases reported via sentry
                                      Added support for multi-repositories
                                      
                                      -> 5.1.28:
                                      Fixed discovery function
                                      Fixed some GUI bugs
                                      ==========================================================================
                                      
                                      BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                      Would you like to upgrade admin from @4.2.1 to @5.2.3 now? [(y)es, (n)o]: y
                                      Update admin from @4.2.1 to @5.2.3
                                      NPM version: 6.14.16
                                      Installing iobroker.admin@5.2.3... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                      upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                      upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                      upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                      Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.0
                                      
                                      This upgrade of "vis" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.4.8:
                                      Added support for js-controller 4.x
                                      
                                      -> 1.4.7:
                                      Fixed subscribeOidAtRuntime if called with invalid IDs
                                      Added support of license manager
                                      
                                      -> 1.4.6:
                                      Added the license check even without internet
                                      ==========================================================================
                                      
                                      Would you like to upgrade vis from @1.4.5 to @1.4.8 now? [(y)es, (n)o]: y
                                      Update vis from @1.4.5 to @1.4.8
                                      NPM version: 6.14.16
                                      Installing iobroker.vis@1.4.8... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      upload [680] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                      upload [650] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/distribute-vertical-equal.png icon/distribute-vertical-equal.png image/png
                                      upload [600] vis /opt/iobroker/node_modules/iobroker.vis/www/img/faviconEdit.png img/faviconEdit.png image/png
                                      upload [550] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/24/css.png js/fm/icon/mine/24/css.png image/png
                                      upload [500] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/css/superfish/superfish-vertical.css lib/css/superfish/superfish-vertical.css text/css
                                      upload [450] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_AckBool.png widgets/basic/img/Prev_AckBool.png image/png
                                      upload [400] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/calendar/img/calendar.png widgets/calendar/img/calendar.png image/png
                                      upload [350] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/img/Prev_JquiDialog.png widgets/jqui/img/Prev_JquiDialog.png image/png
                                      upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui-mfd/img/fts_window_1w.svg widgets/jqui-mfd/img/fts_window_1w.svg image/svg+xml
                                      upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui-mfd/img/sani_valve_20.png widgets/jqui-mfd/img/sani_valve_20.png image/png
                                      upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/metro/fonts/iconFont.ttf widgets/metro/fonts/iconFont.ttf font/ttf
                                      upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.min.css widgets/tabs/styles/jquery.sliderTabs.min.css text/css
                                      upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/31-1.png widgets/timeandweather/img/clock/31-1.png image/png
                                      upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/41-1.png widgets/timeandweather/img/clock/41-1.png image/png
                                      upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/511-1.png widgets/timeandweather/img/clock/511-1.png image/png
                                      upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/7.png widgets/timeandweather/img/clock/7.png image/png
                                      upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/apm.png widgets/timeandweather/img/clock/apm.png image/png
                                      upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/icon_right.png widgets/timeandweather/img/icon_right.png image/png
                                      upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/dev.html widgets/todo/dev.html text/html
                                      upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.canvaswrapper.js widgets/weather/lib/js/flot/jquery.canvaswrapper.js application/javascript
                                      upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.fillbetween.js widgets/weather/lib/js/flot/jquery.flot.fillbetween.js application/javascript
                                      upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.flatdata.js widgets/weather/lib/js/flot/jquery.flot.flatdata.js application/javascript
                                      upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.hover.js widgets/weather/lib/js/flot/jquery.flot.hover.js application/javascript
                                      upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.image.js widgets/weather/lib/js/flot/jquery.flot.image.js application/javascript
                                      upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.js widgets/weather/lib/js/flot/jquery.flot.js application/javascript
                                      upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.legend.js widgets/weather/lib/js/flot/jquery.flot.legend.js application/javascript
                                      upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.logaxis.js widgets/weather/lib/js/flot/jquery.flot.logaxis.js application/javascript
                                      upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.navigate.js widgets/weather/lib/js/flot/jquery.flot.navigate.js application/javascript
                                      upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.pie.js widgets/weather/lib/js/flot/jquery.flot.pie.js application/javascript
                                      upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.resize.js widgets/weather/lib/js/flot/jquery.flot.resize.js application/javascript
                                      upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.saturated.js widgets/weather/lib/js/flot/jquery.flot.saturated.js application/javascript
                                      upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.selection.js widgets/weather/lib/js/flot/jquery.flot.selection.js application/javascript
                                      upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.stack.js widgets/weather/lib/js/flot/jquery.flot.stack.js application/javascript
                                      upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.symbol.js widgets/weather/lib/js/flot/jquery.flot.symbol.js application/javascript
                                      upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.threshold.js widgets/weather/lib/js/flot/jquery.flot.threshold.js application/javascript
                                      upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.time.js widgets/weather/lib/js/flot/jquery.flot.time.js application/javascript
                                      upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.touch.js widgets/weather/lib/js/flot/jquery.flot.touch.js application/javascript
                                      upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.touchNavigate.js widgets/weather/lib/js/flot/jquery.flot.touchNavigate.js application/javascript
                                      upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.flot.uiConstants.js widgets/weather/lib/js/flot/jquery.flot.uiConstants.js application/javascript
                                      upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather/lib/js/flot/jquery.js widgets/weather/lib/js/flot/jquery.js application/javascript
                                      upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/weather.html widgets/weather.html text/html
                                      upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
                                      upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
                                      upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                      upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
                                      Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.28
                                      Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.0.0
                                      Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.25
                                      Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.28
                                      Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.9
                                      
                                      This upgrade of "info" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.9.18:
                                      Fix invalid object definition to prevent errors in js-controller 4
                                      
                                      -> 1.9.17:
                                      Design fix
                                      Update dependencies
                                      ==========================================================================
                                      
                                      Would you like to upgrade info from @1.9.16 to @1.9.18 now? [(y)es, (n)o]: y
                                      Update info from @1.9.16 to @1.9.18
                                      NPM version: 6.14.16
                                      Installing iobroker.info@1.9.18... (System call)
                                      Could not check npm version: This directory tree does not contain a package.json
                                      Assuming that correct version is installed.
                                      upload [85] info.admin /opt/iobroker/node_modules/iobroker.info/admin/index_m.html index_m.html text/html
                                      upload [80] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/info.css lib/css/info.css text/css
                                      upload [70] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/hourhand.png lib/img/clock/hourhand.png image/png
                                      upload [60] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/memory.png lib/img/icons/memory.png image/png
                                      upload [50] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/coreos.png lib/img/logos/coreos.png image/png
                                      upload [40] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/manjaro.png lib/img/logos/manjaro.png image/png
                                      upload [30] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/slackware.png lib/img/logos/slackware.png image/png
                                      upload [20] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/bootstrap.min.js lib/js/bootstrap.min.js application/javascript
                                      upload [19] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/chartist.min.js lib/js/chartist.min.js application/javascript
                                      upload [18] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/clock.js lib/js/clock.js application/javascript
                                      upload [17] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/commons.js lib/js/commons.js application/javascript
                                      upload [16] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/documentation.js lib/js/documentation.js application/javascript
                                      upload [15] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/feednami.min.js lib/js/feednami.min.js application/javascript
                                      upload [14] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/format-google-calender.js lib/js/format-google-calender.js application/javascript
                                      upload [13] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/forum.js lib/js/forum.js application/javascript
                                      upload [12] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/githubData.js lib/js/githubData.js application/javascript
                                      upload [11] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/helper.js lib/js/helper.js application/javascript
                                      upload [10] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/hostInfo.js lib/js/hostInfo.js application/javascript
                                      upload [9] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/info.js lib/js/info.js application/javascript
                                      upload [8] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/news.js lib/js/news.js application/javascript
                                      upload [7] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/popupnews.js lib/js/popupnews.js application/javascript
                                      upload [6] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/searchGithub.js lib/js/searchGithub.js application/javascript
                                      upload [5] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                      upload [4] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/simplemde.min.js lib/js/simplemde.min.js application/javascript
                                      upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/systemInformation.js lib/js/systemInformation.js application/javascript
                                      upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/updateAdapter.js lib/js/updateAdapter.js application/javascript
                                      upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/tab_m.html tab_m.html text/html
                                      upload [0] info.admin /opt/iobroker/node_modules/iobroker.info/admin/words.js words.js application/javascript
                                      Cannot check dependencies: Invalid version of "admin". Installed "4.2.1", required ">=5.1.19
                                      $ ^C
                                      $
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #20

                                      @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                                      OK:5 https://dl.yarnpkg.com/debian stable InRelease

                                      Wo kommt die Quelle her? Braucht kein Mensch beim ioBroker.
                                      Und kürz dein login prompt nicht. Man muss sehen in welchem Verzeichnis du da rumspringst.

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

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                                        OK:5 https://dl.yarnpkg.com/debian stable InRelease

                                        Wo kommt die Quelle her? Braucht kein Mensch beim ioBroker.
                                        Und kürz dein login prompt nicht. Man muss sehen in welchem Verzeichnis du da rumspringst.

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

                                        @thomas-braun sehe nur ich keine npm Version?

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

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @thomas-braun sehe nur ich keine npm Version?

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

                                          @homoran
                                          Richtig.
                                          Könnte mit der Quelle für yarn zusammenhängen. Wenn da yarn installiert wurde kann es sein, dass der dann den npm rauskickt.

                                          @pingps

                                          sudo apt update
                                          sudo apt install --reinstall nodejs
                                          

                                          KOMPLETTE Ein- und Ausgaben.

                                          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

                                          P 1 Antwort Letzte Antwort
                                          0

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

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

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

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


                                          Support us

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

                                          489

                                          Online

                                          32.8k

                                          Benutzer

                                          82.7k

                                          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