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.
    • 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
                            • Homoran
                              Homoran Global Moderator Administrators @n811e last edited by

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

                              @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?

                              dass jetzt kein Fehler mer kommt siehst du doch auch, oder nicht?

                              Was sagt iobroker update -i ?

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

                                @n811e

                                Aber wie erhalte ich wieder Zugriff auf Webinterface?

                                und was sagt

                                iobroker list instances
                                
                                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:

                                  @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?

                                  dass jetzt kein Fehler mer kommt siehst du doch auch, oder nicht?

                                  Was sagt iobroker update -i ?

                                  Ehrlich gesagt, habe ich vorher auch keinen Fehler erkannt 😢

                                  iobroker update -i Sagt:

                                  pi@raspberrypi:~ $ iobroker update -i
                                  Used repository: stable
                                  Adapter    "admin"        : 6.2.23   , installed 6.2.23
                                  Adapter    "backitup"     : 2.5.4    , installed 2.4.12 [Updatable]
                                  Adapter    "device-watcher": 2.0.2   , installed 2.0.2
                                  Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                  Controller "js-controller": 4.0.23   , installed 4.0.23
                                  
                                  
                                  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:

                                    iobroker list instances

                                    Das kommt dabei raus:

                                    pi@raspberrypi:~ $ iobroker list instances
                                      system.adapter.admin.3                  : admin                 : raspberrypi                              - disabled, port: 8089, bind: 0.0.0.0, run as: admin
                                      system.adapter.alexa2.0                 : alexa2                : raspberrypi                              - disabled
                                      system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              -  enabled
                                    + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                    + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                                    + system.adapter.device-watcher.0         : device-watcher        : raspberrypi                              -  enabled
                                    + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                    + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
                                    + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                    + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 12001
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 12010
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                      system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              - disabled
                                    + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                                    + system.adapter.jarvis.0                 : jarvis                : raspberrypi                              -  enabled
                                    + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                    + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                                    + system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
                                    + system.adapter.onvif.0                  : onvif                 : raspberrypi                              -  enabled
                                    + system.adapter.pushover.0               : pushover              : raspberrypi                              -  enabled
                                    + system.adapter.samsung.0                : samsung               : raspberrypi                              -  enabled
                                    + system.adapter.samsung_tizen.0          : samsung_tizen         : raspberrypi                              -  enabled, port: 8002
                                    + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                                    + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5000
                                    + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                                    + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                    + system.adapter.upnp.0                   : upnp                  : raspberrypi                              -  enabled
                                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                      system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                      system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                    + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                      system.adapter.vis-material-webfont.0   : vis-material-webfont  : raspberrypi                              -  enabled
                                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
                                      system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                                      system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.worx.0                   : worx                  : raspberrypi                              -  enabled
                                    + system.adapter.yahka.0                  : yahka                 : raspberrypi                              -  enabled
                                    + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_46f93a68f7d8eb11893d0815b9da5f8b-if00-port0
                                    
                                    + instance is alive
                                    
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active last edited by Thomas Braun

                                      @n811e

                                      admin.3?
                                      Wie dem auch sei ..

                                      iobroker start admin.3 
                                      

                                      Läuft dann auf port: 8089 warum auch immer das verbogen wurde.

                                      N 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

                                        admin.3?
                                        Wie dem auch sei ..

                                        iobroker start admin.3 
                                        

                                        Läuft dann auf port: 8089 warum auch immer das verbogen wurde.

                                        Leider bin ich erst heute dazu gekommen, mich damit weiter auseinander zu setzen.
                                        Ess klappt jetzt!!! Vielen lieben Dank, für die vielen und vor allem schnellen Tips und Hilfen.
                                        Allein hätte ich das nie hinbekommen!!

                                        DANKESCHÖN

                                        @Thomas-Braun

                                        admin.3?
                                        Wie dem auch sei ..

                                        Das liegt daran, dass ich ganz am Anfang, den Tipp bekommen habe, es über diesen Befehl zu versuche:

                                        sudo iobroker add admin --enabled --port 8089

                                        Den Port habe ich wieder richtig gesetzt, aber glaubst Du, man bekommt den Admin-adapter wieder zu admin.0 ?

                                        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:

                                          Das liegt daran, dass ich ganz am Anfang, den Tipp bekommen habe, es über diesen Befehl zu versuche:
                                          sudo iobroker add admin --enabled --port 8089

                                          Und von wem ..

                                          sudo vor iobroker Befehle ist falsch !

                                          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

                                          943
                                          Online

                                          31.9k
                                          Users

                                          80.1k
                                          Topics

                                          1.3m
                                          Posts

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