Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. Proxmox Benutzer wechseln

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    226

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Proxmox Benutzer wechseln

Proxmox Benutzer wechseln

Scheduled Pinned Locked Moved Hardware
55 Posts 5 Posters 5.3k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L lustig29

    @tt-tom Im Container.

    T Offline
    T Offline
    TT-Tom
    wrote on last edited by TT-Tom
    #7

    @lustig29

    wenn er iobroker heisst ist das suboptimal, gib mal das ein und suche nach der id 1000:1000

    cat /etc/passwd
    

    Edit kann auch 1001:1000 sein

    Gruß Tom
    https://github.com/tt-tom17
    Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

    NSPanel Script Wiki
    https://github.com/joBr99/nspanel-lovelace-ui/wiki

    NSPanel Adapter Wiki
    https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

    L 1 Reply Last reply
    0
    • T TT-Tom

      @lustig29

      wenn er iobroker heisst ist das suboptimal, gib mal das ein und suche nach der id 1000:1000

      cat /etc/passwd
      

      Edit kann auch 1001:1000 sein

      L Offline
      L Offline
      lustig29
      wrote on last edited by
      #8

      @TT-Tom

      iobroker:x:1000:1000::/home/iobroker:/usr/sbin/nologin
      
      T 1 Reply Last reply
      0
      • L lustig29

        @tt-tom Da bin ich mir ehrlich gesagt nicht mehr sicher. Denke mit "iobroker" irgendwo muss der Benutzer ja herkommen.

        HomoranH Offline
        HomoranH Offline
        Homoran
        Global Moderator Administrators
        wrote on last edited by
        #9

        @lustig29 sagte in Proxmox Benutzer wechseln:

        irgendwo muss der Benutzer ja herkommen.

        ???

        der Benutzer iobroker ist der Systemuser von ioBroker und wird mit der Installation von ioBroker angelegt.

        Dieser user ist aber nicht für dich gedacht.
        Du hast ja bei der Installation des Betriebssystems einen eigenen User angelegt.
        Den musst du nehmen

        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        1 Reply Last reply
        0
        • L lustig29

          @TT-Tom

          iobroker:x:1000:1000::/home/iobroker:/usr/sbin/nologin
          
          T Offline
          T Offline
          TT-Tom
          wrote on last edited by
          #10

          @lustig29

          einen User mit 1001:1000 hast du nicht?

          Gruß Tom
          https://github.com/tt-tom17
          Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

          NSPanel Script Wiki
          https://github.com/joBr99/nspanel-lovelace-ui/wiki

          NSPanel Adapter Wiki
          https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

          L 1 Reply Last reply
          0
          • T TT-Tom

            @lustig29

            einen User mit 1001:1000 hast du nicht?

            L Offline
            L Offline
            lustig29
            wrote on last edited by
            #11

            @tt-tom Nein, habe ich nicht

            T 1 Reply Last reply
            0
            • L lustig29

              Ich möchte gerne eine andere Version Roborock Adapter installieren. Diese benötigt aber NodeJs 20. Ich habe meinen Iobroker auf einem Proxmox laufen. Dort bin ich immer als root eingeloggt. So kann ich aber Nodejs leider nicht updaten.

              This script must not be run as root! 
              Please use your standard user!
              

              Wie kann ich mich jetzt mit einem anderen Benutzer anmelden?

              root@IobrokerHauptinstallation:~# su iobroker
              This account is currently not available.```
              HomoranH Offline
              HomoranH Offline
              Homoran
              Global Moderator Administrators
              wrote on last edited by
              #12

              @lustig29 sagte in Proxmox Benutzer wechseln:

              Dort bin ich immer als root eingeloggt.

              das klingt fast so, als ob du nie einen echten User angelegt hättest

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Reply Last reply
              0
              • L lustig29

                @tt-tom Nein, habe ich nicht

                T Offline
                T Offline
                TT-Tom
                wrote on last edited by
                #13

                @lustig29
                dann lege dir ein Standarduser an

                adduser name
                usermod -aG sudo name
                

                Gruß Tom
                https://github.com/tt-tom17
                Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                NSPanel Script Wiki
                https://github.com/joBr99/nspanel-lovelace-ui/wiki

                NSPanel Adapter Wiki
                https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                L 1 Reply Last reply
                0
                • T TT-Tom

                  @lustig29
                  dann lege dir ein Standarduser an

                  adduser name
                  usermod -aG sudo name
                  
                  L Offline
                  L Offline
                  lustig29
                  wrote on last edited by
                  #14

                  @tt-tom Benutzer hat geklappt. Wenn ich jetzt NodeJs updaten will, kommt das.

                  chriss311983@IobrokerHauptinstallation:/root$ iob nodejs-update
                  bash: /home/iobroker/.nodejs-update.sh: Permission denied```
                  HomoranH 1 Reply Last reply
                  0
                  • L lustig29

                    @tt-tom Benutzer hat geklappt. Wenn ich jetzt NodeJs updaten will, kommt das.

                    chriss311983@IobrokerHauptinstallation:/root$ iob nodejs-update
                    bash: /home/iobroker/.nodejs-update.sh: Permission denied```
                    HomoranH Offline
                    HomoranH Offline
                    Homoran
                    Global Moderator Administrators
                    wrote on last edited by
                    #15

                    @lustig29 sagte in Proxmox Benutzer wechseln:

                    kommt das.

                    wahrscheinlich alle Rechte durch die root-Nutzung verfummelt.

                    iob stop
                    iob fix
                    iob start
                    

                    dann nochmal versuchen

                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    L 1 Reply Last reply
                    1
                    • HomoranH Homoran

                      @lustig29 sagte in Proxmox Benutzer wechseln:

                      kommt das.

                      wahrscheinlich alle Rechte durch die root-Nutzung verfummelt.

                      iob stop
                      iob fix
                      iob start
                      

                      dann nochmal versuchen

                      L Offline
                      L Offline
                      lustig29
                      wrote on last edited by
                      #16

                      @homoran geht immer noch nicht.

                      T 1 Reply Last reply
                      0
                      • L lustig29

                        @homoran geht immer noch nicht.

                        T Offline
                        T Offline
                        TT-Tom
                        wrote on last edited by TT-Tom
                        #17

                        @lustig29

                        die Befehle sind aber durchgelaufen? bitte mal alles zeigen.

                        Gruß Tom
                        https://github.com/tt-tom17
                        Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                        NSPanel Script Wiki
                        https://github.com/joBr99/nspanel-lovelace-ui/wiki

                        NSPanel Adapter Wiki
                        https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                        L 1 Reply Last reply
                        0
                        • T TT-Tom

                          @lustig29

                          die Befehle sind aber durchgelaufen? bitte mal alles zeigen.

                          L Offline
                          L Offline
                          lustig29
                          wrote on last edited by lustig29
                          #18

                          @tt-tom Ja, nur bei iob nodejs-update... Bekomme ich wieder den Fehler.

                          Ich muss doch den Iobroker stoppen beim Js Update, oder?

                          T Thomas BraunT 2 Replies Last reply
                          0
                          • L lustig29

                            @tt-tom Ja, nur bei iob nodejs-update... Bekomme ich wieder den Fehler.

                            Ich muss doch den Iobroker stoppen beim Js Update, oder?

                            T Offline
                            T Offline
                            TT-Tom
                            wrote on last edited by
                            #19

                            @lustig29

                            zeige bitte mal

                            iob diag
                            

                            Gruß Tom
                            https://github.com/tt-tom17
                            Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                            NSPanel Script Wiki
                            https://github.com/joBr99/nspanel-lovelace-ui/wiki

                            NSPanel Adapter Wiki
                            https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                            L 1 Reply Last reply
                            0
                            • T TT-Tom

                              @lustig29

                              zeige bitte mal

                              iob diag
                              
                              L Offline
                              L Offline
                              lustig29
                              wrote on last edited by Homoran
                              #20

                              @tt-tom

                              chriss311983@IobrokerHauptinstallation:/root$ iob diag
                              bash: /home/iobroker/.diag.sh: Permission denied
                              
                              T 1 Reply Last reply
                              0
                              • L lustig29

                                @tt-tom

                                chriss311983@IobrokerHauptinstallation:/root$ iob diag
                                bash: /home/iobroker/.diag.sh: Permission denied
                                
                                T Offline
                                T Offline
                                TT-Tom
                                wrote on last edited by
                                #21

                                @lustig29

                                warum bist du noch im root Verzeichnis. zeige mal noch mal den User den du angelegt hast mit

                                cat /etc/passwd
                                

                                Gruß Tom
                                https://github.com/tt-tom17
                                Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                                NSPanel Script Wiki
                                https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                NSPanel Adapter Wiki
                                https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                                L 1 Reply Last reply
                                0
                                • T TT-Tom

                                  @lustig29

                                  warum bist du noch im root Verzeichnis. zeige mal noch mal den User den du angelegt hast mit

                                  cat /etc/passwd
                                  
                                  L Offline
                                  L Offline
                                  lustig29
                                  wrote on last edited by
                                  #22

                                  @tt-tom ```

                                  chriss311983:x:1001:1001:,,,:/home/chriss311983:/bin/bash
                                  T 1 Reply Last reply
                                  0
                                  • L lustig29

                                    @tt-tom ```

                                    chriss311983:x:1001:1001:,,,:/home/chriss311983:/bin/bash
                                    T Offline
                                    T Offline
                                    TT-Tom
                                    wrote on last edited by
                                    #23

                                    @lustig29

                                    log dich bitte nochmal komplett aus und dann als chriss311983 wieder ein

                                    Gruß Tom
                                    https://github.com/tt-tom17
                                    Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                                    NSPanel Script Wiki
                                    https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                    NSPanel Adapter Wiki
                                    https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                                    L 1 Reply Last reply
                                    0
                                    • L lustig29

                                      @tt-tom Ja, nur bei iob nodejs-update... Bekomme ich wieder den Fehler.

                                      Ich muss doch den Iobroker stoppen beim Js Update, oder?

                                      Thomas BraunT Offline
                                      Thomas BraunT Offline
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #24

                                      @lustig29 sagte in Proxmox Benutzer wechseln:

                                      Ich muss doch den Iobroker stoppen beim Js Update, oder?

                                      Nein, das macht das nodejs-update-Skript selber.
                                      Setzt aber ein ordentlich aufgesetztes System mit ordentlichen usern voraus.
                                      Der user muss auch in der Gruppe iobroker sein, sonst darf der da nix ausführen, was dem iobroker gehört.
                                      Leg den mal so an:

                                      sudo usermod -aG adm,dialout,sudo,audio,video,plugdev,users,iobroker chriss311983
                                      exit
                                      

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      T 1 Reply Last reply
                                      0
                                      • L lustig29

                                        Ich möchte gerne eine andere Version Roborock Adapter installieren. Diese benötigt aber NodeJs 20. Ich habe meinen Iobroker auf einem Proxmox laufen. Dort bin ich immer als root eingeloggt. So kann ich aber Nodejs leider nicht updaten.

                                        This script must not be run as root! 
                                        Please use your standard user!
                                        

                                        Wie kann ich mich jetzt mit einem anderen Benutzer anmelden?

                                        root@IobrokerHauptinstallation:~# su iobroker
                                        This account is currently not available.```
                                        BananaJoeB Offline
                                        BananaJoeB Offline
                                        BananaJoe
                                        Most Active
                                        wrote on last edited by BananaJoe
                                        #25

                                        @lustig29 sagte in Proxmox Benutzer wechseln:

                                        Wie kann ich mich jetzt mit einem anderen Benutzer anmelden?

                                        Wenn es der iobrocker sein soll (den nutze ich auch zumeist):

                                        sudo -u iobroker /usr/bin/bash
                                        

                                        wechselt zum Benutzer ioBroker. Da manche Skripte aber wiederum ein sudo fordern müsstest du den aber in die Liste der sudoers aufnehmen und ein Kennwort vergeben.

                                        Aber ihr habt ja schon einen anderen Weg gefunden.

                                        ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 44TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=157 Tasmota/Shelly || >=88 ZigBee || PV 8.1kW / Akku 10,5kWh || 2x USV 900/750W kaskadiert || Creality CR-10 SE 3D-Drucker

                                        Thomas BraunT 2 Replies Last reply
                                        0
                                        • T TT-Tom

                                          @lustig29

                                          log dich bitte nochmal komplett aus und dann als chriss311983 wieder ein

                                          L Offline
                                          L Offline
                                          lustig29
                                          wrote on last edited by
                                          #26

                                          @tt-tom Ich bin immer wieder automatisch so eingeloggt.

                                          chriss311983@IobrokerHauptinstallation:/root
                                          
                                          Thomas BraunT 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          58

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe