Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ERROR: Process exited with code 25

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ERROR: Process exited with code 25

    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      joeysch last edited by

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

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

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

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

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

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

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

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

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

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

          @thomas-braun

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

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

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

            @joeysch

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

            1 Reply Last reply Reply Quote 0
            • J
              joeysch last edited by

              @thomas-braun

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

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

                @joeysch

                Ist der User in der Gruppe 'iobroker' drin?

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

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

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

                    @joeysch

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

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

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

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

                    groups
                    

                    als guido ausgeführt liefert?

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

                      @thomas-braun

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

                      guido@iobroker:~$ checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                      checkPermissions: command not found
                      guido@iobroker:~$ users
                      guido
                      guido@iobroker:~$ groups
                      guido sudo
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @joeysch last edited by

                        @joeysch

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

                        sudo usermod -aG iobroker guido
                        exit
                        

                        Dann nochmal anmelden und es sollte funktionieren.

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

                          @thomas-braun

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

                          Die Adapterupdates lassen sich aber immer noch nicht installieren.

                          Jede Installation endet mit

                          Process exited with code 0
                          

                          und wird nicht installiert.

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

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

                            Process exited with code 0

                            Ist aber eigentlich die Positiv-Meldung.

                            iobroker update -i
                            iobroker upgrade
                            

                            liefert?

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

                              @thomas-braun

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

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

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

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

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

                                Die Meldung hab ich auch noch nie gesehen.

                                iobroker repo list
                                

                                sagt?

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

                                  @thomas-braun

                                  guido@iobroker:~$ iobroker repo list
                                  stable        : http://download.iobroker.net/sources-dist.json
                                  
                                  Active repo(s): stable
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @joeysch last edited by

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

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      Petholdinho @joeysch last edited by

                                      @joeysch Ich hatte das selbe Problem.
                                      Ich habe es wie folgt gelöst:

                                      • Node downgrade auf die empfohlene Version (vorher NodeJs 16) 14.19.1
                                      sudo npm install -g n
                                      node -v
                                      

                                      nun siehst du deine Version. Dann...

                                      sudo n. 14.19.1
                                      node -v
                                      

                                      Nun solltest du auf dem richtigen Stand sein.

                                      Danach lief iobroker nach dem Neustart. Allerdings funktionierten die Updates nicht und ich wollte den Fixer drüber laufen lassen. Mir wurde angezeigt das iobroker nicht installiert ist... PANIK...

                                      Dann habe ich folgenden gemacht:

                                      iobroker stop
                                      sudo su
                                      cd /opt/iobroker
                                      chown -R iobroker /opt/iobroker
                                      npm install -y iobroker.js-controller --unsafe-perm --production --save --prefix
                                      curl -sL https://iobroker.net/fix.sh | bash -
                                      iobroker start
                                      

                                      Danach lief wieder alles richtig gut. Der Fehler ist seit dem weg.
                                      Evtl. hilft es dir ja.

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

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

                                        sudo npm install -g n

                                        Bitte nodejs/npm NICHT auf diese Art am System vorbei reinknüppeln.
                                        Das sorgt hinten und vorne für Probleme.

                                        Genauso wie

                                        sudo su
                                        

                                        Macht man auch NIE.

                                        Die anderen Befehle sind auch unsauber.
                                        Also ein super Beispiel, wie man es gerade nicht macht.

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

                                          @thomas-braun sorry, ich habe den ersten Teil aus einem YouTube Video zum Thema downgrade und den Rest aus einem bekannten Tool das Recht bekannt ist. Wenn du rech hast und das alles falsch ist, dann sollte man meine Schritte definitiv nicht nachmachen. Ich habe nur dargestellt was bei mir geholfen hat. Falls du einen sauberen Weg nennen kannst, wäre es cool wenn du diesen hier teilen könntest.

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

                                            @petholdinho

                                            Meine beiden Lieblingsquellen für stetige Freude mit verpfuschten nodejs-Installationen...

                                            Die meisten yt-Filmchen kannste in die Tonne kloppen, da wird oft irgendwelcher Murks fabriziert.
                                            Und das 'bekannte Tool' vom PiepmatzGuppy ist eigentlich nur dafür bekannt, das es mehr kaputt macht als das es zu einer sauberen Installation verhilft.
                                            Finger weg von dem Schrott.

                                            Den sauberen Weg, wie man über den Paketmanager z. B. nodejs nach belieben rauf und runter installiert findet sich in meiner Signatur.

                                            J 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

                                            547
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            error update
                                            11
                                            147
                                            31354
                                            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