Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Error Installation KNX Adapter Ver. 10.0.39

    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

    UNSOLVED Error Installation KNX Adapter Ver. 10.0.39

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

      @tobiii1810 Gut. Starte mal durch.
      Kann sein, dass der iobroker dann klemmt.
      Dann

      iobroker stop
      iobroker fix
      iobroker start
      
      T 1 Reply Last reply Reply Quote 0
      • T
        tobiii1810 @Thomas Braun last edited by

        @Thomas-Braun

        Er hängt jetzt wie du sagtest

        library: loaded
        Library version=2020-06-12
        
        ==========================================================================
        
            Welcome to the ioBroker installation fixer!
            Script version: 2020-06-15
        
            You might need to enter your password a couple of times.
        
        ==========================================================================
        
        
        ==========================================================================
            Installing prerequisites (1/3)
        ==========================================================================
        
        OK:1 http://security.debian.org/debian-security buster/updates InRelease
        OK:2 http://deb.debian.org/debian buster InRelease
        OK:3 http://deb.debian.org/debian buster-updates InRelease
        OK:4 https://deb.nodesource.com/node_12.x buster InRelease
        Paketlisten werden gelesen... Fertig
        Installed gcc-c++
        
        ==========================================================================
            Checking ioBroker user and directory permissions (2/3)
        ==========================================================================
        
        useradd: Gruppe iobroker existiert - wenn Sie den Benutzer zur Gruppe hinzufügen
        möchten, benutzen Sie -g.
        User iobroker created
        Created /etc/sudoers.d/iobroker
        usermod: Benutzer »iobroker« ist nicht vorhanden.
        usermod: Benutzer »iobroker« ist nicht vorhanden.
        usermod: Benutzer »iobroker« ist nicht vorhanden.
        usermod: Benutzer »iobroker« ist nicht vorhanden.
        Fixing directory permissions...
        chown: ungültiger Benutzer: „iobroker:iobroker“
        chown: ungültiger Benutzer: „iobroker:iobroker“
        chown: ungültiger Benutzer: „iobroker:iobroker“
        
        ==========================================================================
            Checking autostart (3/3)
        ==========================================================================
        
        chown: ungültiger Benutzer: „iobroker:iobroker“
        chown: ungültiger Benutzer: „iobroker:iobroker“
        Enabling autostart...
        Autostart enabled!
        
        ==========================================================================
        
            Your installation was fixed successfully
            Run iobroker start to start ioBroker again!
        
        ==========================================================================
        
        tobi@IoBrokerThinClient:~$
        tobi@IoBrokerThinClient:~$ iobroker start
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @tobiii1810 last edited by

          @tobiii1810

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

            @Thomas-Braun

            tobi@IoBrokerThinClient:~$ sudo -u iobroker groups
            sudo: Unbekannter Benutzer: iobroker
            sudo: Regelwerks-Plugin konnte nicht initialisiert werden
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @tobiii1810 last edited by

              @tobiii1810

              cat /etc/passwd | grep iobroker
              
              T 1 Reply Last reply Reply Quote 0
              • T
                tobiii1810 @Thomas Braun last edited by

                @Thomas-Braun

                tobi@IoBrokerThinClient:~$ cat /etc/passwd | grep iobroker
                tobi@IoBrokerThinClient:~$
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @tobiii1810 last edited by Thomas Braun

                  @tobiii1810

                  sudo useradd -m -s /usr/sbin/nologin iobroker
                  
                  T 1 Reply Last reply Reply Quote 0
                  • T
                    tobiii1810 @Thomas Braun last edited by

                    @Thomas-Braun

                    -g?

                    tobi@IoBrokerThinClient:~$ sudo useradd -m -s /usr/sbin/nologin iobroker
                    [sudo] Passwort für tobi:
                    useradd: Gruppe iobroker existiert - wenn Sie den Benutzer zur Gruppe hinzufügen
                    möchten, benutzen Sie -g.
                    
                    Thomas Braun 2 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @tobiii1810 last edited by Thomas Braun

                      @tobiii1810

                      sudo -u iobroker groups
                      
                      T 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @tobiii1810 last edited by

                        @tobiii1810

                        usermod -a -G iobroker iobroker
                        
                        T 1 Reply Last reply Reply Quote 0
                        • T
                          tobiii1810 @Thomas Braun last edited by

                          @Thomas-Braun

                          sudo: Unbekannter Benutzer: iobroker
                          sudo: Regelwerks-Plugin konnte nicht initialisiert werden
                          
                          1 Reply Last reply Reply Quote 0
                          • T
                            tobiii1810 @Thomas Braun last edited by

                            @Thomas-Braun

                            tobi@IoBrokerThinClient:~$ usermod -a -G iobroker iobroker
                            -bash: usermod: Kommando nicht gefunden.
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @tobiii1810 last edited by

                              @tobiii1810

                              sudo adduser iobroker
                              
                              T 1 Reply Last reply Reply Quote 0
                              • T
                                tobiii1810 @Thomas Braun last edited by

                                @Thomas-Braun

                                tobi@IoBrokerThinClient:~$ sudo adduser iobroker
                                adduser: Die Gruppe »iobroker« existiert bereits.
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @tobiii1810 last edited by

                                  @tobiii1810

                                  cat /etc/passwd | grep iobroker
                                  
                                  T 1 Reply Last reply Reply Quote 0
                                  • T
                                    tobiii1810 @Thomas Braun last edited by

                                    @Thomas-Braun

                                    tobi@IoBrokerThinClient:~$ cat /etc/passwd | grep iobroker
                                    tobi@IoBrokerThinClient:~$
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @tobiii1810 last edited by

                                      @tobiii1810
                                      Ich bin raus. Zeit ins Bett zu gehen.
                                      Installier die Kiste sauber neu und nimm NICHT iobroker als ersten User.

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

                                        @Thomas-Braun

                                        Okay, werde ich machen. Vielen Dank für deine Hilfe!

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

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        839
                                        Online

                                        31.9k
                                        Users

                                        80.1k
                                        Topics

                                        1.3m
                                        Posts

                                        iobroker
                                        3
                                        71
                                        3070
                                        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