Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. iob diag - Skript

    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

    iob diag - Skript

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

      @negalein sagte in iob diag - Skript:

      bekomm leider nur die Endauswertung

      Das ist aber auch das im iobroker inkludierte Skript. Aus meinem Repo kommt die Version von heute. 2023-04-04

      Negalein 1 Reply Last reply Reply Quote 0
      • Negalein
        Negalein Global Moderator @Thomas Braun last edited by

        @thomas-braun sagte in iob diag - Skript:

        Das ist aber auch das im iobroker inkludierte Skript. Aus meinem Repo kommt die Version von heute. 2023-04-04

        ich hab das vom 1. Post gemacht

        curl https://raw.githubusercontent.com/Grothesk242/iob_diag/main/iob_diag > iob_diag
        chmod 744 iob_diag
        ./iob_diag
        
        Glasfaser 1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Negalein last edited by

          @negalein

          Jipp ich auch

          das kommt :

          Skript v.2023-04-02
          
          1 Reply Last reply Reply Quote 0
          • E
            emil70 @Thomas Braun last edited by

            @thomas-braun

            Files in neuralgic directories:
            
            /var:
            16M     /var/
            13M     /var/lib/dpkg
            13M     /var/lib
            12M     /var/lib/dpkg/info
            1.9M    /var/cache/debconf
            
            ./iob_diag: line 118: journalctl: command not found
            
            /opt/iobroker/backups:
            94M     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            950M    /opt/iobroker/iobroker-data/
            810M    /opt/iobroker/iobroker-data/files
            231M    /opt/iobroker/iobroker-data/files/vis-2-beta
            143M    /opt/iobroker/iobroker-data/files/vis-2-beta/static
            142M    /opt/iobroker/iobroker-data/files/vis-2-beta/static/js
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @emil70 last edited by

              @emil70 @Glasfaser
              Dann muss ich das für Docker abfangen, wenn der das nicht kennt.

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

                @thomas-braun

                jipp

                root@iobrokerv6:/opt/iobroker# journalctl --disk-usage
                bash: journalctl: command not found
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Glasfaser last edited by

                  @glasfaser

                  Kein Problem, dann schließe ich das für Docker aus.
                  Hatte ich schon mal erwähnt, das ich das Zeug überhaupt nicht gut finde? 😄

                  Glasfaser 2 Replies Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @Thomas Braun last edited by

                    @thomas-braun sagte in iob diag - Skript:

                    Hatte ich schon mal erwähnt, das ich das Zeug überhaupt nicht gut finde?

                    Nee ... überhaupt nicht 😉

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

                      @thomas-braun

                      Hast du noch mehr geändert !?

                      sehe gerade :

                      *** Time and Time Zones ***
                      ./iob_diag: line 76: timedatectl: command not found
                      
                      *** User and Groups ***
                      root
                      /root
                      root
                      
                      *** X-Server-Setup ***
                      X-Server:       false
                      Desktop:
                      Terminal:
                      ./iob_diag: line 93: systemctl: command not found
                      Boot Target:
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Glasfaser last edited by Thomas Braun

                        @glasfaser

                        Ja, musste ich für Debian 'Bookworm' umstellen. Da wird die Zeit anders angepackt. Aber ich hab wohl da nicht dran gedacht, dass der Docker halt nicht per systemd gestartet wird.
                        Muss ich da wohl auch den Code verzweigen.
                        Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                        Glasfaser E 3 Replies Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @Thomas Braun last edited by Glasfaser

                          @thomas-braun sagte in iob diag - Skript:

                          Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                          Upps

                          Files in neuralgic directories:
                          
                          /var:
                          sudo: unable to resolve host iobrokerv6: Name or service not known
                          32M     /var/
                          30M     /var/lib
                          18M     /var/lib/apt/lists
                          18M     /var/lib/apt
                          13M     /var/lib/dpkg
                          ./iob_diag: line 303: syntax error: unexpected end of file
                          root@iobrokerv6:/opt/iobroker#
                          
                          
                          Negalein Thomas Braun 2 Replies Last reply Reply Quote 0
                          • E
                            emil70 @Thomas Braun last edited by

                            @thomas-braun

                            Habe bei mir auch noch mal genau geguckt

                            Diese Fehlermeldungen gibt es

                            *** Time and Time Zones ***
                            ./iob_diag: line 76: timedatectl: command not found
                            
                            *** X-Server-Setup ***
                            X-Server:       false
                            Desktop: 
                            Terminal: 
                            ./iob_diag: line 93: systemctl: command not found
                            
                            ./iob_diag: line 118: journalctl: command not found
                            
                            
                            1 Reply Last reply Reply Quote 0
                            • Negalein
                              Negalein Global Moderator @Glasfaser last edited by

                              @glasfaser sagte in iob diag - Skript:

                              Upps

                              auch gerade gehabt

                              *** FILESYSTEM ***
                              Filesystem                       Type      Size  Used Avail Use% Mounted on
                              /dev/mapper/pve-vm--100--disk--0 ext4       20G   15G  4.0G  79% /
                              10.0.1.21:/volume1/Backups       nfs4       14T  9.5T  4.6T  68% /opt/iobroker/backups
                              none                             tmpfs     492K  4.0K  488K   1% /dev
                              udev                             devtmpfs  7.8G     0  7.8G   0% /dev/tty
                              tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
                              tmpfs                            tmpfs     1.6G  136K  1.6G   1% /run
                              tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                              tmpfs                            tmpfs     1.6G     0  1.6G   0% /run/user/1001
                              
                              Messages concerning ext4 filesystem in dmesg:
                              dmesg: read kernel buffer failed: Operation not permitted
                              
                              Show mounted filesystems (real ones only):
                              TARGET                           SOURCE                                FSTYPE     OPTIONS
                              /                                /dev/mapper/pve-vm--100--disk--0      ext4       rw,relatime,stripe=16
                              |-/opt/iobroker/backups          10.0.1.21:/volume1/Backups            nfs4       rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.0.1.201,local_lock=none,addr=10.0.1.21
                              |-/proc/cpuinfo                  lxcfs[/proc/cpuinfo]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                              |-/proc/diskstats                lxcfs[/proc/diskstats]                fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                              |-/proc/loadavg                  lxcfs[/proc/loadavg]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                              |-/proc/meminfo                  lxcfs[/proc/meminfo]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                              |-/proc/stat                     lxcfs[/proc/stat]                     fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                              |-/proc/swaps                    lxcfs[/proc/swaps]                    fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                              |-/proc/uptime                   lxcfs[/proc/uptime]                   fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                              `-/sys/devices/system/cpu/online lxcfs[/sys/devices/system/cpu/online] fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                              
                              Files in neuralgic directories:
                              
                              /var:
                              2.5G    /var/
                              2.0G    /var/log/journal/b354c482f7cc342776f020ee5ea440c3
                              2.0G    /var/log/journal
                              2.0G    /var/log
                              307M    /var/lib
                              ./iob_diag: line 303: syntax error: unexpected end of file
                              
                              1 Reply Last reply Reply Quote 0
                              • Glasfaser
                                Glasfaser @Thomas Braun last edited by Glasfaser

                                @thomas-braun

                                Geht :

                                Files in neuralgic directories:
                                /var:
                                sudo: unable to resolve host iobrokerv6: Name or service not known
                                32M     /var/
                                30M     /var/lib
                                18M     /var/lib/apt/lists
                                18M     /var/lib/apt
                                13M     /var/lib/dpkg
                                Orrrrrrrrrr... Docker doesn't read journals!
                                /opt/iobroker/backups:
                                582M    /opt/iobroker/backups/
                                `
                                1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Glasfaser last edited by

                                  @glasfaser

                                  Jaja, wenn man seinen eigenen Code nicht mal laufen lässt... 😉
                                  Probier jetzt nochmal.

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

                                    @thomas-braun sagte in iob diag - Skript:

                                    Probier jetzt nochmal.

                                    siehe oben

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

                                      @glasfaser

                                      Okay, dann blanke ich die Meldung jetzt.

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

                                        Also bei der Zeit und beim Terminaltype tickt der Docker anders, stimmt's?

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

                                          @thomas-braun

                                          Ja , die Befehle gibt es nicht

                                          z.b:

                                          root@iobrokerv6:/opt/iobroker# timedatectl
                                          bash: timedatectl: command not found
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Glasfaser last edited by Thomas Braun

                                            @glasfaser

                                            Klar, das sind alles systemd-Kommandos.
                                            Muss ich wohl leider den Code splitten und 'Sonderstrick' machen.

                                            (Und/oder den root-Verboten-Code scharf schalten!)

                                            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

                                            910
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            49
                                            738
                                            151260
                                            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