Navigation

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

    esphome - ERROR: Process exited with code 25

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

      @sushibomba

      In welchen Gruppen ist der user 'iobroker' enthalten?

      sudo -u iobroker groups
      
      S 1 Reply Last reply Reply Quote 0
      • S
        Sushibomba @Thomas Braun last edited by

        @thomas-braun

        iobroker tty dialout audio video bluetooth gpio i2c
        
        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Sushibomba last edited by

          @sushibomba sagte in esphome - ERROR: Process exited with code 25:

          @thomas-braun

          iobroker tty dialout audio video bluetooth gpio i2c
          

          sehe ich das richtig dass Der User iobroker nicht in seiner eigenen Gruppe ist??

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

            @homoran
            das erste? auch wenn es in einer anderen farbe ist?

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

              @oliverio sagte in esphome - ERROR: Process exited with code 25:

              @homoran
              das erste? auch wenn es in einer anderen farbe ist?

              ich hatte das für drn Usernamen gehalten, sorry!

              1 Reply Last reply Reply Quote 0
              • S
                Sushibomba last edited by

                Kann ich sonst noch irgendwie rausfinden worum es nicht klappt?

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

                  @sushibomba

                  type -p pip pip3
                  sudo -u iobroker type -p pip pip3
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S
                    Sushibomba @Thomas Braun last edited by

                    @thomas-braun

                    /usr/local/bin/pip
                    /usr/bin/pip3
                    

                    Den zweiten Befehl findet er nicht. Sagt:

                    sudo -u iobroker type -p pip pip3

                    sudo: type: command not found
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Sushibomba last edited by Thomas Braun

                      @sushibomba
                      Da sind auch wieder falsche Pfade am Start.
                      Bei mir kommt auf

                      user@host:~ $ type -p pip pip3
                      /usr/bin/pip
                      /usr/bin/pip3
                      

                      zurück. Ich vermute, da ist mal irgendwann pip auf anderem Wege als über den Paketmananger installiert worden.

                      sudo rm /usr/local/bin/pip
                      iobroker stop
                      reboot
                      

                      Dann mal mit

                      sudo -u iobroker which pip pip3
                      

                      prüfen ob beide Programme im Pfad /usr/bin aufgefunden werden.

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

                        @thomas-braun ,
                        das hat aber nichts damit zu tun, bei mir das Gleiche wie bei dir, aber der Permissions Error kommt trotzdem.

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

                          @wal Mit welchen Rechten an den Dateien? Sind das ggf. Links?

                          Bei mir:

                          echad@chet:~ $ ls -l /usr/bin/pip
                          -rwxr-xr-x 1 root root 941 Jul 13 13:48 /usr/bin/pip
                          echad@chet:~ $ ls -l /usr/bin/pip3
                          -rwxr-xr-x 1 root root 943 Jul 13 13:48 /usr/bin/pip3
                          echad@chet:~ $
                          
                          Wal 1 Reply Last reply Reply Quote 0
                          • Wal
                            Wal Developer @Thomas Braun last edited by

                            @thomas-braun ,

                            broker@iobroker:~$ ls -l /usr/bin/pip3
                            -rwxr-xr-x 1 root root 943  7. Mär 16:19 /usr/bin/pip3
                            broker@iobroker:~$ ls -l /usr/bin/pip
                            -rwxr-xr-x 1 root root 941  7. Mär 16:19 /usr/bin/pip
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Wal last edited by

                              @wal
                              Hmmm.
                              In der sudoers steht auch nix dazu drin. Dann weiß ich auch nicht.

                              1 Reply Last reply Reply Quote 0
                              • S
                                Sushibomba @Wal last edited by Sushibomba

                                @wal

                                Also bringt das nichts es mit den Befehlen zu probieren die @Thomas-Braun geschrieben hat?

                                Och man ich möchte doch nur diesen Adapter installieren. Das das so ne Qual ist 🥺

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

                                  @sushibomba

                                  Ich hab es gestern nochmal auf einem 32bit Raspberry Bullseye pribierobiert, da ging es :auch nicht.
                                  Auf dem 64bit Hauptsystem kein Problem

                                  S Wal 2 Replies Last reply Reply Quote 0
                                  • S
                                    Sushibomba @Thomas Braun last edited by

                                    @thomas-braun
                                    Ok sehr merkwürdig.
                                    Da du deutlich mehr Erfahrung hast.... Was kann man jetzt machen?

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

                                      @sushibomba

                                      Keine Ahnung. Vielleicht Mal das Betriebssystem als 64bit-Variante installieren?

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

                                        @thomas-braun
                                        Das würde ja bedeuten ich müsste alles neu installieren bzw. mit einem Backup wieder einspielen oder?

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

                                          @sushibomba

                                          Ja.

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Sushibomba last edited by

                                            @thomas-braun
                                            Oh man ne das möchte ich mir nicht antun 😞
                                            War schon genug Arbeit bis hierhin.

                                            Vielleicht hat ja jemand noch ne andere Lösung.

                                            Thomas Braun 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

                                            687
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            12
                                            162
                                            13130
                                            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