Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Error 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 25

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

      @homoran

      Dann mache ich den stop jetzt mit:

      sudo systemctl stop iobroker
      

      Dann werde ich den Fix ausführen

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

        @thomas-brodmann

        sudo -u iobroker whoami
        sudo -u iobroker ls -la /home/iobroker
        
        Thomas Brodmann 1 Reply Last reply Reply Quote 0
        • Thomas Brodmann
          Thomas Brodmann @Thomas Brodmann last edited by

          @thomas-brodmann

          thommy@DietPi:/opt/iobroker$ sudo systemctl stop iobroker
          thommy@DietPi:/opt/iobroker$ iobroker fix
          library: loaded
          Library version=2022-06-15
          
          ==========================================================================
          
              Welcome to the ioBroker installation fixer!
              Script version: 2022-06-03
          
              You might need to enter your password a couple of times.
          
          ==========================================================================
          
          
          ==========================================================================
              Installing prerequisites (1/3)
          ==========================================================================
          
          [sudo] Passwort für thommy:
          OK:1 https://deb.debian.org/debian bullseye InRelease
          OK:2 https://deb.nodesource.com/node_14.x bullseye InRelease
          OK:3 https://deb.debian.org/debian bullseye-updates InRelease
          OK:4 https://deb.debian.org/debian-security bullseye-security InRelease
          OK:5 https://deb.debian.org/debian bullseye-backports InRelease
          OK:6 http://mirrors.xtom.de/armbian bullseye InRelease
          Paketlisten werden gelesen… Fertig
          Installed gcc-c++
          
          ==========================================================================
              Checking ioBroker user and directory permissions (2/3)
          ==========================================================================
          
          Created /etc/sudoers.d/iobroker
          Fixing directory permissions...
          
          ==========================================================================
              Checking autostart (3/3)
          ==========================================================================
          
          Enabling autostart...
          
          ==========================================================================
          
              Your installation was fixed successfully
              Run iobroker start to start ioBroker again!
          
          ==========================================================================
          
          thommy@DietPi:/opt/iobroker$ sudo systemctl start iobroker
          Warning: The unit file, source configuration file or drop-ins of iobroker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
          thommy@DietPi:/opt/iobroker$ iobroker add sonoff --host DietPi
          NPM version: 6.14.17
          Installing iobroker.sonoff@2.5.1... (System call)
          host.DietPi Cannot install iobroker.sonoff@2.5.1: 243
          thommy@DietPi:/opt/iobroker$
          
          Thomas Braun Homoran 3 Replies Last reply Reply Quote 0
          • Thomas Brodmann
            Thomas Brodmann @Thomas Braun last edited by

            @thomas-braun sagte in Error 25:

            sudo -u iobroker ls -la /home/iobroker

            thommy@DietPi:/opt/iobroker$ sudo -u iobroker whoami
            iobroker
            thommy@DietPi:/opt/iobroker$ sudo -u iobroker ls -la /home/iobroker
            ls: Zugriff auf '/home/iobroker' nicht möglich: Datei oder Verzeichnis nicht gefunden
            thommy@DietPi:/opt/iobroker$
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Thomas Brodmann last edited by

              @thomas-brodmann sagte in Error 25:

              iobroker add sonoff --host DietPi

              Versuch mal

              sudo -H -u iobroker iobroker add sonoff --host DietPi
              
              Thomas Brodmann 1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Thomas Brodmann last edited by

                @thomas-brodmann so sieht ein gelaufener fix aus

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

                  @thomas-brodmann

                  sudo ls -la /home/
                  
                  Thomas Brodmann 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Thomas Brodmann last edited by Homoran

                    @thomas-brodmann sagte in Error 25:

                    The unit file, source configuration file or drop-ins of iobroker.service changed on disk. Run 'systemctl daemon-reload' to reload units

                    was ist denn da bei dir los?

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

                      @thomas-braun

                      thommy@DietPi:/opt/iobroker$ sudo -H -u iobroker iobroker add sonoff --host DietPi
                      NPM version: 6.14.17
                      Installing iobroker.sonoff@2.5.1... (System call)
                      host.DietPi Cannot install iobroker.sonoff@2.5.1: 243
                      thommy@DietPi:/opt/iobroker$
                      
                      1 Reply Last reply Reply Quote 0
                      • Thomas Brodmann
                        Thomas Brodmann @Thomas Braun last edited by

                        @thomas-braun

                        thommy@DietPi:/opt/iobroker$ sudo ls -la /home/
                        insgesamt 16
                        drwxr-xr-x  4 root   root   4096 15. Jun 13:36 .
                        drwxr-xr-x 18 root   root   4096 29. Mai 14:11 ..
                        drwxr-xr-x  2 dietpi dietpi 4096 19. Okt 2021  dietpi
                        drwxr-xr-x  9 thommy thommy 4096 15. Jun 19:58 thommy
                        thommy@DietPi:/opt/iobroker$
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Thomas Brodmann last edited by Thomas Braun

                          @thomas-brodmann

                          Siehste...
                          Kein /home für iobroker

                          sudo mkdir /home/iobroker 
                          sudo chown iobroker:iobroker /home/iobroker
                          sudo chmod 755 /home/iobroker
                          
                          Homoran Thomas Brodmann 2 Replies Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @Thomas Braun last edited by

                            @thomas-braun bist du sicher dass da nicht noch mehr krumm ist?

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

                              @homoran sagte in Error 25:

                              ist du sicher dass da nicht noch mehr krumm ist?

                              Nein.

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

                                @Thomas-Braun

                                @homoran sagte in Error 25:
                                @thomas-braun bist du sicher dass da nicht noch mehr krumm ist?

                                ich würde mal in dem Verzeichniss mal schauen was da drin ist ..!?

                                sudo ls -la /home/thommy/
                                
                                1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Thomas Braun last edited by

                                  @thomas-braun wenn die iobroker Befehle nich klappen sondern nur systemctl, wird das jetzt besser?

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

                                    @homoran

                                    sudoers scheint auch 'nen Knick zu haben. Aber ich weiß nicht ob das auf dem DiätPi nicht irgendwie auch auf Diät sitzt und nur Knäckebrot bekommt.

                                    Glasfaser 1 Reply Last reply Reply Quote 0
                                    • Thomas Brodmann
                                      Thomas Brodmann @Thomas Braun last edited by

                                      @thomas-braun

                                      Das Anlegen des Ordners hat geholfen.

                                      thommy@DietPi:/opt/iobroker$ sudo mkdir /home/iobroker
                                      thommy@DietPi:/opt/iobroker$ sudo chown iobroker:iobroker /home/iobroker
                                      thommy@DietPi:/opt/iobroker$
                                      thommy@DietPi:/opt/iobroker$
                                      thommy@DietPi:/opt/iobroker$ iobroker add sonoff --host DietPi --debug
                                      NPM version: 6.14.17
                                      Installing iobroker.sonoff@2.5.1... (System call)
                                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
                                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
                                      
                                      + iobroker.sonoff@2.5.1
                                      added 15 packages from 19 contributors in 37.07s
                                      
                                      38 packages are looking for funding
                                        run `npm fund` for details
                                      
                                      host.DietPi install adapter sonoff
                                      upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                                      upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                                      upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                                      upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                                      host.DietPi object system.adapter.sonoff created/updated
                                      host.DietPi create instance sonoff
                                      host.DietPi object system.adapter.sonoff.0.alive created
                                      host.DietPi object system.adapter.sonoff.0.connected created
                                      host.DietPi object system.adapter.sonoff.0.compactMode created
                                      host.DietPi object system.adapter.sonoff.0.cpu created
                                      host.DietPi object system.adapter.sonoff.0.cputime created
                                      host.DietPi object system.adapter.sonoff.0.memHeapUsed created
                                      host.DietPi object system.adapter.sonoff.0.memHeapTotal created
                                      host.DietPi object system.adapter.sonoff.0.memRss created
                                      host.DietPi object system.adapter.sonoff.0.uptime created
                                      host.DietPi object system.adapter.sonoff.0.inputCount created
                                      host.DietPi object system.adapter.sonoff.0.outputCount created
                                      host.DietPi object system.adapter.sonoff.0.eventLoopLag created
                                      host.DietPi object system.adapter.sonoff.0.sigKill created
                                      host.DietPi object system.adapter.sonoff.0.logLevel created
                                      host.DietPi object sonoff.0.info created
                                      host.DietPi object sonoff.0.info.connection created
                                      host.DietPi object system.adapter.sonoff.0 created
                                      thommy@DietPi:/opt/iobroker$
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @Thomas Braun last edited by

                                        @thomas-braun sagte in Error 25:

                                        auch auf Diät sitzt und nur Knäckebrot bekommt.

                                        Dietpi ist abgespeckt , habe es als VM ( Grafana / Influx )

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

                                          @thomas-brodmann

                                          ls -la /home/
                                          
                                          Thomas Brodmann 1 Reply Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators @Glasfaser last edited by

                                            @glasfaser sagte in Error 25:

                                            Dietpi ist abgespeckt ,

                                            ich hab damals iobroker darauf nicht ans laufen gebracht. Hätte zu viele Klimmzüge gebraucht, wo ich mich nicht mit auskenne

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            692
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            error 25 error process exited with cod
                                            5
                                            66
                                            1909
                                            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