Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. gelöst: ioBroker startet nicht mehr

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    gelöst: ioBroker startet nicht mehr

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

      @markus-7 sagte in ioBroker startet nicht mehr:

      'iobroker': no such user

      Da wundert es auch nicht, wenn da nichts mehr funktioniert.

      cat /etc/passwd
      

      spuckt was aus?

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

        @thomas-braun

        I have no name!@iobroker:~$ sudo cat /etc/passwd
        [sudo] password for toffy: 
        root:x:0:0:root:/root:/bin/bash
        daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
        bin:x:2:2:bin:/bin:/usr/sbin/nologin
        sys:x:3:3:sys:/dev:/usr/sbin/nologin
        sync:x:4:65534:sync:/bin:/bin/sync
        games:x:5:60:games:/usr/games:/usr/sbin/nologin
        man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
        lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
        mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
        news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
        uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
        proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
        www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
        backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
        list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
        irc:x:39:39:ircd:/run/ircd:/usr/sbin/nologin
        _apt:x:42:65534::/nonexistent:/usr/sbin/nologin
        nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
        postfix:x:100:109::/var/spool/postfix:/usr/sbin/nologin
        sshd:x:101:65534::/run/sshd:/usr/sbin/nologin
        systemd-network:x:998:998:systemd Network Management:/:/usr/sbin/nologin
        systemd-timesync:x:997:997:systemd Time Synchronization:/:/usr/sbin/nologin
        messagebus:x:102:111::/nonexistent:/usr/sbin/nologin
        iobroker:x:1000:1000::/home/iobroker:/usr/sbin/nologin
        _rpc:x:103:65534::/run/rpcbind:/usr/sbin/nologin
        statd:x:104:65534::/var/lib/nfs:/usr/sbin/nologin
        toffy:x:1001:1001:Toffy,,,:/home/toffy:/bin/bash
        I have no name!@iobroker:~$ 
        
        M 1 Reply Last reply Reply Quote 0
        • M
          Markus 7 @Markus 7 last edited by

          Bin jetzt schon fast soweit, Proxmox nochmal komplett neu aufzusetzen 😞

          (mit ohne root 😉 )

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

            @markus-7

            Wie kommt man denn an so ein login prompt?

            I have no name!@iobroker
            

            Hab ich noch nie so gesehen.

            M 1 Reply Last reply Reply Quote 1
            • M
              Markus 7 @Thomas Braun last edited by

              @thomas-braun

              Nächste gut Frage - habe den User "toffy" ganz normal mit "adduser toffy" angelegt

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

                @markus-7

                Und dann einmal aus und eingeloggt oder wie meldest du dich als toffy an?

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

                  @thomas-braun

                  Genau so 😞

                  Gerade eben nochmal gemacht (davor der User gelöscht):

                  root@iobroker:~# adduser toffy
                  Adding user `toffy' ...
                  Adding new group `toffy' (1001) ...
                  Adding new user `toffy' (1001) with group `toffy (1001)' ...
                  Creating home directory `/home/toffy' ...
                  Copying files from `/etc/skel' ...
                  New password: 
                  Retype new password: 
                  passwd: password updated successfully
                  Changing the user information for toffy
                  Enter the new value, or press ENTER for the default
                          Full Name []: Toffy
                          Room Number []: 
                          Work Phone []: 
                          Home Phone []: 
                          Other []: 
                  Is the information correct? [Y/n] Y
                  Adding new user `toffy' to supplemental / extra groups `users' ...
                  Adding user `toffy' to group `users' ...
                  root@iobroker:~# exit
                  logout
                  
                  Debian GNU/Linux 12 iobroker tty1
                  
                  iobroker login: toffy
                  Password: 
                  Linux iobroker 6.2.16-4-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-5 (2023-07-14T17:53Z) x86_64
                  -bash: /etc/profile: Permission denied
                  I have no name!@iobroker:~$ 
                  
                  Thomas Braun ? 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Markus 7 last edited by

                    @markus-7

                    ls -la /etc/profile
                    
                    M 1 Reply Last reply Reply Quote 0
                    • M
                      Markus 7 @Thomas Braun last edited by

                      @thomas-braun

                      -rw-r--r-- 1 root root 769 Apr 10  2021 /etc/profile
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Markus 7 last edited by

                        @markus-7

                        id 
                        whoami
                        
                        M 1 Reply Last reply Reply Quote 0
                        • M
                          Markus 7 @Thomas Braun last edited by

                          @thomas-braun

                          I have no name!@iobroker:~$ id
                          uid=1001 gid=1001 groups=1001,100
                          I have no name!@iobroker:~$ whoami
                          whoami: cannot find name for user ID 1001: Permission denied
                          I have no name!@iobroker:~$ 
                          
                          bahnuhr 1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User @Markus 7 last edited by A Former User

                            @markus-7

                            Moin,

                            sorry, das geht mir hier zu schnell, zu durcheinander.
                            Ich lese dann mal nur noch mit, um zu lernen.

                            VG
                            Bernd

                            @markus-7 sagte in ioBroker startet nicht mehr:

                            I have no name!@iobroker:~$

                            Das ist doch der PS1 aus der bashrc, oder?

                            cat ~/.bashrc
                            
                            1 Reply Last reply Reply Quote 0
                            • bahnuhr
                              bahnuhr Forum Testing Most Active @Markus 7 last edited by bahnuhr

                              @markus-7 sagte in ioBroker startet nicht mehr:

                              I have no name!@iobroker:~$ id

                              Ist das echt dein user!
                              mit Leertaste, großschreibung und !

                              Ich dachte man sollte als user immer klein schreiben (stand so irgendwo)
                              Und am besten ohne Leertaste, Sonderzeichen, etc.

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                Markus 7 @bahnuhr last edited by

                                @bahnuhr

                                Nein, mein User lautet "toffy". Ich habe keine Ahnung, was da los ist.

                                bahnuhr Meister Mopper Thomas Braun 3 Replies Last reply Reply Quote 0
                                • bahnuhr
                                  bahnuhr Forum Testing Most Active @Markus 7 last edited by

                                  @markus-7 sagte in ioBroker startet nicht mehr:

                                  toffy

                                  steht aber dort nicht !

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    Markus 7 @bahnuhr last edited by

                                    @bahnuhr

                                    Ok ... was muss ich machen, damit mein frisch angelegter User "toffy" auch so da steht?
                                    (Log vom Anlegen des Users steht weiter oben)

                                    bahnuhr 1 Reply Last reply Reply Quote 0
                                    • Meister Mopper
                                      Meister Mopper @Markus 7 last edited by

                                      @markus-7 sagte in ioBroker startet nicht mehr:

                                      Nein, mein User lautet "toffy". Ich habe keine Ahnung, was da los ist.

                                      Hängt die Kiste vielleicht mit offenen Ports im Internet?

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        Markus 7 @Meister Mopper last edited by

                                        @meister-mopper

                                        Nein, ich habe keine Ports geöffnet.

                                        Meister Mopper 1 Reply Last reply Reply Quote 1
                                        • bahnuhr
                                          bahnuhr Forum Testing Most Active @Markus 7 last edited by

                                          @markus-7 sagte in ioBroker startet nicht mehr:

                                          Ok ... was muss ich machen, damit mein frisch angelegter User "toffy"

                                          man meldet sich mit toffy an, und dann steht da auch toffy

                                          Wenn das nicht so ist, dann ist etwas ganz komisch !

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

                                            @markus-7

                                            ls -la /etc/passwd
                                            

                                            Und warum fuhrwerkst du da oben mit
                                            sudo cat /etc/passwd
                                            herum? Hatte ich nicht vorgegeben. Man setzt die root-Rechte so sparsam wie möglich ein, eine root shell gar nicht.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            895
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            55
                                            2563
                                            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