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 NPM Update usw

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    ERROR: Process exited with code 25 NPM Update usw

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

      @thomas-braun said in ERROR: Process exited with code 25 NPM Update usw:

      @n811e

      iobroker upgrade admin --debug
      

      Da fehlt ein p

      Vielen Dank für den Hinweis.

      Jetzt habe ich wieder keinen Webzugriff auf ioBroker.

      Wenn ich jetzt iobroker add admin --enabled --port 8089 ausführen würde, käme ich wieder drauf, hätte aber eine neu Admin Instanz und das Thema ginge von vorn los

      Was kann ich jetzt am besten machen?

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

        @thomas-braun said in ERROR: Process exited with code 25 NPM Update usw:

        @n811e

        iobroker upgrade admin --debug
        

        Da fehlt ein p

        Ausgeworfen hat er:

        pi@raspberrypi:~ $ iobroker upgrade admin --debug
        
        This upgrade of "admin" will introduce the following changes:
        ==========================================================================
        -> 6.2.23:
        Prepare for future js-controller versions
        Corrected deletion of objects
        ==========================================================================
        
        Would you like to upgrade admin from @6.2.22 to @6.2.23 now? [(y)es, (n)o]: y
        Update admin from @6.2.22 to @6.2.23
        host.raspberrypi Adapter "system.adapter.admin.3" is stopped.
        NPM version: 8.19.2
        Installing iobroker.admin@6.2.23... (System call)
        npm ERR! code ENOTEMPTY
        npm ERR! syscall rename
        npm ERR! path /opt/iobroker/node_modules/acorn
        npm ERR! dest /opt/iobroker/node_modules/.acorn-zHERliMH
        npm ERR! errno -39
        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/acorn' -> '/opt/iobroker/node_modules/.acorn-zHERliMH'
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2022-11-20T15_39_58_825Z-debug-0.log
        host.raspberrypi Cannot install iobroker.admin@6.2.23: 217
        
        
        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @n811e last edited by

          @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

          217

          hier ist es zwar ein 217, aber ich denke du solltest mal das oben angepinnte Procedere für Error 25 durchgehen

          N 1 Reply Last reply Reply Quote 0
          • N
            n811e @Homoran last edited by

            @homoran said in ERROR: Process exited with code 25 NPM Update usw:

            @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

            217

            hier ist es zwar ein 217, aber ich denke du solltest mal das oben angepinnte Procedere für Error 25 durchgehen

            Ja, aber genau da bin ich ja dran. Der erste Schritt war das mit dem --debug und hier gehts ja dann schon nicht weiter

            Oder habe ich etwas falsch verstanden?

            Glasfaser Homoran 2 Replies Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @n811e last edited by

              @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

              Oder habe ich etwas falsch verstanden?

              Das meint @Homoran

              555e886d-d605-4235-ad32-57ba84f6fb0c-grafik.png

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

                @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                Oder habe ich etwas falsch verstanden?

                was definierst du mit falsch!

                der Befehl mit angehängtem --debug ist ja nur dazu da, um die mögliche Ursache zu finden, indem detailliertere Fehlermeldungen ausgeworfen werden.

                Dies ist z.B. die Info mit ENOTEMPTY und der dazu gehörenden Aufforderung, ein Verzeichnis mit einer kryptischen Bezeichnung umzubenennen.

                üblicherweise käme jetzt noch der ERROR25, bei dir aber der 217

                N 1 Reply Last reply Reply Quote 0
                • N
                  n811e @Glasfaser last edited by

                  @glasfaser said in ERROR: Process exited with code 25 NPM Update usw:

                  @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                  Oder habe ich etwas falsch verstanden?

                  Das meint @Homoran

                  555e886d-d605-4235-ad32-57ba84f6fb0c-grafik.png

                  Ja, dass ist doch das, was ich versuche abzuarbeiten. Aber da steht doch nur das mit dem --debug drin.
                  Danach wird es so kryptisch, dass ich kein Wort verstehe geschweige denn umzusetzen.

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

                    @n811e

                    Du musst das auch nicht verstehen. Nur den ersten Befehlseinzeiler in dein Terminal kopieren.

                    1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @n811e last edited by Glasfaser

                      @n811e

                      Nimm doch einmal diesen Befehl :

                      for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                      
                      N 1 Reply Last reply Reply Quote 0
                      • N
                        n811e @Homoran last edited by

                        @homoran said in ERROR: Process exited with code 25 NPM Update usw:

                        @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                        Oder habe ich etwas falsch verstanden?

                        was definierst du mit falsch!

                        der Befehl mit angehängtem --debug ist ja nur dazu da, um die mögliche Ursache zu finden, indem detailliertere Fehlermeldungen ausgeworfen werden.

                        Dies ist z.B. die Info mit ENOTEMPTY und der dazu gehörenden Aufforderung, ein Verzeichnis mit einer kryptischen Bezeichnung umzubenennen.

                        üblicherweise käme jetzt noch der ERROR25, bei dir aber der 217

                        Naja, mit falsch definiere ich, ob ich irgendwo einen Fehler mache.
                        Ich kann dieser Anleitung außer --debug (was ich jetzt gelern habe, dass das hinter iobroker upgrade adapterName kommt) nicht weiter folgen.

                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @n811e last edited by

                          @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                          nicht weiter folgen.

                          siehe Antwort über deine !

                          1 Reply Last reply Reply Quote 0
                          • N
                            n811e @Glasfaser last edited by

                            @glasfaser said in ERROR: Process exited with code 25 NPM Update usw:

                            @n811e

                            Nimm doch einmal diesen Befehl :

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

                            Das habe ich jetzt probiert, im Terminal sehe ich keine Regung. Muss da etwas passieren? Zugriff auf das Webinterface habe ich dadurch auch nicht erhalten.

                            An dem Befehl muss ich nichts ändern?

                            Glasfaser Homoran 3 Replies Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @n811e last edited by

                              @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                              An dem Befehl muss ich nichts ändern?

                              NEIN ... nicht´s daran ändern !!

                              Das nicht´s kommt ist richtig !

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

                                @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                                Zugriff auf das Webinterface habe ich dadurch auch nicht erhalten.

                                so weit sind wir noch nicht, bitte keine operative Hektik
                                https://forum.iobroker.net/post/884324

                                was kommt jetzt bei iobroker upgrade wasauchimmer --debug ??

                                N 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @n811e last edited by Glasfaser

                                  @n811e

                                  und jetzt

                                  iobroker upgrade admin --debug
                                  

                                  "müßte" dann ohne Fehler durchlaufen

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    n811e @Homoran last edited by

                                    @homoran said in ERROR: Process exited with code 25 NPM Update usw:

                                    @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                                    Zugriff auf das Webinterface habe ich dadurch auch nicht erhalten.

                                    so weit sind wir noch nicht, bitte keine operative Hektik
                                    https://forum.iobroker.net/post/884324

                                    was kommt jetzt bei iobroker upgrade wasauchimmer --debug ??

                                    jetzt kommt das:

                                    pi@raspberrypi:~ $ iobroker upgrade device-watcher --debug
                                    
                                    This upgrade of "device-watcher" will introduce the following changes:
                                    ==========================================================================
                                    -> 2.0.2:
                                    added status to battery list
                                    batt devices which are offline are now still included in the battery list
                                    small improvements of translations
                                    offline time settings: you can use 0 instead of -1 (it will be the new standard)
                                    improvements of adaptername
                                    fixed issues [#66](https://github.com/ciddi89/ioBroker.device-watcher/issues/66) & [#67](https://github.com/ciddi89/ioBroker.device-watcher/issues/67)
                                    repaired blacklist notifications
                                    added handling for blacklist object
                                    
                                    -> 2.0.1:
                                    If the device is offline, set signal strength to '0%'
                                    If the device is offline, set battery to ' - '
                                    repair some small issues in the lists
                                    
                                    -> 2.0.0:
                                    added Lupusec, HS100 adapter, Zigbee2MQTT and MaxCube
                                    changed name of Homematic to HM-RPC
                                    made a completly makeover of the blacklist
                                    clean up the code and shorten some
                                    
                                    -> 1.1.0:
                                    removed indicatoren for daily sent messages
                                    changed selector for shelly devices
                                    added Zigbee2MQTT adapter
                                    added cron function to use own time for daily overview messages
                                    
                                    -> 1.0.1:
                                    added WLED, Ikea Tradfri, Roomba, HmIp, Tado, Netatmo, Yeelight-2, Unifi, Nut and Meross adapter
                                    fixed battery message
                                    corrected and repaired some issues of last contact time
                                    added support for old HM devices
                                    some small refactoring of code
                                    changed shelly selector from dp rssi to dp online
                                    ==========================================================================
                                    
                                    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                    Would you like to upgrade device-watcher from @1.0.0 to @2.0.2 now? [(y)es, (n)o]: y
                                    Update device-watcher from @1.0.0 to @2.0.2
                                    NPM version: 8.19.2
                                    Installing iobroker.device-watcher@2.0.2... (System call)
                                    
                                    added 7 packages, removed 1508 packages, and changed 7 packages in 28s
                                    
                                    36 packages are looking for funding
                                      run `npm fund` for details
                                    Update "system.adapter.device-watcher.0"
                                    upload [19] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/device-watcher.png device-watcher.png image/png
                                    upload [18] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [17] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [16] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [15] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [14] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [13] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [12] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [11] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [10] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [9] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                    upload [8] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [7] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/images/add_blacklist.png images/add_blacklist.png image/png
                                    upload [6] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/images/list1.png images/list1.png image/png
                                    upload [5] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/images/list2.png images/list2.png image/png
                                    upload [4] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/images/list3.png images/list3.png image/png
                                    upload [3] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/index_m.html index_m.html text/html
                                    upload [2] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/jsonConfig.json jsonConfig.json application/json
                                    upload [1] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/style.css style.css text/css
                                    upload [0] device-watcher.admin /opt/iobroker/node_modules/iobroker.device-watcher/admin/words.js words.js application/javascript
                                    pi@raspberrypi:~ $
                                    
                                    
                                    TyrionWarMage created this issue in ciddi89/ioBroker.device-watcher

                                    closed Exception on instance start #66

                                    crunchip77 created this issue in ciddi89/ioBroker.device-watcher

                                    closed warn, error: [[createDataOfAllAdapter]] error: Cannot read properties of undefined (reading 'de') #67

                                    Homoran Glasfaser 2 Replies Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @n811e last edited by Homoran

                                      @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                                      jetzt kommt das:

                                      sieht das aus wie

                                      @n811e sagte in ERROR: Process exited with code 25 NPM Update usw:

                                      sehe ich keine Regung.

                                      Ist doch jetzt alles gefixt.

                                      1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @n811e last edited by

                                        @n811e

                                        alles gut ... luppt doch !

                                        Die Ausgabe mit --debug ist nur für uns im Forum , dann können wir mehr sehen !

                                        Homoran N 2 Replies Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Glasfaser last edited by

                                          @glasfaser sagte in ERROR: Process exited with code 25 NPM Update usw:

                                          Die Ausgabe mit --debug ist nur für uns im Forum , dann können wir mehr sehen !

                                          oder für den User, damit er die eben genannten Kriterien für die Ausführung des Rettungsscripts sieht

                                          1 Reply Last reply Reply Quote 0
                                          • N
                                            n811e @Glasfaser last edited by

                                            @glasfaser said in ERROR: Process exited with code 25 NPM Update usw:

                                            @n811e

                                            alles gut ... luppt doch !

                                            Die Ausgabe mit --debug ist nur für uns im Forum , dann können wir mehr sehen !

                                            Ich kann da leider nichts erkennen, aber wenn ihr sagt das dass gut aussieht, freu ich mich schon mal und möchte mich bedanken.

                                            Aber wie erhalte ich wieder Zugriff auf Webinterface?

                                            Homoran Glasfaser 2 Replies 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

                                            657
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            42
                                            2577
                                            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