Navigation

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

    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

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

      @thomas-braun
      Nur eine jetzt bin ich verwirt

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

      meinst du das? da kommt gar nichts, ich sag doch es übersteigt mein können

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

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

        da kommt gar nichts,

        Das ist 'linuxisch' für: Alles i.O., Befehl ausgeführt, keine Probleme.

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

          @thomas-braun

          also das sieht so aus
          aus dem terminal rauscopiert

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

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

            @marcdo70

            Ja, das ist richtig so. Wenn es störende Verzeichnisse gab wurden die gelöscht. Das ist alles was der Befehl macht.

            M 2 Replies Last reply Reply Quote 0
            • M
              marcdo70 @Thomas Braun last edited by

              @thomas-braun
              OK, aber Fehler bleibt der selbe

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

                @marcdo70

                In einem Terminal:

                iobroker upgrade javascript@6.0.3 --debug
                
                1 Reply Last reply Reply Quote 0
                • M
                  marcdo70 @Thomas Braun last edited by

                  @thomas-braun
                  a61ac4e7-7e42-4011-9188-bc7d0ac573ba-grafik.png

                  efb8f115-e23f-4a59-9048-4332a6b4dd06-grafik.png

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

                    @marcdo70 das ist kein Terminal

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      marcdo70 @Homoran last edited by

                      @homoran
                      Das sollte auch nur zeigen, das nach dem Befehl die adapter trotzdem nicht instaliert werden.

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

                        @marcdo70

                        In einem Terminal

                        iob update
                        iobroker upgrade javascript@6.0.3 --debug
                        
                        M 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @marcdo70 last edited by

                          @marcdo70 text nie als Screenshot sind ohne dauerndes aufzoomen und verschieben am Handy nicht zu entziffern.
                          immer als Text in code-tags posten!

                          in der Konsole sieht man außerdem mehr.

                          aber das hier kennst du bestimmt. ist ja oben angepinnt
                          https://forum.iobroker.net/topic/59401/alexa2-adapter-kann-nicht-mehr-installiert-werden/14

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

                            @thomas-braun
                            94a4b2ef-40a7-43dd-aff5-49f6c365837d-grafik.png

                            Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                            • M
                              marcdo70 @Homoran last edited by

                              @homoran
                              ok, muss ich mir durchlesen

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

                                @marcdo70 bizte keine schwarze Briefmarke!

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

                                  @marcdo70

                                  Das ist KonsolenTEXT, den bitte auch als TEXT in CodeTAGS eingebettet posten.

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

                                    @thomas-braun

                                    Sorry, wenn ich wüsste wie das geht. werd es nachlesen

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

                                      @marcdo70 https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        marcdo70 @Homoran last edited by

                                        @homoran

                                        
                                        pi@raspberrypi:~ $ iob update
                                         Connection is closed.
                                        Uncaught Rejection: Error: Objects DB is not allowed to start in the current Mul                                              tihost environment
                                            at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/                                              lib/objects/objectsInRedisClient.js:632:23)
                                            at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                         Unable to subscribe to evicted Keyspace events from Redis Server: Connection is                                               closed.
                                         Unable to subscribe to meta namespace "meta." changes: Connection is closed.
                                        pi@raspberrypi:~ $ iobroker upgrade javascript@6.0.3 --debug
                                         Connection is closed.
                                        Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                            at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:579:23)
                                            at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                        pi@raspberrypi:~ $ ^C
                                        pi@raspberrypi:~ $
                                        
                                        
                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @marcdo70 last edited by Homoran

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

                                          not allowed to start in the current Mul tihost environmen

                                          von Mul tihost war bisher nicht die Rede

                                          zieh das putty Fenster mal breiter

                                          M 2 Replies Last reply Reply Quote 0
                                          • M
                                            marcdo70 @Homoran last edited by

                                            @homoran

                                            login as: pi
                                            pi@192.168.178.74's password:
                                            Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
                                            
                                            The programs included with the Debian GNU/Linux system are free software;
                                            the exact distribution terms for each program are described in the
                                            individual files in /usr/share/doc/*/copyright.
                                            
                                            Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                                            permitted by applicable law.
                                            Last login: Thu Oct 27 15:11:45 2022 from 192.168.178.92
                                            pi@raspberrypi:~ $
                                            pi@raspberrypi:~ $
                                            pi@raspberrypi:~ $ iob update
                                             Connection is closed.
                                            Uncaught Rejection: Error: Objects DB is not allowed to start in the current Mul                                                                                                             tihost environment
                                                at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/                                                                                                             lib/objects/objectsInRedisClient.js:632:23)
                                                at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                             Unable to subscribe to evicted Keyspace events from Redis Server: Connection is                                                                                                              closed.
                                             Unable to subscribe to meta namespace "meta." changes: Connection is closed.
                                            pi@raspberrypi:~ $ iobroker upgrade javascript@6.0.3 --debug
                                             Connection is closed.
                                            Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                                at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:579:23)
                                                at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                            pi@raspberrypi:~ $ ^C
                                            pi@raspberrypi:~ $ ^C
                                            pi@raspberrypi:~ $
                                            
                                            
                                            
                                            
                                            M 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            707
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            56
                                            2665
                                            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