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. ioBroker Allgemein
  4. iob diag - Skript

NEWS

  • 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.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

iob diag - Skript

Scheduled Pinned Locked Moved ioBroker Allgemein
738 Posts 49 Posters 206.2k Views 38 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.
  • GlasfaserG Glasfaser

    @liv-in-sky

    Zahl der Objekte:       41902
    Zahl der Zustände:      39290
    

    EDIT:

    08191146-3f8e-4abe-8223-54b608fc8ae7-grafik.png

    liv-in-skyL Offline
    liv-in-skyL Offline
    liv-in-sky
    wrote on last edited by
    #126

    @glasfaser mehr objekte als states versteh ich noch - aber mehr states als objekte (wie bei mir) hört sich falsch an - aber evtl sollten wir das nicht hier machen

    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

    Thomas BraunT 1 Reply Last reply
    0
    • liv-in-skyL liv-in-sky

      @glasfaser mehr objekte als states versteh ich noch - aber mehr states als objekte (wie bei mir) hört sich falsch an - aber evtl sollten wir das nicht hier machen

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #127

      NOTIZ an mich selbst:

      Zusammenfassung und ggf. Problemlösungshinweise am Ende des Skripts hinzufügen.

      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

      Jey CeeJ 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        NOTIZ an mich selbst:

        Zusammenfassung und ggf. Problemlösungshinweise am Ende des Skripts hinzufügen.

        Jey CeeJ Online
        Jey CeeJ Online
        Jey Cee
        Developer
        wrote on last edited by
        #128

        @thomas-braun sagte in iob diag - Skript:

        Problemlösungshinweise am Ende des Skripts hinzufügen.

        Vielleicht besser ein Link? Die Ausgabe ist ohnehin schon sehr lang.
        Das Dokument kann man ja in der Allgemeinen Doku ablegen, dann ist es beisammen.

        Persönlicher Support
        Spenden -> paypal.me/J3YC33

        Thomas BraunT 1 Reply Last reply
        0
        • Jey CeeJ Jey Cee

          @thomas-braun sagte in iob diag - Skript:

          Problemlösungshinweise am Ende des Skripts hinzufügen.

          Vielleicht besser ein Link? Die Ausgabe ist ohnehin schon sehr lang.
          Das Dokument kann man ja in der Allgemeinen Doku ablegen, dann ist es beisammen.

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #129

          @jey-cee sagte in iob diag - Skript:

          Die Ausgabe ist ohnehin schon sehr lang.

          Ja, Zusammenfassung und Links zu Lösungsansätzen.
          Auf keinen Fall werde ich da im Skript versuchen Dinge 'auf Tastendruck' zu korrigieren. Das geht zu oft schief.

          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

          1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            WIP: Übersetzung auf Deutsch in Arbeit. Wird aber nur teilweise möglich sein.
            Skript einfach mal mit der Option '--de' starten. Also ./iob_diag.sh --de

            TEST-Version:

            curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/is_node_vulnerable/diag.sh > iob_diag.sh
            chmod 744 iob_diag.sh
            ./iob_diag.sh
            
            Weitere Optionen: 
            ./iob_diag.sh --unmask           <--- Zeigt maskierte Ausgaben im Klartext 
            ./iob_diag.sh --de               <--- Ausgabe tw. auf deutsch
            ./iob_diag.sh --de --unmask      <--- Kombination aus deutsch und Klartext 
            

            Mit Ausgabe in eine Logdatei namens iob_diag.log sähe der Aufruf so aus:

            ./iob_diag.sh | tee iob_diag.log
            

            Vielleicht mag ja jemand mit Docker oder LXC das mal ausführen und den Output zeigen?

            Hier werden die üblichen Dinge relativ kompakt aufgelistet, die immer wieder bei Anfragen im Forum vermisst werden.

            Hier mal als ersten Einblick, vielleicht fällt ja noch etwas ein, was auch interessant zu wissen wäre, bevor man im Nebel stochert:

            *** ioBroker Diagnose ***
            
            Bitte das Fenster von puTTY breit ziehen oder auf Vollbild setzen
            Den nachfolgenden Output 1:1 in das ioBroker-Forum unter
            https://forum.iobroker.net
            vollständig posten ,inkl der jeweils drei Steuerzeichen ``` am Anfang und Ende:
            
            ===========Ab hier kopieren =========
            
            *** BASISSYSTEM ***
            CPU-Architektur: aarch64
            Docker: Nein
            No LSB modules are available.
            Distributor ID: Debian
            Description:    Debian GNU/Linux 11 (bullseye)
            Release:        11
            Codename:       bullseye
            
            *** Zeit und Zeitzonen ***
                           Local time: Tue 2022-11-01 16:53:39 CET
                       Universal time: Tue 2022-11-01 15:53:39 UTC
                             RTC time: n/a
                            Time zone: Europe/Berlin (CET, +0100)
            System clock synchronized: yes
                          NTP service: active
                      RTC in local TZ: no
            
            *** ARBEITSSPEICHER ***
                           total        used        free      shared  buff/cache   available
            Mem:           7.7Gi       2.3Gi       3.2Gi       0.0Ki       2.2Gi       5.2Gi
            Swap:           99Mi          0B        99Mi
            Total:         7.8Gi       2.3Gi       3.3Gi
            
            *** Nodejs-Installation ***
            /usr/bin/nodejs         v18.12.0
            /usr/bin/node           v18.12.0
            /usr/bin/npm            8.19.2
            
            *** ioBroker-Installation ***
            js-controller:  4.0.23
            Updates + Repos:
            Used repository: beta
            
            *** User und Gruppen ***
            echad
            /home/echad
            echad adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
            
            *** Server-Setup ***
            Konsole: tty
            Desktop:
            
            *** Repositories und OS-Updates ***
            Hit:1 http://deb.debian.org/debian bullseye InRelease
            Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
            Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
            Hit:4 http://phoscon.de/apt/deconz bullseye InRelease
            Hit:5 http://deb.debian.org/debian bullseye-backports InRelease
            Hit:6 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:7 http://packages.azlux.fr/debian bullseye InRelease
            Hit:8 https://packages.grafana.com/oss/deb stable InRelease
            Hit:9 https://deb.nodesource.com/node_10.x bullseye InRelease
            Hit:10 https://repos.influxdata.com/debian bullseye InRelease
            Hit:11 https://deb.nodesource.com/node_12.x bullseye InRelease
            Hit:12 https://deb.nodesource.com/node_14.x bullseye InRelease
            Hit:13 https://deb.nodesource.com/node_16.x bullseye InRelease
            Hit:14 https://packages.redis.io/deb bullseye InRelease
            Hit:15 https://deb.volian.org/volian scar InRelease
            Hit:16 https://deb.nodesource.com/node_18.x bullseye InRelease
            Hit:18 https://deb.nodesource.com/node_19.x bullseye InRelease
            Get:19 https://pkgs.tailscale.com/stable/debian bullseye InRelease
            Hit:17 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
            Fetched 5,545 B in 3s (1,694 B/s)
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            All packages are up to date.
            nodejs:
              Installed: 18.12.0-deb-1nodesource1
              Candidate: 18.12.0-deb-1nodesource1
              Version table:
                 19.0.0-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_19.x bullseye/main arm64 Packages
             *** 18.12.0-deb-1nodesource1 501
                    500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages
                    100 /var/lib/dpkg/status
                 16.18.0-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages
                 14.20.1-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_14.x bullseye/main arm64 Packages
                 12.22.12-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_12.x bullseye/main arm64 Packages
                 12.22.12~dfsg-1~deb11u1 500
                    500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                 12.22.5~dfsg-2~11u1 500
                    500 http://deb.debian.org/debian bullseye/main arm64 Packages
                 10.24.1-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_10.x bullseye/main arm64 Packages
            
            ========== Bis hier kopieren ===========
            
            iob diag wurde beendet.
            

            Bitte nicht über den wilden Zoo an Repos wundern, das ist mein Test/Frickel-System, das soll so! 😄

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #130

            @thomas-braun

            Klasse Script! 👍 , sollte hier im Forum in die Support-Formulare eingebaut werden, damit man nicht jedesmal nachfragen muss..

            Als Icon wuerd ich ne Glaskugel empfehlen 🙂

            Hier mal meine Ausgabe vom Prime (Multihost):

            *** BASISSYSTEM ***
            CPU-Architektur: x86_64
            Docker: Nein
            LXC: lxc
            Distributor ID: Debian
            Description:    Debian GNU/Linux 10 (buster)
            Release:        10
            Codename:       buster
            
            Systemuptime und Load:
             12:45:30 up 18:48,  2 users,  load average: 6.89, 6.25, 6.05
            CPU threads: 4
            
            *** Zeit und Zeitzonen ***
            Fri Nov  4 11:45:30 UTC 2022
            Fri Nov  4 12:45:30 CET 2022
            CET +0100
            Europe/Berlin
            
            *** User und Gruppen ***
            ilovegym
            /opt/iobroker
            ilovegym iobroker
            
            *** X-Server-Setup ***
            X-Server: Nein
            Desktop:
            Konsole: tty
            
            *** ARBEITSSPEICHER ***
                          total        used        free      shared  buff/cache   available
            Mem:          8.0Gi       4.7Gi       2.2Gi        24Mi       1.0Gi       3.2Gi
            Swap:         2.0Gi       3.0Mi       2.0Gi
            Total:          9Gi       4.7Gi       4.2Gi
            
            *** DATEISYSTEM ***
            Filesystem                       Type   Size  Used Avail Use% Mounted on
            /dev/mapper/pve-vm--113--disk--0 ext4    59G   18G   38G  33% /
            none                             tmpfs  492K  4.0K  488K   1% /dev
            tmpfs                            tmpfs   63G     0   63G   0% /dev/shm
            tmpfs                            tmpfs   63G   25M   63G   1% /run
            tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock
            //10.10.2.2/daten                cifs    11T  6.2T  4.4T  59% /mnt/daten
            //10.10.2.2/photo                cifs    11T  6.2T  4.4T  59% /mnt/photo
            tmpfs                            tmpfs   13G     0   13G   0% /run/user/1000
            
            Daten in neuralgischen Verzeichnissen:
            
            /var:
            4.6G    /var/
            2.5G    /var/log
            1.9G    /var/lib
            1.7G    /var/lib/redis
            186M    /var/cache
            
            /opt/iobroker/backups:
            36M     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            77M     /opt/iobroker/iobroker-data/
            16M     /opt/iobroker/iobroker-data/files
            12M     /opt/iobroker/iobroker-data/files/vis.0
            5.4M    /opt/iobroker/iobroker-data/files/vis.0/MD_Demo
            2.8M    /opt/iobroker/iobroker-data/files/info.admin
            
            Die 5 größten Dateien in iobroker-data:
             35M objects.json
             24M states.json
            1.9M objects.json.bak
            312K states.json.bak
            8.0K iobroker.json
            
            *** Nodejs-Installation ***
            /usr/bin/nodejs         v16.18.0
            /usr/bin/node           v16.18.0
            /usr/bin/npm            8.19.2
            
            nodejs:
              Installed: 16.18.0-deb-1nodesource1
              Candidate: 16.18.0-deb-1nodesource1
              Version table:
             *** 16.18.0-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_16.x buster/main amd64 Packages
                    100 /var/lib/dpkg/status
                 10.24.0~dfsg-1~deb10u2 500
                    500 http://security.debian.org buster/updates/main amd64 Packages
                 10.24.0~dfsg-1~deb10u1 500
                    500 http://ftp.debian.org/debian buster/main amd64 Packages
            
            *** ioBroker-Installation ***
            
            Versionsnummern der Kern-Adapter
            js-controller:  4.0.23
            Admin-Adapter:  6.2.23
            
            ioBroker-Repos und Updates
            Stable (default): http://download.iobroker.net/sources-dist.json
            Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
            Live-Beta     : http://iobroker.live/repo/sources-dist-latest.json
            Live-Stable   : http://iobroker.live/repo/sources-dist.json
            
            Active repo(s): Beta (latest)
            
            Used repository: Beta (latest)
            Adapter    "mihome-vacuum": 3.8.3    , installed 3.6.0  [Updatable]
            
            Objekte und Zustände
            werden ermittelt - Dies kann einen Moment dauern.
            Objekte:        91808
            Zustände:       79782
            
            *** Repositories und OS-Updates ***
            Hit:1 http://security.debian.org buster/updates InRelease
            Hit:2 http://ftp.debian.org/debian buster InRelease
            Hit:3 http://ftp.debian.org/debian buster-updates InRelease
            Hit:4 https://deb.nodesource.com/node_16.x buster InRelease
            Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian buster InRelease
            Reading package lists... Done
            Ausstehende Updates: 4
            
            *** Lauschende Ports ***
            Active Internet connections (only servers)
            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
            tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      0          66149      311/adb
            tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          56203      370/master
            tcp        0      0 0.0.0.0:43655           0.0.0.0:*               LISTEN      1001       145925     2711/io.yahka.0
            tcp        0      0 127.0.0.1:34983         0.0.0.0:*               LISTEN      1001       4977871    2711/io.yahka.0
            tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       88475      519/io.mqtt.0
            tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       95796      710/io.mqtt.1
            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       10431477   840584/io.sonoff.0
            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          65657      1/init
            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          65887      169/sshd
            tcp        0      0 0.0.0.0:6010            0.0.0.0:*               LISTEN      1000       176368     5598/sshd: ilovegym
            tcp        0      0 0.0.0.0:8188            0.0.0.0:*               LISTEN      1000       10867840   877640/nc
            tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      107        43469      224/redis-server 0.
            tcp6       0      0 :::8880                 :::*                    LISTEN      1001       147934     2727/io.rest-api.0
            tcp6       0      0 :::111                  :::*                    LISTEN      0          52997      1/init
            tcp6       0      0 :::81                   :::*                    LISTEN      1001       10045770   803237/io.web.0
            tcp6       0      0 :::22                   :::*                    LISTEN      0          65889      169/sshd
            tcp6       0      0 :::6010                 :::*                    LISTEN      1000       176369     5598/sshd: ilovegym
            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       94828      779/io.simple-api.0
            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       91541      396/io.admin.0
            udp        0      0 0.0.0.0:53030           0.0.0.0:*                           1001       133613     3133/io.snmp.0
            udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       88616      617/io.mihome-vacuu
            udp        0      0 0.0.0.0:53422           0.0.0.0:*                           1001       94542      605/io.mihome-vacuu
            udp        0      0 0.0.0.0:53423           0.0.0.0:*                           1001       91385      562/io.mihome-vacuu
            udp        0      0 0.0.0.0:53424           0.0.0.0:*                           1001       95339      501/io.mihome-vacuu
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          52994      1/init
            udp        0      0 192.168.3.41:123        0.0.0.0:*                           0          55952      171/ntpd
            udp        0      0 127.0.0.1:123           0.0.0.0:*                           0          55950      171/ntpd
            udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          55946      171/ntpd
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       145922     2711/io.yahka.0
            udp6       0      0 :::111                  :::*                                0          53000      1/init
            udp6       0      0 :::123                  :::*                                0          55943      171/ntpd
            
            

            haette noch Client-Raspi4 und 3x LXC Client verteilt auf andere Nodes anzubieten.. ? 🙂

            Thomas BraunT 1 Reply Last reply
            0
            • ? A Former User

              @thomas-braun

              Klasse Script! 👍 , sollte hier im Forum in die Support-Formulare eingebaut werden, damit man nicht jedesmal nachfragen muss..

              Als Icon wuerd ich ne Glaskugel empfehlen 🙂

              Hier mal meine Ausgabe vom Prime (Multihost):

              *** BASISSYSTEM ***
              CPU-Architektur: x86_64
              Docker: Nein
              LXC: lxc
              Distributor ID: Debian
              Description:    Debian GNU/Linux 10 (buster)
              Release:        10
              Codename:       buster
              
              Systemuptime und Load:
               12:45:30 up 18:48,  2 users,  load average: 6.89, 6.25, 6.05
              CPU threads: 4
              
              *** Zeit und Zeitzonen ***
              Fri Nov  4 11:45:30 UTC 2022
              Fri Nov  4 12:45:30 CET 2022
              CET +0100
              Europe/Berlin
              
              *** User und Gruppen ***
              ilovegym
              /opt/iobroker
              ilovegym iobroker
              
              *** X-Server-Setup ***
              X-Server: Nein
              Desktop:
              Konsole: tty
              
              *** ARBEITSSPEICHER ***
                            total        used        free      shared  buff/cache   available
              Mem:          8.0Gi       4.7Gi       2.2Gi        24Mi       1.0Gi       3.2Gi
              Swap:         2.0Gi       3.0Mi       2.0Gi
              Total:          9Gi       4.7Gi       4.2Gi
              
              *** DATEISYSTEM ***
              Filesystem                       Type   Size  Used Avail Use% Mounted on
              /dev/mapper/pve-vm--113--disk--0 ext4    59G   18G   38G  33% /
              none                             tmpfs  492K  4.0K  488K   1% /dev
              tmpfs                            tmpfs   63G     0   63G   0% /dev/shm
              tmpfs                            tmpfs   63G   25M   63G   1% /run
              tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock
              //10.10.2.2/daten                cifs    11T  6.2T  4.4T  59% /mnt/daten
              //10.10.2.2/photo                cifs    11T  6.2T  4.4T  59% /mnt/photo
              tmpfs                            tmpfs   13G     0   13G   0% /run/user/1000
              
              Daten in neuralgischen Verzeichnissen:
              
              /var:
              4.6G    /var/
              2.5G    /var/log
              1.9G    /var/lib
              1.7G    /var/lib/redis
              186M    /var/cache
              
              /opt/iobroker/backups:
              36M     /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              77M     /opt/iobroker/iobroker-data/
              16M     /opt/iobroker/iobroker-data/files
              12M     /opt/iobroker/iobroker-data/files/vis.0
              5.4M    /opt/iobroker/iobroker-data/files/vis.0/MD_Demo
              2.8M    /opt/iobroker/iobroker-data/files/info.admin
              
              Die 5 größten Dateien in iobroker-data:
               35M objects.json
               24M states.json
              1.9M objects.json.bak
              312K states.json.bak
              8.0K iobroker.json
              
              *** Nodejs-Installation ***
              /usr/bin/nodejs         v16.18.0
              /usr/bin/node           v16.18.0
              /usr/bin/npm            8.19.2
              
              nodejs:
                Installed: 16.18.0-deb-1nodesource1
                Candidate: 16.18.0-deb-1nodesource1
                Version table:
               *** 16.18.0-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x buster/main amd64 Packages
                      100 /var/lib/dpkg/status
                   10.24.0~dfsg-1~deb10u2 500
                      500 http://security.debian.org buster/updates/main amd64 Packages
                   10.24.0~dfsg-1~deb10u1 500
                      500 http://ftp.debian.org/debian buster/main amd64 Packages
              
              *** ioBroker-Installation ***
              
              Versionsnummern der Kern-Adapter
              js-controller:  4.0.23
              Admin-Adapter:  6.2.23
              
              ioBroker-Repos und Updates
              Stable (default): http://download.iobroker.net/sources-dist.json
              Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
              Live-Beta     : http://iobroker.live/repo/sources-dist-latest.json
              Live-Stable   : http://iobroker.live/repo/sources-dist.json
              
              Active repo(s): Beta (latest)
              
              Used repository: Beta (latest)
              Adapter    "mihome-vacuum": 3.8.3    , installed 3.6.0  [Updatable]
              
              Objekte und Zustände
              werden ermittelt - Dies kann einen Moment dauern.
              Objekte:        91808
              Zustände:       79782
              
              *** Repositories und OS-Updates ***
              Hit:1 http://security.debian.org buster/updates InRelease
              Hit:2 http://ftp.debian.org/debian buster InRelease
              Hit:3 http://ftp.debian.org/debian buster-updates InRelease
              Hit:4 https://deb.nodesource.com/node_16.x buster InRelease
              Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian buster InRelease
              Reading package lists... Done
              Ausstehende Updates: 4
              
              *** Lauschende Ports ***
              Active Internet connections (only servers)
              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
              tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      0          66149      311/adb
              tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          56203      370/master
              tcp        0      0 0.0.0.0:43655           0.0.0.0:*               LISTEN      1001       145925     2711/io.yahka.0
              tcp        0      0 127.0.0.1:34983         0.0.0.0:*               LISTEN      1001       4977871    2711/io.yahka.0
              tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       88475      519/io.mqtt.0
              tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       95796      710/io.mqtt.1
              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       10431477   840584/io.sonoff.0
              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          65657      1/init
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          65887      169/sshd
              tcp        0      0 0.0.0.0:6010            0.0.0.0:*               LISTEN      1000       176368     5598/sshd: ilovegym
              tcp        0      0 0.0.0.0:8188            0.0.0.0:*               LISTEN      1000       10867840   877640/nc
              tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      107        43469      224/redis-server 0.
              tcp6       0      0 :::8880                 :::*                    LISTEN      1001       147934     2727/io.rest-api.0
              tcp6       0      0 :::111                  :::*                    LISTEN      0          52997      1/init
              tcp6       0      0 :::81                   :::*                    LISTEN      1001       10045770   803237/io.web.0
              tcp6       0      0 :::22                   :::*                    LISTEN      0          65889      169/sshd
              tcp6       0      0 :::6010                 :::*                    LISTEN      1000       176369     5598/sshd: ilovegym
              tcp6       0      0 :::8087                 :::*                    LISTEN      1001       94828      779/io.simple-api.0
              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       91541      396/io.admin.0
              udp        0      0 0.0.0.0:53030           0.0.0.0:*                           1001       133613     3133/io.snmp.0
              udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       88616      617/io.mihome-vacuu
              udp        0      0 0.0.0.0:53422           0.0.0.0:*                           1001       94542      605/io.mihome-vacuu
              udp        0      0 0.0.0.0:53423           0.0.0.0:*                           1001       91385      562/io.mihome-vacuu
              udp        0      0 0.0.0.0:53424           0.0.0.0:*                           1001       95339      501/io.mihome-vacuu
              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          52994      1/init
              udp        0      0 192.168.3.41:123        0.0.0.0:*                           0          55952      171/ntpd
              udp        0      0 127.0.0.1:123           0.0.0.0:*                           0          55950      171/ntpd
              udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          55946      171/ntpd
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       145922     2711/io.yahka.0
              udp6       0      0 :::111                  :::*                                0          53000      1/init
              udp6       0      0 :::123                  :::*                                0          55943      171/ntpd
              
              

              haette noch Client-Raspi4 und 3x LXC Client verteilt auf andere Nodes anzubieten.. ? 🙂

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #131

              @ilovegym sagte in iob diag - Skript:

              haette noch Client-Raspi4 und 3x LXC Client verteilt auf andere Nodes anzubieten.. ?

              Kannst ja mal überall laufen lassen. Ausgaben aber nur noch wenn da was 'krummes' oder 'unerwartetes' oder 'falsches' zurückgegeben wird.
              So Unschönheiten wie die Fehlermeldung bei @Homoran z. B.

              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

              1 Reply Last reply
              0
              • FeuersturmF Online
                FeuersturmF Online
                Feuersturm
                wrote on last edited by
                #132

                @Thomas-Braun Danke für das Skript.

                Beeinflusst du die Farbe in der Ausgabe auf der Konsole mit deinem Skript oder ist das eher ein Thema was man lokal in putty anpassen muss. Das dunkel Blau ist sehr schlecht lesbar.

                2114906b-965b-4060-9644-1bfa2889210f-grafik.png

                Thomas BraunT 1 Reply Last reply
                1
                • FeuersturmF Feuersturm

                  @Thomas-Braun Danke für das Skript.

                  Beeinflusst du die Farbe in der Ausgabe auf der Konsole mit deinem Skript oder ist das eher ein Thema was man lokal in putty anpassen muss. Das dunkel Blau ist sehr schlecht lesbar.

                  2114906b-965b-4060-9644-1bfa2889210f-grafik.png

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #133

                  @feuersturm sagte in iob diag - Skript:

                  Beeinflusst du die Farbe in der Ausgabe auf der Konsole mit deinem Skript

                  Das ist so im Skript.
                  Wollte die 'Hausfarben' vom ioBroker einfangen...
                  War mir aber auch schon aufgefallen, dass der Kontrast da etwas zu gering ist.
                  Stell ich bei Gelegenheit mal auf was anderes um.

                  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

                  Thomas BraunT 1 Reply Last reply
                  2
                  • Thomas BraunT Thomas Braun

                    @feuersturm sagte in iob diag - Skript:

                    Beeinflusst du die Farbe in der Ausgabe auf der Konsole mit deinem Skript

                    Das ist so im Skript.
                    Wollte die 'Hausfarben' vom ioBroker einfangen...
                    War mir aber auch schon aufgefallen, dass der Kontrast da etwas zu gering ist.
                    Stell ich bei Gelegenheit mal auf was anderes um.

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by Thomas Braun
                    #134

                    Soll ich mal solche eine Zusammenfassung ans Ende schreiben?

                    Bitte die Zusammenfassung zum Forenposting hinzufügen:
                    
                    KOPIER MICH:
                    
                    
                    =============== ÜBERSICHT ======================
                    
                    Betriebssystem: Debian 11 'Bullseye'
                    Virt          : Docker // Nativ // LXC
                    Zeitzone      : Europe/Berlin
                    root shell    : aktiv
                    X-Server      : aktiv
                    RAM verfügbar : 65%
                    SWAP-Nutzung  : 0%
                    
                    nodeJS        : /usr/bin/nodejs         v19.0.1
                                    /usr/bin/node           v19.0.1
                                    /usr/bin/npm            8.19.2
                    
                    ioBroker core : js-controller           4.0.23
                                    Admin-Adapter           6.2.23
                    Active repo(s): beta
                    Objekte:        8463
                    Zustände:       6610
                    Datenbanken   : objects.jsonl  34M
                                    states.jsonl   6.8M
                    
                    
                    ^^ Bis hier kopieren, Danke! ^^
                    
                    
                    

                    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

                    ? 1 Reply Last reply
                    1
                    • Thomas BraunT Thomas Braun

                      Soll ich mal solche eine Zusammenfassung ans Ende schreiben?

                      Bitte die Zusammenfassung zum Forenposting hinzufügen:
                      
                      KOPIER MICH:
                      
                      
                      =============== ÜBERSICHT ======================
                      
                      Betriebssystem: Debian 11 'Bullseye'
                      Virt          : Docker // Nativ // LXC
                      Zeitzone      : Europe/Berlin
                      root shell    : aktiv
                      X-Server      : aktiv
                      RAM verfügbar : 65%
                      SWAP-Nutzung  : 0%
                      
                      nodeJS        : /usr/bin/nodejs         v19.0.1
                                      /usr/bin/node           v19.0.1
                                      /usr/bin/npm            8.19.2
                      
                      ioBroker core : js-controller           4.0.23
                                      Admin-Adapter           6.2.23
                      Active repo(s): beta
                      Objekte:        8463
                      Zustände:       6610
                      Datenbanken   : objects.jsonl  34M
                                      states.jsonl   6.8M
                      
                      
                      ^^ Bis hier kopieren, Danke! ^^
                      
                      
                      
                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #135

                      @thomas-braun

                      Vielleicht ne gute Idee!!

                      Thomas BraunT 2 Replies Last reply
                      0
                      • ? A Former User

                        @thomas-braun

                        Vielleicht ne gute Idee!!

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #136

                        @ilovegym

                        Bin dran...
                        Hab noch etwas Feintuning mit den Farben gemacht.

                        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

                        1 Reply Last reply
                        0
                        • ? A Former User

                          @thomas-braun

                          Vielleicht ne gute Idee!!

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #137

                          @ilovegym

                          Zusammenfassung steht soweit.
                          Ich muss da aber bei Gelegenheit noch etwas mehr Variablen einfügen.

                          @all
                          Bitte mal anschauen, insbesondere die Verwender von Docker, Containern und ähnlichem.

                          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

                          NegaleinN 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @ilovegym

                            Zusammenfassung steht soweit.
                            Ich muss da aber bei Gelegenheit noch etwas mehr Variablen einfügen.

                            @all
                            Bitte mal anschauen, insbesondere die Verwender von Docker, Containern und ähnlichem.

                            NegaleinN Offline
                            NegaleinN Offline
                            Negalein
                            Global Moderator
                            wrote on last edited by
                            #138

                            @thomas-braun sagte in iob diag - Skript:

                            Bitte mal anschauen, insbesondere die Verwender von Docker, Containern und ähnlichem.

                            Bin gerade auf deinen Thread gestoßen.

                            Habs gleich ausprobiert (Proxmox LXC)

                            =================== ZUSAMMENFASSUNG ====================
                            
                            
                            Betriebssystem:         Ubuntu 20.04.4 LTS
                            Installation:           lxc
                            Zeitzone:               Europe/Vienna
                            User-ID:                1001
                            X-Server:               deaktiv
                            Nodejs-Installation:    /usr/bin/nodejs         v16.15.1
                                                    /usr/bin/node           v16.15.1
                                                    /usr/bin/npm            8.11.0
                            ioBroker Core:          js-controller           4.0.23
                                                                    admin:  6.2.23
                            Active repo(s): Beta (latest)
                            Objekte:                43860
                            Zustände:               40289
                            
                            Größe der iob-Datenbanken:
                            
                             12K backup-objects
                             29M objects.json.bak.migrated
                               0 objects.json.broken
                             29M objects.json.migrated
                             62M objects.jsonl
                            4.0K objects.jsonl.lock
                            9.4M states.json.bak.migrated
                               0 states.json.broken
                            9.4M states.json.migrated
                             74M states.jsonl
                            4.0K states.jsonl.lock
                            

                            ° Node.js: 20.17.0 NPM: 10.8.2
                            ° Proxmox, Ubuntu 22.04.3 LTS
                            ° Fixer ---> iob fix

                            Thomas BraunT 1 Reply Last reply
                            0
                            • NegaleinN Negalein

                              @thomas-braun sagte in iob diag - Skript:

                              Bitte mal anschauen, insbesondere die Verwender von Docker, Containern und ähnlichem.

                              Bin gerade auf deinen Thread gestoßen.

                              Habs gleich ausprobiert (Proxmox LXC)

                              =================== ZUSAMMENFASSUNG ====================
                              
                              
                              Betriebssystem:         Ubuntu 20.04.4 LTS
                              Installation:           lxc
                              Zeitzone:               Europe/Vienna
                              User-ID:                1001
                              X-Server:               deaktiv
                              Nodejs-Installation:    /usr/bin/nodejs         v16.15.1
                                                      /usr/bin/node           v16.15.1
                                                      /usr/bin/npm            8.11.0
                              ioBroker Core:          js-controller           4.0.23
                                                                      admin:  6.2.23
                              Active repo(s): Beta (latest)
                              Objekte:                43860
                              Zustände:               40289
                              
                              Größe der iob-Datenbanken:
                              
                               12K backup-objects
                               29M objects.json.bak.migrated
                                 0 objects.json.broken
                               29M objects.json.migrated
                               62M objects.jsonl
                              4.0K objects.jsonl.lock
                              9.4M states.json.bak.migrated
                                 0 states.json.broken
                              9.4M states.json.migrated
                               74M states.jsonl
                              4.0K states.jsonl.lock
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #139

                              @negalein

                              Dankeschön!
                              Da fällt mir noch auf, ich wollte die ausstehenden Updates sowohl des ioBrokers wie auch des Systems noch in der Zusammenfassung haben.

                              Vermutlich wäre da bei dir auch schon etwas aufgelaufen... System aktuell halten!

                              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

                              NegaleinN liv-in-skyL 2 Replies Last reply
                              1
                              • Thomas BraunT Thomas Braun

                                @negalein

                                Dankeschön!
                                Da fällt mir noch auf, ich wollte die ausstehenden Updates sowohl des ioBrokers wie auch des Systems noch in der Zusammenfassung haben.

                                Vermutlich wäre da bei dir auch schon etwas aufgelaufen... System aktuell halten!

                                NegaleinN Offline
                                NegaleinN Offline
                                Negalein
                                Global Moderator
                                wrote on last edited by
                                #140

                                @thomas-braun sagte in iob diag - Skript:

                                Vermutlich wäre da bei dir auch schon etwas aufgelaufen... System aktuell halten!

                                Ja, definitiv!
                                Ich schiebs immer raus! 😉

                                ° Node.js: 20.17.0 NPM: 10.8.2
                                ° Proxmox, Ubuntu 22.04.3 LTS
                                ° Fixer ---> iob fix

                                1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @negalein

                                  Dankeschön!
                                  Da fällt mir noch auf, ich wollte die ausstehenden Updates sowohl des ioBrokers wie auch des Systems noch in der Zusammenfassung haben.

                                  Vermutlich wäre da bei dir auch schon etwas aufgelaufen... System aktuell halten!

                                  liv-in-skyL Offline
                                  liv-in-skyL Offline
                                  liv-in-sky
                                  wrote on last edited by
                                  #141

                                  @thomas-braun

                                  nur so morgendliche ideen:

                                  • ich weiß nicht, ob folgender befehl auf allen system funktioniert
                                  printf "\033c"
                                  

                                  aber damit kann ich - anstatt des clear bevor der zusammenfassung - wieder ganz zurückscrollen in putty

                                  dann müßte man nicht "enter" drücken vor der zusammenfassung und hat trotzdem eine neue seite

                                  • evtl eine warnung in der zusammenfassung, wenn der root-plattenplatz über 90 % ist ?

                                  nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                  E 1 Reply Last reply
                                  0
                                  • JackDanielJ Online
                                    JackDanielJ Online
                                    JackDaniel
                                    wrote on last edited by JackDaniel
                                    #142

                                    spitzen idee, läuft 🙂

                                    *** BASISSYSTEM ***
                                    CPU-Architektur: x86_64
                                    Docker: Nein
                                    LXC: none
                                    Distributor ID: Debian
                                    Description:    Debian GNU/Linux 11 (bullseye)
                                    Release:        11
                                    Codename:       bullseye
                                    
                                    PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                                    NAME="Debian GNU/Linux"
                                    VERSION_ID="11"
                                    VERSION="11 (bullseye)"
                                    VERSION_CODENAME=bullseye
                                    ID=debian
                                    HOME_URL="https://www.debian.org/"
                                    SUPPORT_URL="https://www.debian.org/support"
                                    BUG_REPORT_URL="https://bugs.debian.org/"
                                    
                                    Systemuptime und Load:
                                     06:52:52 up 15 days, 23:29,  1 user,  load average: 1,08, 1,40, 1,45
                                    CPU threads: 4
                                    
                                    *** Zeit und Zeitzonen ***
                                    So 06 Nov 2022 05:52:52 UTC
                                    So 06 Nov 2022 06:52:52 CET
                                    CET +0100
                                    Europe/Vienna
                                    
                                    *** User und Gruppen ***
                                    jackdaniel
                                    /home/jackdaniel
                                    jackdaniel cdrom floppy sudo audio dip video plugdev netdev iobroker ftpuser
                                    
                                    *** X-Server-Setup ***
                                    X-Server: Nein
                                    Desktop:
                                    Konsole: tty
                                    
                                    *** ARBEITSSPEICHER ***
                                                  gesamt       benutzt     frei      gemns.  Puffer/Cache verfügbar
                                    Speicher:        15G        4,8G        6,3G        1,0M        4,8G         11G
                                    Swap:           976M        694M        282M
                                    Gesamt:          16G        5,5G        6,6G
                                    
                                            15897 M Gesamtspeicher
                                             4808 M benutzter Speicher
                                             5677 M aktiver Speicher
                                             3293 M inaktiver Speicher
                                             6327 M freier Speicher
                                              937 M Pufferspeicher
                                             3823 M Auslagerungsspeicher-Cache
                                              976 M Gesamt-Auslagerungsspeicher
                                              694 M benutzter Auslagerungsspeicher
                                              282 M freier Auslagerungsspeicher
                                    
                                    *** DATEISYSTEM ***
                                    Dateisystem             Typ      Größe Benutzt Verf. Verw% Eingehängt auf
                                    udev                    devtmpfs  7,8G       0  7,8G    0% /dev
                                    tmpfs                   tmpfs     1,6G    932K  1,6G    1% /run
                                    /dev/sda2               ext4      227G     16G  200G    8% /
                                    tmpfs                   tmpfs     7,8G     20K  7,8G    1% /dev/shm
                                    tmpfs                   tmpfs     5,0M       0  5,0M    0% /run/lock
                                    /dev/sda1               vfat      511M    8,7M  503M    2% /boot/efi
                                    192.168.1.18:/media/hdd nfs4      894G    689G  206G   78% /mnt/DM900
                                    tmpfs                   tmpfs     1,6G       0  1,6G    0% /run/user/1000
                                    
                                    Daten in neuralgischen Verzeichnissen:
                                    
                                    /var:
                                    7,1G    /var/
                                    4,6G    /var/log
                                    4,1G    /var/log/journal/f5e55b59a0a541aabd064976f508cdc9
                                    4,1G    /var/log/journal
                                    1,6G    /var/lib
                                    
                                    /opt/iobroker/backups:
                                    510M    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    786M    /opt/iobroker/iobroker-data/
                                    343M    /opt/iobroker/iobroker-data/files
                                    240M    /opt/iobroker/iobroker-data/backup-objects
                                    51M     /opt/iobroker/iobroker-data/files/javascript.admin
                                    42M     /opt/iobroker/iobroker-data/files/devices.admin
                                    
                                    Die 5 größten Dateien in iobroker-data:
                                     79M states.jsonl
                                     42M objects.jsonl
                                     22M objects.json.migrated
                                     22M objects.json.bak.migrated
                                    6,7M states.json.migrated
                                    
                                    *** Nodejs-Installation ***
                                    /usr/bin/nodejs         v16.18.1
                                    /usr/bin/node           v16.18.1
                                    /usr/bin/npm            8.19.2
                                    
                                    nodejs:
                                      Installiert:           16.18.1-deb-1nodesource1
                                      Installationskandidat: 16.18.1-deb-1nodesource1
                                      Versionstabelle:
                                     *** 16.18.1-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                         12.22.12~dfsg-1~deb11u1 500
                                            500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                         12.22.5~dfsg-2~11u1 500
                                            500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                    
                                    *** ioBroker-Installation ***
                                    
                                    Versionsnummern der Kern-Adapter
                                    js-controller:  4.0.23
                                    Admin-Adapter:  6.2.23
                                    
                                    ioBroker-Repos und Updates
                                    Stable (default): http://download.iobroker.net/sources-dist.json
                                    Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): Beta (latest)
                                    
                                    Used repository: Beta (latest)
                                    
                                    Objekte und Zustände
                                    werden ermittelt - Dies kann einen Moment dauern.
                                    Objekte:        27000
                                    Zustände:       37460
                                    
                                    *** Repositories und OS-Updates ***
                                    OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                                    OK:2 http://deb.debian.org/debian bullseye InRelease
                                    OK:3 https://downloads.plex.tv/repo/deb public InRelease
                                    OK:4 http://deb.debian.org/debian bullseye-updates InRelease
                                    OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                                    OK:6 https://repos.influxdata.com/debian bullseye InRelease
                                    Paketlisten werden gelesen… Fertig
                                    Ausstehende Updates:
                                    
                                    *** Lauschende Ports ***
                                    Aktive Internetverbindungen (Nur Server)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name
                                    tcp        0      0 127.0.0.1:38239         0.0.0.0:*               LISTEN      997        65001875   547519/Plex Plug-in
                                    tcp        0      0 127.0.0.1:7999          0.0.0.0:*               LISTEN      0          18820      600/motion
                                    tcp        0      0 127.0.0.1:36193         0.0.0.0:*               LISTEN      997        65000012   547431/Plex Plug-in
                                    tcp        0      0 127.0.0.1:36097         0.0.0.0:*               LISTEN      997        64997983   547344/Plex Plug-in
                                    tcp        0      0 192.168.1.72:9092       0.0.0.0:*               LISTEN      1001       28108      2293/io.nuki.0
                                    tcp        0      0 192.168.1.72:9093       0.0.0.0:*               LISTEN      1001       30303      2310/io.nuki.1
                                    tcp        0      0 127.0.0.1:3493          0.0.0.0:*               LISTEN      0          18887      749/upsd
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18230      592/iobroker.js-con
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       18825      592/iobroker.js-con
                                    tcp        0      0 127.0.0.1:34253         0.0.0.0:*               LISTEN      997        65005691   547763/Plex Plug-in
                                    tcp        0      0 127.0.0.1:38189         0.0.0.0:*               LISTEN      997        65003353   547594/Plex Plug-in
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11424      1/init
                                    tcp        0      0 0.0.0.0:32400           0.0.0.0:*               LISTEN      997        65001626   547317/Plex Media S
                                    tcp        0      0 192.168.1.72:80         0.0.0.0:*               LISTEN      0          15087      810/AdGuardHome
                                    tcp        0      0 127.0.0.1:46545         0.0.0.0:*               LISTEN      997        65004449   547718/Plex Plug-in
                                    tcp        0      0 127.0.0.1:32401         0.0.0.0:*               LISTEN      997        65001628   547317/Plex Media S
                                    tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      0          18819      600/motion
                                    tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      108        151401879  1068262/proftpd: (a
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          18689      507/sshd: /usr/sbin
                                    tcp        0      0 192.168.1.72:8087       0.0.0.0:*               LISTEN      1001       30937      2418/io.simple-api.
                                    tcp        0      0 127.0.0.1:32600         0.0.0.0:*               LISTEN      997        65000938   547402/Plex Tuner S
                                    tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      998        14970      484/influxd
                                    tcp        0      0 192.168.1.72:2010       0.0.0.0:*               LISTEN      1001       143896286  1030733/io.hm-rpc.0
                                    tcp        0      0 192.168.1.72:8701       0.0.0.0:*               LISTEN      1001       143902925  1030748/io.hm-rpc.1
                                    tcp        0      0 0.0.0.0:8765            0.0.0.0:*               LISTEN      0          18836      467/python2
                                    tcp6       0      0 ::1:3493                :::*                    LISTEN      0          18888      749/upsd
                                    tcp6       0      0 :::61991                :::*                    LISTEN      1001       153040913  1076574/io.harmony.
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          10615      1/init
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       32098      2480/io.web.0
                                    tcp6       0      0 :::53                   :::*                    LISTEN      0          18976      810/AdGuardHome
                                    tcp6       0      0 :::8086                 :::*                    LISTEN      998        12078      484/influxd
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          18151      507/sshd: /usr/sbin
                                    tcp6       0      0 :::8089                 :::*                    LISTEN      1001       15066      741/io.admin.0
                                    udp        0      0 192.168.1.72:41541      0.0.0.0:*                           997        65000937   547317/Plex Media S
                                    udp        0      0 127.0.0.1:33856         0.0.0.0:*                           997        65000934   547317/Plex Media S
                                    udp        0      0 127.0.0.1:34322         0.0.0.0:*                           997        65000932   547317/Plex Media S
                                    udp        0      0 0.0.0.0:1901            0.0.0.0:*                           997        65000936   547317/Plex Media S
                                    udp        0      0 192.168.1.72:51260      0.0.0.0:*                           997        65000933   547317/Plex Media S
                                    udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       144163542  1031886/io.mihome-v
                                    udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       153040915  1076574/io.harmony.
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       144130552  1031700/io.chromeca
                                    udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       20494294   188375/io.shelly.0
                                    udp        0      0 192.168.1.72:46919      0.0.0.0:*                           997        65000935   547317/Plex Media S
                                    udp        0      0 0.0.0.0:55211           0.0.0.0:*                           1001       34790      2622/io.miio.0
                                    udp        0      0 0.0.0.0:32410           0.0.0.0:*                           997        65000929   547317/Plex Media S
                                    udp        0      0 0.0.0.0:32412           0.0.0.0:*                           997        65000930   547317/Plex Media S
                                    udp        0      0 0.0.0.0:32413           0.0.0.0:*                           997        65000931   547317/Plex Media S
                                    udp        0      0 0.0.0.0:32414           0.0.0.0:*                           997        65000928   547317/Plex Media S
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14855      393/dhclient
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          11425      1/init
                                    udp6       0      0 :::53                   :::*                                0          18975      810/AdGuardHome
                                    udp6       0      0 :::111                  :::*                                0          10618      1/init
                                    
                                    
                                    =================== ZUSAMMENFASSUNG ====================
                                    
                                    
                                    Betriebssystem:         Debian GNU/Linux 11 (bullseye)
                                    Installation:           Nativ
                                    Zeitzone:               Europe/Vienna
                                    User-ID:                1000
                                    X-Server:               deaktiv
                                    Nodejs-Installation:    /usr/bin/nodejs         v16.18.1
                                                            /usr/bin/node           v16.18.1
                                                            /usr/bin/npm            8.19.2
                                    ioBroker Core:          js-controller           4.0.23
                                                                            admin:  6.2.23
                                    Active repo(s): Beta (latest)
                                    Objekte:                27000
                                    Zustände:               37460
                                    
                                    Größe der iob-Datenbanken:
                                    
                                     12K backup-objects
                                     22M objects.json.bak.migrated
                                     43M objects.jsonl
                                    4,0K objects.jsonl.lock
                                     22M objects.json.migrated
                                    6,7M states.json.bak.migrated
                                     82M states.jsonl
                                    4,0K states.jsonl.lock
                                    6,7M states.json.migrated
                                    

                                    Carpe diem

                                    1 Reply Last reply
                                    0
                                    • liv-in-skyL liv-in-sky

                                      @thomas-braun

                                      nur so morgendliche ideen:

                                      • ich weiß nicht, ob folgender befehl auf allen system funktioniert
                                      printf "\033c"
                                      

                                      aber damit kann ich - anstatt des clear bevor der zusammenfassung - wieder ganz zurückscrollen in putty

                                      dann müßte man nicht "enter" drücken vor der zusammenfassung und hat trotzdem eine neue seite

                                      • evtl eine warnung in der zusammenfassung, wenn der root-plattenplatz über 90 % ist ?
                                      E Online
                                      E Online
                                      emil70
                                      wrote on last edited by emil70
                                      #143

                                      @liv-in-sky sagte in iob diag - Skript:

                                      printf "\033c"

                                      Moin, Auf docker funktioniert es.
                                      Frage mich nur, wie man sich dann den ersten Teil ansehen will. Hochscrollen geht da nicht

                                      gruss emil70

                                      iobroker(V9) und Pi-hole läuft über docker (js-controller 6.0.11 und admin v7.1.15) auf einem synology DS918+ mit DSM 7.1.1-42962 Update 6

                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • NashraN Offline
                                        NashraN Offline
                                        Nashra
                                        Most Active Forum Testing
                                        wrote on last edited by
                                        #144

                                        Moin, aktuelles Skript, Proxmox lxc

                                        *** BASISSYSTEM ***
                                        CPU-Architektur: x86_64
                                        Docker: Nein
                                        LXC: lxc
                                        Distributor ID: Debian
                                        Description:    Debian GNU/Linux 10 (buster)
                                        Release:        10
                                        Codename:       buster
                                        
                                        PRETTY_NAME="Debian GNU/Linux 10 (buster)"
                                        NAME="Debian GNU/Linux"
                                        VERSION_ID="10"
                                        VERSION="10 (buster)"
                                        VERSION_CODENAME=buster
                                        ID=debian
                                        HOME_URL="https://www.debian.org/"
                                        SUPPORT_URL="https://www.debian.org/support"
                                        BUG_REPORT_URL="https://bugs.debian.org/"
                                        
                                        Systemuptime und Load:
                                         08:21:41 up 23:21,  1 user,  load average: 1.68, 1.37, 1.48
                                        CPU threads: 4
                                        
                                        *** Zeit und Zeitzonen ***
                                        Sun Nov  6 07:21:41 UTC 2022
                                        Sun Nov  6 08:21:41 CET 2022
                                        CET +0100
                                        Europe/Berlin
                                        
                                        *** User und Gruppen ***
                                        jack
                                        /home/jack
                                        jack sudo iobroker
                                        
                                        *** X-Server-Setup ***
                                        X-Server: Nein
                                        Desktop: 
                                        Konsole: 
                                        
                                        *** ARBEITSSPEICHER ***
                                                      total        used        free      shared  buff/cache   available
                                        Mem:            10G        3.8G        5.3G        8.0M        1.0G        6.3G
                                        Swap:            0B          0B          0B
                                        Total:          10G        3.8G        5.3G
                                        
                                                10112 M total memory
                                                 3808 M used memory
                                                  310 M active memory
                                                 4253 M inactive memory
                                                 5297 M free memory
                                                    0 M buffer memory
                                                 1005 M swap cache
                                                    0 M total swap
                                                    0 M used swap
                                                    0 M free swap
                                        
                                        *** DATEISYSTEM ***
                                        Filesystem                       Type      Size  Used Avail Use% Mounted on
                                        /dev/mapper/pve-vm--100--disk--1 ext4       21G  7.9G   12G  41% /
                                        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     7.8G  8.1M  7.8G   1% /run
                                        tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                                        
                                        Daten in neuralgischen Verzeichnissen:
                                        
                                        /var:
                                        404M    /var/
                                        222M    /var/cache
                                        218M    /var/cache/apt
                                        178M    /var/lib
                                        157M    /var/cache/apt/archives
                                        
                                        /opt/iobroker/backups:
                                        1.1G    /opt/iobroker/backups/
                                        3.1M    /opt/iobroker/backups/scripte
                                        844K    /opt/iobroker/backups/scripte/Allerlei
                                        472K    /opt/iobroker/backups/scripte/Wetter
                                        440K    /opt/iobroker/backups/scripte/global
                                        
                                        /opt/iobroker/iobroker-data:
                                        1.7G    /opt/iobroker/iobroker-data/
                                        630M    /opt/iobroker/iobroker-data/files
                                        623M    /opt/iobroker/iobroker-data/backup-objects
                                        206M    /opt/iobroker/iobroker-data/files/vis.0
                                        90M     /opt/iobroker/iobroker-data/history
                                        
                                        Die 5 größten Dateien in iobroker-data:
                                        145M states.jsonl
                                         66M objects.jsonl
                                         28M objects.json.migrated
                                         28M objects.json.bak.migrated
                                         17M states.json.migrated
                                        
                                        *** Nodejs-Installation ***
                                        /usr/bin/nodejs         v16.18.0
                                        /usr/bin/node           v16.18.0
                                        /usr/bin/npm            8.19.2
                                        
                                        nodejs:
                                          Installed: 16.18.0-deb-1nodesource1
                                          Candidate: 16.18.1-deb-1nodesource1
                                          Version table:
                                             16.18.1-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_16.x buster/main amd64 Packages
                                         *** 16.18.0-deb-1nodesource1 100
                                                100 /var/lib/dpkg/status
                                             10.24.0~dfsg-1~deb10u2 500
                                                500 http://security.debian.org buster/updates/main amd64 Packages
                                             10.24.0~dfsg-1~deb10u1 500
                                                500 http://ftp.debian.org/debian buster/main amd64 Packages
                                        
                                        *** ioBroker-Installation ***
                                        
                                        Versionsnummern der Kern-Adapter
                                        js-controller:  4.0.23
                                        Admin-Adapter:  6.2.23
                                        
                                        ioBroker-Repos und Updates
                                        Stable (default): http://download.iobroker.net/sources-dist.json
                                        Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                        stable-live   : http://iobroker.live/repo/sources-dist.json
                                        latest-live   : http://iobroker.live/repo/sources-dist-latest.json
                                        
                                        Active repo(s): Stable (default)
                                        
                                        Used repository: Stable (default)
                                        
                                        Objekte und Zustände
                                        werden ermittelt - Dies kann einen Moment dauern.
                                        Objekte:        39924
                                        Zustände:       37014
                                        
                                        *** Repositories und OS-Updates ***
                                        Hit:1 http://security.debian.org buster/updates InRelease
                                        Hit:2 http://ftp.debian.org/debian buster InRelease                                                                     
                                        Hit:3 https://deb.nodesource.com/node_16.x buster InRelease                                                             
                                        Hit:4 http://ftp.debian.org/debian buster-updates InRelease                                                             
                                        Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian buster InRelease
                                        Reading package lists... Done
                                        Ausstehende Updates: 1
                                        
                                        *** Lauschende Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                        tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          47286      315/master          
                                        tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN      1000       13031318   1000692/nc          
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          46775      165/sshd            
                                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          41781      1/init              
                                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       46975      131/iobroker.js-con 
                                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       47529      131/iobroker.js-con 
                                        tcp6       0      0 :::8093                 :::*                    LISTEN      1001       80925      3151/io.rest-api.0  
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       49243      330/io.admin.0      
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       69651      2247/io.web.0       
                                        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       64451      1833/io.socketio.0  
                                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       63384      1747/io.simple-api. 
                                        tcp6       0      0 :::3030                 :::*                    LISTEN      1001       72270      2352/io.radar-trap. 
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          46777      165/sshd            
                                        tcp6       0      0 :::111                  :::*                    LISTEN      0          41783      1/init              
                                        tcp6       0      0 ::1:25                  :::*                    LISTEN      0          47287      315/master          
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       53971      975/io.shelly.0     
                                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       2742988    226480/io.tuya.0    
                                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       2742989    226480/io.tuya.0    
                                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          41782      1/init              
                                        udp        0      0 0.0.0.0:57624           0.0.0.0:*                           1001       66125      1878/io.upnp.0      
                                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       69164      1878/io.upnp.0      
                                        udp        0      0 192.168.1.14:5353       0.0.0.0:*                           1001       53167      990/io.tr-064.0     
                                        udp6       0      0 :::111                  :::*                                0          41784      1/init              
                                        
                                        
                                        =================== ZUSAMMENFASSUNG ====================
                                        
                                        
                                        Betriebssystem:         Debian GNU/Linux 10 (buster)
                                        Installation:           lxc
                                        Zeitzone:               Europe/Berlin
                                        User-ID:                1000
                                        X-Server:               deaktiv
                                        Nodejs-Installation:    /usr/bin/nodejs         v16.18.0
                                                                /usr/bin/node           v16.18.0
                                                                /usr/bin/npm            8.19.2
                                        ioBroker Core:          js-controller           4.0.23
                                                                                admin:  6.2.23
                                        Active repo(s): Stable (default)
                                        Objekte:                39924
                                        Zustände:               37014
                                        
                                        Größe der iob-Datenbanken:
                                        
                                         12K backup-objects
                                         28M objects.json.bak.migrated
                                           0 objects.json.broken
                                         28M objects.json.migrated
                                         66M objects.jsonl
                                        4.0K objects.jsonl.lock
                                         17M states.json.bak.migrated
                                           0 states.json.broken
                                         17M states.json.migrated
                                        148M states.jsonl
                                        4.0K states.jsonl.lock
                                        

                                        Gruß Ralf
                                        Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

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

                                        1 Reply Last reply
                                        0
                                        • E emil70

                                          @liv-in-sky sagte in iob diag - Skript:

                                          printf "\033c"

                                          Moin, Auf docker funktioniert es.
                                          Frage mich nur, wie man sich dann den ersten Teil ansehen will. Hochscrollen geht da nicht

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #145

                                          @emil70 sagte in iob diag - Skript:

                                          Frage mich nur, wie man sich dann den ersten Teil ansehen will. Hochscrollen geht da nicht

                                          Bevor man auf die Zusammenfassung geht kann man scrollen.

                                          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

                                          E 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          629

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          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