Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Proxmox
    5. Proxmox Hilfe gesucht

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Proxmox Hilfe gesucht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @jan_xx last edited by

      @jan_xx hast du die Rechte denn geändert, so wie

      @thomas-braun sagte in Proxmox Hilfe gesucht:

      @jan_xx

      sudo chown iobroker:iobroker /home/iobroker/iob_diag.log
      

      schrieb?

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

        @thomas-braun

        home@iobroker:~$ ls -l /home/iobroker/iob_diag.log
        sudo chown iobroker:iobroker /home/iobroker/iob_diag.log
        ls -l /home/iobroker/iob_diag.log
        -rw-r--r-- 1 iobroker iobroker 5051 Apr  6 14:33 /home/iobroker/iob_diag.log
        -rw-r--r-- 1 iobroker iobroker 5051 Apr  6 14:33 /home/iobroker/iob_diag.log
        home@iobroker:~$ 
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @jan_xx last edited by

          @jan_xx

          Dann muss das auch jetzt funktionieren.

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

            @thomas-braun

            leider komm immer noch der Hinweis

            home@iobroker:~$ iob diag
            /usr/bin/iob: line 21: /home/iobroker/iob_diag.log: Permission denied
            home@iobroker:~$ 
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @jan_xx last edited by

              @jan_xx

              rm /home/iobroker/iob_diag.log
              
              J 1 Reply Last reply Reply Quote 0
              • J
                jan_xx @Thomas Braun last edited by

                @thomas-braun

                kann nicht entfernt werden...

                vlt. als root anmelden?

                home@iobroker:~$ rm /home/iobroker/iob_diag.log
                rm: remove write-protected regular file '/home/iobroker/iob_diag.log'? y
                rm: cannot remove '/home/iobroker/iob_diag.log': Permission denied
                home@iobroker:~$ 
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @jan_xx last edited by

                  @jan_xx

                  vlt. als root anmelden?

                  NEIN!! ES WIRD SICH NICHT ALS SCHEISS-ROOT ANNGEMELDET, VERDAMMT!!!!!!111

                  sudo rm /home/iobroker/iob_diag.log
                  
                  J 2 Replies Last reply Reply Quote 0
                  • J
                    jan_xx @Thomas Braun last edited by jan_xx

                    @thomas-braun

                    okay okay okay😊

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

                      @thomas-braun

                      merkwürdig, mit sudo habe ich die Datei anscheinend gelöscht bekommen, da aber keine Meldung kam habe ich es nochmal probiert, da war die Datei nicht mehr da und dann habe ich wieder iob diag aber die Meldung bekommen die wir vorher schon hatten, das verstehe ich jetzt nicht...

                      home@iobroker:~$ sudo rm /home/iobroker/iob_diag.log
                      rm: cannot remove '/home/iobroker/iob_diag.log': No such file or directory
                      home@iobroker:~$ iob diag
                      /usr/bin/iob: line 21: /home/iobroker/iob_diag.log: Permission denied
                      home@iobroker:~$
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @jan_xx last edited by

                        @jan_xx

                        ls -la /home
                        ls -la /home/iobroker/
                        groups
                        

                        Hast du den user home mal ausgeloggt, nachdem der der Gruppe iobroker hinzugefügt wurde?

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

                          @thomas-braun

                          das weiß ich jetzt auch nicht mehr, nachdem ich hier so viel eingegeben habe

                          home@iobroker:~$ iob diag
                          /usr/bin/iob: line 21: /home/iobroker/iob_diag.log: Permission denied
                          home@iobroker:~$ ls -la /home
                          ls -la /home/iobroker/
                          groups
                          total 16
                          drwxr-xr-x  4 root     root     4096 Apr  6 14:42 .
                          drwxr-xr-x 21 root     root     4096 Apr  6 14:48 ..
                          drwxr-x---  3 home     home     4096 Apr  6 14:50 home
                          drwxr-x---  4 iobroker iobroker 4096 Apr  6 15:41 iobroker
                          total 120
                          drwxr-x--- 4 iobroker iobroker  4096 Apr  6 15:41 .
                          drwxr-xr-x 4 root     root      4096 Apr  6 14:42 ..
                          -rw-r--r-- 1 iobroker iobroker   220 Mar 31  2024 .bash_logout
                          -rw-r--r-- 1 iobroker iobroker  3771 Mar 31  2024 .bashrc
                          drwx------ 3 iobroker iobroker  4096 Apr  6 14:31 .config
                          -rw-rw-r-- 1 iobroker iobroker 40250 Apr  6 15:42 .diag.sh
                          -rw-rw-r-- 1 iobroker iobroker 49433 Apr  6 15:10 .fix.sh
                          drwxr-xr-x 4 iobroker iobroker  4096 Apr  6 14:24 .npm
                          -rw-r--r-- 1 iobroker iobroker   807 Mar 31  2024 .profile
                          home adm dialout sudo audio video plugdev users iobroker
                          home@iobroker:~$ 
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @jan_xx last edited by

                            @jan_xx sagte in Proxmox Hilfe gesucht:

                            das weiß ich jetzt auch nicht mehr,

                            Dann mach es jetzt.

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

                              @thomas-braun

                              also ausloggen mit exit und wieder anmelden? ohne reboot?

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

                                @jan_xx

                                Eigentlich sollte eine Neuanmeldung ausreichen.

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

                                  @thomas-braun
                                  leider nein

                                  iobroker login: home
                                  Password: 
                                  Welcome to Ubuntu 24.04.2 LTS (GNU/Linux 6.8.12-4-pve x86_64)
                                  
                                   * Documentation:  https://help.ubuntu.com
                                   * Management:     https://landscape.canonical.com
                                   * Support:        https://ubuntu.com/pro
                                  home@iobroker:~$ iob diag
                                  [sudo] password for home: 
                                  /usr/bin/iob: line 21: /home/iobroker/iob_diag.log: Permission denied
                                  home@iobroker:~$ 
                                  
                                  Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @jan_xx last edited by

                                    @jan_xx

                                    sudo -u iobroker touch /home/iobroker/iob_diag.log
                                    
                                    J 1 Reply Last reply Reply Quote 0
                                    • J
                                      jan_xx @Thomas Braun last edited by

                                      @thomas-braun

                                      was mach der Befehl?

                                      hier die Ausgabe...

                                      home@iobroker:~$ sudo -u iobroker touch /home/iobroker/iob_diag.log
                                      home@iobroker:~$ 
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @jan_xx last edited by

                                        @jan_xx

                                        Der legt eine Datei /home/iobroker/iob_diag.log als user iobroker mit dessen Rechten an.
                                        Also genau das, was auch beim Aufruf von iob diag passiert.

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

                                          @thomas-braun

                                          jetzt will er das PW für iobroker und irgendwie geht es hier nicht mehr weiter
                                          Ich werde die Kiste neu aufsetzten wenn ich nicht weiter komme😞

                                          iobroker login: home
                                          Password:
                                          Welcome to Ubuntu 24.04.2 LTS (GNU/Linux 6.8.12-4-pve x86_64)

                                          iobroker login: home
                                          Password: 
                                          Welcome to Ubuntu 24.04.2 LTS (GNU/Linux 6.8.12-4-pve x86_64)
                                          
                                          * Documentation:  https://help.ubuntu.com
                                          * Management:     https://landscape.canonical.com
                                          * Support:        https://ubuntu.com/pro
                                          home@iobroker:~$ iob diag
                                          [sudo] password for home: 
                                          ^[[A[sudo] password for iobroker: 
                                          Sorry, try again.
                                          [sudo] password for iobroker: 
                                          Sorry, try again.
                                          [sudo] password for iobroker: 
                                          [sudo] password for iobroker: 
                                          Sorry, try again.
                                          [sudo] password for iobroker: 
                                          
                                          Thomas Braun Homoran 3 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @jan_xx last edited by

                                            @jan_xx sagte in Proxmox Hilfe gesucht:

                                            jetzt will er das PW für iobroker

                                            Nein, 'er' will das PW vom user home.
                                            Der user iobroker hat kein Passwort, das ist ein Systemuser.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            925
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            10
                                            97
                                            3304
                                            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