Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Untersuchung: code 25 fehlerlösung

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Untersuchung: code 25 fehlerlösung

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

      @thomas-braun OK, danke, werde ich machen.

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

        @thomas-braun sagte in Untersuchung: code 25 fehlerlösung:

        Ich hasse diese Docker-Scheisse

        Ich nicht😁

        1 Reply Last reply Reply Quote 0
        • michif100
          michif100 @michif100 last edited by

          @michif100 sagte in Untersuchung: code 25 fehlerlösung:

          @thomas-braun sagte in Untersuchung: code 25 fehlerlösung:

          @michif100

          Adapter "admin" : 6.2.22 , installed 6.2.22
          ``

          Eher störend ist für mich der Fehler beim Löschen des Skripts.

          Habe eben noch gelesen unter

          https://forum.iobroker.net/topic/58249/skript-löschen-geht-nicht-permissionerror/140?_=1664788908150

          dass ein Downgrade auf admin 6.2.12 helfen soll.

          1 Reply Last reply Reply Quote 0
          • L
            lcars last edited by

            Es sollte nichts mit node-red zu tun haben.
            Wenn man einen neuen iobroker Container erstellt (docker pull buanet/iobroker) und das ioBroker sich einrichten lässt und das Setup durchklickt, hat man drei Adapter die nicht up to date ist. Wenn man da einen Adapter updaten will kommt auch dieser Fehler 25 und kein Adapter davon ist ein node-red.

            D.h. das Problem tritt wohl generell auf und hat wohl imho eher was mit der Node Version oder npm zu tun als bestimmte Adapter.

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

              @lcars

              Kannst du mal die betroffenen Module identifizieren?
              Also mit der Variante 'nur-schauen' des Lösch-Skripts.

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

                @thomas-braun
                Der Befehl for i in $(find /opt/iobroker/node_modules -type d -iname ".-????????" ! -iname ".local-chromium"); do echo ${i%/};* done im node_modules Verzeichnis bringt da keine Treffer.

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

                  @lcars

                  Dann ist es auch was anderes.

                  Fehler 25 ist ja nur die Meldung, das irgendwo ein Fehler aufgetreten ist, die genaue Ursache muss man sich anschauen.

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    rewenode @lcars last edited by

                    @lcars Der Befehl bringt nur was, wenn man nach dem Update-Fehler aufruft.
                    Sobald ein Update erfolgreich durchläuft sind auch die temp's bis zum nächsten update weg. Jedenfalls ist das bei mir so.

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

                      @thomas-braun Also, das muss bei @lcars irgend etwas Anderes sein.
                      Hab das grad mal nachgestellt. Geht ja Dank docker in Windeseile 😉

                      Hier mal die komplette Session:

                      Last login: Mon Oct  3 14:32:53 on ttys001
                      ❯ docker exec -u 1000:1000 -ti iobroker /bin/bash
                      iobroker@testiob:~$ iob update -i
                      Used repository: stable
                      Adapter    "admin"        : 6.2.22   , installed 5.3.8  [Updatable]
                      Adapter    "backitup"     : 2.4.12   , installed 2.4.9  [Updatable]
                      Adapter    "discovery"    : 3.0.5    , installed 3.0.3  [Updatable]
                      Controller "js-controller": 4.0.23   , installed 4.0.23
                      iobroker@testiob:~$ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do echo ${i%/}; done
                      iobroker@testiob:~$ iob upgrade discovery@3.0.5 --debug
                      
                      This upgrade of "discovery" will introduce the following changes:
                      ==========================================================================
                      -> 3.0.5:
                      Fix potential crash cases reported by Sentry
                      
                      -> 3.0.4:
                      Disable configuration settings for this adapter
                      ==========================================================================
                      
                      Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y
                      Update discovery from @3.0.3 to @3.0.5
                      NPM version: 8.15.0
                      Installing iobroker.discovery@3.0.5... (System call)
                      
                      changed 1 package in 1s
                      
                      38 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
                      iobroker@testiob:~$ iob upgrade admin@6.2.22 --debug
                      
                      This upgrade of "admin" will at least introduce the following changes:
                      ==========================================================================
                      -> 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
                      
                      -> 6.2.18:
                      Corrected GUI bugs on custom settings
                      
                      
                      -> 6.2.17:
                      Corrected GUI bug on intro tab
                      
                      -> 6.2.16:
                      Corrected many GUI issues
                      Added `stable` flag for repositories
                      Added reset button for repositories
                      Improved `writeFile` function for socket communication
                      ==========================================================================
                      
                      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.2.22 now? [(y)es, (n)o]: y
                      Update admin from @5.3.8 to @6.2.22
                      host.testiob Adapter "system.adapter.admin.0" is stopped.
                      NPM version: 8.15.0
                      Installing iobroker.admin@6.2.22... (System call)
                      
                      added 6 packages, and changed 4 packages in 8s
                      
                      38 packages are looking for funding
                        run `npm fund` for details
                      Update "system.adapter.admin.0"
                      upload [51] 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 custom/customComponents.js application/javascript
                      upload [40] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/ru.json custom/i18n/ru.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 custom/static/js/node_modules_prop-types_index_js.512eddf9.chunk.js application/javascript
                      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 custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js application/javascript
                      upload [19] 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 [18] 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 [17] 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 [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 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 [15] 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 [14] 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 [13] 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 [12] 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 [11] 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 [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                      upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                      upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                      upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                      upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                      upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                      upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                      upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                      upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/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
                      host.testiob Adapter "system.adapter.admin.0" is started
                      iobroker@testiob:~$ iob upgrade backitup@2.4.12 --debug
                      
                      This upgrade of "backitup" will introduce the following changes:
                      ==========================================================================
                      -> 2.4.12:
                      Fix WebDav Error Handling
                      
                      -> 2.4.11:
                      Filesize Check added
                      dependencies updated
                      Fix mySql Backup
                      Fix pgSql Backup
                      
                      -> 2.4.10:
                      Code cleaning
                      dependencies updated
                      Disclaimer added
                      Travis Support removed
                      Fix backup-download with ssl
                      ==========================================================================
                      
                      Would you like to upgrade backitup from @2.4.9 to @2.4.12 now? [(y)es, (n)o]: y
                      Update backitup from @2.4.9 to @2.4.12
                      host.testiob Adapter "system.adapter.backitup.0" is stopped.
                      NPM version: 8.15.0
                      Installing iobroker.backitup@2.4.12... (System call)
                      
                      removed 1 package, and changed 10 packages in 3s
                      
                      38 packages are looking for funding
                        run `npm fund` for details
                      Update "system.adapter.backitup.0"
                      upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                      upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                      upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                      upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                      upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                      upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                      upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                      upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                      upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                      upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                      upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                      host.testiob Adapter "system.adapter.backitup.0" is started
                      iobroker@testiob:~$ iob upgrade discovery@3.0.5 --debug
                      

                      In einem frischen Container alle 3 Adapter ohne die geringsten Probleme und blitzartig geupdated.

                      Werde etwas später mal den NR-Adapter in den Testcontainer (ältere Version) installieren und dann nochmal testen.

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

                        @rewenode sagte in Untersuchung: code 25 fehlerlösung:

                        Also, das muss bei @lcars irgend etwas Anderes sein.

                        Sag ich ja

                        1 Reply Last reply Reply Quote 0
                        • R
                          rewenode last edited by rewenode

                          @thomas-braun Wie bekomme ich denn eine ältere Node-red version installiert? Bekomme nur die 4.0.0 angeboten

                          Sorry, kaum macht manns richtig. Schon gefunden

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

                            @rewenode

                            iobroker upgrade node-red@VERSIONSNUMMER
                            
                            R 1 Reply Last reply Reply Quote 0
                            • R
                              rewenode @Thomas Braun last edited by

                              @thomas-braun Ok, die node-red Vermutung kann man wohl ausschließen.
                              Update 3.3.1 auf 4.0.0 ohne Probleme und hat auch keine Spuren hinterlassen

                              Used repository: stable
                              Adapter    "admin"        : 6.2.22   , installed 6.2.22
                              Adapter    "backitup"     : 2.4.12   , installed 2.4.12
                              Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                              Controller "js-controller": 4.0.23   , installed 4.0.23
                              Adapter    "node-red"     : 4.0.0    , installed 3.3.1  [Updatable]
                              iobroker@testiob:~$ iob upgrade node-red@4.0.0 --debug
                              
                              This upgrade of "node-red" will introduce the following changes:
                              ==========================================================================
                              -> 4.0.0:
                              IMPORTANT: Node.js 14.x now needed at least
                              Upgrade to node-red 3.0.2, enable runtime-state features and switch editor to monaco-editor
                              Correctly escape backslashes when writing setting file on Windows
                              ==========================================================================
                              
                              BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                              Would you like to upgrade node-red from @3.3.1 to @4.0.0 now? [(y)es, (n)o]: y
                              Update node-red from @3.3.1 to @4.0.0
                              NPM version: 8.15.0
                              Installing iobroker.node-red@4.0.0... (System call)
                              
                              added 3 packages, removed 81 packages, and changed 23 packages in 7s
                              
                              70 packages are looking for funding
                                run `npm fund` for details
                              upload [14] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/bcrypt.min.js bcrypt.min.js application/javascript
                              upload [13] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/de/translations.json i18n/de/translations.json application/json
                              upload [12] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/en/translations.json i18n/en/translations.json application/json
                              upload [11] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/es/translations.json i18n/es/translations.json application/json
                              upload [10] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                              upload [9] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/it/translations.json i18n/it/translations.json application/json
                              upload [8] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                              upload [7] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                              upload [6] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                              upload [5] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                              upload [4] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                              upload [3] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index.html index.html text/html
                              upload [2] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index_m.html index_m.html text/html
                              upload [1] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/node-red.png node-red.png image/png
                              upload [0] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/words.js words.js application/javascript
                              iobroker@testiob:~$ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do echo ${i%/}; done
                              iobroker@testiob:~$
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @rewenode last edited by Thomas Braun

                                @rewenode

                                Interessant wäre ein Log vom Neustart vom node-red, wenn der Error 25-Block auftritt.

                                Und es müssen dann auch ein paar Nodes im node-red drin sein, bevorzugt binäre.

                                R 3 Replies Last reply Reply Quote 0
                                • R
                                  rewenode @Thomas Braun last edited by

                                  @thomas-braun sagte in Untersuchung: code 25 fehlerlösung:

                                  Interessant wäre ein Log vom Neustart vom node-red, wenn der Error 25-Block auftritt.
                                  Und es müssen dann auch ein paar Nodes im node-red drin sein, bevorzugt binäre.

                                  Werde mal versuchen das hinzubekommen. Aber wie gesagt bislang in der Testversion keine Fehler.

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

                                    @thomas-braun sagte in Untersuchung: code 25 fehlerlösung:

                                    Und es müssen dann auch ein paar Nodes im node-red drin sein, bevorzugt binäre.

                                    Kannst du da spontan welche nennen?

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

                                      @rewenode sagte in Untersuchung: code 25 fehlerlösung:

                                      Kannst du da spontan welche nennen?

                                      Nein, ich verwende node-red nicht.

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

                                        @thomas-braun Also ich muss dann erstmal passen.

                                        • frischen Docker-Contaimer aufgesetzt
                                        • node-red upgrade auf 3.3.1
                                        • ein paar nodes installiert (die ich auch im Produktivsystem habe)
                                        • Node-red upgrade auf 4.0.0
                                        • admin upgrade

                                        Keinerlei Fehler ;-(
                                        Keine Ahnung ab wann der sich einschleicht.

                                        NWH 1 Reply Last reply Reply Quote 0
                                        • NWH
                                          NWH @rewenode last edited by

                                          @thomas-braun
                                          Bei mir ist es auch so, dass ich keine Update mehr machen kann.
                                          Habe mit dem nur Schau-Befehl bei mir nachgeschaut, finde da allerdings auch keine Fehler.

                                          NPM 8.15.0
                                          Node 16.17.1
                                          Js- Controller 4.0.23

                                          root@iobroker:/opt/iobroker/node_modules# for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! 
                                          -iname ".local-chromium"); do echo ${i%}; done                                                                      
                                          /opt/iobroker/node_modules/@babel/.runtime-cSN2FFol                                                                 
                                          /opt/iobroker/node_modules/@types/.whatwg-url-st9gKEiR                                                              
                                          /opt/iobroker/node_modules/@types/.webidl-conversions-sTwlFPEN                                                      
                                          /opt/iobroker/node_modules/@node-red/.editor-api-Xk7v1FU7                                                           
                                          /opt/iobroker/node_modules/@node-red/.editor-client-FpqhSpDH                                                        
                                          /opt/iobroker/node_modules/@node-red/.nodes-oC2yqxJN                                                                
                                          /opt/iobroker/node_modules/@node-red/.registry-ccnbcuRd                                                             
                                          /opt/iobroker/node_modules/@node-red/.runtime-1jQRdxlO                                                              
                                          /opt/iobroker/node_modules/@node-red/.util-sbKUIGKV                                                                 
                                          /opt/iobroker/node_modules/memorystore/node_modules/.yallist-dQCRuaxJ                                               
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.accepts-OXiUlc3Q                                              
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.bytes-1xgHDNBN                                                
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.body-parser-UqURhhX1                                          
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.cookie-tK2ONQ1o                                               
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.depd-C51S9yJW                                                 
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.destroy-qlf2lv5l                                              
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.http-errors-Za9l7C18                                          
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.inherits-TuGh0LXN                                             
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.mime-types-PeP4UgEO                                           
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.mime-db-kRSHCEJi                                              
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.ms-eKzAxOLx                                                   
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.negotiator-cgjfl5da                                           
                                          /opt/iobroker/node_modules/iobroker.web/node_modules/.on-finished-xF1T4SnU  
                                          

                                          Was müsste ich jetzt tun...?
                                          Node Red läuft auch nicht da immer diesr Fehler kommt.

                                          warn	node:internal/modules/cjs/loader:959 throw err; ^ Error: Cannot find module 'jsonfile/utils' Require stack: - /opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/output-json.js - /opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/index.js - /opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/index.js - /opt/iobroker/node_modules/node-red/red.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15) at Function.Module._load (node:internal/modules/cjs/loader:804:27) at Module.require (node:internal/modules/cjs/loader:1028:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.<anonymous> (/opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/output-json.js:3:23) at Module._compile (node:internal/modules/cjs/loader:1126:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10) at Module.load (node:internal/modules/cjs/loader:1004:32) at Function.Module._load (node:internal/modules/cjs/loader:839:12) at Module.require (node:internal/modules/cjs/loader:1028:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/output-json.js', '/opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/index.js', '/opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/index.js', '/opt/iobroker/node_modules/node-red/red.js' ] }
                                          
                                          
                                          
                                          node-red.0
                                          2022-10-03 21:21:29.034	info	node-red exited with 1
                                          
                                          node-red.0
                                          2022-10-03 21:21:29.030	warn	node:internal/modules/cjs/loader:959 throw err; ^ Error: Cannot find module 'jsonfile/utils' Require stack: - /opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/output-json.js - /opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/index.js - /opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/index.js - /opt/iobroker/node_modules/node-red/red.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15) at Function.Module._load (node:internal/modules/cjs/loader:804:27) at Module.require (node:internal/modules/cjs/loader:1028:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.<anonymous> (/opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/output-json.js:3:23) at Module._compile (node:internal/modules/cjs/loader:1126:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10) at Module.load (node:internal/modules/cjs/loader:1004:32) at Function.Module._load (node:internal/modules/cjs/loader:839:12) at Module.require (node:internal/modules/cjs/loader:1028:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/output-json.js', '/opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/json/index.js', '/opt/iobroker/node_modules/node-red/node_modules/fs-extra/lib/index.js', '/opt/iobroker/node_modules/node-red/red.js' ] }
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @NWH last edited by

                                            @nwh sagte in Untersuchung: code 25 fehlerlösung:

                                            Was müsste ich jetzt tun...?

                                            Dich als user und nicht als root einloggen.

                                            NWH 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

                                            624
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            34
                                            255
                                            31928
                                            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