Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    iob diag - Skript

    This topic has been deleted. Only users with topic management privileges can see it.
    • liv-in-sky
      liv-in-sky @Thomas Braun last edited by

      @thomas-braun

      cooles script - sollte in den iobroker commands integriert sein - so wie z.b. iob status

      iob diag
      
      R Thomas Braun 2 Replies Last reply Reply Quote 0
      • R
        reutli @liv-in-sky last edited by

        @liv-in-sky

        jupp hat Thomas ja im ersten post bereits angedeutet...

        @thomas-braun sagte in iob diag - Skript:

        das man vielleicht analog zum iobroker fix direkt zu einer Basisinstallation des ioiBrokers hinzufügen könnte. Aufruf dann z. B. über ìobroker diag oder so.

        liv-in-sky 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @liv-in-sky last edited by

          @liv-in-sky

          Das ist das Ziel. Dazu braucht es aber noch mehr Tests und vermutlich Unterstützung von mehreren Sprachen, mindestens aber wohl Englisch.
          Das braucht noch etwas Reifezeit.

          E 1 Reply Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @reutli last edited by

            @reutli ich würde es sogar in den info adapter einbauen - evtl als button zum abfragen oder einmaligen laufen beim info aufruf

            @Thomas-Braun zur info: läuft bei mir durch auf proxmox (lxc)

            1 Reply Last reply Reply Quote 0
            • E
              emil70 last edited by emil70

              cooles script

              *** BASISSYSTEM ***
              CPU-Architektur: x86_64
              Docker: Ja
              ./iob_diag: line 35: systemd-detect-virt: command not found
              LXC: 
              Distributor ID: Debian
              Description:    Debian GNU/Linux 11 (bullseye)
              Release:        11
              Codename:       bullseye
              
              Systemuptime und Load:
               07:47:48 up 27 days, 38 min,  0 users,  load average: 0,13, 0,23, 0,22
              CPU threads: 4
              
              *** Zeit und Zeitzonen ***
              Mi 2. Nov 06:47:48 UTC 2022
              Mi 2. Nov 07:47:48 CET 2022
              CET +0100
              Etc/UTC
              
              *** ARBEITSSPEICHER ***
                             total        used        free      shared  buff/cache   available
              Mem:            11Gi       3,1Gi       4,6Gi       150Mi       3,8Gi       7,9Gi
              Swap:          8,9Gi       1,1Gi       7,9Gi
              Total:          20Gi       4,2Gi        12Gi
              
              *** Nodejs-Installation ***
              /usr/bin/nodejs         v16.17.1
              /usr/bin/node           v16.17.1
              /usr/bin/npm            8.15.0
              
              nodejs:
                Installed: 16.17.1-deb-1nodesource1
                Candidate: 16.17.1-deb-1nodesource1
                Version table:
               *** 16.17.1-deb-1nodesource1 100
                      100 /var/lib/dpkg/status
              
              *** ioBroker-Installation ***
              js-controller:  4.0.23
              
              Updates + Repos:
              Used repository: Stable (default)
              Adapter    "panasonic-comfort-cloud": 2.0.6, installed 2.0.4 [Updatable]
              
              *** User und Gruppen ***
              root
              /opt/iobroker
              root
              
              *** X-Server-Setup ***
              X-Server: Nein
              Desktop: 
              Konsole: 
              
              *** 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 https://deb.nodesource.com/node_16.x bullseye InRelease                                 
              Reading package lists... Done                     
              Building dependency tree... Done
              Reading state information... Done
              13 packages can be upgraded. Run 'apt list --upgradable' to see them.
              

              da

              ./iob_diag: line 35: systemd-detect-virt: command not found
              

              solltest du nochmal ran

              Da

              echo -e "LXC: `systemd-detect-virt`"
              

              solltest du lieber auch eine Abfrage einbauen und wenn vorhanden eine Ausgabe setzen

              So vielleicht

              LXC=systemd-detect-virt;
              if [ -f "$LXC" ]; then
                  echo "LXC: Ja"
              else
                  echo "LXC: Nein"
              fi;
              
              1 Reply Last reply Reply Quote 0
              • Nashra
                Nashra Most Active Forum Testing last edited by Nashra

                Moin, tolles Skript 👍
                Proxmox mit lxc auf einem i3 PC

                *** 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:
                 08:00:58 up 19 days, 15:05,  1 user,  load average: 1.11, 0.80, 0.86
                CPU threads: 4
                
                *** Zeit und Zeitzonen ***
                Wed Nov  2 07:00:58 UTC 2022
                Wed Nov  2 08:00:58 CET 2022
                CET +0100
                Europe/Berlin
                
                *** ARBEITSSPEICHER ***
                              total        used        free      shared  buff/cache   available
                Mem:          9.9Gi       3.6Gi       5.8Gi       8.0Mi       491Mi       6.3Gi
                Swap:            0B          0B          0B
                Total:        9.9Gi       3.6Gi       5.8Gi
                
                *** Nodejs-Installation ***
                [sudo] password for jack: 
                /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 ***
                js-controller:  4.0.23
                
                Updates + Repos:
                Used repository: Stable (default)
                
                *** User und Gruppen ***
                jack
                /home/jack
                jack sudo iobroker
                
                *** X-Server-Setup ***
                X-Server: Nein
                Desktop: 
                Konsole: 
                
                *** 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
                Building dependency tree       
                Reading state information... Done
                50 packages can be upgraded. Run 'apt list --upgradable' to see them.
                
                R 1 Reply Last reply Reply Quote 0
                • R
                  reutli @Nashra last edited by

                  @nashra sagte in iob diag - Skript:

                  50 packages can be upgraded. Run 'apt list --upgradable' to see them.

                  Na Du solltest aber mal ran an die Updates 🤗

                  Nashra 1 Reply Last reply Reply Quote 0
                  • Nashra
                    Nashra Most Active Forum Testing @reutli last edited by Nashra

                    @reutli sagte in iob diag - Skript:

                    @nashra sagte in iob diag - Skript:

                    50 packages can be upgraded. Run 'apt list --upgradable' to see them.

                    Na Du solltest aber mal ran an die Updates 🤗

                    Jow, bin schon dabei bzw. erledigt 😁

                    1 Reply Last reply Reply Quote 0
                    • liv-in-sky
                      liv-in-sky @MCU last edited by

                      @mcu sagte in iob diag - Skript:

                      / offene Ports?

                      @Thomas-Braun

                      ich würde die offenen ports auch gut finden - es kommt immer mal vor, daß adapter installiert werden und der port schon anders genutzt wird - ist nicht auf den router bezogen und was nach außen geht

                      z.b.

                      sudo netstat -tulpn | grep io.
                      tcp        0      0 192.168.178.59:8082     0.0.0.0:*               LISTEN      2019/io.web.0
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1299/io.mqtt.1
                      tcp        0      0 0.0.0.0:1505            0.0.0.0:*               LISTEN      1831/io.sonoff.0
                      tcp        0      0 0.0.0.0:1506            0.0.0.0:*               LISTEN      1284/io.mqtt.0
                      tcp        0      0 0.0.0.0:1606            0.0.0.0:*               LISTEN      1855/io.sonoff.1
                      tcp        0      0 192.168.178.59:8072     0.0.0.0:*               LISTEN      2672/io.web.1
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      316/iobroker.js-con
                      tcp        0      0 0.0.0.0:1707            0.0.0.0:*               LISTEN      1879/io.sonoff.3
                      tcp        0      0 0.0.0.0:1708            0.0.0.0:*               LISTEN      1901/io.sonoff.4
                      tcp6       0      0 :::8077                 :::*                    LISTEN      2785/io.web.6
                      tcp6       0      0 :::8078                 :::*                    LISTEN      2800/io.web.7
                      tcp6       0      0 :::8081                 :::*                    LISTEN      347/io.admin.0
                      tcp6       0      0 :::8084                 :::*                    LISTEN      2882/io.ws.0
                      tcp6       0      0 :::8087                 :::*                    LISTEN      2539/io.simple-api.
                      tcp6       0      0 :::8088                 :::*                    LISTEN      378/io.admin.1
                      tcp6       0      0 :::8089                 :::*                    LISTEN      389/io.admin.2
                      tcp6       0      0 :::8094                 :::*                    LISTEN      2922/io.ws.1
                      tcp6       0      0 :::8095                 :::*                    LISTEN      2941/io.ws.2
                      tcp6       0      0 :::8096                 :::*                    LISTEN      2982/io.ws.3
                      tcp6       0      0 :::8097                 :::*                    LISTEN      3003/io.ws.4
                      tcp6       0      0 :::8098                 :::*                    LISTEN      3020/io.ws.5
                      tcp6       0      0 :::8099                 :::*                    LISTEN      3039/io.ws.6
                      tcp6       0      0 :::9092                 :::*                    LISTEN      3060/io.ws.7
                      tcp6       0      0 :::8071                 :::*                    LISTEN      400/io.admin.3
                      tcp6       0      0 :::8073                 :::*                    LISTEN      2692/io.web.2
                      tcp6       0      0 :::8074                 :::*                    LISTEN      2707/io.web.3
                      tcp6       0      0 :::8075                 :::*                    LISTEN      2725/io.web.4
                      tcp6       0      0 :::8076                 :::*                    LISTEN      2744/io.web.5
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           65637/io.wled.0
                      udp        0      0 0.0.0.0:15001           0.0.0.0:*                           72763/io.broadlink2
                      udp        0      0 0.0.0.0:49220           0.0.0.0:*                           72763/io.broadlink2
                      udp        0      0 0.0.0.0:41501           0.0.0.0:*                           72763/io.broadlink2
                      udp        0      0 0.0.0.0:9898            0.0.0.0:*                           939/io.mihome.0
                      udp        0      0 0.0.0.0:1900            0.0.0.0:*                           2630/io.upnp.0
                      udp        0      0 0.0.0.0:53086           0.0.0.0:*                           2630/io.upnp.0
                      udp        0      0 0.0.0.0:53897           0.0.0.0:*                           72763/io.broadlink2
                      

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

                        @thomas-braun Vielen Dank!

                        Funktioniert super im Debian11 LXC.

                        Ist die Anzeige des Run-Leveles (who -r) absichtlich nicht im Script? Nur so eine Idee, weil du ja oft danach fragst .....

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Jey Cee
                          Jey Cee Developer last edited by

                          Cool, das hat noch gefehlt.

                          *** BASISSYSTEM ***
                          CPU-Architektur: x86_64
                          Docker: Nein
                          LXC: kvm
                          Distributor ID: Ubuntu
                          Description:    Ubuntu 22.04.1 LTS
                          Release:        22.04
                          Codename:       jammy
                          
                          Systemuptime und Load:
                           08:18:23 up 43 days, 21:11,  1 user,  load average: 0,53, 0,32, 0,28
                          CPU threads: 8
                          
                          *** Zeit und Zeitzonen ***
                          Mi 2. Nov 07:18:23 UTC 2022
                          Mi 2. Nov 08:18:23 CET 2022
                          CET +0100
                          Europe/Berlin
                          
                          *** ARBEITSSPEICHER ***
                                         total        used        free      shared  buff/cache   available
                          Mem:           5,8Gi       3,1Gi       912Mi       1,0Mi       1,8Gi       2,4Gi
                          Swap:          4,0Gi        38Mi       4,0Gi
                          Total:         9,8Gi       3,1Gi       4,9Gi
                          
                          *** Nodejs-Installation ***
                          /usr/bin/nodejs         v14.20.0
                          /usr/bin/node           v14.20.0
                          /usr/bin/npm            6.14.17
                          
                          nodejs:
                            Installiert:           14.20.0-deb-1nodesource1
                            Installationskandidat: 14.20.1-deb-1nodesource1
                            Versionstabelle:
                               14.20.1-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_14.x jammy/main amd64 Packages
                           *** 14.20.0-deb-1nodesource1 100
                                  100 /var/lib/dpkg/status
                               12.22.9~dfsg-1ubuntu3 500
                                  500 http://bd.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                          
                          *** ioBroker-Installation ***
                          js-controller:  4.0.23
                          
                          Updates + Repos:
                          Used repository: beta
                          Adapter    "backitup"     : 2.5.3    , installed 2.5.2  [Updatable]
                          
                          *** User und Gruppen ***
                          jey-cee
                          /home/jey-cee
                          jey-cee adm cdrom sudo dip plugdev lxd iobroker
                          
                          *** X-Server-Setup ***
                          X-Server: Nein
                          Desktop: 
                          Konsole: tty
                          
                          *** Repositories und OS-Updates ***
                          OK:1 http://bd.archive.ubuntu.com/ubuntu jammy InRelease
                          OK:2 https://deb.nodesource.com/node_14.x jammy InRelease                                  
                          OK:3 http://bd.archive.ubuntu.com/ubuntu jammy-updates InRelease                           
                          OK:4 http://bd.archive.ubuntu.com/ubuntu jammy-backports InRelease
                          OK:5 http://bd.archive.ubuntu.com/ubuntu jammy-security InRelease
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          Aktualisierung für 51 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                          
                          Nashra Thomas Braun 2 Replies Last reply Reply Quote 0
                          • Nashra
                            Nashra Most Active Forum Testing @Jey Cee last edited by

                            @jey-cee

                            Aktualisierung für 51 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                            

                            Ha, 51 Pakete. Bei mir waren es vorhin 50 😁

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

                              @einstein67

                              Ist absichtlich nicht drin, weil es täuschen kann.
                              Raspberry Pi OS läuft z.B. ohne X-Server im RunLevel 5.
                              Ist zwar eigentlich falsch, aber was willste machen...

                              Deswegen ist aber die Abfrage auf einen laufenden Xorg-Prozess drin. Das sollte verlässlicher sein.

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

                                @jey-cee
                                kvm ist eine ProxmoxVM?
                                Mir ist die Abgrenzung zum lxc nicht klar.

                                Homoran Jey Cee 2 Replies Last reply Reply Quote 0
                                • E
                                  Einstein67 @Thomas Braun last edited by

                                  @thomas-braun said in iob diag - Skript:

                                  Deswegen ist aber die Abfrage auf einen laufenden Xorg-Prozess drin. Das sollte verlässlicher sein.

                                  Alles klar! Hab ich schon irgendwie vermutet!

                                  Thx

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

                                    @thomas-braun sagte in iob diag - Skript:

                                    @jey-cee
                                    kvm ist eine ProxmoxVM?
                                    Mir ist die Abgrenzung zum lxc nicht klar.

                                    ja! VM vs Container.

                                    1 Reply Last reply Reply Quote 0
                                    • Jey Cee
                                      Jey Cee Developer @Thomas Braun last edited by

                                      @thomas-braun richtig das läuft in einer vm

                                      1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @liv-in-sky last edited by

                                        @liv-in-sky

                                        Ich hab die 'Lauschenden Ports' jetzt drin.
                                        Check nochmal ob das so passt.

                                        liv-in-sky 1 Reply Last reply Reply Quote 0
                                        • E
                                          emil70 last edited by emil70

                                          Bei

                                          ss -tulwp | grep LISTEN
                                          

                                          kommt bei mir

                                          sudo: ss: command not found
                                          

                                          Mit

                                          netstat -tulpn | grep LISTEN;
                                          

                                          geht es und

                                          Distributor ID: Debian
                                          Description:    Debian GNU/Linux 11 (bullseye)
                                          Release:        11
                                          Codename:       bullseye
                                          

                                          ist ja nicht alt

                                          Das

                                          ./iob_diag: line 35: systemd-detect-virt: command not found
                                          

                                          ist immer noch drin. Hatte ich weiter oben schon mal was zu geschrieben

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

                                            @emil70

                                            netstat ist eigentlich veraltet und wird/wurde durch ss abgelöst.
                                            Hm. Muss ich wohl doch den alten Kram drin haben, netstat dürfte fast überall installiert sein.

                                            systemd-detect-virt wüsste ich nicht wie es ersetzt werden kann. Bin ja froh das es die lxc identifizieren kann (Zumindest die aktuellen, die per systemd gestartet werden). Auf meinem absolut nicht virtualisierten RaspberryOS läuft das auch.

                                            Auf was für einem System turnst du denn da rum? Docker?

                                            [Edit:] Ah, reiner Docker. Ich bringe das heute abend mit abfangen der Meldung rein.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            1.0k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            49
                                            725
                                            143547
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo