Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nach Update läuft nichts mehr!

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Nach Update läuft nichts mehr!

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @SaschaS last edited by Thomas Braun

      @SaschaS

      iobroker stop
      sudo killall iobroker
      

      Wenn das nicht fruchtet:

      sudo kill -9 PID
      

      PID weißt du ja wie du die bekommst.

      S 1 Reply Last reply Reply Quote 0
      • S
        SaschaS @Thomas Braun last edited by

        @Thomas-Braun

        Das Problem ist doch gerade, dass nach jedem kill der iobroker.js-controller wieder auftaucht..

        pi@raspberrypi:/opt/iobroker $ sudo killall iobroker
        iobroker: Kein Prozess gefunden
        pi@raspberrypi:/opt/iobroker $ ps auxww | grep io
        root        12  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/0]
        root        15  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/1]
        root        20  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/2]
        root        25  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/3]
        root        41  0.0  0.0      0     0 ?        I<   10:39   0:00 [rpciod]
        root        43  0.0  0.0      0     0 ?        I<   10:39   0:00 [xprtiod]
        root        47  0.0  0.0      0     0 ?        I<   10:39   0:00 [nfsiod]
        root        62  0.0  0.0      0     0 ?        I<   10:39   0:00 [DWC Notificatio]
        message+   350  0.0  0.3   6512  3472 ?        Ss   10:39   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
        iobroker 24294 11.6  7.7 170944 73416 ?        Rsl  11:14   0:36 iobroker.js-controller
        iobroker 24334  0.9  4.4 120548 42532 ?        Sl   11:14   0:02 io.discovery.0
        iobroker 24405  3.0  3.7 129788 35732 ?        Sl   11:14   0:09 io.history.0
        iobroker 24447  8.1 11.5 200760 109760 ?       Sl   11:14   0:24 io.javascript.0
        iobroker 25571  6.2  6.4 145400 61484 ?        Sl   11:15   0:15 io.stiebel-isg.0
        iobroker 25582  1.8  4.2 134016 40080 ?        Sl   11:15   0:04 io.web.0
        iobroker 25588  3.1  7.8 155956 74028 ?        Sl   11:15   0:07 io.cloud.0
        iobroker 25591  1.1  4.5 120868 42888 ?        Sl   11:15   0:02 /usr/bin/node /opt/iobroker/node_modules/iobroker.info/main.js 0 info
        iobroker 25602  2.4  4.3 134352 41060 ?        Sl   11:15   0:06 io.deconz.0
        iobroker 25613  1.5  4.0 132196 37988 ?        Sl   11:15   0:03 /usr/bin/node /opt/iobroker/node_modules/iobroker.tankerkoenig/main.js 0 info
        iobroker 25620  5.8  4.6 135784 44408 ?        Sl   11:15   0:14 io.ble.0
        iobroker 28191  0.0  0.0      0     0 ?        Z    11:19   0:00 [sh] <defunct>
        pi       28194  0.0  0.0   4772   560 pts/0    S+   11:19   0:00 grep --color=auto io
        pi@raspberrypi:/opt/iobroker $ sudo kill -9 24294
        pi@raspberrypi:/opt/iobroker $ ps auxww | grep io
        root        12  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/0]
        root        15  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/1]
        root        20  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/2]
        root        25  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/3]
        root        41  0.0  0.0      0     0 ?        I<   10:39   0:00 [rpciod]
        root        43  0.0  0.0      0     0 ?        I<   10:39   0:00 [xprtiod]
        root        47  0.0  0.0      0     0 ?        I<   10:39   0:00 [nfsiod]
        root        62  0.0  0.0      0     0 ?        I<   10:39   0:00 [DWC Notificatio]
        message+   350  0.0  0.3   6512  3472 ?        Ss   10:39   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
        iobroker 24405  3.8  5.3 131160 50456 ?        Sl   11:14   0:13 io.history.0
        pi       28986  0.0  0.0   4772   536 pts/0    S+   11:20   0:00 grep --color=auto io
        pi@raspberrypi:/opt/iobroker $ sudo kill -9 24405
        kill: (24405): Kein passender Prozess gefunden
        pi@raspberrypi:/opt/iobroker $ ps auxww | grep io
        root        12  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/0]
        root        15  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/1]
        root        20  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/2]
        root        25  0.0  0.0      0     0 ?        S    10:39   0:00 [migration/3]
        root        41  0.0  0.0      0     0 ?        I<   10:39   0:00 [rpciod]
        root        43  0.0  0.0      0     0 ?        I<   10:39   0:00 [xprtiod]
        root        47  0.0  0.0      0     0 ?        I<   10:39   0:00 [nfsiod]
        root        62  0.0  0.0      0     0 ?        I<   10:39   0:00 [DWC Notificatio]
        message+   350  0.0  0.3   6512  3472 ?        Ss   10:39   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
        iobroker 29172  119  6.4 147356 61188 ?        Rsl  11:20   0:03 iobroker.js-controller
        iobroker 29208  0.0  0.0      0     0 ?        Z    11:20   0:00 [sh] <defunct>
        iobroker 29210  0.0  0.0      0     0 ?        Z    11:20   0:00 [sh] <defunct>
        iobroker 29212  0.0  0.0      0     0 ?        Z    11:20   0:00 [sh] <defunct>
        pi       29215  0.0  0.0   4772   524 pts/0    S+   11:20   0:00 grep --color=auto io
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @SaschaS last edited by

          @SaschaS

          sudo -u iobroker kill -15 -1
          
          S 1 Reply Last reply Reply Quote 0
          • S
            SaschaS @Thomas Braun last edited by

            @Thomas-Braun said in Nach Update läuft nichts mehr!:

            @SaschaS

            sudo -u iobroker kill -15 -1
            
            pi@raspberrypi:/opt/iobroker $ sudo -u iobroker kill -15 -1
            Speicherzugriffsfehler
            
            1 Reply Last reply Reply Quote 0
            • S
              SaschaS last edited by

              @Thomas-Braun said in Nach Update läuft nichts mehr!:

              sudo killall iobroker

              Ich würde ja gerne wieder sudo systemctl stop iobroker verwenden. Aber das findet @Jan1 ja nicht so prickelnd bzw. veraltet 😄

              Thomas Braun J 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @SaschaS last edited by

                @SaschaS Das kannst du aber mal probieren.

                1 Reply Last reply Reply Quote 0
                • S
                  SaschaS last edited by

                  @SaschaS said in Nach Update läuft nichts mehr!:

                  sudo systemctl stop iobroker

                  Das Stehaufmännchen ist besiegt! Warum das jetzt funktioniert, verstehe ich nicht. Vielleicht habt ihr Ideen.
                  Ich würde jetzt den Fixer laufen lassen.

                  pi@raspberrypi:/opt/iobroker $ sudo systemctl stop iobroker
                  pi@raspberrypi:/opt/iobroker $ ps auxww | grep io
                  root        12  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/0]
                  root        15  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/1]
                  root        20  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/2]
                  root        25  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/3]
                  root        41  0.0  0.0      0     0 ?        I<   11:23   0:00 [rpciod]
                  root        43  0.0  0.0      0     0 ?        I<   11:23   0:00 [xprtiod]
                  root        47  0.0  0.0      0     0 ?        I<   11:23   0:00 [nfsiod]
                  root        62  0.0  0.0      0     0 ?        I<   11:23   0:00 [DWC Notificatio]
                  message+   354  0.1  0.3   6516  3504 ?        Ss   11:23   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
                  pi        4563  0.0  0.0   4772   544 pts/0    S+   11:27   0:00 grep --color=auto io
                  pi@raspberrypi:/opt/iobroker $ ps auxww | grep io
                  root        12  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/0]
                  root        15  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/1]
                  root        20  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/2]
                  root        25  0.0  0.0      0     0 ?        S    11:23   0:00 [migration/3]
                  root        41  0.0  0.0      0     0 ?        I<   11:23   0:00 [rpciod]
                  root        43  0.0  0.0      0     0 ?        I<   11:23   0:00 [xprtiod]
                  root        47  0.0  0.0      0     0 ?        I<   11:23   0:00 [nfsiod]
                  root        62  0.0  0.0      0     0 ?        I<   11:23   0:00 [DWC Notificatio]
                  message+   354  0.1  0.3   6516  3504 ?        Ss   11:23   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
                  pi        4650  0.0  0.0   4772   532 pts/0    S+   11:27   0:00 grep --color=auto io
                  
                  Thomas Braun J 2 Replies Last reply Reply Quote 0
                  • J
                    Jan1 @SaschaS last edited by

                    @SaschaS
                    Das war eben mal zwischen durch nötig, wobei Deine alte Installation da vielleicht immer noch drauf besteht 😉

                    1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @SaschaS last edited by

                      @SaschaS Ja, lass den Fixer mal laufen.

                      1 Reply Last reply Reply Quote 0
                      • J
                        Jan1 @SaschaS last edited by

                        @SaschaS
                        Fixer schadet nie und bei solch komischen Dingern ist das immer ne Option.

                        1 Reply Last reply Reply Quote 0
                        • S
                          SaschaS last edited by

                          Fixer läuft..
                          Was wollten wir danach noch einmal machen?
                          Das upgrade, richtig?

                          Thomas Braun J 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @SaschaS last edited by

                            @SaschaS

                            iobroker update
                            iobroker upgrade
                            
                            1 Reply Last reply Reply Quote 0
                            • J
                              Jan1 @SaschaS last edited by

                              @SaschaS
                              Kannst dann mal die Updates direkt über den Admin versuchen?

                              1 Reply Last reply Reply Quote 0
                              • S
                                SaschaS last edited by

                                Der Fixer ist durch. Allerdings entfernt der auch die gegeben Rechte

                                pi@raspberrypi:/opt/iobroker $ groups
                                pi adm dialout cdrom sudo audio video plugdev games users input netdev bluetooth gpio i2c spi
                                

                                Das hole ich mal mit .. nach:

                                sudo usermod -aG iobroker pi
                                
                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  Jan1 @SaschaS last edited by

                                  @SaschaS
                                  Wenn der Fixer die löscht, sollten die nicht wirklich benötigt werden.
                                  Hast jetzt mal versucht die Adapter einfach über die Admin Seite zu aktualisieren?

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Jan1 last edited by Thomas Braun

                                    @Jan1 Doch, der normale User 'pi' sollte schon auch in der Gruppe 'iobroker' sein. Sonst kannst du die iobroker Befehle nicht als alle user ausführen.

                                    Der Fixer dürfte eigentlich auch das Gegenteil machen, statt die Gruppe zu entfernen hinzufügne. Warum das hier nicht passiert... Keine Ahnung. Dazu müsste mal jemand reinschauen, der shell-Skripte versteht. Ich bin da zu doof für.
                                    @SaschaS
                                    Was macht denn das update / upgrade nun?

                                    S 1 Reply Last reply Reply Quote 0
                                    • Wal
                                      Wal Developer last edited by

                                      Wie wäre es mit einem

                                      sudo chmod -R 777 /opt/iobroker
                                      sudo chown -R iobroker:iobroker /opt/iobroker
                                      

                                      das schadet nie.

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        SaschaS @Thomas Braun last edited by

                                        @Thomas-Braun @Jan1

                                        Das Upgrade hat ein wenig gedauert. Hier der Verlauf

                                        pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                                        Update admin from @3.7.8 to @4.0.10
                                        host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                        NPM version: 6.14.2
                                        npm install iobroker.admin@4.0.10 --loglevel error --prefix "/opt/iobroker" (System call)
                                        upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                        Update "system.adapter.admin.0"
                                        upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                        upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                        upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                        Adapter "admin" updated
                                        host.raspberrypi Adapter "system.adapter.admin.0" is started
                                        Adapter "alarm"          is not installed.
                                        Adapter "alexa2"         is not installed.
                                        Adapter "alpha2"         is not installed.
                                        Adapter "amazon-dash"    is not installed.
                                        Adapter "artnet"         is not installed.
                                        Adapter "asterisk"       is not installed.
                                        Adapter "asuswrt"        is not installed.
                                        Adapter "b-control-em"   is not installed.
                                        Adapter "backitup"       is not installed.
                                        Adapter "beckhoff"       is not installed.
                                        Adapter "benq"           is not installed.
                                        Adapter "binance"        is not installed.
                                        Adapter "ble"            is up to date.
                                        Adapter "bmw"            is not installed.
                                        Adapter "bosesoundtouch" is not installed.
                                        Adapter "botvac"         is up to date.
                                        Adapter "bring"          is not installed.
                                        Adapter "broadlink2"     is not installed.
                                        Adapter "bsblan"         is not installed.
                                        Adapter "bshb"           is not installed.
                                        Adapter "chromecast"     is not installed.
                                        Adapter "cloud"          is up to date.
                                        Adapter "comfoair"       is not installed.
                                        Adapter "contactid"      is not installed.
                                        Adapter "coronavirus-statistics" is not installed.
                                        Adapter "countdown"      is not installed.
                                        Adapter "cul"            is not installed.
                                        Adapter "daikin"         is not installed.
                                        Adapter "daswetter"      is up to date.
                                        Adapter "deconz"         is up to date.
                                        Adapter "denon"          is not installed.
                                        Adapter "devices"        is not installed.
                                        Adapter "digitalstrom"   is not installed.
                                        Adapter "discovergy"     is not installed.
                                        Update discovery from @2.2.2 to @2.3.5
                                        NPM version: 6.14.2
                                        npm install iobroker.discovery@2.3.5 --loglevel error --prefix "/opt/iobroker" (System call)
                                        upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                        Update "system.adapter.discovery.0"
                                        upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                        upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                        upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                        upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                        upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                        upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                        Adapter "discovery" updated
                                        Adapter "ds18b20"        is not installed.
                                        Update dwd from @2.4.6 to @2.4.9
                                        NPM version: 6.14.2
                                        npm install iobroker.dwd@2.4.9 --loglevel error --prefix "/opt/iobroker" (System call)
                                        upload [4] dwd.admin /opt/iobroker/node_modules/iobroker.dwd/admin/words.js words.js application/javascript
                                        Update "system.adapter.dwd.0"
                                        upload [3] dwd.admin /opt/iobroker/node_modules/iobroker.dwd/admin/regions.js regions.js application/javascript
                                        upload [2] dwd.admin /opt/iobroker/node_modules/iobroker.dwd/admin/index_m.html index_m.html text/html
                                        upload [1] dwd.admin /opt/iobroker/node_modules/iobroker.dwd/admin/index.html index.html text/html
                                        upload [0] dwd.admin /opt/iobroker/node_modules/iobroker.dwd/admin/dwd.png dwd.png image/png
                                        Adapter "dwd" updated
                                        Adapter "ebus"           is not installed.
                                        Adapter "egigeozone"     is not installed.
                                        Adapter "ekey"           is not installed.
                                        Adapter "email"          is not installed.
                                        Adapter "emby"           is not installed.
                                        Adapter "energymanager"  is not installed.
                                        Adapter "enet"           is not installed.
                                        Adapter "epson_stylus_px830" is not installed.
                                        Adapter "exchangerates"  is not installed.
                                        Adapter "fakeroku"       is not installed.
                                        Adapter "fb-checkpresence" is not installed.
                                        Adapter "feiertage"      is not installed.
                                        Adapter "fhem"           is not installed.
                                        Adapter "find-my-iphone" is not installed.
                                        Adapter "firetv"         is not installed.
                                        Adapter "flot"           is up to date.
                                        Adapter "foobar2000"     is not installed.
                                        Adapter "fritzbox"       is not installed.
                                        Adapter "fritzdect"      is not installed.
                                        Adapter "fronius"        is not installed.
                                        Adapter "fullcalendar"   is not installed.
                                        Adapter "fullybrowser"   is not installed.
                                        Adapter "g-homa"         is not installed.
                                        Adapter "geofency"       is not installed.
                                        Adapter "gruenbeck"      is not installed.
                                        Adapter "habpanel"       is not installed.
                                        Adapter "haier"          is not installed.
                                        Adapter "ham"            is not installed.
                                        Adapter "ham-wemo"       is not installed.
                                        Adapter "harmony"        is not installed.
                                        Adapter "heatingcontrol" is not installed.
                                        Adapter "heytech"        is not installed.
                                        Adapter "hid"            is not installed.
                                        Update history from @1.8.7 to @1.9.6
                                        NPM version: 6.14.2
                                        npm install iobroker.history@1.9.6 --loglevel error --prefix "/opt/iobroker" (System call)
                                        upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/wordsCustom.js wordsCustom.js application/javascript
                                        Update "system.adapter.history.0"
                                        upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words.js words.js application/javascript
                                        upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/index_m.html index_m.html text/html
                                        upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/index.html index.html text/html
                                        upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/history.png history.png image/png
                                        upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/custom_m.html custom_m.html text/html
                                        upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/custom.html custom.html text/html
                                        Adapter "history" updated
                                        Adapter "hm-rega"        is not installed.
                                        Adapter "hm-rpc"         is not installed.
                                        Adapter "hmip"           is not installed.
                                        Adapter "homeconnect"    is not installed.
                                        Adapter "homee"          is not installed.
                                        Adapter "homepilot"      is not installed.
                                        Adapter "hp-ilo"         is not installed.
                                        Adapter "hs100"          is not installed.
                                        Adapter "hue"            is up to date.
                                        Adapter "hue-extended"   is not installed.
                                        Adapter "ical"           is up to date.
                                        Adapter "icons-addictive-flavour-png" is not installed.
                                        Adapter "icons-fatcow-hosting" is not installed.
                                        Adapter "icons-icons8"   is not installed.
                                        Adapter "icons-material-png" is not installed.
                                        Adapter "icons-material-svg" is not installed.
                                        Adapter "icons-mfd-png"  is up to date.
                                        Adapter "icons-mfd-svg"  is up to date.
                                        Adapter "icons-open-icon-library-png" is not installed.
                                        Adapter "icons-ultimate-png" is up to date.
                                        Adapter "influxdb"       is not installed.
                                        Update info from @1.5.7 to @1.7.2
                                        NPM version: 6.14.2
                                        npm install iobroker.info@1.7.2 --loglevel error --prefix "/opt/iobroker" (System call)
                                        npm ERR! code ENOTSUP
                                        npm ERR! notsup Unsupported engine for iobroker.info@1.7.2: wanted: {"node":">=10.0.0"} (current: {"node":"8.17.0","npm":"6.14.2"})
                                        npm ERR! notsup Not compatible with your version of node/npm: iobroker.info@1.7.2
                                        npm ERR! notsup Not compatible with your version of node/npm: iobroker.info@1.7.2
                                        npm ERR! notsup Required: {"node":">=10.0.0"}
                                        npm ERR! notsup Actual:   {"npm":"6.14.2","node":"8.17.0"}
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /home/iobroker/.npm/_logs/2020-05-21T10_07_36_898Z-debug.log
                                        upload [80] info.admin /opt/iobroker/node_modules/iobroker.info/admin/words.js words.js application/javascript
                                        Adapter "system.adapter.vis.0" restarted.
                                        Update "system.adapter.info.0"
                                        upload [70] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/hostInfo.js lib/js/hostInfo.js application/javascript
                                        upload [60] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/bootstrap.min.js lib/js/bootstrap.min.js application/javascript
                                        upload [50] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/slackware.png lib/img/logos/slackware.png image/png
                                        upload [40] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/manjaro.png lib/img/logos/manjaro.png image/png
                                        upload [30] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/coreos.png lib/img/logos/coreos.png image/png
                                        upload [20] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/disk.png lib/img/icons/disk.png image/png
                                        upload [19] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/cpu.png lib/img/icons/cpu.png image/png
                                        upload [18] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/battery.png lib/img/icons/battery.png image/png
                                        upload [17] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/sechand.png lib/img/clock/sechand.png image/png
                                        upload [16] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/minhand.png lib/img/clock/minhand.png image/png
                                        upload [15] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/hourhand.png lib/img/clock/hourhand.png image/png
                                        upload [14] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/clockface.png lib/img/clock/clockface.png image/png
                                        upload [13] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.woff2 lib/fonts/fontawesome-webfont.woff2 font/woff2
                                        upload [12] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.woff lib/fonts/fontawesome-webfont.woff font/woff
                                        upload [11] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.ttf lib/fonts/fontawesome-webfont.ttf font/ttf
                                        upload [10] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.svg lib/fonts/fontawesome-webfont.svg image/svg+xml
                                        upload [9] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.eot lib/fonts/fontawesome-webfont.eot application/vnd.ms-fontobject
                                        upload [8] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/FontAwesome.otf lib/fonts/FontAwesome.otf font/otf
                                        upload [7] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/data/infoData.json lib/data/infoData.json application/json
                                        upload [6] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/simplemde.min.css lib/css/simplemde.min.css text/css
                                        upload [5] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/info.css lib/css/info.css text/css
                                        upload [4] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/font-awesome.min.css lib/css/font-awesome.min.css text/css
                                        upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/chartist.min.css lib/css/chartist.min.css text/css
                                        upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
                                        upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/info.png info.png image/png
                                        upload [0] info.admin /opt/iobroker/node_modules/iobroker.info/admin/index_m.html index_m.html text/html
                                        Adapter "info" updated
                                        Adapter "innogy-smarthome" is not installed.
                                        Adapter "iogo"           is not installed.
                                        Adapter "iot"            is not installed.
                                        Adapter "iqontrol"       is not installed.
                                        Update javascript from @4.3.4 to @4.5.1
                                        NPM version: 6.14.2
                                        npm install iobroker.javascript@4.5.1 --loglevel error --prefix "/opt/iobroker" (System call)
                                        npm ERR! code ENOTSUP
                                        npm ERR! notsup Unsupported engine for iobroker.javascript@4.5.1: wanted: {"node":">=10.0.0"} (current: {"node":"8.17.0","npm":"6.14.2"})
                                        npm ERR! notsup Not compatible with your version of node/npm: iobroker.javascript@4.5.1
                                        npm ERR! notsup Not compatible with your version of node/npm: iobroker.javascript@4.5.1
                                        npm ERR! notsup Required: {"node":">=10.0.0"}
                                        npm ERR! notsup Actual:   {"npm":"6.14.2","node":"8.17.0"}
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /home/iobroker/.npm/_logs/2020-05-21T10_08_22_877Z-debug.log
                                        Update "system.adapter.javascript.0"
                                        upload [100] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/python/python.js vs/basic-languages/python/python.js application/javascript
                                        upload [90] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/lua/lua.js vs/basic-languages/lua/lua.js application/javascript
                                        upload [80] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/csp/csp.js vs/basic-languages/csp/csp.js application/javascript
                                        upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/runtime-main.b8ed958b.js static/js/runtime-main.b8ed958b.js application/javascript
                                        upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/precache-manifest.746ac9eff22296784d9a7ef35a405493.js precache-manifest.746ac9eff22296784d9a7ef35a405493.js application/javascript
                                        upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/msg/fr.js google-blockly/own/msg/fr.js application/javascript
                                        upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_time.js google-blockly/own/blocks_time.js application/javascript
                                        upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/msg/js/pl.js google-blockly/msg/js/pl.js application/javascript
                                        upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/quote0.png google-blockly/media/quote0.png image/png
                                        upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handopen.cur google-blockly/media/handopen.cur null
                                        upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handdelete.cur google-blockly/media/handdelete.cur null
                                        upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handclosed.cur google-blockly/media/handclosed.cur null
                                        upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.wav google-blockly/media/disconnect.wav audio/wav
                                        upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.ogg google-blockly/media/disconnect.ogg audio/ogg
                                        upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.mp3 google-blockly/media/disconnect.mp3 audio/mpeg
                                        upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.wav google-blockly/media/delete.wav audio/wav
                                        upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.ogg google-blockly/media/delete.ogg audio/ogg
                                        upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.mp3 google-blockly/media/delete.mp3 audio/mpeg
                                        upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.wav google-blockly/media/click.wav audio/wav
                                        upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.ogg google-blockly/media/click.ogg audio/ogg
                                        upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.mp3 google-blockly/media/click.mp3 audio/mpeg
                                        upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/1x1.gif google-blockly/media/1x1.gif image/gif
                                        upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/javascript_compressed.js google-blockly/javascript_compressed.js application/javascript
                                        upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blocks_compressed.js google-blockly/blocks_compressed.js application/javascript
                                        upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blockly_compressed.js google-blockly/blockly_compressed.js application/javascript
                                        upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/LICENSE google-blockly/LICENSE null
                                        upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                        upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/asset-manifest.json asset-manifest.json application/json
                                        upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript
                                        Adapter "javascript" updated
                                        Adapter "jeelink"        is not installed.
                                        Adapter "kecontact"      is not installed.
                                        Adapter "klf200"         is not installed.
                                        Adapter "km200"          is not installed.
                                        Adapter "knmi-weather"   is not installed.
                                        Adapter "knx"            is not installed.
                                        Adapter "kodi"           is not installed.
                                        Adapter "kress"          is not installed.
                                        Adapter "lametric"       is not installed.
                                        Adapter "landroid"       is not installed.
                                        Adapter "lcn"            is not installed.
                                        Adapter "lgtv"           is not installed.
                                        Adapter "lgtv-rs"        is not installed.
                                        Adapter "lgtv11"         is not installed.
                                        Adapter "lifx"           is not installed.
                                        Adapter "lightify"       is not installed.
                                        Adapter "link"           is not installed.
                                        Adapter "linkeddevices"  is not installed.
                                        Adapter "lovelace"       is not installed.
                                        Adapter "loxone"         is not installed.
                                        Adapter "luftdaten"      is not installed.
                                        Adapter "lupusec"        is not installed.
                                        Adapter "luxtronik1"     is not installed.
                                        Adapter "material"       is not installed.
                                        Adapter "maxcube"        is not installed.
                                        Adapter "maxcul"         is not installed.
                                        Adapter "mbus"           is not installed.
                                        Adapter "mclighting"     is not installed.
                                        Adapter "megad"          is not installed.
                                        Adapter "megadd"         is not installed.
                                        Adapter "megaesp"        is not installed.
                                        Adapter "mercedesme"     is not installed.
                                        Adapter "mercury"        is not installed.
                                        Adapter "meross"         is not installed.
                                        Adapter "meteoalarm"     is not installed.
                                        Adapter "miele"          is not installed.
                                        Adapter "mielecloudservice" is not installed.
                                        Adapter "mihome"         is not installed.
                                        Adapter "mihome-lamp"    is not installed.
                                        Adapter "mihome-plug"    is not installed.
                                        Adapter "mihome-vacuum"  is not installed.
                                        Adapter "mikrotik"       is not installed.
                                        Adapter "milight"        is not installed.
                                        Adapter "milight-smart-light" is not installed.
                                        Adapter "mobile"         is not installed.
                                        Adapter "modbus"         is not installed.
                                        Adapter "moma"           is not installed.
                                        Adapter "mpd"            is not installed.
                                        Adapter "mqtt"           is not installed.
                                        Adapter "mqtt-client"    is not installed.
                                        Adapter "musiccast"      is not installed.
                                        Adapter "mysensors"      is not installed.
                                        Adapter "nanoleaf-lightpanels" is not installed.
                                        Adapter "nello"          is not installed.
                                        Adapter "netatmo"        is not installed.
                                        Adapter "nibeuplink"     is not installed.
                                        Adapter "nina"           is not installed.
                                        Adapter "node-red"       is not installed.
                                        Adapter "nuki"           is not installed.
                                        Adapter "nuki-extended"  is not installed.
                                        Adapter "nut"            is not installed.
                                        Adapter "odl"            is not installed.
                                        Adapter "oilfox"         is not installed.
                                        Adapter "onkyo"          is not installed.
                                        Adapter "onvif"          is not installed.
                                        Adapter "openhab"        is not installed.
                                        Adapter "openligadb"     is not installed.
                                        Adapter "openweathermap" is not installed.
                                        Adapter "opi"            is not installed.
                                        Adapter "oppoplayer"     is not installed.
                                        Adapter "owfs"           is not installed.
                                        Adapter "owntracks"      is not installed.
                                        Adapter "panasonic-viera" is not installed.
                                        Adapter "parser"         is not installed.
                                        Adapter "paw"            is not installed.
                                        Adapter "phantomjs"      is not installed.
                                        Adapter "pi-hole"        is not installed.
                                        Adapter "piface"         is not installed.
                                        Adapter "pimatic"        is not installed.
                                        Adapter "ping"           is not installed.
                                        Adapter "places"         is not installed.
                                        Adapter "plex"           is not installed.
                                        Adapter "plexconnect"    is not installed.
                                        Adapter "pollenflug"     is not installed.
                                        Adapter "proxmox"        is not installed.
                                        Adapter "proxy"          is not installed.
                                        Adapter "pushbullet"     is not installed.
                                        Adapter "pushover"       is not installed.
                                        Adapter "pushsafer"      is not installed.
                                        Adapter "radar2"         is not installed.
                                        Adapter "radiohead"      is not installed.
                                        Adapter "rflink"         is not installed.
                                        Adapter "rickshaw"       is not installed.
                                        Adapter "ring"           is not installed.
                                        Adapter "robonect"       is not installed.
                                        Adapter "roomba"         is not installed.
                                        Adapter "rpi2"           is not installed.
                                        Adapter "s7"             is not installed.
                                        Adapter "samsung"        is not installed.
                                        Adapter "sayit"          is not installed.
                                        Adapter "sbfspot"        is not installed.
                                        Adapter "scenes"         is not installed.
                                        Adapter "schoolfree"     is not installed.
                                        Adapter "shelly"         is not installed.
                                        Adapter "shuttercontrol" is not installed.
                                        Adapter "sia"            is not installed.
                                        Adapter "siegenia"       is not installed.
                                        Update simple-api from @2.3.2 to @2.4.5
                                        NPM version: 6.14.2
                                        npm install iobroker.simple-api@2.4.5 --loglevel error --prefix "/opt/iobroker" (System call)
                                        upload [3] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/words.js words.js application/javascript
                                        upload [2] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/simple-api.png simple-api.png image/png
                                        upload [1] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index_m.html index_m.html text/html
                                        upload [0] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index.html index.html text/html
                                        Adapter "simple-api" updated
                                        Adapter "smappee"        is not installed.
                                        Adapter "smartmeter"     is not installed.
                                        Adapter "snips"          is not installed.
                                        Adapter "snmp"           is not installed.
                                        Update socketio from @3.0.6 to @3.0.7
                                        NPM version: 6.14.2
                                        npm install iobroker.socketio@3.0.7 --loglevel error --prefix "/opt/iobroker" (System call)
                                        upload [3] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/words.js words.js application/javascript
                                        upload [2] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/socketio.png socketio.png image/png
                                        upload [1] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/index_m.html index_m.html text/html
                                        upload [0] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/index.html index.html text/html
                                        Adapter "socketio" updated
                                        Adapter "solarlog"       is not installed.
                                        Adapter "solarwetter"    is not installed.
                                        Adapter "sonnen"         is not installed.
                                        Adapter "sonoff"         is not installed.
                                        Adapter "sonos"          is not installed.
                                        Adapter "sony-bravia"    is not installed.
                                        Adapter "spotify-premium" is not installed.
                                        Adapter "sql"            is not installed.
                                        Adapter "squeezebox"     is not installed.
                                        Adapter "squeezeboxrpc"  is not installed.
                                        Adapter "starline"       is not installed.
                                        Adapter "statistics"     is not installed.
                                        Adapter "stiebel-isg"    is up to date.
                                        Adapter "sunnyportal"    is up to date.
                                        Adapter "swiss-weather-api" is not installed.
                                        Adapter "systeminfo"     is not installed.
                                        Adapter "tahoma"         is up to date.
                                        Adapter "tankerkoenig"   is up to date.
                                        Adapter "telegram"       is not installed.
                                        Adapter "terminal"       is not installed.
                                        Adapter "tesla-motors"   is not installed.
                                        Adapter "text2command"   is not installed.
                                        Adapter "tr-064"         is not installed.
                                        Adapter "tradfri"        is not installed.
                                        Adapter "trashschedule"  is not installed.
                                        Adapter "tunnelbroker-endpoint-updater" is not installed.
                                        Adapter "tuya"           is not installed.
                                        Adapter "tvspielfilm"    is not installed.
                                        Adapter "unifi"          is up to date.
                                        Adapter "upnp"           is not installed.
                                        Adapter "vaillant"       is not installed.
                                        Adapter "valloxmv"       is not installed.
                                        Adapter "vcard"          is not installed.
                                        Adapter "velux"          is not installed.
                                        Adapter "viessmann"      is not installed.
                                        Adapter "virtualpowermeter" is not installed.
                                        Adapter "vis"            is up to date.
                                        Adapter "vis-bars"       is up to date.
                                        Adapter "vis-canvas-gauges" is up to date.
                                        Adapter "vis-colorpicker" is not installed.
                                        Adapter "vis-fancyswitch" is not installed.
                                        Adapter "vis-google-fonts" is not installed.
                                        Adapter "vis-history"    is up to date.
                                        Adapter "vis-hqwidgets"  is up to date.
                                        Adapter "vis-inventwo"   is not installed.
                                        Adapter "vis-jqui-mfd"   is up to date.
                                        Adapter "vis-justgage"   is not installed.
                                        Adapter "vis-keyboard"   is not installed.
                                        Adapter "vis-lcars"      is not installed.
                                        Adapter "vis-map"        is not installed.
                                        Adapter "vis-metro"      is up to date.
                                        Adapter "vis-players"    is up to date.
                                        Adapter "vis-plumb"      is not installed.
                                        Adapter "vis-rgraph"     is not installed.
                                        Adapter "vis-timeandweather" is up to date.
                                        Adapter "vis-weather"    is not installed.
                                        Adapter "vr200"          is not installed.
                                        Adapter "vw-connect"     is not installed.
                                        Adapter "weatherunderground" is not installed.
                                        Update web from @3.0.7 to @3.0.8
                                        host.raspberrypi Adapter "system.adapter.web.0" is stopped.
                                        NPM version: 6.14.2
                                        npm install iobroker.web@3.0.8 --loglevel error --prefix "/opt/iobroker" (System call)
                                        upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/words.js words.js application/javascript
                                        upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                        upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                        upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index.html index.html text/html
                                        upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png image/png
                                        upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png image/png
                                        upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png image/png
                                        upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png image/png
                                        upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png image/png
                                        upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png image/png
                                        upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png image/png
                                        upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png image/png
                                        upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png image/png
                                        upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png image/png
                                        upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png image/png
                                        upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png image/png
                                        upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png image/png
                                        upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png image/png
                                        upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png image/png
                                        upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png image/png
                                        upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png image/png
                                        upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/style.css lib/css/style.css text/css
                                        upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/materialize.css lib/css/materialize.css text/css
                                        upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ui.jqgrid-4.5.4.css lib/css/jqGrid/ui.jqgrid-4.5.4.css text/css
                                        upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ellipsis-xbl.xml lib/css/jqGrid/ellipsis-xbl.xml application/xml
                                        upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css.map lib/css/iob/selectID.css.map application/json
                                        upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css lib/css/iob/selectID.css text/css
                                        upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min.css lib/css/fancytree/ui.fancytree.min.css text/css
                                        upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min-win7.css lib/css/fancytree/ui.fancytree.min-win7.css text/css
                                        upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.jquery.min.css lib/css/fancytree/ui.fancytree.jquery.min.css text/css
                                        upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/state.png lib/css/fancytree/state.png image/png
                                        upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/loading.gif lib/css/fancytree/loading.gif image/gif
                                        upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/icons.gif lib/css/fancytree/icons.gif image/gif
                                        upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/device.png lib/css/fancytree/device.png image/png
                                        upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/channel.png lib/css/fancytree/channel.png image/png
                                        upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
                                        upload [1] web /opt/iobroker/node_modules/iobroker.web/www/index.html index.html text/html
                                        upload [0] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                        Update "system.adapter.web.0"
                                        Adapter "web" updated
                                        host.raspberrypi Adapter "system.adapter.web.0" is started
                                        Adapter "weishaupt-wem"  is not installed.
                                        Adapter "wiffi-wz"       is not installed.
                                        Adapter "wifilight"      is not installed.
                                        Adapter "windows-control" is not installed.
                                        Adapter "wled"           is not installed.
                                        Adapter "wm-bus"         is not installed.
                                        Adapter "wolf"           is not installed.
                                        Adapter "worx"           is not installed.
                                        Adapter "xbox"           is not installed.
                                        Adapter "xs1"            is not installed.
                                        Adapter "yahka"          is not installed.
                                        Adapter "yamaha"         is not installed.
                                        Adapter "yeelight-2"     is not installed.
                                        Adapter "youtube"        is not installed.
                                        Adapter "yr"             is not installed.
                                        Adapter "zigbee"         is not installed.
                                        Adapter "zont"           is not installed.
                                        Adapter "zwave"          is not installed.
                                        

                                        Ab und an hat er ein wenig gezickt..z.B. info, javascript,...

                                        1 Reply Last reply Reply Quote 0
                                        • Wal
                                          Wal Developer last edited by

                                          Das sieht doch nicht schlecht aus, was macht das Webinterface ?

                                          S Thomas Braun 2 Replies Last reply Reply Quote 0
                                          • S
                                            SaschaS last edited by

                                            Das nächste im Fahrplan wäre

                                            cd /opt/iobroker
                                            iobroker version
                                            iobroker update
                                            iobroker upgrade
                                            iobroker stop
                                            iobroker upgrade self
                                            iobroker rebuild 
                                            iobroker start
                                            

                                            iobroker upgrade self?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            954
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            help wanted iobroker update js controller update json npm
                                            18
                                            416
                                            53442
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo