Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Problem hoch Drei (JavaScript, HOST, Admin)

    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

    Problem hoch Drei (JavaScript, HOST, Admin)

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

      @thomas-braun said in Problem hoch Drei (JavaScript, HOST, Admin):

      iob repo unset 'Stable (default)'

      pi@raspberrypi:/ $ iob repo unset 'Stable (default)'
      Repository "Stable (default)" deactivated.
      stable        : http://download.iobroker.net/sources-dist.json
      beta          : http://download.iobroker.net/sources-dist-latest.json
      live-stable   : http://iobroker.live/repo/sources-dist.json
      live-beta     : http://iobroker.live/repo/sources-dist-latest.json
      
      Active repo(s): stable
      pi@raspberrypi:/ $
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Codierknecht
        Codierknecht Developer Most Active @Thomas Braun last edited by

        @thomas-braun
        Können (sollten) die beiden "live" repos nicht auch weg?

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

          @codierknecht sagte in Problem hoch Drei (JavaScript, HOST, Admin):

          Können (sollten) die beiden "live" repos nicht auch weg?

          Ich hab die gerne in der Hinterhand, wenn die primären Repos nicht funktionieren sollten. Dann aktivier ich die flugs und bin ggf. wieder im Rennen.
          Schadet ja nix die da zu haben.

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

            @kenji

            Die Repos sind jetzt sauber. Wie schaut es beim Thema nodejs aus?

            cd ~
            sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
            uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            
            Kenji 1 Reply Last reply Reply Quote 0
            • Kenji
              Kenji @Thomas Braun last edited by

              @thomas-braun

              pi@raspberrypi:/ $
              pi@raspberrypi:/ $ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
              pi@raspberrypi:/ $
              pi@raspberrypi:/ $
              pi@raspberrypi:/ $ uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs        -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && ap       t policy nodejs
              armv7l
              Kein Docker
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              v16.17.1
              v16.17.1
              8.15.0
              4.0.21
              pi
              pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
              tty
              
              /
              OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
              OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              OK:3 https://deb.nodesource.com/node_16.x bullseye InRelease
              Paketlisten werden gelesen… Fertig
              Abhängigkeitsbaum wird aufgebaut… Fertig
              Statusinformationen werden eingelesen… Fertig
              Aktualisierung für 74 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
              nodejs:
                Installiert:           16.17.1-deb-1nodesource1
                Installationskandidat: 16.18.1-deb-1nodesource1
                Versionstabelle:
                   16.18.1-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
               *** 16.17.1-deb-1nodesource1 100
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u1 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              pi@raspberrypi:/ $
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Kenji last edited by Thomas Braun

                @kenji

                cd ~
                iob stop
                sudo apt update 
                sudo apt full-upgrade
                sudo reboot
                

                System regelmäßig updaten!

                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Codierknecht last edited by

                  @codierknecht sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                  Gleich mit su fortan als root zu agieren ist sicher die schlechteste aller Varianten.

                  da bin ich voll be dir!

                  Aber deine Formulierung kann auch für die Verwendung von nur sudo missgedeutet werden

                  Codierknecht Kenji 2 Replies Last reply Reply Quote 0
                  • Codierknecht
                    Codierknecht Developer Most Active @Homoran last edited by

                    @homoran sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                    Aber deine Formulierung kann auch für die Verwendung von nur sudo missgedeutet werden

                    Punkt für Dich.

                    @Kenji
                    Also zur Klarstellung: sudo xxx wird (wie man weiter oben sieht) durchaus schon mal benötigt.
                    Aber in der Regel niemals im Zusammenhang mit ioBroker sondern nur für das System (Linux) an sich.

                    Kenji 1 Reply Last reply Reply Quote 2
                    • Kenji
                      Kenji @Homoran last edited by

                      @homoran Also ich werde keine IOB Befehle mehr als "sudo" oder "Root" ausführen. Ich versuche aus jedem Problem was mit zu nehmen und zu lernen. 🙂

                      1 Reply Last reply Reply Quote 0
                      • Kenji
                        Kenji @Codierknecht last edited by

                        @codierknecht Das ist mir jetzt auf jeden Fall klar geworden und ich hoffe das lesen noch mehr Leute hier. Damit es weniger solcher Fälle geben wird.

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

                          @kenji sagte in Problem hoch Drei (JavaScript, HOST, Admin):

                          ich hoffe das lesen noch mehr Leute hier. Damit es weniger solcher Fälle geben wird.

                          Da hab ich die Hoffnung schon fast aufgegeben...
                          Irgendwer kommt halt immer auf die Idee mit dem root durch das System zu bulldoozern. Funktioniert im ersten Moment auch, die Haken und Kinken tauchen dann erst viel später auf.

                          Kenji 1 Reply Last reply Reply Quote 2
                          • Kenji
                            Kenji @Thomas Braun last edited by

                            @thomas-braun Hast auch meinen höchsten Respekt für die Arbeit hier. Die Anderen natürlich auch! Bin nämlich eigentlich total begeistern vom IoBroker und habe dadurch Linux erst kennen gelernt.
                            Echt super.

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

                              @kenji
                              Updates durch?

                              Dann

                              for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done 
                              iob update 
                              iob upgrade all
                              iob stop
                              iob upgrade self
                              iob start
                              
                              Kenji 2 Replies Last reply Reply Quote 0
                              • Kenji
                                Kenji @Thomas Braun last edited by

                                @thomas-braun 50% ... 🙂

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

                                  @kenji

                                  Fertig? Lüppt das jetzt?

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

                                    @thomas-braun Pi Ist neu gestartet und jetzt führe ich den zweiten Block aus 🙂

                                    for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done 
                                    iob update 
                                    iob upgrade all
                                    iob stop
                                    iob upgrade self
                                    iob start
                                    

                                    Sehr cool kann man die Adapter auch in Zukunft so updaten? oder besser über die Oberfläche im Admin?

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

                                      @kenji

                                      Ich bevorzuge die Konsole...

                                      Kenji 1 Reply Last reply Reply Quote 1
                                      • Kenji
                                        Kenji @Thomas Braun last edited by

                                        @thomas-braun

                                        for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                                        

                                        Sollte man diesen Befehl bei behalten wenn man die Adapter so über die Konsole Hochzieht?
                                        Muss gesteht weiß nicht genau was er macht. Glaub er löscht irgendwas...

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

                                          @kenji

                                          Eigentlich sollte der nur einmal verwendet werden müssen.
                                          Beim Wechsel auf npm8 kann es dazu kommen, dass bestimmte temporäre Verzeichnisse gelöscht werden müssen.

                                          1 Reply Last reply Reply Quote 1
                                          • Kenji
                                            Kenji @Thomas Braun last edited by

                                            @thomas-braun
                                            Hier die Ausgabe vom zweiten Block, fall benötigt. Ich starte den IoBroker jetzt mal wieder und gucke was passiert...

                                            pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*                                                                                       -????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                                            pi@raspberrypi:~ $ iob update
                                            Used repository: stable
                                            Adapter    "admin"        : 6.3.3    , installed 5.3.8  [Updatable]
                                            Adapter    "backitup"     : 2.5.9    , installed 2.5.9
                                            Adapter    "discovery"    : 3.1.0    , installed 3.0.5  [Updatable]
                                            Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
                                            Adapter    "growatt"      : 2.0.0    , installed 2.0.0
                                            Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                                            Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                                            Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                                            Adapter    "info"         : 1.9.19   , installed 1.9.19
                                            Adapter    "javascript"   : 6.0.3    , installed 6.0.3
                                            Controller "js-controller": 4.0.23   , installed 4.0.21 [Updatable]
                                            Adapter    "rssfeed"      : 2.6.1    , installed 2.6.1
                                            Adapter    "simple-api"   : 2.7.0    , installed 2.6.4  [Updatable]
                                            Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                            Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                            Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                                            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                            Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                                            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                            Adapter    "web"          : 4.3.0    , installed 4.3.0
                                            Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                            pi@raspberrypi:~ $ iob upgrade all
                                            
                                            This upgrade of "simple-api" will introduce the following changes:
                                            ==========================================================================
                                            -> 2.7.0:
                                            Allow use of ack flag for setBulk post requests
                                            Return ack flag too on getBulk
                                            
                                            -> 2.6.5:
                                            Added support aggregate and count for queries
                                            ==========================================================================
                                            
                                            Would you like to upgrade simple-api from @2.6.4 to @2.7.0 now? [(y)es, (n)o]: y
                                            Update simple-api from @2.6.4 to @2.7.0
                                            NPM version: 8.19.2
                                            Installing iobroker.simple-api@2.7.0... (System call)
                                            
                                            added 6 packages, removed 667 packages, and changed 9 packages in 6m
                                            
                                            40 packages are looking for funding
                                              run `npm fund` for details
                                            upload [13] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                            upload [12] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                            upload [11] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                            upload [10] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                            upload [9] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                            upload [8] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                            upload [7] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                            upload [6] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                            upload [5] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                            upload [4] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                            upload [3] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index.html index.html text/html
                                            upload [2] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index_m.html index_m.html text/html
                                            upload [1] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/simple-api.png simple-api.png image/png
                                            upload [0] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/words.js words.js application/javascript
                                            
                                            This upgrade of "discovery" will introduce the following changes:
                                            ==========================================================================
                                            -> 3.1.0:
                                            Corrected syntax error in the german translation
                                            
                                            -> 3.0.6:
                                            Prepare for future js-controller versions
                                            Prevent crash cases
                                            ==========================================================================
                                            
                                            Would you like to upgrade discovery from @3.0.5 to @3.1.0 now? [(y)es, (n)o]: y
                                            Update discovery from @3.0.5 to @3.1.0
                                            NPM version: 8.19.2
                                            Installing iobroker.discovery@3.1.0... (System call)
                                            
                                            added 1 package, removed 674 packages, and changed 2 packages in 13s
                                            
                                            40 packages are looking for funding
                                              run `npm fund` for details
                                            Update "system.adapter.discovery.0"
                                            upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                            upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                            upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                            upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                            upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                            upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                            upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                            
                                            This upgrade of "admin" will at least introduce the following changes:
                                            ==========================================================================
                                            -> 6.3.3:
                                            Corrected icons in object browser
                                            
                                            -> 6.3.2:
                                            Added `useNative` option to `sendTo` JSON Config component
                                            Added `checkLicense` and `uuid` components to JSON Config
                                            Corrected the news handler
                                            
                                            -> 6.2.23:
                                            Prepare for future js-controller versions
                                            Corrected deletion of objects
                                            
                                            -> 6.2.22:
                                            Corrected admin4 adapter settings
                                            
                                            -> 6.2.21:
                                            Corrected small JSON config issue
                                            
                                            -> 6.2.20:
                                            Corrected GUI issues
                                            
                                            -> 6.2.19:
                                            Corrected some issues
                                            ==========================================================================
                                            
                                            BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                            Would you like to upgrade admin from @5.3.8 to @6.3.3 now? [(y)es, (n)o]: y
                                            Update admin from @5.3.8 to @6.3.3
                                            NPM version: 8.19.2
                                            Installing iobroker.admin@6.3.3... (System call)
                                            
                                            added 8 packages, removed 3 packages, and changed 10 packages in 2m
                                            
                                            41 packages are looking for funding
                                              run `npm fund` for details
                                            Update "system.adapter.admin.0"
                                            upload [52] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                            upload [50] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/customComponents.js.map custom/customComponents.js.map application/json
                                            upload [40] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/zh-cn.json custom/i18n/zh-cn.json application/json
                                            upload [30] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_prop-types_index_js.512eddf9.chunk.js.map custom/static/js/node_modules_prop-types_index_js.512eddf9.chunk.js.map application/json
                                            upload [20] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map application/json
                                            upload [19] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js application/javascript
                                            upload [18] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js.map custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js.map application/json
                                            upload [17] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_styles_index_js-node_modules_mui_utils_esm_capitalize_js-node_module-19fe07.82575832.chunk.js custom/static/js/vendors-node_modules_mui_styles_index_js-node_modules_mui_utils_esm_capitalize_js-node_module-19fe07.82575832.chunk.js application/javascript
                                            upload [16] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_styles_index_js-node_modules_mui_utils_esm_capitalize_js-node_module-19fe07.82575832.chunk.js.map custom/static/js/vendors-node_modules_mui_styles_index_js-node_modules_mui_utils_esm_capitalize_js-node_module-19fe07.82575832.chunk.js.map application/json
                                            upload [15] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_styles_withStyles_withStyles_js.6d998ff2.chunk.js custom/static/js/vendors-node_modules_mui_styles_withStyles_withStyles_js.6d998ff2.chunk.js application/javascript
                                            upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_styles_withStyles_withStyles_js.6d998ff2.chunk.js.map custom/static/js/vendors-node_modules_mui_styles_withStyles_withStyles_js.6d998ff2.chunk.js.map application/json
                                            upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-dom_index_js.51544235.chunk.js custom/static/js/vendors-node_modules_react-dom_index_js.51544235.chunk.js application/javascript
                                            upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-dom_index_js.51544235.chunk.js.map custom/static/js/vendors-node_modules_react-dom_index_js.51544235.chunk.js.map application/json
                                            upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                            upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                            upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                            upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                            upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                            upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                            upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                            upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                            upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                            upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                            upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                            upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json5 jsonConfig.json5 application/json5
                                            pi@raspberrypi:~ $ iob stop
                                            pi@raspberrypi:~ $ iob upgrade self
                                            Update js-controller from @4.0.21 to @4.0.23
                                            Stopped Objects DB
                                            Stopped States DB
                                            NPM version: 8.19.2
                                            Installing iobroker.js-controller@4.0.23... (System call)
                                            
                                            added 1 package, removed 2 packages, and changed 59 packages in 2m
                                            
                                            41 packages are looking for funding
                                              run `npm fund` for details
                                            pi@raspberrypi:~ $
                                            
                                            
                                            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

                                            984
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            52
                                            2315
                                            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