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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller 4.0 jetzt im BETA/LATEST!

NEWS

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

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

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

js-controller 4.0 jetzt im BETA/LATEST!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
747 Beiträge 70 Kommentatoren 224.1k Aufrufe 60 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • C ChrisXY

    @e-s Danke da habe ich keine Fehler bekommen. Jedoch bei iobroker Start kommt auch die Migrations meldung. Aber mein iobroker Menü links ist auch leer. Zigbee usw. alles fehlt. Einige Adapter werden auch nicht mehr grün
    Fhem, Zigbee ... ich lass iobroker mal etwas Zeit

    iobroker status sagt auch nicht mehr redis
    iobroker is running on this host.

    Objects type: file
    States type: file

    Scheinbar beim Update mein Redis verloren gegangen. Bekomm es auch nicht hin iob fix usw.. immer Zugriffs Probleme

    Connecting to previous DB "file"...
    Creating backup ...
    This can take some time ... please be patient!
    host.iobroker 19727 states saved
    host.iobroker 22369 objects saved
    Backup created: /opt/iobroker/backups/2022_02_08-12_52_25_backupiobroker-migration.tar.gz
    updating conf/iobroker.json
    Uncaught Rejection: Error: EACCES: permission denied, open '/iobroker-data/iobroker.json.bak'
        at Object.openSync (fs.js:476:3)
        at Object.writeFileSync (fs.js:1467:35)
        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:521:24
    This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
    Error: EACCES: permission denied, open '/iobroker-data/iobroker.json.bak'
        at Object.openSync (fs.js:476:3)
        at Object.writeFileSync (fs.js:1467:35)
        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:521:24
    root@iobroker:/dev# iob status
    iobroker is not running on this host.
    
    
    Objects type: file
    States  type: file
    
    apollon77A Offline
    apollon77A Offline
    apollon77
    schrieb am zuletzt editiert von
    #140

    @chrisxy Ääähmm ... was Hast Du genau hier getan? Das ist ist ein Migration-Prozess ... so mir scheint es als ob du aktiv über "iob setup custom" eine Migration zu "file" gemacht hast und dabei gab es einen Permission Fehler.

    Um es jetzt zu fixen:
    1.) iob fix um die Rechtefehler zu fixen
    2.) Wenn DU zurück zum letzten Redis Stand willst editiere die /opt/iobroker/iobroker-data/iobroker.json und ändere bei objects und states jeweils den Typ in "redis" da wo jetzt scheinbar "file" steht.

    Danach sollte erstmal alles wieder laufen

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

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

      Hallo hier meine Erkenntnisse des Tests. Ob die alle durch den js-controller verursacht sind weiß ich nicht. sind aber auch keine Kriitischen Fehler:

      Ausganslage:
      Getestet wird in einem docker-container auf Basis buanet/iobroker:latest in einem macvlan. volumes wurden nicht in einen Ordner herausgeführt

      docker-compose-file

      version: '2.1'
      
      services:
        iobrokertest4_0_0:
          restart: always
          image: buanet/iobroker:latest
          container_name: iobrokertest4_0_0
          hostname: iobrokertest4_0_0
          ports:
            - "8081:8081"
          volumes:
            - iobrokertest4_0_0:/opt/iobroker
          networks:
            dockerMACVLAN:
              ipv4_address: 192.168.1.87
      
      networks:
        dockerMACVLAN:
          external: true
      
      volumes:
        iobrokertest4_0_0:
      
      

      Testablauf
      Nach Erzeugen des Containers wurden das repo auf latest gesetzt. Hier ist mir aufgefallen, das beim Speichern des Konfigurationsdialog eine Fehlermeldung auftrat "DB cannot be read " oder so ähnlich. Der Dialog konnte nicht geschlossen werden, sondern man musste erneut die http-adresse des iobrokers eingeben.

      Fehler/Problem1: Beim Speichern des Konfigurationsdialog konnte der Dialog nicht geschlossen werden.

      im Anschluss habe ich alle Adapter aktualisiert
      Danach Update von js-controller
      Fehler/Problem2: Bei den Hinweisen gibt es einen Fehler im adapterfixer. Es fehlt ein leerzeichen zwischen bash und -

      curl -sL https://iobroker.net/fix.sh | bash-
      

      upgrade lief soweit gut, bis auf die oben bereits benannten Probleme (angezeigte Fehlermeldungen, Fixer muss durchgeführt werden, sonst Fehlermeldung "operation not permittet"

      Im Anschluss dann noch Update des Admin-Adapters

      Beim installieren von Adaptern traten 2 Probleme auf.
      Der Adapter hat eine Abhängigkeit zu vis, vis eine Abhängigkeit zu web. Beide wurden auch installiert, nur am Ende brach die Installation des eigentlichen Adapters mit Fehlermeldung ab (meldung landete nicht im log)

      Fehler/Problem3:
      Bei Installation von Adaptern mit Abhängigkeiten zu vis/web wird der eigentliche Adapter nicht installiert.

      Ein erneuter Aufruf der Installation endete dann mit der folgenden Fehlermeldung

      iobroker adapter "rssfeed" cannot be installed: Cannot read property 'startsWith' of undefined
      iobroker adapter "tvprogram" cannot be installed: Cannot read property 'startsWith' of undefined
      

      Fehler/Problem4:
      Innerhalb einer gewissen zeit nach Umstellung und Start von iobroker können keine Adapter installiert werden. Das sollte über eine Meldung dem Nutzer signalisiert werden.

      Nach einer gewissen Zeit, klappte dann die erneute Installation der Adapter

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

      @oliverio Zu Fehler 1: Ich verstehe nicht was Du meinst. Hast Du da mehr Infos? Screenshot? Whatever?

      zu Fehler 3: Unbekannt, bitte GitHub issue anlegen. Und am besten mehr logs bitte und so. Ich kann DAS nicht niachstellen, aber sehe ein anderes issue wenn ich tvprogram installiere und weder web noch vis habe

      Zu Fehler 4: Keine Ahnung was du meinst? Was sagt das system am anfang? Die Installation sollte an sich davon unabhängig sein ...Mehr details und Logs bitte

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

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

        Hi,

        Also ich kann nach dem Update keine adapter mehr updaten, das Update selbst ist ohne Probleme durchgelaufen bis auf die erwarteten Fehler.

        apollon77A 1 Antwort Letzte Antwort
        0
        • M m0rph

          Hi,

          Also ich kann nach dem Update keine adapter mehr updaten, das Update selbst ist ohne Probleme durchgelaufen bis auf die erwarteten Fehler.

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

          @m0rph Was bedeutet "kannst nicht mehr updaten"? Fehlermeldung?

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

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

            @m0rph Was bedeutet "kannst nicht mehr updaten"? Fehlermeldung?

            M Offline
            M Offline
            m0rph
            schrieb am zuletzt editiert von m0rph
            #144

            @apollon77 Gibt eig keine Fehlermeldung das Update läuft durch, verschwindet aber nicht, auch nicht nach einen kompletten reload der seite, wenn ich dann per Snaphsot zurück gehe auf 3.3.22 funktioniert es wieder

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • M m0rph

              @apollon77 Gibt eig keine Fehlermeldung das Update läuft durch, verschwindet aber nicht, auch nicht nach einen kompletten reload der seite, wenn ich dann per Snaphsot zurück gehe auf 3.3.22 funktioniert es wieder

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

              @m0rph sagte in js-controller 4.0 jetzt im BETA/LATEST!:

              Gibt eig keine Fehlermeldung das Update läuft durch, verschwindet aber nicht, auch nicht nach einen kompletten reload der seite

              Zuviel GUI im Spiel. Im LogFile auf der Kommandozeile kommt was?
              Schau mit

              iobroker logs --watch
              

              danach.

              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

              M 1 Antwort Letzte Antwort
              0
              • apollon77A apollon77

                @oliverio Zu Fehler 1: Ich verstehe nicht was Du meinst. Hast Du da mehr Infos? Screenshot? Whatever?

                zu Fehler 3: Unbekannt, bitte GitHub issue anlegen. Und am besten mehr logs bitte und so. Ich kann DAS nicht niachstellen, aber sehe ein anderes issue wenn ich tvprogram installiere und weder web noch vis habe

                Zu Fehler 4: Keine Ahnung was du meinst? Was sagt das system am anfang? Die Installation sollte an sich davon unabhängig sein ...Mehr details und Logs bitte

                OliverIOO Offline
                OliverIOO Offline
                OliverIO
                schrieb am zuletzt editiert von
                #146

                Ich glaube ich muss ein screenToGif machen.

                @apollon77 sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                @oliverio Zu Fehler 1: Ich verstehe nicht was Du meinst. Hast Du da mehr Infos? Screenshot? Whatever?

                da erscheint nur kurz eine Meldung. Im Server-Log ist nichts zu sehen. Browser-Log muss ich nochmal schauen.

                zu Fehler 3: Unbekannt, bitte GitHub issue anlegen. Und am besten mehr logs bitte und so. Ich kann DAS nicht niachstellen, aber sehe ein anderes issue wenn ich tvprogram installiere und weder web noch vis habe

                ok, werde neu aufsetzen und dann ein komplettes log bereitstellen

                Zu Fehler 4: Keine Ahnung was du meinst? Was sagt das system am anfang? Die Installation sollte an sich davon unabhängig sein ...Mehr details und Logs bitte

                Meine Adapter und Widgets
                TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                Links im Profil

                1 Antwort Letzte Antwort
                1
                • Thomas BraunT Thomas Braun

                  @m0rph sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                  Gibt eig keine Fehlermeldung das Update läuft durch, verschwindet aber nicht, auch nicht nach einen kompletten reload der seite

                  Zuviel GUI im Spiel. Im LogFile auf der Kommandozeile kommt was?
                  Schau mit

                  iobroker logs --watch
                  

                  danach.

                  M Offline
                  M Offline
                  m0rph
                  schrieb am zuletzt editiert von wendy2702
                  #147

                  @thomas-braun Ich bekomme bei jeden versuch diese Warnung geloggt

                  2022-02-08 18:04:41.756	error	iobroker Assuming that correct version is installed.
                  2022-02-08 18:04:41.754	error	iobroker Could not check npm version: This directory tree does not contain a package.json
                  

                  MOD EDIT: LOG in Code Tags gesetzt

                  Thomas BraunT 1 Antwort Letzte Antwort
                  1
                  • M m0rph

                    @thomas-braun Ich bekomme bei jeden versuch diese Warnung geloggt

                    2022-02-08 18:04:41.756	error	iobroker Assuming that correct version is installed.
                    2022-02-08 18:04:41.754	error	iobroker Could not check npm version: This directory tree does not contain a package.json
                    

                    MOD EDIT: LOG in Code Tags gesetzt

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

                    @m0rph sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                    iobroker Could not check npm version: This directory tree does not contain a package.json
                    

                    Habe ich noch nie gesehen, die Meldung. In welchem Verzeichnis springst du denn da rum?

                    nodeJS / npm richtig installiert?

                    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
                    

                    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

                    M 1 Antwort Letzte Antwort
                    1
                    • Thomas BraunT Thomas Braun

                      @m0rph sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                      iobroker Could not check npm version: This directory tree does not contain a package.json
                      

                      Habe ich noch nie gesehen, die Meldung. In welchem Verzeichnis springst du denn da rum?

                      nodeJS / npm richtig installiert?

                      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
                      
                      M Offline
                      M Offline
                      m0rph
                      schrieb am zuletzt editiert von
                      #149

                      @thomas-braun sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                      which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                      Hab die Befehle mal ausgeführt hat nichts gebracht, der link zur nodejs war schon vorhanden, npm -v funktioniert auch normal

                      Thomas BraunT apollon77A 2 Antworten Letzte Antwort
                      0
                      • M m0rph

                        @thomas-braun sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                        Hab die Befehle mal ausgeführt hat nichts gebracht, der link zur nodejs war schon vorhanden, npm -v funktioniert auch normal

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

                        @m0rph sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                        hat nichts gebracht

                        Das soll auch 'nichts bringen', das soll nur den Helfern zeigen womit du da unterwegs bist. Ausgaben in CodeTags hier ins Forum posten.

                        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

                        M 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @m0rph sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                          hat nichts gebracht

                          Das soll auch 'nichts bringen', das soll nur den Helfern zeigen womit du da unterwegs bist. Ausgaben in CodeTags hier ins Forum posten.

                          M Offline
                          M Offline
                          m0rph
                          schrieb am zuletzt editiert von
                          #151

                          @thomas-braun sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                          Das soll auch 'nichts bringen', das soll nur den Helfern zeigen womit du da unterwegs bist. Ausgaben in CodeTags hier ins Forum posten.

                          /usr/bin/nodejs
                          /usr/bin/node
                          /usr/bin/npm
                          v14.19.0
                          v14.19.0
                          6.14.16
                          root
                          /root
                          OK:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
                          OK:2 http://de.archive.ubuntu.com/ubuntu xenial InRelease
                          OK:3 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
                          OK:4 https://deb.nodesource.com/node_14.x xenial InRelease
                          OK:5 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
                          OK:6 https://esm.ubuntu.com/infra/ubuntu xenial-infra-security InRelease
                          OK:7 https://esm.ubuntu.com/infra/ubuntu xenial-infra-updates InRelease
                          Ign:8 https://download.webmin.com/download/repository sarge InRelease
                          OK:9 https://download.webmin.com/download/repository sarge Release
                          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 500
                                  500 https://deb.nodesource.com/node_14.x xenial/main amd64 Packages
                                  100 /var/lib/dpkg/status
                               4.2.6~dfsg-1ubuntu4.2 500
                                  500 http://de.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
                                  500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
                               4.2.6~dfsg-1ubuntu4 500
                                  500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • M m0rph

                            @thomas-braun sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                            Das soll auch 'nichts bringen', das soll nur den Helfern zeigen womit du da unterwegs bist. Ausgaben in CodeTags hier ins Forum posten.

                            /usr/bin/nodejs
                            /usr/bin/node
                            /usr/bin/npm
                            v14.19.0
                            v14.19.0
                            6.14.16
                            root
                            /root
                            OK:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
                            OK:2 http://de.archive.ubuntu.com/ubuntu xenial InRelease
                            OK:3 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
                            OK:4 https://deb.nodesource.com/node_14.x xenial InRelease
                            OK:5 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
                            OK:6 https://esm.ubuntu.com/infra/ubuntu xenial-infra-security InRelease
                            OK:7 https://esm.ubuntu.com/infra/ubuntu xenial-infra-updates InRelease
                            Ign:8 https://download.webmin.com/download/repository sarge InRelease
                            OK:9 https://download.webmin.com/download/repository sarge Release
                            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 500
                                    500 https://deb.nodesource.com/node_14.x xenial/main amd64 Packages
                                    100 /var/lib/dpkg/status
                                 4.2.6~dfsg-1ubuntu4.2 500
                                    500 http://de.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
                                    500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
                                 4.2.6~dfsg-1ubuntu4 500
                                    500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #152

                            @m0rph

                            Ubuntu xenial ist Steinzeit. Und nur noch im Wachkoma künstlich am Leben gehalten.
                            Und als root agiert man (gerade auf einem Ubuntu) nicht.

                            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

                            M 1 Antwort Letzte Antwort
                            1
                            • Thomas BraunT Thomas Braun

                              @m0rph

                              Ubuntu xenial ist Steinzeit. Und nur noch im Wachkoma künstlich am Leben gehalten.
                              Und als root agiert man (gerade auf einem Ubuntu) nicht.

                              M Offline
                              M Offline
                              m0rph
                              schrieb am zuletzt editiert von
                              #153

                              @thomas-braun Mag sein, was hat das jetzt genau mit dem Problem zu tun !?

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • M m0rph

                                @thomas-braun Mag sein, was hat das jetzt genau mit dem Problem zu tun !?

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

                                @m0rph
                                Warum sollte es nicht mit dem Problem zu tun haben?

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

                                M 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @m0rph
                                  Warum sollte es nicht mit dem Problem zu tun haben?

                                  M Offline
                                  M Offline
                                  m0rph
                                  schrieb am zuletzt editiert von
                                  #155

                                  @thomas-braun Bin kein Entwickler, ich weis nur das es mit der alten version funktioniert, aber egal ich werde es einfach lassen, und bei Zeiten OS updaten, ich hoffe ja das es mit einen aktuellen ubuntu funktioniert

                                  1 Antwort Letzte Antwort
                                  0
                                  • apollon77A apollon77

                                    @crunchip sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                                    die Meldung kommt bei jedem Adapter update

                                    Kannst Das ggf nochmal versuchen nachzustellen und dazu das kommando anstelle über "iob upgrade name" mal mittels ´node --trace-warnings /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js upgrade name` machen ... dann sollten mehr infos kommen ...

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

                                    @apollon77 sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                                    Kannst Das ggf nochmal versuchen nachzustellen

                                    Kann ich später, wenn ich zu hause bin.
                                    Die Meldungen, kamen übrigens auch schon beim controller update selbst

                                    umgestiegen von Proxmox auf Unraid

                                    1 Antwort Letzte Antwort
                                    0
                                    • OliverIOO Offline
                                      OliverIOO Offline
                                      OliverIO
                                      schrieb am zuletzt editiert von OliverIO
                                      #157

                                      @apollon77 sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                                      @oliverio Zu Fehler 1: Ich verstehe nicht was Du meinst. Hast Du da mehr Infos? Screenshot? Whatever?

                                      zu Fehler 3: Unbekannt, bitte GitHub issue anlegen. Und am besten mehr logs bitte und so. Ich kann DAS nicht niachstellen, aber sehe ein anderes issue wenn ich tvprogram installiere und weder web noch vis habe

                                      Zu Fehler 4: Keine Ahnung was du meinst? Was sagt das system am anfang? Die Installation sollte an sich davon unabhängig sein ...Mehr details und Logs bitte

                                      So hier die Berichte.

                                      Log vom initialen Start, über das upgrade, bis zur installation eines Adapters

                                      2022-02-08 18:41:47.543 - info: host.iobrokertest4_0_0 iobroker.js-controller version 3.3.21 js-controller starting
                                      2022-02-08 18:41:47.548 - info: host.iobrokertest4_0_0 Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                      2022-02-08 18:41:47.549 - info: host.iobrokertest4_0_0 hostname: iobrokertest4_0_0, node: v14.19.0
                                      2022-02-08 18:41:47.549 - info: host.iobrokertest4_0_0 ip addresses: 192.168.1.87
                                      2022-02-08 18:41:47.848 - info: host.iobrokertest4_0_0 connected to Objects and States
                                      2022-02-08 18:41:47.903 - info: host.iobrokertest4_0_0 added notifications configuration of host
                                      2022-02-08 18:41:48.195 - info: host.iobrokertest4_0_0 3 instances found
                                      2022-02-08 18:41:48.205 - info: host.iobrokertest4_0_0 starting 3 instances
                                      2022-02-08 18:41:48.252 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 768
                                      2022-02-08 18:41:48.396 - info: host.iobrokertest4_0_0 Created UUID: d09d807c-10f4-4c1e-afc6-ae53d83f8286
                                      2022-02-08 18:41:50.034 - info: admin.0 (768) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 3.3.21
                                      2022-02-08 18:41:50.089 - info: admin.0 (768) requesting all states
                                      2022-02-08 18:41:50.090 - info: admin.0 (768) requesting all objects
                                      2022-02-08 18:41:50.159 - info: admin.0 (768) received all objects
                                      2022-02-08 18:41:50.185 - info: admin.0 (768) Request actual repository...
                                      2022-02-08 18:41:50.197 - info: host.iobrokertest4_0_0 Updating repository "default" under "http://download.iobroker.net/sources-dist.json"
                                      2022-02-08 18:41:50.205 - info: admin.0 (768) http server listening on port 8081
                                      2022-02-08 18:41:50.206 - info: admin.0 (768) Use link "http://localhost:8081" to configure.
                                      2022-02-08 18:41:50.498 - info: admin.0 (768) State value to set for "admin.0.info.lastUpdateCheck" has to be type "number" but received type "string"
                                      2022-02-08 18:41:50.539 - warn: admin.0 (768) Repository cannot be read
                                      2022-02-08 18:41:51.474 - info: admin.0 (768) Repository received successfully.
                                      2022-02-08 18:41:52.246 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 783
                                      2022-02-08 18:41:53.586 - info: discovery.0 (783) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 3.3.21
                                      2022-02-08 18:41:56.232 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 809
                                      2022-02-08 18:41:57.732 - info: backitup.0 (809) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.21
                                      2022-02-08 18:41:57.788 - info: backitup.0 (809) [iobroker] backup was activated at 02:40 every 1 day(s)
                                      2022-02-08 18:43:06.406 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                      2022-02-08 18:43:06.417 - info: admin.0 (768) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:43:06.422 - info: admin.0 (768) terminating http server on port 8081
                                      2022-02-08 18:43:06.423 - info: admin.0 (768) terminating
                                      2022-02-08 18:43:06.425 - info: admin.0 (768) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:43:06.459 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                      2022-02-08 18:43:06.593 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                      2022-02-08 18:43:06.603 - info: backitup.0 (809) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:43:06.605 - info: backitup.0 (809) cleaned everything up...
                                      2022-02-08 18:43:06.606 - info: backitup.0 (809) terminating
                                      2022-02-08 18:43:06.607 - info: backitup.0 (809) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:43:06.644 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 send kill signal
                                      2022-02-08 18:43:06.704 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=true)
                                      2022-02-08 18:43:06.710 - info: discovery.0 (783) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:43:06.712 - info: discovery.0 (783) terminating
                                      2022-02-08 18:43:06.714 - info: discovery.0 (783) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:43:06.753 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 send kill signal
                                      2022-02-08 18:43:07.148 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:43:07.435 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:43:07.463 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 killing pid 768
                                      2022-02-08 18:43:07.566 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:43:09.501 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 881
                                      2022-02-08 18:43:09.665 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 888
                                      2022-02-08 18:43:09.778 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 895
                                      2022-02-08 18:43:11.301 - info: backitup.0 (888) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.21
                                      2022-02-08 18:43:11.340 - info: discovery.0 (895) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 3.3.21
                                      2022-02-08 18:43:11.399 - info: backitup.0 (888) [iobroker] backup was activated at 02:40 every 1 day(s)
                                      2022-02-08 18:43:11.524 - info: admin.0 (881) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 3.3.21
                                      2022-02-08 18:43:11.571 - info: admin.0 (881) requesting all states
                                      2022-02-08 18:43:11.572 - info: admin.0 (881) requesting all objects
                                      2022-02-08 18:43:11.730 - info: admin.0 (881) received all objects
                                      2022-02-08 18:43:11.745 - warn: admin.0 (881) Repository cannot be read
                                      2022-02-08 18:43:11.868 - info: admin.0 (881) http server listening on port 8081
                                      2022-02-08 18:43:11.869 - info: admin.0 (881) Use link "http://localhost:8081" to configure.
                                      2022-02-08 18:43:22.270 - info: host.iobrokertest4_0_0 Updating repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                      2022-02-08 18:43:59.410 - info: host.iobrokertest4_0_0 iobroker upgrade backitup@2.2.4
                                      2022-02-08 18:44:01.390 - info: host.iobrokertest4_0_0 iobroker Update backitup from @2.2.2 to @2.2.4
                                      2022-02-08 18:44:01.410 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Adapter "system.adapter.backitup.0" is stopped.
                                      2022-02-08 18:44:01.435 - info: host.iobrokertest4_0_0 "system.adapter.backitup.0" disabled
                                      2022-02-08 18:44:01.436 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                      2022-02-08 18:44:01.447 - info: backitup.0 (888) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:44:01.449 - info: backitup.0 (888) cleaned everything up...
                                      2022-02-08 18:44:01.450 - info: backitup.0 (888) terminating
                                      2022-02-08 18:44:01.452 - info: backitup.0 (888) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:44:01.487 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 send kill signal
                                      2022-02-08 18:44:01.891 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16
                                      2022-02-08 18:44:01.895 - info: host.iobrokertest4_0_0 iobroker npm install iobroker.backitup@2.2.4 --loglevel error --prefix "/opt/iobroker" (System call)
                                      2022-02-08 18:44:01.996 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:44:25.720 - info: host.iobrokertest4_0_0 iobroker upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                                      2022-02-08 18:44:25.755 - info: host.iobrokertest4_0_0 iobroker Update "system.adapter.backitup.0"
                                      2022-02-08 18:44:25.875 - info: host.iobrokertest4_0_0 iobroker upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                                      2022-02-08 18:44:25.939 - info: host.iobrokertest4_0_0 iobroker upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                                      2022-02-08 18:44:26.005 - info: host.iobrokertest4_0_0 iobroker upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                                      2022-02-08 18:44:26.070 - info: host.iobrokertest4_0_0 iobroker upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                                      2022-02-08 18:44:26.133 - info: host.iobrokertest4_0_0 iobroker upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                                      2022-02-08 18:44:26.201 - info: host.iobrokertest4_0_0 iobroker upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:44:26.263 - info: host.iobrokertest4_0_0 iobroker upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                                      2022-02-08 18:44:26.326 - info: host.iobrokertest4_0_0 iobroker upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                                      2022-02-08 18:44:26.386 - info: host.iobrokertest4_0_0 iobroker upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                                      2022-02-08 18:44:26.448 - info: host.iobrokertest4_0_0 iobroker upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                                      2022-02-08 18:44:26.511 - info: host.iobrokertest4_0_0 iobroker Adapter "backitup" updated
                                      2022-02-08 18:44:26.512 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Adapter "system.adapter.backitup.0" is started
                                      2022-02-08 18:44:26.529 - info: host.iobrokertest4_0_0 "system.adapter.backitup.0" enabled
                                      2022-02-08 18:44:26.583 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 1012
                                      2022-02-08 18:44:27.578 - info: host.iobrokertest4_0_0 iobroker exit 0
                                      2022-02-08 18:44:27.810 - info: host.iobrokertest4_0_0 iobroker upgrade discovery@2.7.5
                                      2022-02-08 18:44:28.147 - info: backitup.0 (1012) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.21
                                      2022-02-08 18:44:28.206 - info: backitup.0 (1012) [iobroker] backup was activated at 02:40 every 1 day(s)
                                      2022-02-08 18:44:29.686 - info: host.iobrokertest4_0_0 iobroker Update discovery from @2.7.0 to @2.7.5
                                      2022-02-08 18:44:30.108 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16
                                      2022-02-08 18:44:30.111 - info: host.iobrokertest4_0_0 iobroker npm install iobroker.discovery@2.7.5 --loglevel error --prefix "/opt/iobroker" (System call)
                                      2022-02-08 18:44:49.940 - info: host.iobrokertest4_0_0 iobroker upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                      2022-02-08 18:44:49.975 - info: host.iobrokertest4_0_0 iobroker Update "system.adapter.discovery.0"
                                      2022-02-08 18:44:49.989 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=true)
                                      2022-02-08 18:44:49.994 - info: discovery.0 (895) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:44:49.996 - info: discovery.0 (895) terminating
                                      2022-02-08 18:44:49.997 - info: discovery.0 (895) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:44:50.034 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 send kill signal
                                      2022-02-08 18:44:50.042 - info: host.iobrokertest4_0_0 iobroker upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                      2022-02-08 18:44:50.104 - info: host.iobrokertest4_0_0 iobroker upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                      2022-02-08 18:44:50.165 - info: host.iobrokertest4_0_0 iobroker upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                      2022-02-08 18:44:50.230 - info: host.iobrokertest4_0_0 iobroker upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:44:50.293 - info: host.iobrokertest4_0_0 iobroker upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                      2022-02-08 18:44:50.355 - info: host.iobrokertest4_0_0 iobroker upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                      2022-02-08 18:44:50.417 - info: host.iobrokertest4_0_0 iobroker Adapter "discovery" updated
                                      2022-02-08 18:44:50.537 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:44:51.453 - info: host.iobrokertest4_0_0 iobroker exit 0
                                      2022-02-08 18:44:53.066 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 1080
                                      2022-02-08 18:44:54.859 - info: discovery.0 (1080) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 3.3.21
                                      2022-02-08 18:45:07.794 - info: host.iobrokertest4_0_0 received SIGTERM
                                      2022-02-08 18:45:07.809 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                      2022-02-08 18:45:07.810 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=true)
                                      2022-02-08 18:45:07.811 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                      2022-02-08 18:45:07.822 - info: admin.0 (881) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:45:07.828 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                      2022-02-08 18:45:07.824 - info: discovery.0 (1080) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:45:07.825 - info: backitup.0 (1012) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:45:07.825 - info: discovery.0 (1080) terminating
                                      2022-02-08 18:45:07.827 - info: discovery.0 (1080) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:45:07.826 - info: backitup.0 (1012) cleaned everything up...
                                      2022-02-08 18:45:07.827 - info: backitup.0 (1012) terminating
                                      2022-02-08 18:45:07.829 - info: backitup.0 (1012) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:45:07.828 - info: admin.0 (881) terminating http server on port 8081
                                      2022-02-08 18:45:07.830 - info: admin.0 (881) terminating
                                      2022-02-08 18:45:07.832 - info: admin.0 (881) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:45:07.834 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 send kill signal
                                      2022-02-08 18:45:07.835 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 send kill signal
                                      2022-02-08 18:45:08.417 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:45:08.418 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:45:08.422 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:45:08.423 - info: host.iobrokertest4_0_0 All instances are stopped.
                                      2022-02-08 18:45:08.490 - info: host.iobrokertest4_0_0 terminated
                                      2022-02-08 18:47:37.619 - info: host.iobrokertest4_0_0 iobroker.js-controller version 4.0.4 js-controller starting
                                      2022-02-08 18:47:37.625 - info: host.iobrokertest4_0_0 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                                      2022-02-08 18:47:37.625 - info: host.iobrokertest4_0_0 hostname: iobrokertest4_0_0, node: v14.19.0
                                      2022-02-08 18:47:37.626 - info: host.iobrokertest4_0_0 ip addresses: 192.168.1.87
                                      2022-02-08 18:47:38.187 - info: host.iobrokertest4_0_0 connected to Objects and States
                                      2022-02-08 18:47:38.209 - info: host.iobrokertest4_0_0 added notifications configuration of host
                                      2022-02-08 18:47:38.214 - info: host.iobrokertest4_0_0 Node.js version has changed from unknown to 14.19.0
                                      2022-02-08 18:47:38.243 - info: host.iobrokertest4_0_0 Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
                                      2022-02-08 18:47:38.574 - info: host.iobrokertest4_0_0 3 instances found
                                      2022-02-08 18:47:38.583 - info: host.iobrokertest4_0_0 starting 3 instances
                                      2022-02-08 18:47:38.625 - error: host.iobrokertest4_0_0 instance system.adapter.admin.0 could not be started: Error: spawn EPERM
                                      2022-02-08 18:47:42.613 - error: host.iobrokertest4_0_0 instance system.adapter.discovery.0 could not be started: Error: spawn EPERM
                                      2022-02-08 18:47:46.611 - error: host.iobrokertest4_0_0 instance system.adapter.backitup.0 could not be started: Error: spawn EPERM
                                      2022-02-08 18:50:48.815 - info: host.iobrokertest4_0_0 received SIGTERM
                                      2022-02-08 18:50:48.827 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=false)
                                      2022-02-08 18:50:48.828 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=false)
                                      2022-02-08 18:50:48.828 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=false)
                                      2022-02-08 18:51:03.860 - info: host.iobrokertest4_0_0 force terminating
                                      2022-02-08 18:51:32.466 - info: host.iobrokertest4_0_0 iobroker.js-controller version 4.0.4 js-controller starting
                                      2022-02-08 18:51:32.471 - info: host.iobrokertest4_0_0 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                                      2022-02-08 18:51:32.472 - info: host.iobrokertest4_0_0 hostname: iobrokertest4_0_0, node: v14.19.0
                                      2022-02-08 18:51:32.473 - info: host.iobrokertest4_0_0 ip addresses: 192.168.1.87
                                      2022-02-08 18:51:33.091 - info: host.iobrokertest4_0_0 connected to Objects and States
                                      2022-02-08 18:51:33.113 - info: host.iobrokertest4_0_0 added notifications configuration of host
                                      2022-02-08 18:51:33.524 - info: host.iobrokertest4_0_0 3 instances found
                                      2022-02-08 18:51:33.533 - info: host.iobrokertest4_0_0 starting 3 instances
                                      2022-02-08 18:51:33.579 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 3495
                                      2022-02-08 18:51:35.392 - info: admin.0 (3495) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:51:35.441 - info: admin.0 (3495) requesting all states
                                      2022-02-08 18:51:35.442 - info: admin.0 (3495) requesting all objects
                                      2022-02-08 18:51:35.823 - info: admin.0 (3495) received all objects
                                      2022-02-08 18:51:36.011 - info: admin.0 (3495) http server listening on port 8081
                                      2022-02-08 18:51:36.011 - info: admin.0 (3495) Use link "http://localhost:8081" to configure.
                                      2022-02-08 18:51:37.572 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 3523
                                      2022-02-08 18:51:38.946 - info: discovery.0 (3523) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:51:41.647 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 3546
                                      2022-02-08 18:51:43.170 - info: backitup.0 (3546) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:51:43.225 - info: backitup.0 (3546) [iobroker] backup was activated at 02:40 every 1 day(s)
                                      2022-02-08 18:51:54.882 - info: host.iobrokertest4_0_0 iobroker upgrade admin@5.2.3
                                      2022-02-08 18:51:57.100 - info: host.iobrokertest4_0_0 iobroker Update admin from @5.1.25 to @5.2.3
                                      2022-02-08 18:51:57.130 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Adapter "system.adapter.admin.0" is stopped.
                                      2022-02-08 18:51:57.140 - info: admin.0 (3495) Adapter is disabled => stop
                                      2022-02-08 18:51:57.142 - info: host.iobrokertest4_0_0 "system.adapter.admin.0" disabled
                                      2022-02-08 18:51:57.142 - info: admin.0 (3495) terminating http server on port 8081
                                      2022-02-08 18:51:57.143 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                      2022-02-08 18:51:57.153 - info: admin.0 (3495) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:51:57.155 - info: admin.0 (3495) terminating
                                      2022-02-08 18:51:57.156 - info: admin.0 (3495) Terminated (NO_ERROR): Without reason
                                      2022-02-08 18:51:57.195 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                      2022-02-08 18:51:57.578 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16
                                      2022-02-08 18:51:57.581 - info: host.iobrokertest4_0_0 iobroker Installing iobroker.admin@5.2.3... (System call)
                                      2022-02-08 18:51:57.717 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                      2022-02-08 18:52:18.450 - info: host.iobrokertest4_0_0 iobroker + iobroker.admin@5.2.3updated 4 packages in 19.73s
                                      2022-02-08 18:52:19.046 - info: host.iobrokertest4_0_0 iobroker 38 packages are looking for funding run `npm fund` for details
                                      2022-02-08 18:52:19.090 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Adapter "system.adapter.admin.0" is started
                                      2022-02-08 18:52:19.100 - info: host.iobrokertest4_0_0 "system.adapter.admin.0" enabled
                                      2022-02-08 18:52:19.141 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 3614
                                      2022-02-08 18:52:19.161 - info: host.iobrokertest4_0_0 iobroker Update "system.adapter.admin.0"
                                      2022-02-08 18:52:19.171 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                      2022-02-08 18:52:19.175 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                      2022-02-08 18:52:19.194 - info: host.iobrokertest4_0_0 iobroker upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                      2022-02-08 18:52:19.235 - info: host.iobrokertest4_0_0 iobroker upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      2022-02-08 18:52:19.244 - info: host.iobrokertest4_0_0 iobroker upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                      2022-02-08 18:52:19.253 - info: host.iobrokertest4_0_0 iobroker upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                      2022-02-08 18:52:19.262 - info: host.iobrokertest4_0_0 iobroker upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                      2022-02-08 18:52:19.276 - info: host.iobrokertest4_0_0 iobroker upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                      2022-02-08 18:52:19.287 - info: host.iobrokertest4_0_0 iobroker upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                      2022-02-08 18:52:19.297 - info: host.iobrokertest4_0_0 iobroker upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      2022-02-08 18:52:19.308 - info: host.iobrokertest4_0_0 iobroker upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                      2022-02-08 18:52:19.318 - info: host.iobrokertest4_0_0 iobroker upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                      2022-02-08 18:52:19.328 - info: host.iobrokertest4_0_0 iobroker upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                      2022-02-08 18:52:19.338 - info: host.iobrokertest4_0_0 iobroker upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                      2022-02-08 18:52:19.346 - info: host.iobrokertest4_0_0 iobroker upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:52:19.353 - info: host.iobrokertest4_0_0 iobroker upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
                                      2022-02-08 18:52:19.361 - info: host.iobrokertest4_0_0 iobroker upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                      2022-02-08 18:52:20.176 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 killing pid 3614
                                      2022-02-08 18:52:20.201 - warn: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated due to SIGTERM
                                      2022-02-08 18:52:20.204 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code null ()
                                      2022-02-08 18:52:20.393 - info: host.iobrokertest4_0_0 iobroker exit 0
                                      2022-02-08 18:52:22.205 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 3621
                                      2022-02-08 18:52:24.061 - info: admin.0 (3621) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:52:24.108 - info: admin.0 (3621) requesting all states
                                      2022-02-08 18:52:24.109 - info: admin.0 (3621) requesting all objects
                                      2022-02-08 18:52:24.522 - info: admin.0 (3621) received all objects
                                      2022-02-08 18:52:24.706 - info: admin.0 (3621) http server listening on port 8081
                                      2022-02-08 18:52:24.706 - info: admin.0 (3621) Use link "http://localhost:8081" to configure.
                                      2022-02-08 18:52:45.994 - info: host.iobrokertest4_0_0 iobroker add rssfeed --host iobrokertest4_0_0
                                      2022-02-08 18:52:48.618 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16Installing iobroker.rssfeed@1.0.0... (System call)
                                      2022-02-08 18:53:02.994 - info: host.iobrokertest4_0_0 iobroker + iobroker.rssfeed@1.0.0
                                      2022-02-08 18:53:02.995 - info: host.iobrokertest4_0_0 iobroker added 29 packages from 22 contributors in 13.252s
                                      2022-02-08 18:53:03.704 - info: host.iobrokertest4_0_0 iobroker 38 packages are looking for funding run `npm fund` for details
                                      2022-02-08 18:53:03.706 - info: host.iobrokertest4_0_0 iobroker
                                      2022-02-08 18:53:03.748 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter rssfeed
                                      2022-02-08 18:53:03.783 - info: host.iobrokertest4_0_0 iobroker upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                                      2022-02-08 18:53:03.820 - info: host.iobrokertest4_0_0 iobroker upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                                      2022-02-08 18:53:03.967 - info: host.iobrokertest4_0_0 iobroker upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:53:03.979 - info: host.iobrokertest4_0_0 iobroker upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html.bak index_m.html.bak null
                                      2022-02-08 18:53:03.990 - info: host.iobrokertest4_0_0 iobroker upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                                      2022-02-08 18:53:04.000 - info: host.iobrokertest4_0_0 iobroker upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/style.css style.css text/css
                                      2022-02-08 18:53:04.010 - info: host.iobrokertest4_0_0 iobroker upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/words.js words.js application/javascript
                                      2022-02-08 18:53:04.043 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "vis" not found on this host.
                                      2022-02-08 18:53:04.048 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter vis
                                      2022-02-08 18:53:04.821 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16
                                      2022-02-08 18:53:04.823 - info: host.iobrokertest4_0_0 iobroker Installing iobroker.vis@1.4.8... (System call)
                                      2022-02-08 18:53:15.887 - info: host.iobrokertest4_0_0 iobroker > iobroker.vis@1.4.8 install /opt/iobroker/node_modules/iobroker.vis> node main.js --install
                                      2022-02-08 18:53:16.952 - info: vis.0 (3731) starting. Version 1.4.8 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:53:16.995 - info: vis.0 (3731) Changes in index.html detected => update cache.manifest
                                      2022-02-08 18:53:17.004 - error: vis.0 (3731) No license found for vis. Please get one on https://iobroker.net !
                                      2022-02-08 18:53:17.025 - info: vis.0 (3731) config.js changed. Upload.
                                      2022-02-08 18:53:17.066 - info: vis.0 (3731) Changes in index.html detected => update cache.manifest
                                      2022-02-08 18:53:17.074 - info: vis.0 (3731) Upload vis anew, while changes detected...
                                      2022-02-08 18:53:21.052 - info: vis.0 (3731) Uploaded. 0
                                      2022-02-08 18:53:21.563 - info: vis.0 (3731) Terminated (NO_ERROR): Without reason
                                      2022-02-08 18:53:23.066 - info: host.iobrokertest4_0_0 iobroker + iobroker.vis@1.4.8added 2 packages from 3 contributors in 17.101s
                                      2022-02-08 18:53:23.687 - info: host.iobrokertest4_0_0 iobroker 38 packages are looking for funding
                                      2022-02-08 18:53:23.688 - info: host.iobrokertest4_0_0 iobroker run `npm fund` for details
                                      2022-02-08 18:53:23.728 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter vis
                                      2022-02-08 18:53:23.753 - info: host.iobrokertest4_0_0 iobroker upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
                                      2022-02-08 18:53:23.765 - info: host.iobrokertest4_0_0 iobroker upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:53:23.773 - info: host.iobrokertest4_0_0 iobroker upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                      2022-02-08 18:53:23.781 - info: host.iobrokertest4_0_0 iobroker upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
                                      2022-02-08 18:53:23.848 - info: host.iobrokertest4_0_0 iobroker upload [334] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                      2022-02-08 18:53:24.169 - info: host.iobrokertest4_0_0 iobroker upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/groupVisibility.png icon/groupVisibility.png image/png
                                      2022-02-08 18:53:24.593 - info: host.iobrokertest4_0_0 iobroker upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/img/hexabump.png img/hexabump.png image/png
                                      2022-02-08 18:53:25.043 - info: host.iobrokertest4_0_0 iobroker upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/24/gif.png js/fm/icon/mine/24/gif.png image/png
                                      2022-02-08 18:53:25.526 - info: host.iobrokertest4_0_0 iobroker upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/img/logout.png lib/img/logout.png image/png
                                      2022-02-08 18:53:26.015 - info: host.iobrokertest4_0_0 iobroker upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_FilterDropdown.png widgets/basic/img/Prev_FilterDropdown.png image/png
                                      2022-02-08 18:53:26.111 - info: host.iobrokertest4_0_0 iobroker upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_Speech2Text.png widgets/basic/img/Prev_Speech2Text.png image/png
                                      2022-02-08 18:53:26.204 - info: host.iobrokertest4_0_0 iobroker upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueBoolSelect.png widgets/basic/img/Prev_ValueBoolSelect.png image/png
                                      2022-02-08 18:53:26.300 - info: host.iobrokertest4_0_0 iobroker upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueStringImg.png widgets/basic/img/Prev_ValueStringImg.png image/png
                                      2022-02-08 18:53:26.397 - info: host.iobrokertest4_0_0 iobroker upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/micSent.svg widgets/basic/img/micSent.svg image/svg+xml
                                      2022-02-08 18:53:26.497 - info: host.iobrokertest4_0_0 iobroker upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/doc.html widgets/jqui/doc.html text/html
                                      2022-02-08 18:53:26.592 - info: host.iobrokertest4_0_0 iobroker upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui.html widgets/jqui.html text/html
                                      2022-02-08 18:53:26.688 - info: host.iobrokertest4_0_0 iobroker upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/rssfeed/img/rssfeed-vis.png widgets/rssfeed/img/rssfeed-vis.png image/png
                                      2022-02-08 18:53:26.802 - info: host.iobrokertest4_0_0 iobroker upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/Prev_Swipe.png widgets/swipe/img/Prev_Swipe.png image/png
                                      2022-02-08 18:53:26.811 - info: host.iobrokertest4_0_0 iobroker upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/noSwipe.jpg widgets/swipe/img/noSwipe.jpg image/jpeg
                                      2022-02-08 18:53:26.822 - info: host.iobrokertest4_0_0 iobroker upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout-shapes.js widgets/swipe/js/jquery.roundabout-shapes.js application/javascript
                                      2022-02-08 18:53:26.834 - info: host.iobrokertest4_0_0 iobroker upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout.min.js widgets/swipe/js/jquery.roundabout.min.js application/javascript
                                      2022-02-08 18:53:26.843 - info: host.iobrokertest4_0_0 iobroker upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.touchSwipe.min.js widgets/swipe/js/jquery.touchSwipe.min.js application/javascript
                                      2022-02-08 18:53:26.854 - info: host.iobrokertest4_0_0 iobroker upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe.html widgets/swipe.html text/html
                                      2022-02-08 18:53:26.867 - info: host.iobrokertest4_0_0 iobroker upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/jquery.sliderTabs.js widgets/tabs/jquery.sliderTabs.js application/javascript
                                      2022-02-08 18:53:26.876 - info: host.iobrokertest4_0_0 iobroker upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicator.png widgets/tabs/styles/images/indicator.png image/png
                                      2022-02-08 18:53:26.888 - info: host.iobrokertest4_0_0 iobroker upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicatorActive.png widgets/tabs/styles/images/indicatorActive.png image/png
                                      2022-02-08 18:53:26.896 - info: host.iobrokertest4_0_0 iobroker upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftArrow.png widgets/tabs/styles/images/leftArrow.png image/png
                                      2022-02-08 18:53:26.904 - info: host.iobrokertest4_0_0 iobroker upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftPanelArrow.png widgets/tabs/styles/images/leftPanelArrow.png image/png
                                      2022-02-08 18:53:26.913 - info: host.iobrokertest4_0_0 iobroker upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightArrow.png widgets/tabs/styles/images/rightArrow.png image/png
                                      2022-02-08 18:53:26.925 - info: host.iobrokertest4_0_0 iobroker upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightPanelArrow.png widgets/tabs/styles/images/rightPanelArrow.png image/png
                                      2022-02-08 18:53:26.934 - info: host.iobrokertest4_0_0 iobroker upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css widgets/tabs/styles/jquery.sliderTabs.css text/css
                                      2022-02-08 18:53:26.942 - info: host.iobrokertest4_0_0 iobroker upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css.orig widgets/tabs/styles/jquery.sliderTabs.css.orig null
                                      2022-02-08 18:53:26.951 - info: host.iobrokertest4_0_0 iobroker upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.min.css widgets/tabs/styles/jquery.sliderTabs.min.css text/css
                                      2022-02-08 18:53:26.959 - info: host.iobrokertest4_0_0 iobroker upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs.html widgets/tabs.html text/html
                                      2022-02-08 18:53:26.967 - info: host.iobrokertest4_0_0 iobroker upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/dev.html widgets/todo/dev.html text/html
                                      2022-02-08 18:53:26.976 - info: host.iobrokertest4_0_0 iobroker upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/homematic.html widgets/todo/homematic.html text/html
                                      2022-02-08 18:53:26.985 - info: host.iobrokertest4_0_0 iobroker upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/special.html widgets/todo/special.html text/html
                                      2022-02-08 18:53:26.994 - info: host.iobrokertest4_0_0 iobroker upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/weather.html widgets/todo/weather.html text/html
                                      2022-02-08 18:53:27.019 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "web" not found on this host.
                                      2022-02-08 18:53:27.024 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter web
                                      2022-02-08 18:53:27.820 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16Installing iobroker.web@4.1.1... (System call)
                                      2022-02-08 18:53:43.796 - info: host.iobrokertest4_0_0 iobroker + iobroker.web@4.1.1
                                      2022-02-08 18:53:43.798 - info: host.iobrokertest4_0_0 iobroker added 48 packages from 33 contributors in 14.816s
                                      2022-02-08 18:53:44.457 - info: host.iobrokertest4_0_0 iobroker 38 packages are looking for funding run `npm fund` for details
                                      2022-02-08 18:53:44.506 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter web
                                      2022-02-08 18:53:44.530 - info: host.iobrokertest4_0_0 iobroker upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                                      2022-02-08 18:53:44.551 - info: host.iobrokertest4_0_0 iobroker upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                      2022-02-08 18:53:44.562 - info: host.iobrokertest4_0_0 iobroker upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:53:44.571 - info: host.iobrokertest4_0_0 iobroker upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/manifest.json manifest.json application/json
                                      2022-02-08 18:53:44.581 - info: host.iobrokertest4_0_0 iobroker upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css static/css/2.faf2f676.chunk.css text/css
                                      2022-02-08 18:53:44.590 - info: host.iobrokertest4_0_0 iobroker upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css.map static/css/2.faf2f676.chunk.css.map application/json
                                      2022-02-08 18:53:44.599 - info: host.iobrokertest4_0_0 iobroker upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css static/css/main.e2d673ee.chunk.css text/css
                                      2022-02-08 18:53:44.608 - info: host.iobrokertest4_0_0 iobroker upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css.map static/css/main.e2d673ee.chunk.css.map application/json
                                      2022-02-08 18:53:44.617 - info: host.iobrokertest4_0_0 iobroker upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.a12bb2bb.chunk.js static/js/2.a12bb2bb.chunk.js application/javascript
                                      2022-02-08 18:53:44.638 - info: host.iobrokertest4_0_0 iobroker upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.a12bb2bb.chunk.js.LICENSE.txt static/js/2.a12bb2bb.chunk.js.LICENSE.txt text/plain
                                      2022-02-08 18:53:44.648 - info: host.iobrokertest4_0_0 iobroker upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.a12bb2bb.chunk.js.map static/js/2.a12bb2bb.chunk.js.map application/json
                                      2022-02-08 18:53:44.873 - info: host.iobrokertest4_0_0 iobroker upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.e6eada22.chunk.js static/js/main.e6eada22.chunk.js application/javascript
                                      2022-02-08 18:53:44.890 - info: host.iobrokertest4_0_0 iobroker upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.e6eada22.chunk.js.map static/js/main.e6eada22.chunk.js.map application/json
                                      2022-02-08 18:53:44.899 - info: host.iobrokertest4_0_0 iobroker upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js static/js/runtime-main.8b37c647.js application/javascript
                                      2022-02-08 18:53:44.913 - info: host.iobrokertest4_0_0 iobroker upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js.map static/js/runtime-main.8b37c647.js.map application/json
                                      2022-02-08 18:53:44.923 - info: host.iobrokertest4_0_0 iobroker upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/le.eb63b1db.png static/media/le.eb63b1db.png image/png
                                      2022-02-08 18:53:44.934 - info: host.iobrokertest4_0_0 iobroker upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                      2022-02-08 18:53:45.033 - info: host.iobrokertest4_0_0 iobroker upload [396] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                      2022-02-08 18:53:45.425 - info: host.iobrokertest4_0_0 iobroker upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png image/png
                                      2022-02-08 18:53:45.817 - info: host.iobrokertest4_0_0 iobroker upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css text/css
                                      2022-02-08 18:53:46.244 - info: host.iobrokertest4_0_0 iobroker upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png image/png
                                      2022-02-08 18:53:46.670 - info: host.iobrokertest4_0_0 iobroker upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png image/png
                                      2022-02-08 18:53:47.061 - info: host.iobrokertest4_0_0 iobroker upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png image/png
                                      2022-02-08 18:53:47.528 - info: host.iobrokertest4_0_0 iobroker upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png image/png
                                      2022-02-08 18:53:47.617 - info: host.iobrokertest4_0_0 iobroker upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png image/png
                                      2022-02-08 18:53:47.710 - info: host.iobrokertest4_0_0 iobroker upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png image/png
                                      2022-02-08 18:53:47.813 - info: host.iobrokertest4_0_0 iobroker upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png image/png
                                      2022-02-08 18:53:47.901 - info: host.iobrokertest4_0_0 iobroker upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png image/png
                                      2022-02-08 18:53:47.988 - info: host.iobrokertest4_0_0 iobroker upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css text/css
                                      2022-02-08 18:53:48.094 - info: host.iobrokertest4_0_0 iobroker upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png image/png
                                      2022-02-08 18:53:48.179 - info: host.iobrokertest4_0_0 iobroker upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/theme.css lib/css/themes/jquery-ui/vader/theme.css text/css
                                      2022-02-08 18:53:48.275 - info: host.iobrokertest4_0_0 iobroker upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.js lib/js/jquery-1.11.2.min.js application/javascript
                                      2022-02-08 18:53:48.284 - info: host.iobrokertest4_0_0 iobroker upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.map lib/js/jquery-1.11.2.min.map application/json
                                      2022-02-08 18:53:48.294 - info: host.iobrokertest4_0_0 iobroker upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                                      2022-02-08 18:53:48.304 - info: host.iobrokertest4_0_0 iobroker upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                                      2022-02-08 18:53:48.313 - info: host.iobrokertest4_0_0 iobroker upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                                      2022-02-08 18:53:48.324 - info: host.iobrokertest4_0_0 iobroker upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                                      2022-02-08 18:53:48.335 - info: host.iobrokertest4_0_0 iobroker upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                                      2022-02-08 18:53:48.346 - info: host.iobrokertest4_0_0 iobroker upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                                      2022-02-08 18:53:48.355 - info: host.iobrokertest4_0_0 iobroker upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                                      2022-02-08 18:53:48.365 - info: host.iobrokertest4_0_0 iobroker upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                                      2022-02-08 18:53:48.374 - info: host.iobrokertest4_0_0 iobroker upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                                      2022-02-08 18:53:48.391 - info: host.iobrokertest4_0_0 iobroker upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                                      2022-02-08 18:53:48.403 - info: host.iobrokertest4_0_0 iobroker upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                                      2022-02-08 18:53:48.412 - info: host.iobrokertest4_0_0 iobroker upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                                      2022-02-08 18:53:48.462 - info: host.iobrokertest4_0_0 iobroker upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                                      2022-02-08 18:53:48.492 - info: host.iobrokertest4_0_0 iobroker upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                                      2022-02-08 18:53:48.502 - info: host.iobrokertest4_0_0 iobroker upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                      2022-02-08 18:53:48.512 - info: host.iobrokertest4_0_0 iobroker upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                                      2022-02-08 18:53:48.524 - info: host.iobrokertest4_0_0 iobroker upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                                      2022-02-08 18:53:48.533 - info: host.iobrokertest4_0_0 iobroker upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                                      2022-02-08 18:53:48.542 - info: host.iobrokertest4_0_0 iobroker upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                                      2022-02-08 18:53:48.587 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web created/updated
                                      2022-02-08 18:53:48.648 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 create instance web
                                      2022-02-08 18:53:48.654 - error: host.iobrokertest4_0_0 iobroker adapter "rssfeed" cannot be installed: The "path" argument must be of type string. Received null
                                      2022-02-08 18:53:49.685 - info: host.iobrokertest4_0_0 iobroker exit 15
                                      2022-02-08 18:54:05.758 - info: host.iobrokertest4_0_0 Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
                                      2022-02-08 18:54:23.308 - info: host.iobrokertest4_0_0 iobroker add rssfeed --host iobrokertest4_0_0
                                      2022-02-08 18:54:25.253 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter rssfeed
                                      2022-02-08 18:54:25.269 - info: host.iobrokertest4_0_0 iobroker upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                                      2022-02-08 18:54:25.308 - info: host.iobrokertest4_0_0 iobroker upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                                      2022-02-08 18:54:25.438 - info: host.iobrokertest4_0_0 iobroker upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:54:25.493 - info: host.iobrokertest4_0_0 iobroker upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html.bak index_m.html.bak null
                                      2022-02-08 18:54:25.506 - info: host.iobrokertest4_0_0 iobroker upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                                      2022-02-08 18:54:25.516 - info: host.iobrokertest4_0_0 iobroker upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/style.css style.css text/css
                                      2022-02-08 18:54:25.526 - info: host.iobrokertest4_0_0 iobroker upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/words.js words.js application/javascript
                                      2022-02-08 18:54:25.559 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "vis" not found on this host.
                                      2022-02-08 18:54:25.563 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter vis
                                      2022-02-08 18:54:25.574 - info: host.iobrokertest4_0_0 iobroker upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
                                      2022-02-08 18:54:25.584 - info: host.iobrokertest4_0_0 iobroker upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:54:25.599 - info: host.iobrokertest4_0_0 iobroker upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                      2022-02-08 18:54:25.609 - info: host.iobrokertest4_0_0 iobroker upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
                                      2022-02-08 18:54:25.677 - info: host.iobrokertest4_0_0 iobroker upload [334] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                      2022-02-08 18:54:26.009 - info: host.iobrokertest4_0_0 iobroker upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/groupVisibility.png icon/groupVisibility.png image/png
                                      2022-02-08 18:54:26.484 - info: host.iobrokertest4_0_0 iobroker upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/img/hexabump.png img/hexabump.png image/png
                                      2022-02-08 18:54:26.965 - info: host.iobrokertest4_0_0 iobroker upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/24/gif.png js/fm/icon/mine/24/gif.png image/png
                                      2022-02-08 18:54:27.476 - info: host.iobrokertest4_0_0 iobroker upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/img/logout.png lib/img/logout.png image/png
                                      2022-02-08 18:54:27.933 - info: host.iobrokertest4_0_0 iobroker upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_FilterDropdown.png widgets/basic/img/Prev_FilterDropdown.png image/png
                                      2022-02-08 18:54:28.021 - info: host.iobrokertest4_0_0 iobroker upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_Speech2Text.png widgets/basic/img/Prev_Speech2Text.png image/png
                                      2022-02-08 18:54:28.109 - info: host.iobrokertest4_0_0 iobroker upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueBoolSelect.png widgets/basic/img/Prev_ValueBoolSelect.png image/png
                                      2022-02-08 18:54:28.211 - info: host.iobrokertest4_0_0 iobroker upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueStringImg.png widgets/basic/img/Prev_ValueStringImg.png image/png
                                      2022-02-08 18:54:28.301 - info: host.iobrokertest4_0_0 iobroker upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/micSent.svg widgets/basic/img/micSent.svg image/svg+xml
                                      2022-02-08 18:54:28.392 - info: host.iobrokertest4_0_0 iobroker upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/doc.html widgets/jqui/doc.html text/html
                                      2022-02-08 18:54:28.486 - info: host.iobrokertest4_0_0 iobroker upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui.html widgets/jqui.html text/html
                                      2022-02-08 18:54:28.574 - info: host.iobrokertest4_0_0 iobroker upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/rssfeed/img/rssfeed-vis.png widgets/rssfeed/img/rssfeed-vis.png image/png
                                      2022-02-08 18:54:28.664 - info: host.iobrokertest4_0_0 iobroker upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/Prev_Swipe.png widgets/swipe/img/Prev_Swipe.png image/png
                                      2022-02-08 18:54:28.675 - info: host.iobrokertest4_0_0 iobroker upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/noSwipe.jpg widgets/swipe/img/noSwipe.jpg image/jpeg
                                      2022-02-08 18:54:28.684 - info: host.iobrokertest4_0_0 iobroker upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout-shapes.js widgets/swipe/js/jquery.roundabout-shapes.js application/javascript
                                      2022-02-08 18:54:28.694 - info: host.iobrokertest4_0_0 iobroker upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout.min.js widgets/swipe/js/jquery.roundabout.min.js application/javascript
                                      2022-02-08 18:54:28.704 - info: host.iobrokertest4_0_0 iobroker upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.touchSwipe.min.js widgets/swipe/js/jquery.touchSwipe.min.js application/javascript
                                      2022-02-08 18:54:28.721 - info: host.iobrokertest4_0_0 iobroker upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe.html widgets/swipe.html text/html
                                      2022-02-08 18:54:28.731 - info: host.iobrokertest4_0_0 iobroker upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/jquery.sliderTabs.js widgets/tabs/jquery.sliderTabs.js application/javascript
                                      2022-02-08 18:54:28.741 - info: host.iobrokertest4_0_0 iobroker upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicator.png widgets/tabs/styles/images/indicator.png image/png
                                      2022-02-08 18:54:28.750 - info: host.iobrokertest4_0_0 iobroker upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicatorActive.png widgets/tabs/styles/images/indicatorActive.png image/png
                                      2022-02-08 18:54:28.759 - info: host.iobrokertest4_0_0 iobroker upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftArrow.png widgets/tabs/styles/images/leftArrow.png image/png
                                      2022-02-08 18:54:28.768 - info: host.iobrokertest4_0_0 iobroker upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftPanelArrow.png widgets/tabs/styles/images/leftPanelArrow.png image/png
                                      2022-02-08 18:54:28.776 - info: host.iobrokertest4_0_0 iobroker upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightArrow.png widgets/tabs/styles/images/rightArrow.png image/png
                                      2022-02-08 18:54:28.786 - info: host.iobrokertest4_0_0 iobroker upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightPanelArrow.png widgets/tabs/styles/images/rightPanelArrow.png image/png
                                      2022-02-08 18:54:28.795 - info: host.iobrokertest4_0_0 iobroker upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css widgets/tabs/styles/jquery.sliderTabs.css text/css
                                      2022-02-08 18:54:28.803 - info: host.iobrokertest4_0_0 iobroker upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css.orig widgets/tabs/styles/jquery.sliderTabs.css.orig null
                                      2022-02-08 18:54:28.812 - info: host.iobrokertest4_0_0 iobroker upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.min.css widgets/tabs/styles/jquery.sliderTabs.min.css text/css
                                      2022-02-08 18:54:28.821 - info: host.iobrokertest4_0_0 iobroker upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs.html widgets/tabs.html text/html
                                      2022-02-08 18:54:28.829 - info: host.iobrokertest4_0_0 iobroker upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/dev.html widgets/todo/dev.html text/html
                                      2022-02-08 18:54:28.839 - info: host.iobrokertest4_0_0 iobroker upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/homematic.html widgets/todo/homematic.html text/html
                                      2022-02-08 18:54:28.847 - info: host.iobrokertest4_0_0 iobroker upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/special.html widgets/todo/special.html text/html
                                      2022-02-08 18:54:28.856 - info: host.iobrokertest4_0_0 iobroker upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/weather.html widgets/todo/weather.html text/html
                                      2022-02-08 18:54:28.874 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "web" not found on this host.
                                      2022-02-08 18:54:28.910 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 create instance web
                                      2022-02-08 18:54:28.919 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.alive created
                                      2022-02-08 18:54:28.924 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.connected created
                                      2022-02-08 18:54:28.932 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.compactMode created
                                      2022-02-08 18:54:28.940 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.cpu created
                                      2022-02-08 18:54:28.948 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.cputime created
                                      2022-02-08 18:54:28.954 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.memHeapUsed created
                                      2022-02-08 18:54:28.962 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.memHeapTotal created
                                      2022-02-08 18:54:28.968 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.memRss created
                                      2022-02-08 18:54:28.978 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.uptime created
                                      2022-02-08 18:54:28.985 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.inputCount created
                                      2022-02-08 18:54:28.991 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.outputCount created
                                      2022-02-08 18:54:28.997 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.eventLoopLag created
                                      2022-02-08 18:54:29.004 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.sigKill created
                                      2022-02-08 18:54:29.011 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.logLevel created
                                      2022-02-08 18:54:29.021 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.upload created
                                      2022-02-08 18:54:29.029 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object web.0 created
                                      2022-02-08 18:54:29.036 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object web.0.info created
                                      2022-02-08 18:54:29.043 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object web.0.info.connection created
                                      2022-02-08 18:54:29.051 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Set default value of web.0.info.connection:
                                      2022-02-08 18:54:29.066 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0 created
                                      2022-02-08 18:54:29.067 - error: host.iobrokertest4_0_0 iobroker adapter "rssfeed" cannot be installed: Cannot read property 'startsWith' of undefined
                                      2022-02-08 18:54:30.128 - info: host.iobrokertest4_0_0 iobroker exit 15
                                      2022-02-08 18:54:32.117 - info: host.iobrokertest4_0_0 instance system.adapter.web.0 started with pid 3839
                                      2022-02-08 18:54:33.639 - info: web.0 (3839) starting. Version 4.1.1 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:54:33.802 - info: web.0 (3839) socket.io server listening on port 8082
                                      2022-02-08 18:54:33.816 - info: web.0 (3839) http server listening on port 8082
                                      2022-02-08 18:54:52.782 - info: host.iobrokertest4_0_0 received SIGTERM
                                      2022-02-08 18:54:52.784 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                      2022-02-08 18:54:52.785 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=true)
                                      2022-02-08 18:54:52.786 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                      2022-02-08 18:54:52.786 - info: host.iobrokertest4_0_0 stopInstance system.adapter.web.0 (force=false, process=true)
                                      2022-02-08 18:54:52.802 - info: backitup.0 (3546) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:54:52.802 - info: discovery.0 (3523) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:54:52.803 - info: discovery.0 (3523) terminating
                                      2022-02-08 18:54:52.805 - info: discovery.0 (3523) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:54:52.804 - info: backitup.0 (3546) cleaned everything up...
                                      2022-02-08 18:54:52.805 - info: backitup.0 (3546) terminating
                                      2022-02-08 18:54:52.807 - info: backitup.0 (3546) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:54:52.806 - info: admin.0 (3621) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:54:52.811 - info: web.0 (3839) Got terminate signal TERMINATE_YOURSELF
                                      2022-02-08 18:54:52.812 - info: admin.0 (3621) terminating http server on port 8081
                                      2022-02-08 18:54:52.813 - info: admin.0 (3621) terminating
                                      2022-02-08 18:54:52.815 - info: admin.0 (3621) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:54:52.813 - info: web.0 (3839) terminated http server on port 8082
                                      2022-02-08 18:54:52.814 - info: web.0 (3839) terminating
                                      2022-02-08 18:54:52.816 - info: web.0 (3839) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2022-02-08 18:54:52.825 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                      2022-02-08 18:54:52.827 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 send kill signal
                                      2022-02-08 18:54:52.827 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 send kill signal
                                      2022-02-08 18:54:52.828 - info: host.iobrokertest4_0_0 stopInstance system.adapter.web.0 send kill signal
                                      2022-02-08 18:54:53.379 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:54:53.394 - info: host.iobrokertest4_0_0 instance system.adapter.web.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:54:53.408 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:54:53.412 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2022-02-08 18:54:53.412 - info: host.iobrokertest4_0_0 All instances are stopped.
                                      2022-02-08 18:54:53.630 - info: host.iobrokertest4_0_0 terminated
                                      2022-02-08 18:55:07.550 - info: host.iobrokertest4_0_0 iobroker.js-controller version 4.0.4 js-controller starting
                                      2022-02-08 18:55:07.555 - info: host.iobrokertest4_0_0 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                                      2022-02-08 18:55:07.556 - info: host.iobrokertest4_0_0 hostname: iobrokertest4_0_0, node: v14.19.0
                                      2022-02-08 18:55:07.556 - info: host.iobrokertest4_0_0 ip addresses: 192.168.1.87
                                      2022-02-08 18:55:08.256 - info: host.iobrokertest4_0_0 connected to Objects and States
                                      2022-02-08 18:55:08.279 - info: host.iobrokertest4_0_0 added notifications configuration of host
                                      2022-02-08 18:55:08.670 - info: host.iobrokertest4_0_0 4 instances found
                                      2022-02-08 18:55:08.681 - info: host.iobrokertest4_0_0 starting 4 instances
                                      2022-02-08 18:55:08.726 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 3912
                                      2022-02-08 18:55:10.576 - info: admin.0 (3912) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:55:10.626 - info: admin.0 (3912) requesting all states
                                      2022-02-08 18:55:10.627 - info: admin.0 (3912) requesting all objects
                                      2022-02-08 18:55:11.000 - info: admin.0 (3912) received all objects
                                      2022-02-08 18:55:11.207 - info: admin.0 (3912) http server listening on port 8081
                                      2022-02-08 18:55:11.208 - info: admin.0 (3912) Use link "http://localhost:8081" to configure.
                                      2022-02-08 18:55:12.720 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 3939
                                      2022-02-08 18:55:14.094 - info: discovery.0 (3939) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:55:16.716 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 3955
                                      2022-02-08 18:55:18.261 - info: backitup.0 (3955) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:55:18.316 - info: backitup.0 (3955) [iobroker] backup was activated at 02:40 every 1 day(s)
                                      2022-02-08 18:55:20.720 - info: host.iobrokertest4_0_0 instance system.adapter.web.0 started with pid 3970
                                      2022-02-08 18:55:22.634 - info: web.0 (3970) starting. Version 4.1.1 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:55:22.816 - info: web.0 (3970) socket.io server listening on port 8082
                                      2022-02-08 18:55:22.827 - info: web.0 (3970) http server listening on port 8082
                                      2022-02-08 18:55:33.416 - info: host.iobrokertest4_0_0 iobroker add rssfeed --host iobrokertest4_0_0
                                      2022-02-08 18:55:35.357 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter rssfeed
                                      2022-02-08 18:55:35.372 - info: host.iobrokertest4_0_0 iobroker upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                                      2022-02-08 18:55:35.410 - info: host.iobrokertest4_0_0 iobroker upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                                      2022-02-08 18:55:35.554 - info: host.iobrokertest4_0_0 iobroker upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:55:35.568 - info: host.iobrokertest4_0_0 iobroker upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html.bak index_m.html.bak null
                                      2022-02-08 18:55:35.577 - info: host.iobrokertest4_0_0 iobroker upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                                      2022-02-08 18:55:35.586 - info: host.iobrokertest4_0_0 iobroker upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/style.css style.css text/css
                                      2022-02-08 18:55:35.596 - info: host.iobrokertest4_0_0 iobroker upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/words.js words.js application/javascript
                                      2022-02-08 18:55:35.633 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "vis" not found on this host.
                                      2022-02-08 18:55:35.637 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter vis
                                      2022-02-08 18:55:35.646 - info: host.iobrokertest4_0_0 iobroker upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
                                      2022-02-08 18:55:35.656 - info: host.iobrokertest4_0_0 iobroker upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:55:35.665 - info: host.iobrokertest4_0_0 iobroker upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                      2022-02-08 18:55:35.674 - info: host.iobrokertest4_0_0 iobroker upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
                                      2022-02-08 18:55:35.738 - info: host.iobrokertest4_0_0 iobroker upload [334] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                      2022-02-08 18:55:36.093 - info: host.iobrokertest4_0_0 iobroker upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/groupVisibility.png icon/groupVisibility.png image/png
                                      2022-02-08 18:55:36.598 - info: host.iobrokertest4_0_0 iobroker upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/img/hexabump.png img/hexabump.png image/png
                                      2022-02-08 18:55:37.104 - info: host.iobrokertest4_0_0 iobroker upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/24/gif.png js/fm/icon/mine/24/gif.png image/png
                                      2022-02-08 18:55:37.569 - info: host.iobrokertest4_0_0 iobroker upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/img/logout.png lib/img/logout.png image/png
                                      2022-02-08 18:55:37.992 - info: host.iobrokertest4_0_0 iobroker upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_FilterDropdown.png widgets/basic/img/Prev_FilterDropdown.png image/png
                                      2022-02-08 18:55:38.079 - info: host.iobrokertest4_0_0 iobroker upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_Speech2Text.png widgets/basic/img/Prev_Speech2Text.png image/png
                                      2022-02-08 18:55:38.170 - info: host.iobrokertest4_0_0 iobroker upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueBoolSelect.png widgets/basic/img/Prev_ValueBoolSelect.png image/png
                                      2022-02-08 18:55:38.278 - info: host.iobrokertest4_0_0 iobroker upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueStringImg.png widgets/basic/img/Prev_ValueStringImg.png image/png
                                      2022-02-08 18:55:38.377 - info: host.iobrokertest4_0_0 iobroker upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/micSent.svg widgets/basic/img/micSent.svg image/svg+xml
                                      2022-02-08 18:55:38.476 - info: host.iobrokertest4_0_0 iobroker upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/doc.html widgets/jqui/doc.html text/html
                                      2022-02-08 18:55:38.564 - info: host.iobrokertest4_0_0 iobroker upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui.html widgets/jqui.html text/html
                                      2022-02-08 18:55:38.657 - info: host.iobrokertest4_0_0 iobroker upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/rssfeed/img/rssfeed-vis.png widgets/rssfeed/img/rssfeed-vis.png image/png
                                      2022-02-08 18:55:38.789 - info: host.iobrokertest4_0_0 iobroker upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/Prev_Swipe.png widgets/swipe/img/Prev_Swipe.png image/png
                                      2022-02-08 18:55:38.799 - info: host.iobrokertest4_0_0 iobroker upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/noSwipe.jpg widgets/swipe/img/noSwipe.jpg image/jpeg
                                      2022-02-08 18:55:38.813 - info: host.iobrokertest4_0_0 iobroker upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout-shapes.js widgets/swipe/js/jquery.roundabout-shapes.js application/javascript
                                      2022-02-08 18:55:38.822 - info: host.iobrokertest4_0_0 iobroker upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout.min.js widgets/swipe/js/jquery.roundabout.min.js application/javascript
                                      2022-02-08 18:55:38.831 - info: host.iobrokertest4_0_0 iobroker upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.touchSwipe.min.js widgets/swipe/js/jquery.touchSwipe.min.js application/javascript
                                      2022-02-08 18:55:38.839 - info: host.iobrokertest4_0_0 iobroker upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe.html widgets/swipe.html text/html
                                      2022-02-08 18:55:38.848 - info: host.iobrokertest4_0_0 iobroker upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/jquery.sliderTabs.js widgets/tabs/jquery.sliderTabs.js application/javascript
                                      2022-02-08 18:55:38.856 - info: host.iobrokertest4_0_0 iobroker upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicator.png widgets/tabs/styles/images/indicator.png image/png
                                      2022-02-08 18:55:38.865 - info: host.iobrokertest4_0_0 iobroker upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicatorActive.png widgets/tabs/styles/images/indicatorActive.png image/png
                                      2022-02-08 18:55:38.874 - info: host.iobrokertest4_0_0 iobroker upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftArrow.png widgets/tabs/styles/images/leftArrow.png image/png
                                      2022-02-08 18:55:38.882 - info: host.iobrokertest4_0_0 iobroker upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftPanelArrow.png widgets/tabs/styles/images/leftPanelArrow.png image/png
                                      2022-02-08 18:55:38.890 - info: host.iobrokertest4_0_0 iobroker upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightArrow.png widgets/tabs/styles/images/rightArrow.png image/png
                                      2022-02-08 18:55:38.899 - info: host.iobrokertest4_0_0 iobroker upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightPanelArrow.png widgets/tabs/styles/images/rightPanelArrow.png image/png
                                      2022-02-08 18:55:38.908 - info: host.iobrokertest4_0_0 iobroker upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css widgets/tabs/styles/jquery.sliderTabs.css text/css
                                      2022-02-08 18:55:38.916 - info: host.iobrokertest4_0_0 iobroker upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css.orig widgets/tabs/styles/jquery.sliderTabs.css.orig null
                                      2022-02-08 18:55:38.925 - info: host.iobrokertest4_0_0 iobroker upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.min.css widgets/tabs/styles/jquery.sliderTabs.min.css text/css
                                      2022-02-08 18:55:38.933 - info: host.iobrokertest4_0_0 iobroker upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs.html widgets/tabs.html text/html
                                      2022-02-08 18:55:38.942 - info: host.iobrokertest4_0_0 iobroker upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/dev.html widgets/todo/dev.html text/html
                                      2022-02-08 18:55:38.951 - info: host.iobrokertest4_0_0 iobroker upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/homematic.html widgets/todo/homematic.html text/html
                                      2022-02-08 18:55:38.965 - info: host.iobrokertest4_0_0 iobroker upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/special.html widgets/todo/special.html text/html
                                      2022-02-08 18:55:38.974 - info: host.iobrokertest4_0_0 iobroker upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/weather.html widgets/todo/weather.html text/html
                                      2022-02-08 18:55:39.007 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.vis created/updated
                                      2022-02-08 18:55:39.060 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 create instance vis
                                      2022-02-08 18:55:39.067 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.vis.upload created
                                      2022-02-08 18:55:39.072 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0 created
                                      2022-02-08 18:55:39.078 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0.control created
                                      2022-02-08 18:55:39.083 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0.control.instance created
                                      2022-02-08 18:55:39.089 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0.control.command created
                                      2022-02-08 18:55:39.094 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0.control.data created
                                      2022-02-08 18:55:39.103 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.vis.0 created
                                      2022-02-08 18:55:39.104 - error: host.iobrokertest4_0_0 iobroker adapter "rssfeed" cannot be installed: Cannot read property 'startsWith' of undefined
                                      2022-02-08 18:55:40.146 - info: host.iobrokertest4_0_0 iobroker exit 15
                                      2022-02-08 18:55:43.199 - info: vis.0 (4026) starting. Version 1.4.8 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 4.0.4
                                      2022-02-08 18:55:43.243 - error: vis.0 (4026) No license found for vis. Please get one on https://iobroker.net !
                                      2022-02-08 18:55:43.345 - info: vis.0 (4026) Changes in index.html detected => update cache.manifest
                                      2022-02-08 18:55:43.356 - info: vis.0 (4026) Upload vis anew, while changes detected...
                                      2022-02-08 18:55:47.450 - info: vis.0 (4026) Uploaded. 0
                                      2022-02-08 18:55:47.957 - info: vis.0 (4026) Terminated (NO_ERROR): Without reason
                                      2022-02-08 18:55:48.501 - info: host.iobrokertest4_0_0 instance system.adapter.vis.0 terminated while should be started once
                                      2022-02-08 18:56:11.436 - info: host.iobrokertest4_0_0 iobroker add rssfeed --host iobrokertest4_0_0
                                      2022-02-08 18:56:13.358 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter rssfeed
                                      2022-02-08 18:56:13.376 - info: host.iobrokertest4_0_0 iobroker upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                                      2022-02-08 18:56:13.411 - info: host.iobrokertest4_0_0 iobroker upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                                      2022-02-08 18:56:13.536 - info: host.iobrokertest4_0_0 iobroker upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html index_m.html text/html
                                      2022-02-08 18:56:13.552 - info: host.iobrokertest4_0_0 iobroker upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html.bak index_m.html.bak null
                                      2022-02-08 18:56:13.561 - info: host.iobrokertest4_0_0 iobroker upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                                      2022-02-08 18:56:13.569 - info: host.iobrokertest4_0_0 iobroker upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/style.css style.css text/css
                                      2022-02-08 18:56:13.578 - info: host.iobrokertest4_0_0 iobroker upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/words.js words.js application/javascript
                                      2022-02-08 18:56:13.631 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed created/updated
                                      2022-02-08 18:56:13.665 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 create instance rssfeed
                                      2022-02-08 18:56:13.674 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.alive created
                                      2022-02-08 18:56:13.686 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.connected created
                                      2022-02-08 18:56:13.693 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.compactMode created
                                      2022-02-08 18:56:13.700 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.cpu created
                                      2022-02-08 18:56:13.707 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.cputime created
                                      2022-02-08 18:56:13.714 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.memHeapUsed created
                                      2022-02-08 18:56:13.721 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.memHeapTotal created
                                      2022-02-08 18:56:13.729 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.memRss created
                                      2022-02-08 18:56:13.736 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.uptime created
                                      2022-02-08 18:56:13.743 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.inputCount created
                                      2022-02-08 18:56:13.750 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.outputCount created
                                      2022-02-08 18:56:13.757 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.eventLoopLag created
                                      2022-02-08 18:56:13.763 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.sigKill created
                                      2022-02-08 18:56:13.771 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.logLevel created
                                      2022-02-08 18:56:13.777 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object rssfeed.0.info created
                                      2022-02-08 18:56:13.784 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object rssfeed.0.info.connection created
                                      2022-02-08 18:56:13.790 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Set default value of rssfeed.0.info.connection: false
                                      2022-02-08 18:56:13.804 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0 created
                                      2022-02-08 18:56:14.838 - info: host.iobrokertest4_0_0 iobroker exit 0
                                      2022-02-08 18:56:16.839 - info: host.iobrokertest4_0_0 instance system.adapter.rssfeed.0 started with pid 4086
                                      2022-02-08 18:56:18.261 - info: rssfeed.0 (4086) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rssfeed, node: v14.19.0, js-controller: 4.0.4
                                      

                                      Time-Referenz zum Video, ich hoffe die Zeitreferenz stimmt bei auch noch
                                      Fehler 1:
                                      00:00:10 Umstellung von stable auf latest. Es erscheint eine Fehlermeldung. Dialog lies sich normal nicht schließen. Änderung wurde abger gespeichert

                                      Fehler 3:
                                      00:02:26 Installation eines Adapters (hier rssfeed). Die Abhängigkeiten vis und web werden installiert. Vor der eigentlichen Installation des Adapters wird mit Fehler abgebrochen:

                                      adapter "rssfeed" cannot be installed: The "path" argument must be of type string. Received null
                                      

                                      Da ich den fixer 2x ausführen musste, hatte ich die Aufnahme unterbrochen und erst mitten in der Installation wieder fortgesetzt. Aber das wesentliche ist hier zu sehen

                                      Fehler 4:
                                      00:02:57: Das erneute installieren des Adapters rssfeed ist schief gegangen und mit Fehlermeldung abgebrochen

                                      iobroker adapter "rssfeed" cannot be installed: Cannot read property 'startsWith' of undefined
                                      

                                      Nach Neustart von iobroker ging die erste Versuch wieder schief, der 2. Versuch war erfolgreich. Danach war die Installation erfolgreich. (ab 00:03:18)

                                      Das Video findet man hier
                                      (video wieder gelöscht, weil gefixt)

                                      Meine Adapter und Widgets
                                      TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                                      Links im Profil

                                      foxriver76F apollon77A 2 Antworten Letzte Antwort
                                      0
                                      • OliverIOO OliverIO

                                        @apollon77 sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                                        @oliverio Zu Fehler 1: Ich verstehe nicht was Du meinst. Hast Du da mehr Infos? Screenshot? Whatever?

                                        zu Fehler 3: Unbekannt, bitte GitHub issue anlegen. Und am besten mehr logs bitte und so. Ich kann DAS nicht niachstellen, aber sehe ein anderes issue wenn ich tvprogram installiere und weder web noch vis habe

                                        Zu Fehler 4: Keine Ahnung was du meinst? Was sagt das system am anfang? Die Installation sollte an sich davon unabhängig sein ...Mehr details und Logs bitte

                                        So hier die Berichte.

                                        Log vom initialen Start, über das upgrade, bis zur installation eines Adapters

                                        2022-02-08 18:41:47.543 - info: host.iobrokertest4_0_0 iobroker.js-controller version 3.3.21 js-controller starting
                                        2022-02-08 18:41:47.548 - info: host.iobrokertest4_0_0 Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                        2022-02-08 18:41:47.549 - info: host.iobrokertest4_0_0 hostname: iobrokertest4_0_0, node: v14.19.0
                                        2022-02-08 18:41:47.549 - info: host.iobrokertest4_0_0 ip addresses: 192.168.1.87
                                        2022-02-08 18:41:47.848 - info: host.iobrokertest4_0_0 connected to Objects and States
                                        2022-02-08 18:41:47.903 - info: host.iobrokertest4_0_0 added notifications configuration of host
                                        2022-02-08 18:41:48.195 - info: host.iobrokertest4_0_0 3 instances found
                                        2022-02-08 18:41:48.205 - info: host.iobrokertest4_0_0 starting 3 instances
                                        2022-02-08 18:41:48.252 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 768
                                        2022-02-08 18:41:48.396 - info: host.iobrokertest4_0_0 Created UUID: d09d807c-10f4-4c1e-afc6-ae53d83f8286
                                        2022-02-08 18:41:50.034 - info: admin.0 (768) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 3.3.21
                                        2022-02-08 18:41:50.089 - info: admin.0 (768) requesting all states
                                        2022-02-08 18:41:50.090 - info: admin.0 (768) requesting all objects
                                        2022-02-08 18:41:50.159 - info: admin.0 (768) received all objects
                                        2022-02-08 18:41:50.185 - info: admin.0 (768) Request actual repository...
                                        2022-02-08 18:41:50.197 - info: host.iobrokertest4_0_0 Updating repository "default" under "http://download.iobroker.net/sources-dist.json"
                                        2022-02-08 18:41:50.205 - info: admin.0 (768) http server listening on port 8081
                                        2022-02-08 18:41:50.206 - info: admin.0 (768) Use link "http://localhost:8081" to configure.
                                        2022-02-08 18:41:50.498 - info: admin.0 (768) State value to set for "admin.0.info.lastUpdateCheck" has to be type "number" but received type "string"
                                        2022-02-08 18:41:50.539 - warn: admin.0 (768) Repository cannot be read
                                        2022-02-08 18:41:51.474 - info: admin.0 (768) Repository received successfully.
                                        2022-02-08 18:41:52.246 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 783
                                        2022-02-08 18:41:53.586 - info: discovery.0 (783) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 3.3.21
                                        2022-02-08 18:41:56.232 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 809
                                        2022-02-08 18:41:57.732 - info: backitup.0 (809) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.21
                                        2022-02-08 18:41:57.788 - info: backitup.0 (809) [iobroker] backup was activated at 02:40 every 1 day(s)
                                        2022-02-08 18:43:06.406 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                        2022-02-08 18:43:06.417 - info: admin.0 (768) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:43:06.422 - info: admin.0 (768) terminating http server on port 8081
                                        2022-02-08 18:43:06.423 - info: admin.0 (768) terminating
                                        2022-02-08 18:43:06.425 - info: admin.0 (768) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:43:06.459 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                        2022-02-08 18:43:06.593 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                        2022-02-08 18:43:06.603 - info: backitup.0 (809) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:43:06.605 - info: backitup.0 (809) cleaned everything up...
                                        2022-02-08 18:43:06.606 - info: backitup.0 (809) terminating
                                        2022-02-08 18:43:06.607 - info: backitup.0 (809) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:43:06.644 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 send kill signal
                                        2022-02-08 18:43:06.704 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=true)
                                        2022-02-08 18:43:06.710 - info: discovery.0 (783) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:43:06.712 - info: discovery.0 (783) terminating
                                        2022-02-08 18:43:06.714 - info: discovery.0 (783) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:43:06.753 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 send kill signal
                                        2022-02-08 18:43:07.148 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:43:07.435 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:43:07.463 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 killing pid 768
                                        2022-02-08 18:43:07.566 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:43:09.501 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 881
                                        2022-02-08 18:43:09.665 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 888
                                        2022-02-08 18:43:09.778 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 895
                                        2022-02-08 18:43:11.301 - info: backitup.0 (888) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.21
                                        2022-02-08 18:43:11.340 - info: discovery.0 (895) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 3.3.21
                                        2022-02-08 18:43:11.399 - info: backitup.0 (888) [iobroker] backup was activated at 02:40 every 1 day(s)
                                        2022-02-08 18:43:11.524 - info: admin.0 (881) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 3.3.21
                                        2022-02-08 18:43:11.571 - info: admin.0 (881) requesting all states
                                        2022-02-08 18:43:11.572 - info: admin.0 (881) requesting all objects
                                        2022-02-08 18:43:11.730 - info: admin.0 (881) received all objects
                                        2022-02-08 18:43:11.745 - warn: admin.0 (881) Repository cannot be read
                                        2022-02-08 18:43:11.868 - info: admin.0 (881) http server listening on port 8081
                                        2022-02-08 18:43:11.869 - info: admin.0 (881) Use link "http://localhost:8081" to configure.
                                        2022-02-08 18:43:22.270 - info: host.iobrokertest4_0_0 Updating repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                        2022-02-08 18:43:59.410 - info: host.iobrokertest4_0_0 iobroker upgrade backitup@2.2.4
                                        2022-02-08 18:44:01.390 - info: host.iobrokertest4_0_0 iobroker Update backitup from @2.2.2 to @2.2.4
                                        2022-02-08 18:44:01.410 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Adapter "system.adapter.backitup.0" is stopped.
                                        2022-02-08 18:44:01.435 - info: host.iobrokertest4_0_0 "system.adapter.backitup.0" disabled
                                        2022-02-08 18:44:01.436 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                        2022-02-08 18:44:01.447 - info: backitup.0 (888) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:44:01.449 - info: backitup.0 (888) cleaned everything up...
                                        2022-02-08 18:44:01.450 - info: backitup.0 (888) terminating
                                        2022-02-08 18:44:01.452 - info: backitup.0 (888) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:44:01.487 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 send kill signal
                                        2022-02-08 18:44:01.891 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16
                                        2022-02-08 18:44:01.895 - info: host.iobrokertest4_0_0 iobroker npm install iobroker.backitup@2.2.4 --loglevel error --prefix "/opt/iobroker" (System call)
                                        2022-02-08 18:44:01.996 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:44:25.720 - info: host.iobrokertest4_0_0 iobroker upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                                        2022-02-08 18:44:25.755 - info: host.iobrokertest4_0_0 iobroker Update "system.adapter.backitup.0"
                                        2022-02-08 18:44:25.875 - info: host.iobrokertest4_0_0 iobroker upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                                        2022-02-08 18:44:25.939 - info: host.iobrokertest4_0_0 iobroker upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                                        2022-02-08 18:44:26.005 - info: host.iobrokertest4_0_0 iobroker upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                                        2022-02-08 18:44:26.070 - info: host.iobrokertest4_0_0 iobroker upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                                        2022-02-08 18:44:26.133 - info: host.iobrokertest4_0_0 iobroker upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                                        2022-02-08 18:44:26.201 - info: host.iobrokertest4_0_0 iobroker upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:44:26.263 - info: host.iobrokertest4_0_0 iobroker upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                                        2022-02-08 18:44:26.326 - info: host.iobrokertest4_0_0 iobroker upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                                        2022-02-08 18:44:26.386 - info: host.iobrokertest4_0_0 iobroker upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                                        2022-02-08 18:44:26.448 - info: host.iobrokertest4_0_0 iobroker upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                                        2022-02-08 18:44:26.511 - info: host.iobrokertest4_0_0 iobroker Adapter "backitup" updated
                                        2022-02-08 18:44:26.512 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Adapter "system.adapter.backitup.0" is started
                                        2022-02-08 18:44:26.529 - info: host.iobrokertest4_0_0 "system.adapter.backitup.0" enabled
                                        2022-02-08 18:44:26.583 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 1012
                                        2022-02-08 18:44:27.578 - info: host.iobrokertest4_0_0 iobroker exit 0
                                        2022-02-08 18:44:27.810 - info: host.iobrokertest4_0_0 iobroker upgrade discovery@2.7.5
                                        2022-02-08 18:44:28.147 - info: backitup.0 (1012) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.21
                                        2022-02-08 18:44:28.206 - info: backitup.0 (1012) [iobroker] backup was activated at 02:40 every 1 day(s)
                                        2022-02-08 18:44:29.686 - info: host.iobrokertest4_0_0 iobroker Update discovery from @2.7.0 to @2.7.5
                                        2022-02-08 18:44:30.108 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16
                                        2022-02-08 18:44:30.111 - info: host.iobrokertest4_0_0 iobroker npm install iobroker.discovery@2.7.5 --loglevel error --prefix "/opt/iobroker" (System call)
                                        2022-02-08 18:44:49.940 - info: host.iobrokertest4_0_0 iobroker upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                        2022-02-08 18:44:49.975 - info: host.iobrokertest4_0_0 iobroker Update "system.adapter.discovery.0"
                                        2022-02-08 18:44:49.989 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=true)
                                        2022-02-08 18:44:49.994 - info: discovery.0 (895) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:44:49.996 - info: discovery.0 (895) terminating
                                        2022-02-08 18:44:49.997 - info: discovery.0 (895) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:44:50.034 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 send kill signal
                                        2022-02-08 18:44:50.042 - info: host.iobrokertest4_0_0 iobroker upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                        2022-02-08 18:44:50.104 - info: host.iobrokertest4_0_0 iobroker upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                        2022-02-08 18:44:50.165 - info: host.iobrokertest4_0_0 iobroker upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                        2022-02-08 18:44:50.230 - info: host.iobrokertest4_0_0 iobroker upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:44:50.293 - info: host.iobrokertest4_0_0 iobroker upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                        2022-02-08 18:44:50.355 - info: host.iobrokertest4_0_0 iobroker upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                        2022-02-08 18:44:50.417 - info: host.iobrokertest4_0_0 iobroker Adapter "discovery" updated
                                        2022-02-08 18:44:50.537 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:44:51.453 - info: host.iobrokertest4_0_0 iobroker exit 0
                                        2022-02-08 18:44:53.066 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 1080
                                        2022-02-08 18:44:54.859 - info: discovery.0 (1080) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 3.3.21
                                        2022-02-08 18:45:07.794 - info: host.iobrokertest4_0_0 received SIGTERM
                                        2022-02-08 18:45:07.809 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                        2022-02-08 18:45:07.810 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=true)
                                        2022-02-08 18:45:07.811 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                        2022-02-08 18:45:07.822 - info: admin.0 (881) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:45:07.828 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                        2022-02-08 18:45:07.824 - info: discovery.0 (1080) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:45:07.825 - info: backitup.0 (1012) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:45:07.825 - info: discovery.0 (1080) terminating
                                        2022-02-08 18:45:07.827 - info: discovery.0 (1080) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:45:07.826 - info: backitup.0 (1012) cleaned everything up...
                                        2022-02-08 18:45:07.827 - info: backitup.0 (1012) terminating
                                        2022-02-08 18:45:07.829 - info: backitup.0 (1012) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:45:07.828 - info: admin.0 (881) terminating http server on port 8081
                                        2022-02-08 18:45:07.830 - info: admin.0 (881) terminating
                                        2022-02-08 18:45:07.832 - info: admin.0 (881) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:45:07.834 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 send kill signal
                                        2022-02-08 18:45:07.835 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 send kill signal
                                        2022-02-08 18:45:08.417 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:45:08.418 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:45:08.422 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:45:08.423 - info: host.iobrokertest4_0_0 All instances are stopped.
                                        2022-02-08 18:45:08.490 - info: host.iobrokertest4_0_0 terminated
                                        2022-02-08 18:47:37.619 - info: host.iobrokertest4_0_0 iobroker.js-controller version 4.0.4 js-controller starting
                                        2022-02-08 18:47:37.625 - info: host.iobrokertest4_0_0 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                                        2022-02-08 18:47:37.625 - info: host.iobrokertest4_0_0 hostname: iobrokertest4_0_0, node: v14.19.0
                                        2022-02-08 18:47:37.626 - info: host.iobrokertest4_0_0 ip addresses: 192.168.1.87
                                        2022-02-08 18:47:38.187 - info: host.iobrokertest4_0_0 connected to Objects and States
                                        2022-02-08 18:47:38.209 - info: host.iobrokertest4_0_0 added notifications configuration of host
                                        2022-02-08 18:47:38.214 - info: host.iobrokertest4_0_0 Node.js version has changed from unknown to 14.19.0
                                        2022-02-08 18:47:38.243 - info: host.iobrokertest4_0_0 Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
                                        2022-02-08 18:47:38.574 - info: host.iobrokertest4_0_0 3 instances found
                                        2022-02-08 18:47:38.583 - info: host.iobrokertest4_0_0 starting 3 instances
                                        2022-02-08 18:47:38.625 - error: host.iobrokertest4_0_0 instance system.adapter.admin.0 could not be started: Error: spawn EPERM
                                        2022-02-08 18:47:42.613 - error: host.iobrokertest4_0_0 instance system.adapter.discovery.0 could not be started: Error: spawn EPERM
                                        2022-02-08 18:47:46.611 - error: host.iobrokertest4_0_0 instance system.adapter.backitup.0 could not be started: Error: spawn EPERM
                                        2022-02-08 18:50:48.815 - info: host.iobrokertest4_0_0 received SIGTERM
                                        2022-02-08 18:50:48.827 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=false)
                                        2022-02-08 18:50:48.828 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=false)
                                        2022-02-08 18:50:48.828 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=false)
                                        2022-02-08 18:51:03.860 - info: host.iobrokertest4_0_0 force terminating
                                        2022-02-08 18:51:32.466 - info: host.iobrokertest4_0_0 iobroker.js-controller version 4.0.4 js-controller starting
                                        2022-02-08 18:51:32.471 - info: host.iobrokertest4_0_0 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                                        2022-02-08 18:51:32.472 - info: host.iobrokertest4_0_0 hostname: iobrokertest4_0_0, node: v14.19.0
                                        2022-02-08 18:51:32.473 - info: host.iobrokertest4_0_0 ip addresses: 192.168.1.87
                                        2022-02-08 18:51:33.091 - info: host.iobrokertest4_0_0 connected to Objects and States
                                        2022-02-08 18:51:33.113 - info: host.iobrokertest4_0_0 added notifications configuration of host
                                        2022-02-08 18:51:33.524 - info: host.iobrokertest4_0_0 3 instances found
                                        2022-02-08 18:51:33.533 - info: host.iobrokertest4_0_0 starting 3 instances
                                        2022-02-08 18:51:33.579 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 3495
                                        2022-02-08 18:51:35.392 - info: admin.0 (3495) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:51:35.441 - info: admin.0 (3495) requesting all states
                                        2022-02-08 18:51:35.442 - info: admin.0 (3495) requesting all objects
                                        2022-02-08 18:51:35.823 - info: admin.0 (3495) received all objects
                                        2022-02-08 18:51:36.011 - info: admin.0 (3495) http server listening on port 8081
                                        2022-02-08 18:51:36.011 - info: admin.0 (3495) Use link "http://localhost:8081" to configure.
                                        2022-02-08 18:51:37.572 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 3523
                                        2022-02-08 18:51:38.946 - info: discovery.0 (3523) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:51:41.647 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 3546
                                        2022-02-08 18:51:43.170 - info: backitup.0 (3546) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:51:43.225 - info: backitup.0 (3546) [iobroker] backup was activated at 02:40 every 1 day(s)
                                        2022-02-08 18:51:54.882 - info: host.iobrokertest4_0_0 iobroker upgrade admin@5.2.3
                                        2022-02-08 18:51:57.100 - info: host.iobrokertest4_0_0 iobroker Update admin from @5.1.25 to @5.2.3
                                        2022-02-08 18:51:57.130 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Adapter "system.adapter.admin.0" is stopped.
                                        2022-02-08 18:51:57.140 - info: admin.0 (3495) Adapter is disabled => stop
                                        2022-02-08 18:51:57.142 - info: host.iobrokertest4_0_0 "system.adapter.admin.0" disabled
                                        2022-02-08 18:51:57.142 - info: admin.0 (3495) terminating http server on port 8081
                                        2022-02-08 18:51:57.143 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                        2022-02-08 18:51:57.153 - info: admin.0 (3495) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:51:57.155 - info: admin.0 (3495) terminating
                                        2022-02-08 18:51:57.156 - info: admin.0 (3495) Terminated (NO_ERROR): Without reason
                                        2022-02-08 18:51:57.195 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                        2022-02-08 18:51:57.578 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16
                                        2022-02-08 18:51:57.581 - info: host.iobrokertest4_0_0 iobroker Installing iobroker.admin@5.2.3... (System call)
                                        2022-02-08 18:51:57.717 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                        2022-02-08 18:52:18.450 - info: host.iobrokertest4_0_0 iobroker + iobroker.admin@5.2.3updated 4 packages in 19.73s
                                        2022-02-08 18:52:19.046 - info: host.iobrokertest4_0_0 iobroker 38 packages are looking for funding run `npm fund` for details
                                        2022-02-08 18:52:19.090 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Adapter "system.adapter.admin.0" is started
                                        2022-02-08 18:52:19.100 - info: host.iobrokertest4_0_0 "system.adapter.admin.0" enabled
                                        2022-02-08 18:52:19.141 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 3614
                                        2022-02-08 18:52:19.161 - info: host.iobrokertest4_0_0 iobroker Update "system.adapter.admin.0"
                                        2022-02-08 18:52:19.171 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                        2022-02-08 18:52:19.175 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                        2022-02-08 18:52:19.194 - info: host.iobrokertest4_0_0 iobroker upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                        2022-02-08 18:52:19.235 - info: host.iobrokertest4_0_0 iobroker upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                        2022-02-08 18:52:19.244 - info: host.iobrokertest4_0_0 iobroker upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                        2022-02-08 18:52:19.253 - info: host.iobrokertest4_0_0 iobroker upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                        2022-02-08 18:52:19.262 - info: host.iobrokertest4_0_0 iobroker upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                        2022-02-08 18:52:19.276 - info: host.iobrokertest4_0_0 iobroker upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                        2022-02-08 18:52:19.287 - info: host.iobrokertest4_0_0 iobroker upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                        2022-02-08 18:52:19.297 - info: host.iobrokertest4_0_0 iobroker upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                        2022-02-08 18:52:19.308 - info: host.iobrokertest4_0_0 iobroker upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                        2022-02-08 18:52:19.318 - info: host.iobrokertest4_0_0 iobroker upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                        2022-02-08 18:52:19.328 - info: host.iobrokertest4_0_0 iobroker upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                        2022-02-08 18:52:19.338 - info: host.iobrokertest4_0_0 iobroker upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                        2022-02-08 18:52:19.346 - info: host.iobrokertest4_0_0 iobroker upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:52:19.353 - info: host.iobrokertest4_0_0 iobroker upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
                                        2022-02-08 18:52:19.361 - info: host.iobrokertest4_0_0 iobroker upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                        2022-02-08 18:52:20.176 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 killing pid 3614
                                        2022-02-08 18:52:20.201 - warn: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated due to SIGTERM
                                        2022-02-08 18:52:20.204 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code null ()
                                        2022-02-08 18:52:20.393 - info: host.iobrokertest4_0_0 iobroker exit 0
                                        2022-02-08 18:52:22.205 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 3621
                                        2022-02-08 18:52:24.061 - info: admin.0 (3621) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:52:24.108 - info: admin.0 (3621) requesting all states
                                        2022-02-08 18:52:24.109 - info: admin.0 (3621) requesting all objects
                                        2022-02-08 18:52:24.522 - info: admin.0 (3621) received all objects
                                        2022-02-08 18:52:24.706 - info: admin.0 (3621) http server listening on port 8081
                                        2022-02-08 18:52:24.706 - info: admin.0 (3621) Use link "http://localhost:8081" to configure.
                                        2022-02-08 18:52:45.994 - info: host.iobrokertest4_0_0 iobroker add rssfeed --host iobrokertest4_0_0
                                        2022-02-08 18:52:48.618 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16Installing iobroker.rssfeed@1.0.0... (System call)
                                        2022-02-08 18:53:02.994 - info: host.iobrokertest4_0_0 iobroker + iobroker.rssfeed@1.0.0
                                        2022-02-08 18:53:02.995 - info: host.iobrokertest4_0_0 iobroker added 29 packages from 22 contributors in 13.252s
                                        2022-02-08 18:53:03.704 - info: host.iobrokertest4_0_0 iobroker 38 packages are looking for funding run `npm fund` for details
                                        2022-02-08 18:53:03.706 - info: host.iobrokertest4_0_0 iobroker
                                        2022-02-08 18:53:03.748 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter rssfeed
                                        2022-02-08 18:53:03.783 - info: host.iobrokertest4_0_0 iobroker upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                                        2022-02-08 18:53:03.820 - info: host.iobrokertest4_0_0 iobroker upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                                        2022-02-08 18:53:03.967 - info: host.iobrokertest4_0_0 iobroker upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:53:03.979 - info: host.iobrokertest4_0_0 iobroker upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html.bak index_m.html.bak null
                                        2022-02-08 18:53:03.990 - info: host.iobrokertest4_0_0 iobroker upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                                        2022-02-08 18:53:04.000 - info: host.iobrokertest4_0_0 iobroker upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/style.css style.css text/css
                                        2022-02-08 18:53:04.010 - info: host.iobrokertest4_0_0 iobroker upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/words.js words.js application/javascript
                                        2022-02-08 18:53:04.043 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "vis" not found on this host.
                                        2022-02-08 18:53:04.048 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter vis
                                        2022-02-08 18:53:04.821 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16
                                        2022-02-08 18:53:04.823 - info: host.iobrokertest4_0_0 iobroker Installing iobroker.vis@1.4.8... (System call)
                                        2022-02-08 18:53:15.887 - info: host.iobrokertest4_0_0 iobroker > iobroker.vis@1.4.8 install /opt/iobroker/node_modules/iobroker.vis> node main.js --install
                                        2022-02-08 18:53:16.952 - info: vis.0 (3731) starting. Version 1.4.8 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:53:16.995 - info: vis.0 (3731) Changes in index.html detected => update cache.manifest
                                        2022-02-08 18:53:17.004 - error: vis.0 (3731) No license found for vis. Please get one on https://iobroker.net !
                                        2022-02-08 18:53:17.025 - info: vis.0 (3731) config.js changed. Upload.
                                        2022-02-08 18:53:17.066 - info: vis.0 (3731) Changes in index.html detected => update cache.manifest
                                        2022-02-08 18:53:17.074 - info: vis.0 (3731) Upload vis anew, while changes detected...
                                        2022-02-08 18:53:21.052 - info: vis.0 (3731) Uploaded. 0
                                        2022-02-08 18:53:21.563 - info: vis.0 (3731) Terminated (NO_ERROR): Without reason
                                        2022-02-08 18:53:23.066 - info: host.iobrokertest4_0_0 iobroker + iobroker.vis@1.4.8added 2 packages from 3 contributors in 17.101s
                                        2022-02-08 18:53:23.687 - info: host.iobrokertest4_0_0 iobroker 38 packages are looking for funding
                                        2022-02-08 18:53:23.688 - info: host.iobrokertest4_0_0 iobroker run `npm fund` for details
                                        2022-02-08 18:53:23.728 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter vis
                                        2022-02-08 18:53:23.753 - info: host.iobrokertest4_0_0 iobroker upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
                                        2022-02-08 18:53:23.765 - info: host.iobrokertest4_0_0 iobroker upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:53:23.773 - info: host.iobrokertest4_0_0 iobroker upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                        2022-02-08 18:53:23.781 - info: host.iobrokertest4_0_0 iobroker upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
                                        2022-02-08 18:53:23.848 - info: host.iobrokertest4_0_0 iobroker upload [334] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                        2022-02-08 18:53:24.169 - info: host.iobrokertest4_0_0 iobroker upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/groupVisibility.png icon/groupVisibility.png image/png
                                        2022-02-08 18:53:24.593 - info: host.iobrokertest4_0_0 iobroker upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/img/hexabump.png img/hexabump.png image/png
                                        2022-02-08 18:53:25.043 - info: host.iobrokertest4_0_0 iobroker upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/24/gif.png js/fm/icon/mine/24/gif.png image/png
                                        2022-02-08 18:53:25.526 - info: host.iobrokertest4_0_0 iobroker upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/img/logout.png lib/img/logout.png image/png
                                        2022-02-08 18:53:26.015 - info: host.iobrokertest4_0_0 iobroker upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_FilterDropdown.png widgets/basic/img/Prev_FilterDropdown.png image/png
                                        2022-02-08 18:53:26.111 - info: host.iobrokertest4_0_0 iobroker upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_Speech2Text.png widgets/basic/img/Prev_Speech2Text.png image/png
                                        2022-02-08 18:53:26.204 - info: host.iobrokertest4_0_0 iobroker upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueBoolSelect.png widgets/basic/img/Prev_ValueBoolSelect.png image/png
                                        2022-02-08 18:53:26.300 - info: host.iobrokertest4_0_0 iobroker upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueStringImg.png widgets/basic/img/Prev_ValueStringImg.png image/png
                                        2022-02-08 18:53:26.397 - info: host.iobrokertest4_0_0 iobroker upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/micSent.svg widgets/basic/img/micSent.svg image/svg+xml
                                        2022-02-08 18:53:26.497 - info: host.iobrokertest4_0_0 iobroker upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/doc.html widgets/jqui/doc.html text/html
                                        2022-02-08 18:53:26.592 - info: host.iobrokertest4_0_0 iobroker upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui.html widgets/jqui.html text/html
                                        2022-02-08 18:53:26.688 - info: host.iobrokertest4_0_0 iobroker upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/rssfeed/img/rssfeed-vis.png widgets/rssfeed/img/rssfeed-vis.png image/png
                                        2022-02-08 18:53:26.802 - info: host.iobrokertest4_0_0 iobroker upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/Prev_Swipe.png widgets/swipe/img/Prev_Swipe.png image/png
                                        2022-02-08 18:53:26.811 - info: host.iobrokertest4_0_0 iobroker upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/noSwipe.jpg widgets/swipe/img/noSwipe.jpg image/jpeg
                                        2022-02-08 18:53:26.822 - info: host.iobrokertest4_0_0 iobroker upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout-shapes.js widgets/swipe/js/jquery.roundabout-shapes.js application/javascript
                                        2022-02-08 18:53:26.834 - info: host.iobrokertest4_0_0 iobroker upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout.min.js widgets/swipe/js/jquery.roundabout.min.js application/javascript
                                        2022-02-08 18:53:26.843 - info: host.iobrokertest4_0_0 iobroker upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.touchSwipe.min.js widgets/swipe/js/jquery.touchSwipe.min.js application/javascript
                                        2022-02-08 18:53:26.854 - info: host.iobrokertest4_0_0 iobroker upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe.html widgets/swipe.html text/html
                                        2022-02-08 18:53:26.867 - info: host.iobrokertest4_0_0 iobroker upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/jquery.sliderTabs.js widgets/tabs/jquery.sliderTabs.js application/javascript
                                        2022-02-08 18:53:26.876 - info: host.iobrokertest4_0_0 iobroker upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicator.png widgets/tabs/styles/images/indicator.png image/png
                                        2022-02-08 18:53:26.888 - info: host.iobrokertest4_0_0 iobroker upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicatorActive.png widgets/tabs/styles/images/indicatorActive.png image/png
                                        2022-02-08 18:53:26.896 - info: host.iobrokertest4_0_0 iobroker upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftArrow.png widgets/tabs/styles/images/leftArrow.png image/png
                                        2022-02-08 18:53:26.904 - info: host.iobrokertest4_0_0 iobroker upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftPanelArrow.png widgets/tabs/styles/images/leftPanelArrow.png image/png
                                        2022-02-08 18:53:26.913 - info: host.iobrokertest4_0_0 iobroker upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightArrow.png widgets/tabs/styles/images/rightArrow.png image/png
                                        2022-02-08 18:53:26.925 - info: host.iobrokertest4_0_0 iobroker upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightPanelArrow.png widgets/tabs/styles/images/rightPanelArrow.png image/png
                                        2022-02-08 18:53:26.934 - info: host.iobrokertest4_0_0 iobroker upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css widgets/tabs/styles/jquery.sliderTabs.css text/css
                                        2022-02-08 18:53:26.942 - info: host.iobrokertest4_0_0 iobroker upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css.orig widgets/tabs/styles/jquery.sliderTabs.css.orig null
                                        2022-02-08 18:53:26.951 - info: host.iobrokertest4_0_0 iobroker upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.min.css widgets/tabs/styles/jquery.sliderTabs.min.css text/css
                                        2022-02-08 18:53:26.959 - info: host.iobrokertest4_0_0 iobroker upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs.html widgets/tabs.html text/html
                                        2022-02-08 18:53:26.967 - info: host.iobrokertest4_0_0 iobroker upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/dev.html widgets/todo/dev.html text/html
                                        2022-02-08 18:53:26.976 - info: host.iobrokertest4_0_0 iobroker upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/homematic.html widgets/todo/homematic.html text/html
                                        2022-02-08 18:53:26.985 - info: host.iobrokertest4_0_0 iobroker upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/special.html widgets/todo/special.html text/html
                                        2022-02-08 18:53:26.994 - info: host.iobrokertest4_0_0 iobroker upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/weather.html widgets/todo/weather.html text/html
                                        2022-02-08 18:53:27.019 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "web" not found on this host.
                                        2022-02-08 18:53:27.024 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter web
                                        2022-02-08 18:53:27.820 - info: host.iobrokertest4_0_0 iobroker NPM version: 6.14.16Installing iobroker.web@4.1.1... (System call)
                                        2022-02-08 18:53:43.796 - info: host.iobrokertest4_0_0 iobroker + iobroker.web@4.1.1
                                        2022-02-08 18:53:43.798 - info: host.iobrokertest4_0_0 iobroker added 48 packages from 33 contributors in 14.816s
                                        2022-02-08 18:53:44.457 - info: host.iobrokertest4_0_0 iobroker 38 packages are looking for funding run `npm fund` for details
                                        2022-02-08 18:53:44.506 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter web
                                        2022-02-08 18:53:44.530 - info: host.iobrokertest4_0_0 iobroker upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                                        2022-02-08 18:53:44.551 - info: host.iobrokertest4_0_0 iobroker upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                        2022-02-08 18:53:44.562 - info: host.iobrokertest4_0_0 iobroker upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:53:44.571 - info: host.iobrokertest4_0_0 iobroker upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/manifest.json manifest.json application/json
                                        2022-02-08 18:53:44.581 - info: host.iobrokertest4_0_0 iobroker upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css static/css/2.faf2f676.chunk.css text/css
                                        2022-02-08 18:53:44.590 - info: host.iobrokertest4_0_0 iobroker upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css.map static/css/2.faf2f676.chunk.css.map application/json
                                        2022-02-08 18:53:44.599 - info: host.iobrokertest4_0_0 iobroker upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css static/css/main.e2d673ee.chunk.css text/css
                                        2022-02-08 18:53:44.608 - info: host.iobrokertest4_0_0 iobroker upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css.map static/css/main.e2d673ee.chunk.css.map application/json
                                        2022-02-08 18:53:44.617 - info: host.iobrokertest4_0_0 iobroker upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.a12bb2bb.chunk.js static/js/2.a12bb2bb.chunk.js application/javascript
                                        2022-02-08 18:53:44.638 - info: host.iobrokertest4_0_0 iobroker upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.a12bb2bb.chunk.js.LICENSE.txt static/js/2.a12bb2bb.chunk.js.LICENSE.txt text/plain
                                        2022-02-08 18:53:44.648 - info: host.iobrokertest4_0_0 iobroker upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.a12bb2bb.chunk.js.map static/js/2.a12bb2bb.chunk.js.map application/json
                                        2022-02-08 18:53:44.873 - info: host.iobrokertest4_0_0 iobroker upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.e6eada22.chunk.js static/js/main.e6eada22.chunk.js application/javascript
                                        2022-02-08 18:53:44.890 - info: host.iobrokertest4_0_0 iobroker upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.e6eada22.chunk.js.map static/js/main.e6eada22.chunk.js.map application/json
                                        2022-02-08 18:53:44.899 - info: host.iobrokertest4_0_0 iobroker upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js static/js/runtime-main.8b37c647.js application/javascript
                                        2022-02-08 18:53:44.913 - info: host.iobrokertest4_0_0 iobroker upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js.map static/js/runtime-main.8b37c647.js.map application/json
                                        2022-02-08 18:53:44.923 - info: host.iobrokertest4_0_0 iobroker upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/le.eb63b1db.png static/media/le.eb63b1db.png image/png
                                        2022-02-08 18:53:44.934 - info: host.iobrokertest4_0_0 iobroker upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                        2022-02-08 18:53:45.033 - info: host.iobrokertest4_0_0 iobroker upload [396] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                        2022-02-08 18:53:45.425 - info: host.iobrokertest4_0_0 iobroker upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png image/png
                                        2022-02-08 18:53:45.817 - info: host.iobrokertest4_0_0 iobroker upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css text/css
                                        2022-02-08 18:53:46.244 - info: host.iobrokertest4_0_0 iobroker upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png image/png
                                        2022-02-08 18:53:46.670 - info: host.iobrokertest4_0_0 iobroker upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png image/png
                                        2022-02-08 18:53:47.061 - info: host.iobrokertest4_0_0 iobroker upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png image/png
                                        2022-02-08 18:53:47.528 - info: host.iobrokertest4_0_0 iobroker upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png image/png
                                        2022-02-08 18:53:47.617 - info: host.iobrokertest4_0_0 iobroker upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png image/png
                                        2022-02-08 18:53:47.710 - info: host.iobrokertest4_0_0 iobroker upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png image/png
                                        2022-02-08 18:53:47.813 - info: host.iobrokertest4_0_0 iobroker upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png image/png
                                        2022-02-08 18:53:47.901 - info: host.iobrokertest4_0_0 iobroker upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png image/png
                                        2022-02-08 18:53:47.988 - info: host.iobrokertest4_0_0 iobroker upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css text/css
                                        2022-02-08 18:53:48.094 - info: host.iobrokertest4_0_0 iobroker upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png image/png
                                        2022-02-08 18:53:48.179 - info: host.iobrokertest4_0_0 iobroker upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/theme.css lib/css/themes/jquery-ui/vader/theme.css text/css
                                        2022-02-08 18:53:48.275 - info: host.iobrokertest4_0_0 iobroker upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.js lib/js/jquery-1.11.2.min.js application/javascript
                                        2022-02-08 18:53:48.284 - info: host.iobrokertest4_0_0 iobroker upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.map lib/js/jquery-1.11.2.min.map application/json
                                        2022-02-08 18:53:48.294 - info: host.iobrokertest4_0_0 iobroker upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                                        2022-02-08 18:53:48.304 - info: host.iobrokertest4_0_0 iobroker upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                                        2022-02-08 18:53:48.313 - info: host.iobrokertest4_0_0 iobroker upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                                        2022-02-08 18:53:48.324 - info: host.iobrokertest4_0_0 iobroker upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                                        2022-02-08 18:53:48.335 - info: host.iobrokertest4_0_0 iobroker upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                                        2022-02-08 18:53:48.346 - info: host.iobrokertest4_0_0 iobroker upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                                        2022-02-08 18:53:48.355 - info: host.iobrokertest4_0_0 iobroker upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                                        2022-02-08 18:53:48.365 - info: host.iobrokertest4_0_0 iobroker upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                                        2022-02-08 18:53:48.374 - info: host.iobrokertest4_0_0 iobroker upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                                        2022-02-08 18:53:48.391 - info: host.iobrokertest4_0_0 iobroker upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                                        2022-02-08 18:53:48.403 - info: host.iobrokertest4_0_0 iobroker upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                                        2022-02-08 18:53:48.412 - info: host.iobrokertest4_0_0 iobroker upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                                        2022-02-08 18:53:48.462 - info: host.iobrokertest4_0_0 iobroker upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                                        2022-02-08 18:53:48.492 - info: host.iobrokertest4_0_0 iobroker upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                                        2022-02-08 18:53:48.502 - info: host.iobrokertest4_0_0 iobroker upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                        2022-02-08 18:53:48.512 - info: host.iobrokertest4_0_0 iobroker upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                                        2022-02-08 18:53:48.524 - info: host.iobrokertest4_0_0 iobroker upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                                        2022-02-08 18:53:48.533 - info: host.iobrokertest4_0_0 iobroker upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                                        2022-02-08 18:53:48.542 - info: host.iobrokertest4_0_0 iobroker upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                                        2022-02-08 18:53:48.587 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web created/updated
                                        2022-02-08 18:53:48.648 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 create instance web
                                        2022-02-08 18:53:48.654 - error: host.iobrokertest4_0_0 iobroker adapter "rssfeed" cannot be installed: The "path" argument must be of type string. Received null
                                        2022-02-08 18:53:49.685 - info: host.iobrokertest4_0_0 iobroker exit 15
                                        2022-02-08 18:54:05.758 - info: host.iobrokertest4_0_0 Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
                                        2022-02-08 18:54:23.308 - info: host.iobrokertest4_0_0 iobroker add rssfeed --host iobrokertest4_0_0
                                        2022-02-08 18:54:25.253 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter rssfeed
                                        2022-02-08 18:54:25.269 - info: host.iobrokertest4_0_0 iobroker upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                                        2022-02-08 18:54:25.308 - info: host.iobrokertest4_0_0 iobroker upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                                        2022-02-08 18:54:25.438 - info: host.iobrokertest4_0_0 iobroker upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:54:25.493 - info: host.iobrokertest4_0_0 iobroker upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html.bak index_m.html.bak null
                                        2022-02-08 18:54:25.506 - info: host.iobrokertest4_0_0 iobroker upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                                        2022-02-08 18:54:25.516 - info: host.iobrokertest4_0_0 iobroker upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/style.css style.css text/css
                                        2022-02-08 18:54:25.526 - info: host.iobrokertest4_0_0 iobroker upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/words.js words.js application/javascript
                                        2022-02-08 18:54:25.559 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "vis" not found on this host.
                                        2022-02-08 18:54:25.563 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter vis
                                        2022-02-08 18:54:25.574 - info: host.iobrokertest4_0_0 iobroker upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
                                        2022-02-08 18:54:25.584 - info: host.iobrokertest4_0_0 iobroker upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:54:25.599 - info: host.iobrokertest4_0_0 iobroker upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                        2022-02-08 18:54:25.609 - info: host.iobrokertest4_0_0 iobroker upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
                                        2022-02-08 18:54:25.677 - info: host.iobrokertest4_0_0 iobroker upload [334] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                        2022-02-08 18:54:26.009 - info: host.iobrokertest4_0_0 iobroker upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/groupVisibility.png icon/groupVisibility.png image/png
                                        2022-02-08 18:54:26.484 - info: host.iobrokertest4_0_0 iobroker upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/img/hexabump.png img/hexabump.png image/png
                                        2022-02-08 18:54:26.965 - info: host.iobrokertest4_0_0 iobroker upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/24/gif.png js/fm/icon/mine/24/gif.png image/png
                                        2022-02-08 18:54:27.476 - info: host.iobrokertest4_0_0 iobroker upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/img/logout.png lib/img/logout.png image/png
                                        2022-02-08 18:54:27.933 - info: host.iobrokertest4_0_0 iobroker upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_FilterDropdown.png widgets/basic/img/Prev_FilterDropdown.png image/png
                                        2022-02-08 18:54:28.021 - info: host.iobrokertest4_0_0 iobroker upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_Speech2Text.png widgets/basic/img/Prev_Speech2Text.png image/png
                                        2022-02-08 18:54:28.109 - info: host.iobrokertest4_0_0 iobroker upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueBoolSelect.png widgets/basic/img/Prev_ValueBoolSelect.png image/png
                                        2022-02-08 18:54:28.211 - info: host.iobrokertest4_0_0 iobroker upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueStringImg.png widgets/basic/img/Prev_ValueStringImg.png image/png
                                        2022-02-08 18:54:28.301 - info: host.iobrokertest4_0_0 iobroker upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/micSent.svg widgets/basic/img/micSent.svg image/svg+xml
                                        2022-02-08 18:54:28.392 - info: host.iobrokertest4_0_0 iobroker upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/doc.html widgets/jqui/doc.html text/html
                                        2022-02-08 18:54:28.486 - info: host.iobrokertest4_0_0 iobroker upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui.html widgets/jqui.html text/html
                                        2022-02-08 18:54:28.574 - info: host.iobrokertest4_0_0 iobroker upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/rssfeed/img/rssfeed-vis.png widgets/rssfeed/img/rssfeed-vis.png image/png
                                        2022-02-08 18:54:28.664 - info: host.iobrokertest4_0_0 iobroker upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/Prev_Swipe.png widgets/swipe/img/Prev_Swipe.png image/png
                                        2022-02-08 18:54:28.675 - info: host.iobrokertest4_0_0 iobroker upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/noSwipe.jpg widgets/swipe/img/noSwipe.jpg image/jpeg
                                        2022-02-08 18:54:28.684 - info: host.iobrokertest4_0_0 iobroker upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout-shapes.js widgets/swipe/js/jquery.roundabout-shapes.js application/javascript
                                        2022-02-08 18:54:28.694 - info: host.iobrokertest4_0_0 iobroker upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout.min.js widgets/swipe/js/jquery.roundabout.min.js application/javascript
                                        2022-02-08 18:54:28.704 - info: host.iobrokertest4_0_0 iobroker upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.touchSwipe.min.js widgets/swipe/js/jquery.touchSwipe.min.js application/javascript
                                        2022-02-08 18:54:28.721 - info: host.iobrokertest4_0_0 iobroker upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe.html widgets/swipe.html text/html
                                        2022-02-08 18:54:28.731 - info: host.iobrokertest4_0_0 iobroker upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/jquery.sliderTabs.js widgets/tabs/jquery.sliderTabs.js application/javascript
                                        2022-02-08 18:54:28.741 - info: host.iobrokertest4_0_0 iobroker upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicator.png widgets/tabs/styles/images/indicator.png image/png
                                        2022-02-08 18:54:28.750 - info: host.iobrokertest4_0_0 iobroker upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicatorActive.png widgets/tabs/styles/images/indicatorActive.png image/png
                                        2022-02-08 18:54:28.759 - info: host.iobrokertest4_0_0 iobroker upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftArrow.png widgets/tabs/styles/images/leftArrow.png image/png
                                        2022-02-08 18:54:28.768 - info: host.iobrokertest4_0_0 iobroker upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftPanelArrow.png widgets/tabs/styles/images/leftPanelArrow.png image/png
                                        2022-02-08 18:54:28.776 - info: host.iobrokertest4_0_0 iobroker upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightArrow.png widgets/tabs/styles/images/rightArrow.png image/png
                                        2022-02-08 18:54:28.786 - info: host.iobrokertest4_0_0 iobroker upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightPanelArrow.png widgets/tabs/styles/images/rightPanelArrow.png image/png
                                        2022-02-08 18:54:28.795 - info: host.iobrokertest4_0_0 iobroker upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css widgets/tabs/styles/jquery.sliderTabs.css text/css
                                        2022-02-08 18:54:28.803 - info: host.iobrokertest4_0_0 iobroker upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css.orig widgets/tabs/styles/jquery.sliderTabs.css.orig null
                                        2022-02-08 18:54:28.812 - info: host.iobrokertest4_0_0 iobroker upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.min.css widgets/tabs/styles/jquery.sliderTabs.min.css text/css
                                        2022-02-08 18:54:28.821 - info: host.iobrokertest4_0_0 iobroker upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs.html widgets/tabs.html text/html
                                        2022-02-08 18:54:28.829 - info: host.iobrokertest4_0_0 iobroker upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/dev.html widgets/todo/dev.html text/html
                                        2022-02-08 18:54:28.839 - info: host.iobrokertest4_0_0 iobroker upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/homematic.html widgets/todo/homematic.html text/html
                                        2022-02-08 18:54:28.847 - info: host.iobrokertest4_0_0 iobroker upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/special.html widgets/todo/special.html text/html
                                        2022-02-08 18:54:28.856 - info: host.iobrokertest4_0_0 iobroker upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/weather.html widgets/todo/weather.html text/html
                                        2022-02-08 18:54:28.874 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "web" not found on this host.
                                        2022-02-08 18:54:28.910 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 create instance web
                                        2022-02-08 18:54:28.919 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.alive created
                                        2022-02-08 18:54:28.924 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.connected created
                                        2022-02-08 18:54:28.932 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.compactMode created
                                        2022-02-08 18:54:28.940 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.cpu created
                                        2022-02-08 18:54:28.948 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.cputime created
                                        2022-02-08 18:54:28.954 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.memHeapUsed created
                                        2022-02-08 18:54:28.962 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.memHeapTotal created
                                        2022-02-08 18:54:28.968 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.memRss created
                                        2022-02-08 18:54:28.978 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.uptime created
                                        2022-02-08 18:54:28.985 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.inputCount created
                                        2022-02-08 18:54:28.991 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.outputCount created
                                        2022-02-08 18:54:28.997 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.eventLoopLag created
                                        2022-02-08 18:54:29.004 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.sigKill created
                                        2022-02-08 18:54:29.011 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0.logLevel created
                                        2022-02-08 18:54:29.021 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.upload created
                                        2022-02-08 18:54:29.029 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object web.0 created
                                        2022-02-08 18:54:29.036 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object web.0.info created
                                        2022-02-08 18:54:29.043 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object web.0.info.connection created
                                        2022-02-08 18:54:29.051 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Set default value of web.0.info.connection:
                                        2022-02-08 18:54:29.066 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.web.0 created
                                        2022-02-08 18:54:29.067 - error: host.iobrokertest4_0_0 iobroker adapter "rssfeed" cannot be installed: Cannot read property 'startsWith' of undefined
                                        2022-02-08 18:54:30.128 - info: host.iobrokertest4_0_0 iobroker exit 15
                                        2022-02-08 18:54:32.117 - info: host.iobrokertest4_0_0 instance system.adapter.web.0 started with pid 3839
                                        2022-02-08 18:54:33.639 - info: web.0 (3839) starting. Version 4.1.1 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:54:33.802 - info: web.0 (3839) socket.io server listening on port 8082
                                        2022-02-08 18:54:33.816 - info: web.0 (3839) http server listening on port 8082
                                        2022-02-08 18:54:52.782 - info: host.iobrokertest4_0_0 received SIGTERM
                                        2022-02-08 18:54:52.784 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 (force=false, process=true)
                                        2022-02-08 18:54:52.785 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 (force=false, process=true)
                                        2022-02-08 18:54:52.786 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                        2022-02-08 18:54:52.786 - info: host.iobrokertest4_0_0 stopInstance system.adapter.web.0 (force=false, process=true)
                                        2022-02-08 18:54:52.802 - info: backitup.0 (3546) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:54:52.802 - info: discovery.0 (3523) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:54:52.803 - info: discovery.0 (3523) terminating
                                        2022-02-08 18:54:52.805 - info: discovery.0 (3523) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:54:52.804 - info: backitup.0 (3546) cleaned everything up...
                                        2022-02-08 18:54:52.805 - info: backitup.0 (3546) terminating
                                        2022-02-08 18:54:52.807 - info: backitup.0 (3546) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:54:52.806 - info: admin.0 (3621) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:54:52.811 - info: web.0 (3839) Got terminate signal TERMINATE_YOURSELF
                                        2022-02-08 18:54:52.812 - info: admin.0 (3621) terminating http server on port 8081
                                        2022-02-08 18:54:52.813 - info: admin.0 (3621) terminating
                                        2022-02-08 18:54:52.815 - info: admin.0 (3621) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:54:52.813 - info: web.0 (3839) terminated http server on port 8082
                                        2022-02-08 18:54:52.814 - info: web.0 (3839) terminating
                                        2022-02-08 18:54:52.816 - info: web.0 (3839) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2022-02-08 18:54:52.825 - info: host.iobrokertest4_0_0 stopInstance system.adapter.admin.0 send kill signal
                                        2022-02-08 18:54:52.827 - info: host.iobrokertest4_0_0 stopInstance system.adapter.discovery.0 send kill signal
                                        2022-02-08 18:54:52.827 - info: host.iobrokertest4_0_0 stopInstance system.adapter.backitup.0 send kill signal
                                        2022-02-08 18:54:52.828 - info: host.iobrokertest4_0_0 stopInstance system.adapter.web.0 send kill signal
                                        2022-02-08 18:54:53.379 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:54:53.394 - info: host.iobrokertest4_0_0 instance system.adapter.web.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:54:53.408 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:54:53.412 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2022-02-08 18:54:53.412 - info: host.iobrokertest4_0_0 All instances are stopped.
                                        2022-02-08 18:54:53.630 - info: host.iobrokertest4_0_0 terminated
                                        2022-02-08 18:55:07.550 - info: host.iobrokertest4_0_0 iobroker.js-controller version 4.0.4 js-controller starting
                                        2022-02-08 18:55:07.555 - info: host.iobrokertest4_0_0 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                                        2022-02-08 18:55:07.556 - info: host.iobrokertest4_0_0 hostname: iobrokertest4_0_0, node: v14.19.0
                                        2022-02-08 18:55:07.556 - info: host.iobrokertest4_0_0 ip addresses: 192.168.1.87
                                        2022-02-08 18:55:08.256 - info: host.iobrokertest4_0_0 connected to Objects and States
                                        2022-02-08 18:55:08.279 - info: host.iobrokertest4_0_0 added notifications configuration of host
                                        2022-02-08 18:55:08.670 - info: host.iobrokertest4_0_0 4 instances found
                                        2022-02-08 18:55:08.681 - info: host.iobrokertest4_0_0 starting 4 instances
                                        2022-02-08 18:55:08.726 - info: host.iobrokertest4_0_0 instance system.adapter.admin.0 started with pid 3912
                                        2022-02-08 18:55:10.576 - info: admin.0 (3912) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:55:10.626 - info: admin.0 (3912) requesting all states
                                        2022-02-08 18:55:10.627 - info: admin.0 (3912) requesting all objects
                                        2022-02-08 18:55:11.000 - info: admin.0 (3912) received all objects
                                        2022-02-08 18:55:11.207 - info: admin.0 (3912) http server listening on port 8081
                                        2022-02-08 18:55:11.208 - info: admin.0 (3912) Use link "http://localhost:8081" to configure.
                                        2022-02-08 18:55:12.720 - info: host.iobrokertest4_0_0 instance system.adapter.discovery.0 started with pid 3939
                                        2022-02-08 18:55:14.094 - info: discovery.0 (3939) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:55:16.716 - info: host.iobrokertest4_0_0 instance system.adapter.backitup.0 started with pid 3955
                                        2022-02-08 18:55:18.261 - info: backitup.0 (3955) starting. Version 2.2.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:55:18.316 - info: backitup.0 (3955) [iobroker] backup was activated at 02:40 every 1 day(s)
                                        2022-02-08 18:55:20.720 - info: host.iobrokertest4_0_0 instance system.adapter.web.0 started with pid 3970
                                        2022-02-08 18:55:22.634 - info: web.0 (3970) starting. Version 4.1.1 in /opt/iobroker/node_modules/iobroker.web, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:55:22.816 - info: web.0 (3970) socket.io server listening on port 8082
                                        2022-02-08 18:55:22.827 - info: web.0 (3970) http server listening on port 8082
                                        2022-02-08 18:55:33.416 - info: host.iobrokertest4_0_0 iobroker add rssfeed --host iobrokertest4_0_0
                                        2022-02-08 18:55:35.357 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter rssfeed
                                        2022-02-08 18:55:35.372 - info: host.iobrokertest4_0_0 iobroker upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                                        2022-02-08 18:55:35.410 - info: host.iobrokertest4_0_0 iobroker upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                                        2022-02-08 18:55:35.554 - info: host.iobrokertest4_0_0 iobroker upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:55:35.568 - info: host.iobrokertest4_0_0 iobroker upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html.bak index_m.html.bak null
                                        2022-02-08 18:55:35.577 - info: host.iobrokertest4_0_0 iobroker upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                                        2022-02-08 18:55:35.586 - info: host.iobrokertest4_0_0 iobroker upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/style.css style.css text/css
                                        2022-02-08 18:55:35.596 - info: host.iobrokertest4_0_0 iobroker upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/words.js words.js application/javascript
                                        2022-02-08 18:55:35.633 - error: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Required dependency "vis" not found on this host.
                                        2022-02-08 18:55:35.637 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter vis
                                        2022-02-08 18:55:35.646 - info: host.iobrokertest4_0_0 iobroker upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
                                        2022-02-08 18:55:35.656 - info: host.iobrokertest4_0_0 iobroker upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:55:35.665 - info: host.iobrokertest4_0_0 iobroker upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                        2022-02-08 18:55:35.674 - info: host.iobrokertest4_0_0 iobroker upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
                                        2022-02-08 18:55:35.738 - info: host.iobrokertest4_0_0 iobroker upload [334] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                        2022-02-08 18:55:36.093 - info: host.iobrokertest4_0_0 iobroker upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/groupVisibility.png icon/groupVisibility.png image/png
                                        2022-02-08 18:55:36.598 - info: host.iobrokertest4_0_0 iobroker upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/img/hexabump.png img/hexabump.png image/png
                                        2022-02-08 18:55:37.104 - info: host.iobrokertest4_0_0 iobroker upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/24/gif.png js/fm/icon/mine/24/gif.png image/png
                                        2022-02-08 18:55:37.569 - info: host.iobrokertest4_0_0 iobroker upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/img/logout.png lib/img/logout.png image/png
                                        2022-02-08 18:55:37.992 - info: host.iobrokertest4_0_0 iobroker upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_FilterDropdown.png widgets/basic/img/Prev_FilterDropdown.png image/png
                                        2022-02-08 18:55:38.079 - info: host.iobrokertest4_0_0 iobroker upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_Speech2Text.png widgets/basic/img/Prev_Speech2Text.png image/png
                                        2022-02-08 18:55:38.170 - info: host.iobrokertest4_0_0 iobroker upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueBoolSelect.png widgets/basic/img/Prev_ValueBoolSelect.png image/png
                                        2022-02-08 18:55:38.278 - info: host.iobrokertest4_0_0 iobroker upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueStringImg.png widgets/basic/img/Prev_ValueStringImg.png image/png
                                        2022-02-08 18:55:38.377 - info: host.iobrokertest4_0_0 iobroker upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/micSent.svg widgets/basic/img/micSent.svg image/svg+xml
                                        2022-02-08 18:55:38.476 - info: host.iobrokertest4_0_0 iobroker upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/doc.html widgets/jqui/doc.html text/html
                                        2022-02-08 18:55:38.564 - info: host.iobrokertest4_0_0 iobroker upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui.html widgets/jqui.html text/html
                                        2022-02-08 18:55:38.657 - info: host.iobrokertest4_0_0 iobroker upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/rssfeed/img/rssfeed-vis.png widgets/rssfeed/img/rssfeed-vis.png image/png
                                        2022-02-08 18:55:38.789 - info: host.iobrokertest4_0_0 iobroker upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/Prev_Swipe.png widgets/swipe/img/Prev_Swipe.png image/png
                                        2022-02-08 18:55:38.799 - info: host.iobrokertest4_0_0 iobroker upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/img/noSwipe.jpg widgets/swipe/img/noSwipe.jpg image/jpeg
                                        2022-02-08 18:55:38.813 - info: host.iobrokertest4_0_0 iobroker upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout-shapes.js widgets/swipe/js/jquery.roundabout-shapes.js application/javascript
                                        2022-02-08 18:55:38.822 - info: host.iobrokertest4_0_0 iobroker upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.roundabout.min.js widgets/swipe/js/jquery.roundabout.min.js application/javascript
                                        2022-02-08 18:55:38.831 - info: host.iobrokertest4_0_0 iobroker upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/js/jquery.touchSwipe.min.js widgets/swipe/js/jquery.touchSwipe.min.js application/javascript
                                        2022-02-08 18:55:38.839 - info: host.iobrokertest4_0_0 iobroker upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe.html widgets/swipe.html text/html
                                        2022-02-08 18:55:38.848 - info: host.iobrokertest4_0_0 iobroker upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/jquery.sliderTabs.js widgets/tabs/jquery.sliderTabs.js application/javascript
                                        2022-02-08 18:55:38.856 - info: host.iobrokertest4_0_0 iobroker upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicator.png widgets/tabs/styles/images/indicator.png image/png
                                        2022-02-08 18:55:38.865 - info: host.iobrokertest4_0_0 iobroker upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicatorActive.png widgets/tabs/styles/images/indicatorActive.png image/png
                                        2022-02-08 18:55:38.874 - info: host.iobrokertest4_0_0 iobroker upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftArrow.png widgets/tabs/styles/images/leftArrow.png image/png
                                        2022-02-08 18:55:38.882 - info: host.iobrokertest4_0_0 iobroker upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/leftPanelArrow.png widgets/tabs/styles/images/leftPanelArrow.png image/png
                                        2022-02-08 18:55:38.890 - info: host.iobrokertest4_0_0 iobroker upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightArrow.png widgets/tabs/styles/images/rightArrow.png image/png
                                        2022-02-08 18:55:38.899 - info: host.iobrokertest4_0_0 iobroker upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/rightPanelArrow.png widgets/tabs/styles/images/rightPanelArrow.png image/png
                                        2022-02-08 18:55:38.908 - info: host.iobrokertest4_0_0 iobroker upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css widgets/tabs/styles/jquery.sliderTabs.css text/css
                                        2022-02-08 18:55:38.916 - info: host.iobrokertest4_0_0 iobroker upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.css.orig widgets/tabs/styles/jquery.sliderTabs.css.orig null
                                        2022-02-08 18:55:38.925 - info: host.iobrokertest4_0_0 iobroker upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/jquery.sliderTabs.min.css widgets/tabs/styles/jquery.sliderTabs.min.css text/css
                                        2022-02-08 18:55:38.933 - info: host.iobrokertest4_0_0 iobroker upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs.html widgets/tabs.html text/html
                                        2022-02-08 18:55:38.942 - info: host.iobrokertest4_0_0 iobroker upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/dev.html widgets/todo/dev.html text/html
                                        2022-02-08 18:55:38.951 - info: host.iobrokertest4_0_0 iobroker upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/homematic.html widgets/todo/homematic.html text/html
                                        2022-02-08 18:55:38.965 - info: host.iobrokertest4_0_0 iobroker upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/special.html widgets/todo/special.html text/html
                                        2022-02-08 18:55:38.974 - info: host.iobrokertest4_0_0 iobroker upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/weather.html widgets/todo/weather.html text/html
                                        2022-02-08 18:55:39.007 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.vis created/updated
                                        2022-02-08 18:55:39.060 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 create instance vis
                                        2022-02-08 18:55:39.067 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.vis.upload created
                                        2022-02-08 18:55:39.072 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0 created
                                        2022-02-08 18:55:39.078 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0.control created
                                        2022-02-08 18:55:39.083 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0.control.instance created
                                        2022-02-08 18:55:39.089 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0.control.command created
                                        2022-02-08 18:55:39.094 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object vis.0.control.data created
                                        2022-02-08 18:55:39.103 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.vis.0 created
                                        2022-02-08 18:55:39.104 - error: host.iobrokertest4_0_0 iobroker adapter "rssfeed" cannot be installed: Cannot read property 'startsWith' of undefined
                                        2022-02-08 18:55:40.146 - info: host.iobrokertest4_0_0 iobroker exit 15
                                        2022-02-08 18:55:43.199 - info: vis.0 (4026) starting. Version 1.4.8 in /opt/iobroker/node_modules/iobroker.vis, node: v14.19.0, js-controller: 4.0.4
                                        2022-02-08 18:55:43.243 - error: vis.0 (4026) No license found for vis. Please get one on https://iobroker.net !
                                        2022-02-08 18:55:43.345 - info: vis.0 (4026) Changes in index.html detected => update cache.manifest
                                        2022-02-08 18:55:43.356 - info: vis.0 (4026) Upload vis anew, while changes detected...
                                        2022-02-08 18:55:47.450 - info: vis.0 (4026) Uploaded. 0
                                        2022-02-08 18:55:47.957 - info: vis.0 (4026) Terminated (NO_ERROR): Without reason
                                        2022-02-08 18:55:48.501 - info: host.iobrokertest4_0_0 instance system.adapter.vis.0 terminated while should be started once
                                        2022-02-08 18:56:11.436 - info: host.iobrokertest4_0_0 iobroker add rssfeed --host iobrokertest4_0_0
                                        2022-02-08 18:56:13.358 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 install adapter rssfeed
                                        2022-02-08 18:56:13.376 - info: host.iobrokertest4_0_0 iobroker upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                                        2022-02-08 18:56:13.411 - info: host.iobrokertest4_0_0 iobroker upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                                        2022-02-08 18:56:13.536 - info: host.iobrokertest4_0_0 iobroker upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html index_m.html text/html
                                        2022-02-08 18:56:13.552 - info: host.iobrokertest4_0_0 iobroker upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/index_m.html.bak index_m.html.bak null
                                        2022-02-08 18:56:13.561 - info: host.iobrokertest4_0_0 iobroker upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                                        2022-02-08 18:56:13.569 - info: host.iobrokertest4_0_0 iobroker upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/style.css style.css text/css
                                        2022-02-08 18:56:13.578 - info: host.iobrokertest4_0_0 iobroker upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/words.js words.js application/javascript
                                        2022-02-08 18:56:13.631 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed created/updated
                                        2022-02-08 18:56:13.665 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 create instance rssfeed
                                        2022-02-08 18:56:13.674 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.alive created
                                        2022-02-08 18:56:13.686 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.connected created
                                        2022-02-08 18:56:13.693 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.compactMode created
                                        2022-02-08 18:56:13.700 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.cpu created
                                        2022-02-08 18:56:13.707 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.cputime created
                                        2022-02-08 18:56:13.714 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.memHeapUsed created
                                        2022-02-08 18:56:13.721 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.memHeapTotal created
                                        2022-02-08 18:56:13.729 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.memRss created
                                        2022-02-08 18:56:13.736 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.uptime created
                                        2022-02-08 18:56:13.743 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.inputCount created
                                        2022-02-08 18:56:13.750 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.outputCount created
                                        2022-02-08 18:56:13.757 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.eventLoopLag created
                                        2022-02-08 18:56:13.763 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.sigKill created
                                        2022-02-08 18:56:13.771 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0.logLevel created
                                        2022-02-08 18:56:13.777 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object rssfeed.0.info created
                                        2022-02-08 18:56:13.784 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object rssfeed.0.info.connection created
                                        2022-02-08 18:56:13.790 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 Set default value of rssfeed.0.info.connection: false
                                        2022-02-08 18:56:13.804 - info: host.iobrokertest4_0_0 iobroker host.iobrokertest4_0_0 object system.adapter.rssfeed.0 created
                                        2022-02-08 18:56:14.838 - info: host.iobrokertest4_0_0 iobroker exit 0
                                        2022-02-08 18:56:16.839 - info: host.iobrokertest4_0_0 instance system.adapter.rssfeed.0 started with pid 4086
                                        2022-02-08 18:56:18.261 - info: rssfeed.0 (4086) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rssfeed, node: v14.19.0, js-controller: 4.0.4
                                        

                                        Time-Referenz zum Video, ich hoffe die Zeitreferenz stimmt bei auch noch
                                        Fehler 1:
                                        00:00:10 Umstellung von stable auf latest. Es erscheint eine Fehlermeldung. Dialog lies sich normal nicht schließen. Änderung wurde abger gespeichert

                                        Fehler 3:
                                        00:02:26 Installation eines Adapters (hier rssfeed). Die Abhängigkeiten vis und web werden installiert. Vor der eigentlichen Installation des Adapters wird mit Fehler abgebrochen:

                                        adapter "rssfeed" cannot be installed: The "path" argument must be of type string. Received null
                                        

                                        Da ich den fixer 2x ausführen musste, hatte ich die Aufnahme unterbrochen und erst mitten in der Installation wieder fortgesetzt. Aber das wesentliche ist hier zu sehen

                                        Fehler 4:
                                        00:02:57: Das erneute installieren des Adapters rssfeed ist schief gegangen und mit Fehlermeldung abgebrochen

                                        iobroker adapter "rssfeed" cannot be installed: Cannot read property 'startsWith' of undefined
                                        

                                        Nach Neustart von iobroker ging die erste Versuch wieder schief, der 2. Versuch war erfolgreich. Danach war die Installation erfolgreich. (ab 00:03:18)

                                        Das Video findet man hier
                                        (video wieder gelöscht, weil gefixt)

                                        foxriver76F Offline
                                        foxriver76F Offline
                                        foxriver76
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #158

                                        @oliverio Danke bereits gefixt auf auf GitHub.

                                        Videotutorials & mehr

                                        Hier könnt ihr mich unterstützen.

                                        1 Antwort Letzte Antwort
                                        0
                                        • M m0rph

                                          @thomas-braun sagte in js-controller 4.0 jetzt im BETA/LATEST!:

                                          which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                                          Hab die Befehle mal ausgeführt hat nichts gebracht, der link zur nodejs war schon vorhanden, npm -v funktioniert auch normal

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

                                          @m0rph utzt Du vllt irgendwie NVM oder so nen Kram? Falls ja: nicht machen. Also fakt ist das ioBroker (und das bedeutet der ioBroker User unter dem alles läuft) kein npm findet

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

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          M 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          301

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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