Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    iob diag - Skript

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Hc-Yami last edited by

      Hallo zusammen,
      ich versuche gerade einzugrenzen warum ich nicht von node.js 18.17 auf die 18.18 komme.
      Leider bekomme ich das Skript so nicht ausgeführt, weil er das Kennwort für den ioBroker user verlangt.

      Ich melde mich via. "normal" Account und SSH an. Wechsle dann auf den root, weil der normal Account keine Rechte hat und führe das Skript wie folgt aus:

      root@ioBroker:/home/administrator# sudo --user=iobroker iob diag

      Wenn ich es mit dem administrator ausführe, steht dort, dass dieser keine Rechte hat im Namen von iobroker etwas auszuführen.

      Was mache ich hier falsch? 😕

      Grüße

      apollon77 1 Reply Last reply Reply Quote 0
      • apollon77
        apollon77 @Hc-Yami last edited by

        @hc-yami Also wenn du es normal aufgesetzt hast dann sollte sudo für deinen user eingerichtet sein und du kannst das skript normal starten und er fragt nach dem Passwort des users

        H 1 Reply Last reply Reply Quote 0
        • H
          Hc-Yami @apollon77 last edited by Hc-Yami

          @apollon77 die Installation ist leider schon sehr lange her. Nutze ioBroker schon seit den anfängen.
          Ich denke die Installation war durch eine damalige Vorlage auf der Webseite.

          Wenn ich das Skript via. "normalen" User, in meinem Fall administrator starte, bekomme ich folgende Meldung:

          administrator@ioBroker:~$ sudo iob fix
          [sudo] Passwort für administrator:
          Leider darf der Benutzer administrator »/usr/bin/iob fix« als root auf ioBroker nicht ausführen.
          

          Starte ich das Skript als root, erhalte ich folgende Meldung:

          root@ioBroker:/home/administrator# iob diag
          This script must not be run as root!
          Please use your standard user!
          

          iob fix hatte ich schon ausgeführt. Auch ein reboot ist durch.

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

            @hc-yami

            In welchen Gruppen ist der 'administrator' drin?

            groups
            

            anschauen.

            H 1 Reply Last reply Reply Quote 0
            • H
              Hc-Yami @Thomas Braun last edited by Hc-Yami

              @thomas-braun said in iob diag - Skript:

              groups

              schön, dass es die kleinen Dinge sind. 🙂

              Hab den Nutzer nun über

              su -
              usermod -aG iobroker administrator
              

              hinzugefügt.

              administrator@ioBroker:~$ groups
              administrator cdrom floppy audio dip video plugdev netdev iobroker
              

              Leider darf er dadurch immer noch nicht:

              administrator@ioBroker:~$ sudo iob diag
              [sudo] Passwort für administrator:
              Leider darf der Benutzer administrator »/usr/bin/iob diag« als root auf ioBroker nicht ausführen.
              
              Meister Mopper Thomas Braun 2 Replies Last reply Reply Quote 0
              • Meister Mopper
                Meister Mopper @Hc-Yami last edited by

                @hc-yami sagte in iob diag - Skript:

                sudo iob diag

                Niemals ein sudo vor einen ioBroker-Befehl!!!

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

                  @hc-yami sagte in iob diag - Skript:

                  Leider darf er dadurch immer noch nicht:

                  Logisch. Der ist ja auch nicht in der Gruppe sudo drin.

                  Als root:

                  usermod -aG sudo administrator
                  

                  Und dann NIE, NIE, NIE MEHR direkt als root herumkaspern.

                  H 1 Reply Last reply Reply Quote 0
                  • H
                    Hc-Yami @Thomas Braun last edited by

                    @thomas-braun
                    @Meister-Mopper

                    administrator@ioBroker:~$ iob diag
                    [sudo] Passwort für administrator:
                    Leider darf der Benutzer administrator »/usr/bin/curl -sLf https://iobroker.net/diag.sh --output /home/iobroker/.diag.sh« als iobroker auf ioBroker nicht ausführen.
                    administrator@ioBroker:~$ su -
                    Passwort:
                    root@ioBroker:~# usermod -aG sudo administrator
                    root@ioBroker:~# exit
                    Abgemeldet
                    administrator@ioBroker:~$ iob diag
                    [sudo] Passwort für administrator:
                    Leider darf der Benutzer administrator »/usr/bin/curl -sLf https://iobroker.net/diag.sh --output /home/iobroker/.diag.sh« als iobroker auf ioBroker nicht ausführen.
                    administrator@ioBroker:~$ sudo iob diag
                    [sudo] Passwort für administrator:
                    Leider darf der Benutzer administrator »/usr/bin/iob diag« als root auf ioBroker nicht ausführen.
                    administrator@ioBroker:~$
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Hc-Yami last edited by

                      @hc-yami

                      Den 'administrator' aus- und wieder einloggen.
                      Geänderte Gruppen werden erst beim nächsten Login eingelesen.

                      H 1 Reply Last reply Reply Quote 1
                      • H
                        Hc-Yami @Thomas Braun last edited by Hc-Yami

                        @thomas-braun wieder etwas gelernt, vielen Dank dafür. Leider löst das mein Update Problem noch nicht, weil iob diag eigentlichr echt gut aussieht:

                        ======================= SUMMARY =======================
                                                v.2023-10-10
                        
                        
                           Static hostname: ioBroker
                                 Icon name: computer-vm
                                   Chassis: vm
                            Virtualization: microsoft
                          Operating System: Debian GNU/Linux 11 (bullseye)
                                    Kernel: Linux 5.10.0-19-amd64
                              Architecture: x86-64
                        
                        Installation:           microsoft
                        Kernel:                 x86_64
                        Userland:               amd64
                        Timezone:               Europe/Berlin (CET, +0100)
                        User-ID:                1000
                        X-Server:               false
                        Boot Target:            graphical.target
                        
                        Pending OS-Updates:     133
                        Pending iob updates:    0
                        
                        Nodejs-Installation:    /usr/bin/nodejs         v18.17.1
                                                /usr/bin/node           v18.17.1
                                                /usr/bin/npm            9.6.7
                                                /usr/bin/npx            9.6.7
                                                /usr/bin/corepack       0.18.0
                        
                        Recommended versions are nodejs 18.18.2 and npm 9.8.1
                        Your nodejs installation is correct
                        
                        MEMORY:
                                       total        used        free      shared  buff/cache   available
                        Mem:            3.9G        2.3G        911M        0.0K        675M        1.3G
                        Swap:           974M          0B        974M
                        Total:          4.9G        2.3G        1.9G
                        
                        Active iob-Instances:   30
                        Active repo(s): stable
                        
                        ioBroker Core:          js-controller           5.0.12
                                                admin                   6.12.0
                        
                        ioBroker Status:        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects:                9722
                        States:                 7869
                        
                        Size of iob-Database:
                        
                        26M     /opt/iobroker/iobroker-data/objects.jsonl
                        8.3M    /opt/iobroker/iobroker-data/objects.json.migrated
                        8.3M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                        2.5M    /opt/iobroker/iobroker-data/states.jsonl
                        1020K   /opt/iobroker/iobroker-data/states.json.migrated
                        1020K   /opt/iobroker/iobroker-data/states.json.bak.migrated
                        0       /opt/iobroker/iobroker-data/states.json.broken
                        
                        
                        
                        =================== END OF SUMMARY ====================
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Hc-Yami last edited by Thomas Braun

                          @hc-yami sagte in iob diag - Skript:

                          Pending OS-Updates: 133

                          HUST

                          Das ist auch ein Update-Problem...

                          sudo apt update
                          sudo apt full-upgrade
                          iob stop
                          iob fix
                          iob nodejs-update
                          sudo systemctl set-default multi-user.target
                          sudo reboot
                          
                          H 1 Reply Last reply Reply Quote 1
                          • H
                            Hc-Yami @Thomas Braun last edited by Hc-Yami

                            @thomas-braun hatte tatsächlich nie manuell apt upgrade ausgeführt. Habe das nun nachgeholt. Irgendwie hatte ich im Kopf, dass man das nicht tun sollte, weil ioBroker das für einen erledigt. Faktisch praktisch ist aber apt update / upgrade und full-upgrade im ioBroker Umfeld okay?

                            Gehe gerade die Befehle durch. Nach apt upgrad ehabe ich schonmal keine Updates mehr. Jetzt möchte er aber gerade einen Neustart. 🙂

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

                              @hc-yami sagte in iob diag - Skript:

                              weil ioBroker das für einen erledigt.

                              Quatsch. Das wurde noch nie von einer Anwendung übernommen, die dafür gar nicht gedacht ist.

                              Faktisch praktisch ist aber apt update / upgrade und full-upgrade im ioBroker Umfeld okay?

                              Das hat mit dem Umfeld nix zu tun, das ist eine reine Sache des Betriebssystems.

                              Jetzt möchte er aber gerade einen Neustart.

                              Natürlich. Deswegen hatte ich den oben schon vorweggenommen.

                              H Thomas Braun 2 Replies Last reply Reply Quote 0
                              • H
                                Hc-Yami @Thomas Braun last edited by

                                @thomas-braun läuft wie ein Länderspiel, dankeschön. 🙂
                                Wo findet man die obligatorische Kaffeedose?

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

                                  Könnte mal einer der Raspberry 5 User einen vollständigen Lauf zeigen?
                                  Ich glaube das hakelt da noch an ein paar Stellen. Die würde ich gerne noch ausbügeln.

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

                                    @thomas-braun

                                    ======== Start marking the full check here =========
                                    
                                    Skript v.2023-10-10
                                    
                                    *** BASE SYSTEM ***
                                     Static hostname: iobroker
                                           Icon name: computer
                                    Operating System: Debian GNU/Linux 12 (bookworm)
                                              Kernel: Linux 6.6.20+rpt-rpi-2712
                                        Architecture: arm64
                                    
                                    Model           : Raspberry Pi 5 Model B Rev 1.0
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : aarch64
                                    Userland        : arm64
                                    
                                    Systemuptime and Load:
                                     23:01:51 up 4 days,  8:55,  1 user,  load average: 0.22, 0.38, 0.34
                                    CPU threads: 4
                                    
                                    
                                    *** RASPBERRY THROTTLING ***
                                    Current issues:
                                    No throttling issues detected.
                                    
                                    Previously detected issues:
                                    No throttling issues detected.
                                    
                                    *** Time and Time Zones ***
                                                   Local time: Mon 2024-04-01 23:01:51 CEST
                                               Universal time: Mon 2024-04-01 21:01:51 UTC
                                                     RTC time: Mon 2024-04-01 21:01:51
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** User and Groups ***
                                    pi
                                    /home/pi
                                    pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                    
                                    *** X-Server-Setup ***
                                    X-Server:       false
                                    Desktop:
                                    Terminal:       tty
                                    Boot Target:    multi-user.target
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            8.4G        5.5G        1.5G        5.5M        1.5G        2.9G
                                    Swap:           104M          0B        104M
                                    Total:          8.5G        5.5G        1.6G
                                    
                                             8052 M total memory
                                             5246 M used memory
                                             4928 M active memory
                                             1077 M inactive memory
                                             1431 M free memory
                                              161 M buffer memory
                                             1314 M swap cache
                                               99 M total swap
                                                0 M used swap
                                               99 M free swap
                                    
                                    Raspberry only:
                                    vc_gencmd_read_response returned -1
                                    error=1 error_msg="Command not registered"
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT LOAD ACTIVE SUB DESCRIPTION
                                    0 loaded units listed.
                                    
                                    *** FILESYSTEM ***
                                    Filesystem                     Type      Size  Used Avail Use% Mounted on
                                    udev                           devtmpfs  3.8G     0  3.8G   0% /dev
                                    tmpfs                          tmpfs     806M  5.2M  801M   1% /run
                                    /dev/mmcblk0p2                 ext4      117G  9.3G  102G   9% /
                                    tmpfs                          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                    tmpfs                          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                    /dev/mmcblk0p1                 vfat      510M   63M  448M  13% /boot/firmware
                                    192.168.2.56:/volume1/iobroker nfs       3.5T  2.8T  776G  79% /opt/iobroker/backups
                                    tmpfs                          tmpfs     806M     0  806M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Thu Mar 28 13:06:18 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=D8:3A:DD:99:6E:9A vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=675ae9ae-02 rootfstype=ext4 fsck.repair=yes rootwait
                                    [Thu Mar 28 13:06:21 2024] EXT4-fs (mmcblk0p2): mounted filesystem 3b614a3f-4a65-4480-876a-8a998e01ac9b ro with ordered data mode. Quota mode: none.
                                    [Thu Mar 28 13:06:22 2024] EXT4-fs (mmcblk0p2): re-mounted 3b614a3f-4a65-4480-876a-8a998e01ac9b r/w. Quota mode: none.
                                    
                                    Show mounted filesystems \(real ones only\):
                                    TARGET                  SOURCE                         FSTYPE OPTIONS
                                    /                       /dev/mmcblk0p2                 ext4   rw,noatime
                                    |-/boot/firmware        /dev/mmcblk0p1                 vfat   rw,relatime,fmask=
                                    `-/opt/iobroker/backups 192.168.2.56:/volume1/iobroker nfs    rw,relatime,vers=3
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    2.0G    /var/
                                    1.4G    /var/log/journal/87fcd42a64fb499e969e09ffa538a8fe
                                    1.4G    /var/log/journal
                                    1.4G    /var/log
                                    343M    /var/cache
                                    
                                    Archived and active journals take up 1.3G in the file system.
                                    
                                    /opt/iobroker/backups:
                                    9.9G    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    951M    /opt/iobroker/iobroker-data/
                                    595M    /opt/iobroker/iobroker-data/files
                                    266M    /opt/iobroker/iobroker-data/backup-objects
                                    166M    /opt/iobroker/iobroker-data/files/vis-2
                                    82M     /opt/iobroker/iobroker-data/files/vis-2/static
                                    
                                    The five largest files in iobroker-data are:
                                    78M     /opt/iobroker/iobroker-data/objects.jsonl
                                    33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                    24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.3c875f4c.js.map
                                    19M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.b4e310b6.js.map
                                    19M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.6aba9d5c.js.map
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d6df2ac6ddc9eb118cf3914f1d69213e-if00-port0
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v18.20.0
                                    /usr/bin/node           v18.20.0
                                    /usr/bin/npm            10.5.0
                                    /usr/bin/npx            10.5.0
                                    /usr/bin/corepack       0.25.2
                                    
                                    
                                    nodejs:
                                      Installed: 18.20.0-1nodesource1
                                      Candidate: 18.20.0-1nodesource1
                                      Version table:
                                     *** 18.20.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                            100 /var/lib/dpkg/status
                                         18.19.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.19.0+dfsg-6~deb12u1 500
                                            500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                         18.19.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.18.2-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.18.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.18.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.17.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.17.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.16.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.16.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.15.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.14.2-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.14.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.14.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.13.0+dfsg1-1 500
                                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                         18.13.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.12.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.11.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.10.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.9.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.9.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.8.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.7.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.6.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.5.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.4.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.3.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.2.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.1.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                         18.0.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree:
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Core adapters versions
                                    js-controller:  5.0.19
                                    admin:          6.15.2
                                    javascript:     7.11.1
                                    
                                    Adapters from github:   9
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                      system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                    + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                      system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                    + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                    + system.adapter.e2-openwebif.0           : e2-openwebif          : iobroker                                 -  enabled
                                    + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                                      system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                    + system.adapter.followthesun.0           : followthesun          : iobroker                                 -  enabled
                                    + system.adapter.fritzboxdect.0           : fritzboxdect          : iobroker                                 -  enabled
                                    + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled
                                    + system.adapter.hekr.0                   : hekr                  : iobroker                                 -  enabled
                                    + system.adapter.hiob.0                   : hiob                  : iobroker                                 -  enabled, port: 8097
                                    + system.adapter.hiobs.0                  : hiobs                 : iobroker                                 -  enabled, port: 8095
                                    + system.adapter.history.0                : history               : iobroker                                 -  enabled
                                    + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                      system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                                      system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 -  enabled
                                    + system.adapter.imap.0                   : imap                  : iobroker                                 -  enabled
                                    + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                                    + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                    + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                                    + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                    + system.adapter.lg-thinq.0               : lg-thinq              : iobroker                                 -  enabled
                                    + system.adapter.lgtv.0                   : lgtv                  : iobroker                                 -  enabled
                                    + system.adapter.lgtv.1                   : lgtv                  : iobroker                                 -  enabled
                                      system.adapter.linux-control.0          : linux-control         : iobroker                                 - disabled
                                    + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                                    + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.onvif.0                  : onvif                 : iobroker                                 -  enabled, port: 80, 90, 8088, 8999, 554
                                    + system.adapter.parcel.0                 : parcel                : iobroker                                 -  enabled
                                    + system.adapter.philips-android-tv.0     : philips-android-tv    : iobroker                                 -  enabled
                                    + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                                    + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                    + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                                    + system.adapter.time-switch.0            : time-switch           : iobroker                                 -  enabled
                                    + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                    + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                    + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                                    + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                                      system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                                      system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 -  enabled
                                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 -  enabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                      system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled
                                    + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                                      system.adapter.vis-metro.0              : vis-metro             : iobroker                                 -  enabled
                                      system.adapter.vis-owl.0                : vis-owl               : iobroker                                 -  enabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                                      system.adapter.vis-weather.0            : vis-weather           : iobroker                                 -  enabled
                                      system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                    + system.adapter.wallpanel.0              : wallpanel             : iobroker                                 -  enabled
                                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.worx.0                   : worx                  : iobroker                                 -  enabled
                                    + system.adapter.yamaha.0                 : yamaha                : iobroker                                 -  enabled
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyUSB0
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.hiob.0                   : hiob                  : iobroker                                 -  enabled, port: 8097
                                    + system.adapter.hiobs.0                  : hiobs                 : iobroker                                 -  enabled, port: 8095
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.onvif.0                  : onvif                 : iobroker                                 -  enabled, port: 80, 90, 8088, 8999, 554
                                    + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                    + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyUSB0
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): beta
                                    
                                    Installed ioBroker-Instances
                                    Used repository: beta
                                    Adapter    "admin"        : 6.15.2   , installed 6.15.2
                                    Adapter    "alexa2"       : 3.26.4   , installed 3.26.4
                                    Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                    Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                    Adapter    "daswetter"    : 3.1.13   , installed 3.1.13
                                    Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                                    Adapter    "email"        : 1.2.2    , installed 1.2.2
                                    Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                    Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                                    Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                    Adapter    "hekr"         : 0.0.6    , installed 0.0.6
                                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                                    Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                    Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                                    Adapter    "ical"         : 1.14.3   , installed 1.14.3
                                    Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                    Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
                                    Adapter    "imap"         : 0.1.3    , installed 0.1.3
                                    Adapter    "info"         : 2.0.0    , installed 2.0.0
                                    Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                    Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                    Adapter    "javascript"   : 7.11.1   , installed 7.11.1
                                    Controller "js-controller": 5.0.19   , installed 5.0.19
                                    Adapter    "lg-thinq"     : 0.3.3    , installed 0.3.3
                                    Adapter    "lgtv"         : 2.1.2    , installed 2.1.2
                                    Adapter    "linux-control": 1.1.5    , installed 1.1.5
                                    Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                    Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                    Adapter    "onvif"        : 1.1.3    , installed 1.1.3
                                    Adapter    "parcel"       : 0.2.7    , installed 0.2.7
                                    Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                    Adapter    "socketio"     : 6.6.1    , installed 6.6.1
                                    Adapter    "telegram"     : 3.1.0    , installed 3.1.0
                                    Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                    Adapter    "time-switch"  : 2.2.2    , installed 2.2.2
                                    Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                    Adapter    "trashschedule": 3.2.0    , installed 3.2.0
                                    Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                                    Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                    Adapter    "vis-2"        : 2.9.48   , installed 2.9.47 [Updatable]
                                    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                    Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                    Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                                    Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                                    Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                    Adapter    "wallpanel"    : 0.3.11   , installed 0.3.11
                                    Adapter    "web"          : 6.2.5    , installed 6.2.4  [Updatable]
                                    Adapter    "worx"         : 2.3.4    , installed 2.3.4
                                    Adapter    "ws"           : 2.5.11   , installed 2.5.11
                                    Adapter    "yamaha"       : 0.5.3    , installed 0.5.3
                                    Adapter    "zigbee"       : 1.10.2   , installed 1.10.2
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        29996
                                    States:         25284
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                                    Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
                                    Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                                    Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                    Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                                    Reading package lists... Done
                                    Pending Updates: 16
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 0.0.0.0:38893           0.0.0.0:*               LISTEN      103        6574       1059/rpc.statd
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       7524       1181/io.mqtt.0
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       3950       815/iobroker.js-con
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       6370       815/iobroker.js-con
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          8253       1/init
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6304       828/sshd: /usr/sbin
                                    tcp        0      0 192.168.2.66:8701       0.0.0.0:*               LISTEN      1001       4583563    939275/io.hm-rpc.1
                                    tcp        0      0 192.168.2.66:9292       0.0.0.0:*               LISTEN      1001       4583690    939361/io.hm-rpc.2
                                    tcp        0      0 192.168.2.66:2010       0.0.0.0:*               LISTEN      1001       4578722    938471/io.hm-rpc.0
                                    tcp        0      0 0.0.0.0:35019           0.0.0.0:*               LISTEN      0          7907678    -
                                    tcp6       0      0 :::45649                :::*                    LISTEN      0          7907680    -
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          7274       1/init
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          6306       828/sshd: /usr/sbin
                                    tcp6       0      0 :::8095                 :::*                    LISTEN      1001       10781      2307/io.hiobs.0
                                    tcp6       0      0 :::8087                 :::*                    LISTEN      1001       9186       1977/io.simple-api.
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       9713       1325/io.web.0
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       6447       912/io.admin.0
                                    tcp6       0      0 :::8097                 :::*                    LISTEN      1001       562465     120279/io.hiob.0
                                    tcp6       0      0 :::35675                :::*                    LISTEN      103        6578       1059/rpc.statd
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          9289       1/init
                                    udp        0      0 127.0.0.1:811           0.0.0.0:*                           0          8263       1059/rpc.statd
                                    udp        0      0 0.0.0.0:42082           0.0.0.0:*                           104        6217       687/avahi-daemon: r
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6215       687/avahi-daemon: r
                                    udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       8520       1212/io.tuya.0
                                    udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       8521       1212/io.tuya.0
                                    udp        0      0 0.0.0.0:35386           0.0.0.0:*                           0          7907677    -
                                    udp        0      0 0.0.0.0:44296           0.0.0.0:*                           103        6572       1059/rpc.statd
                                    udp6       0      0 :::40946                :::*                                103        6576       1059/rpc.statd
                                    udp6       0      0 :::111                  :::*                                0          7276       1/init
                                    udp6       0      0 fe80::eb3e:7926:d35:546 :::*                                0          9281930    788/NetworkManager
                                    udp6       0      0 :::5353                 :::*                                104        6216       687/avahi-daemon: r
                                    udp6       0      0 :::47552                :::*                                0          7907679    -
                                    udp6       0      0 :::43790                :::*                                104        6218       687/avahi-daemon: r
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2024-04-01 22:57:59.799  - info: javascript.0 (960) script.js.Scripts.Allgemein.Worx_neu: Start Aktualisierung Worx!1
                                    2024-04-01 22:57:59.836  - info: javascript.0 (960) script.js.Scripts.Allgemein.Worx_neu: Wifi Qualität wurde geändert: -80
                                    2024-04-01 23:00:00.006  - info: javascript.0 (960) script.js.Scripts.Alexa_Antworttext.Gartenbeleuchtung: Gartenbeleuchtung
                                    2024-04-01 23:00:00.009  - info: javascript.0 (960) script.js.Scripts.Allgemein.Prüfung_Regen: Start Regen Check
                                    2024-04-01 23:00:00.024  - info: host.iobroker instance system.adapter.daswetter.0 started with pid 2030238
                                    2024-04-01 23:00:00.049  - info: javascript.0 (960) script.js.Scripts.Allgemein.Astro: Astro: Gültige Zeiten: [aktueller Tag: 0] | [nächster Tag: 14] | [Aktualisiert: 0] | Aktuelle Tageszeit: Nacht | Kommende Tageszeit: Mitternacht
                                    2024-04-01 23:00:00.891  - info: javascript.0 (960) script.js.Scripts.Allgemein.Dachfenster_automatisch: Der Server Karte ist Online!!!
                                    2024-04-01 23:00:01.531  - info: daswetter.0 (2030238) starting. Version 3.1.13 in /opt/iobroker/node_modules/iobroker.daswetter, node: v18.20.0, js-controller: 5.0.19
                                    2024-04-01 23:00:04.032  - info: host.iobroker instance system.adapter.ical.0 started with pid 2030479
                                    2024-04-01 23:00:05.135  - info: trashschedule.0 (2262) Setting "actionNeeded" flag for type.restmüll.actionNeeded to true (???)
                                    2024-04-01 23:00:05.560  - info: ical.0 (2030479) starting. Version 1.14.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.20.0, js-controller: 5.0.19
                                    2024-04-01 23:00:06.323  - info: ical.0 (2030479) processing URL: Muell https://calendar.google.com/calendar/ical/c241cf4fcd482c213a45430df0868c1653d1e8d1b854ece0b0863fdc99bb146b%40group.calendar.google.com/public/basic.ics
                                    2024-04-01 23:00:06.428  - info: trashschedule.0 (2262) Setting "actionNeeded" flag for type.restmüll.actionNeeded to true (???)
                                    2024-04-01 23:00:11.538  - info: ical.0 (2030479) Terminated (NO_ERROR): Without reason
                                    2024-04-01 23:00:12.062  - info: host.iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                    2024-04-01 23:00:12.071  - info: daswetter.0 (2030238) still wrong data structure from server received! repaired...
                                    2024-04-01 23:00:14.767  - info: daswetter.0 (2030238) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                    2024-04-01 23:00:15.272  - info: daswetter.0 (2030238) cleaned everything up...
                                    2024-04-01 23:00:15.278  - info: host.iobroker instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                    2024-04-01 23:00:21.417  - info: javascript.0 (960) script.js.Scripts.Allgemein.Worx_neu: Klingenarbeitszeit wurde aktualisiert:  531.9
                                    2024-04-01 23:00:21.440  - info: javascript.0 (960) script.js.Scripts.Allgemein.Worx_neu: Temperatur Akku hat sich geändert: 11.6
                                    2024-04-01 23:00:21.462  - info: javascript.0 (960) script.js.Scripts.Alexa_Antworttext.Worx: HTML Aktualisierung: worx.0.202130266301009363E0.mower.status - 1
                                    2024-04-01 23:00:21.462  - info: javascript.0 (960) script.js.Scripts.Allgemein.Worx_neu: Trigger Aktualisierung Worx!1
                                    2024-04-01 23:00:21.463  - info: javascript.0 (960) script.js.Scripts.Allgemein.Worx_neu: Start Aktualisierung Worx!1
                                    2024-04-01 23:00:21.498  - info: javascript.0 (960) script.js.Scripts.Allgemein.Worx_neu: Wifi Qualität wurde geändert: -80
                                    
                                    
                                    ============ Mark until here for C&P =============
                                    
                                    iob diag has finished.
                                    
                                    
                                    Press any key for a summary
                                    
                                    ======================= SUMMARY =======================
                                                            v.2023-10-10
                                    
                                    
                                     Static hostname: iobroker
                                           Icon name: computer
                                    Operating System: Debian GNU/Linux 12 (bookworm)
                                              Kernel: Linux 6.6.20+rpt-rpi-2712
                                        Architecture: arm64
                                    
                                    Installation:           native
                                    Kernel:                 aarch64
                                    Userland:               arm64
                                    Timezone:               Europe/Berlin (CEST, +0200)
                                    User-ID:                1000
                                    X-Server:               false
                                    Boot Target:            multi-user.target
                                    
                                    Pending OS-Updates:     16
                                    Pending iob updates:    2
                                    
                                    Nodejs-Installation:    /usr/bin/nodejs         v18.20.0
                                                            /usr/bin/node           v18.20.0
                                                            /usr/bin/npm            10.5.0
                                                            /usr/bin/npx            10.5.0
                                                            /usr/bin/corepack       0.25.2
                                    
                                    Recommended versions are nodejs 18.20.0 and npm 10.5.0
                                    Your nodejs installation is correct
                                    
                                    MEMORY:
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            8.4G        5.4G        1.4G        5.5M        1.8G        3.1G
                                    Swap:           104M          0B        104M
                                    Total:          8.5G        5.4G        1.5G
                                    
                                    Active iob-Instances:   47
                                    Active repo(s): beta
                                    
                                    ioBroker Core:          js-controller           5.0.19
                                                            admin                   6.15.2
                                    
                                    ioBroker Status:        iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Status admin and web instance:
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    Objects:                29996
                                    States:                 25284
                                    
                                    Size of iob-Database:
                                    
                                    87M     /opt/iobroker/iobroker-data/objects.jsonl
                                    15M     /opt/iobroker/iobroker-data/states.jsonl
                                    
                                    
                                    
                                    =================== END OF SUMMARY ====================
                                    
                                    === Mark text until here for copying ===
                                    pi@iobroker:~ $
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Lucky_ESA last edited by

                                      @lucky_esa

                                      Das kommt vermutlich bei dir mit Fehler um die Ecke, oder?

                                      vcgencmd mem_oom
                                      
                                      L 1 Reply Last reply Reply Quote 0
                                      • L
                                        Lucky_ESA Developer Most Active @Thomas Braun last edited by

                                        @thomas-braun Natürlich.

                                        
                                        pi@iobroker:~ $ vcgencmd mem_oom
                                        vc_gencmd_read_response returned -1
                                        error=1 error_msg="Command not registered"
                                        pi@iobroker:~ $ ^C
                                        pi@iobroker:~ $ vcgencmd commands
                                        commands="commands, set_logging, bootloader_config, bootloader_version, cache_flush, codec_enabled, get_mem, get_rsts, measure_clock, measure_temp, measure_volts, get_hvs_asserts, get_config, get_throttled, pmicrd, pmicwr, read_ring_osc, version, readmr, otp_dump, pmic_read_adc, power_monitor"
                                        pi@iobroker:~ $
                                        

                                        Verwende doch get_throttled.

                                        Gruß//Lucky

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

                                          @lucky_esa

                                          Dann ist 'mem_oom' wohl aus der Firmware für den RPi5 geflogen. Ich hab den Code jetzt aus dem Skript herausgenommen, die Info war eh nicht so wirklich aussagekräftig.
                                          'get_throttled' wird an anderer Stelle natürlich abgefragt.

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

                                            Neuer Diagnosepunkt
                                            'Life Cycle Status'
                                            ist drin. Können bitte User von Dockern und LXCs da mal schauen ob und mit welchen Meldungen da im Langtext und in der Zusammenfassung da sowas erscheint?

                                            (Bitte wie im ersten Eröffungsposting in diesem Thread gezeigt direkt vom github laden).

                                            
                                            *** LIFE CYCLE STATUS ***
                                            Your Operating System codenamed 'trixie' is a testing release! Please use it only for testing purposes!
                                            
                                            

                                            Gleiche Meldung dann in der Summary.

                                            Danke schön!

                                            S Feuersturm 2 Replies Last reply Reply Quote 3
                                            • First post
                                              Last post

                                            Support us

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

                                            877
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

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