Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. Update auf node 20 erstellen von standart user

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Update auf node 20 erstellen von standart user

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

      @thomas-braun
      ich habe den benutzer admin erstellt dieser hat aber keine Berechtigungen obwohl er in den gruppen ist.
      Eigentlich brauch ich dafür kein sudo?

      iob diag
      (kommt der gleiche fehler)

      wie kann ich das beheben?

      admin@IoBroker:~$ iob stop
      admin@IoBroker:~$ iob fix
      [sudo] Passwort für admin:
      bash: /home/iobroker/.fix.sh: Keine Berechtigung
      admin@IoBroker:~$ groups
      admin adm dialout sudo audio video plugdev users iobroker
      admin@IoBroker:~$ sudo iob fix
       
      ***For security reasons ioBroker should not be run or administrated as root.***
      By default only a user that is member of iobroker group can execute ioBroker commands.
      Please read the Documentation on how to set up such a user, if not done yet.
      Only in very special cases you can run iobroker commands by adding the --allow-root option at the end of the command line.
      Please note that this option may be disabled in the future, so please change your setup accordingly now.
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Locke3600 last edited by

        @locke3600

        Nach der Anlage und den Anpassungen in den Gruppen mal komplett neu gestartet?

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

          @thomas-braun
          nach dem neustart kommt das gleiche

          admin@IoBroker:~$ iobroker stop
          admin@IoBroker:~$ iobroker fix
          [sudo] Passwort für admin:
          bash: /home/iobroker/.fix.sh: Keine Berechtigung
          admin@IoBroker:~$ iobroker restart
          admin@IoBroker:~$
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Locke3600 last edited by

            @locke3600

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

            sagen jeweils?

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

              @thomas-braun

              das kommt

              admin@IoBroker:~$ groups
              ls -la /home
              ls -la /home/iobroker
              admin adm dialout sudo audio video plugdev users iobroker
              insgesamt 16
              drwxr-xr-x  4 root     root     4096  2. Mär 22:08 .
              drwxr-xr-x 18 root     root     4096  2. Mär 22:02 ..
              drwx------  3 admin    admin    4096 23. Mär 19:40 admin
              drwx------  7 iobroker iobroker 4096 23. Mär 19:11 iobroker
              ls: Öffnen von Verzeichnis '/home/iobroker' nicht möglich: Keine Berechtigung
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Locke3600 last edited by

                @locke3600

                sudo chmod 755 /home/iobroker
                
                L 2 Replies Last reply Reply Quote 0
                • L
                  Locke3600 @Thomas Braun last edited by

                  @thomas-braun
                  ok eingegeben, passiert nix

                  admin@IoBroker:~$ sudo chmod 755 /home/iobroker
                  admin@IoBroker:~$
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • L
                    Locke3600 @Thomas Braun last edited by

                    @thomas-braun

                    ls -la /home
                    ls -la /home/iobroker
                    admin adm dialout sudo audio video plugdev users iobroker
                    insgesamt 16
                    drwxr-xr-x  4 root     root     4096  2. Mär 22:08 .
                    drwxr-xr-x 18 root     root     4096  2. Mär 22:02 ..
                    drwx------  3 admin    admin    4096 23. Mär 19:40 admin
                    drwxr-xr-x  7 iobroker iobroker 4096 23. Mär 19:11 iobroker
                    insgesamt 136
                    drwxr-xr-x 7 iobroker iobroker  4096 23. Mär 19:11 .
                    drwxr-xr-x 4 root     root      4096  2. Mär 22:08 ..
                    -rw------- 1 iobroker iobroker   390 26. Aug 2024  .bash_history
                    -rw-r--r-- 1 iobroker iobroker   220  4. Apr 2024  .bash_logout
                    -rw-r--r-- 1 iobroker iobroker  3609 21. Aug 2024  .bashrc
                    drwxr-xr-x 4 iobroker iobroker  4096  5. Mai 2024  .cache
                    drwx------ 3 iobroker iobroker  4096  7. Mai 2024  .config
                    -rw-r--r-- 1 iobroker iobroker 40250 23. Mär 21:35 .diag.sh
                    -rw-r--r-- 1 iobroker iobroker 49433 24. Mär 18:13 .fix.sh
                    -rw-r--r-- 1 iobroker iobroker     0 23. Mär 21:35 iob_diag.log
                    drwxr-xr-x 2 iobroker iobroker  4096 21. Aug 2024  .iobroker
                    drwxr-xr-x 2 iobroker iobroker  4096  5. Mai 2024  .lgtv2
                    drwxr-xr-x 6 iobroker iobroker  4096 23. Mär 21:16 .npm
                    -rw-r--r-- 1 iobroker iobroker   807  4. Apr 2024  .profile
                    
                    1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Locke3600 last edited by

                      @locke3600 Was soll da auch passieren? Keine Rücckmeldung = Kommando wurde ausgeführt.

                      iob diag
                      

                      sagt nun?

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

                        @thomas-braun
                        brauchst du auch die ersten seiten?

                         Static hostname: IoBroker
                               Icon name: computer-vm
                                 Chassis: vm 🖴
                          Virtualization: kvm
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.1.0-30-amd64
                            Architecture: x86-64
                         Hardware Vendor: QEMU
                          Hardware Model: Standard PC _i440FX + PIIX, 1996_
                        Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                        
                        Installation:           kvm
                        Kernel:                 x86_64
                        Userland:               64 bit
                        Timezone:               Europe/Berlin (CET, +0100)
                        User-ID:                1001
                        Display-Server:         false
                        Boot Target:            graphical.target
                        
                        Pending OS-Updates:     38
                        Pending iob updates:    8
                        
                        Nodejs-Installation:
                        /usr/bin/nodejs         v18.20.6
                        /usr/bin/node           v18.20.6
                        /usr/bin/npm            10.8.2
                        /usr/bin/npx            10.8.2
                        /usr/bin/corepack       0.29.4
                        
                        Recommended versions are nodejs 20.19.0 and npm 10.8.2
                        nodeJS installation is correct
                        
                        MEMORY:
                                       total        used        free      shared  buff/cache   available
                        Mem:            8.3G        1.7G        6.4G        565K        554M        6.7G
                        Swap:           1.0G          0B        1.0G
                        Total:          9.3G        1.7G        7.4G
                        
                        Active iob-Instances:   14
                        Upgrade policy: none
                        
                        ioBroker Core:          js-controller           6.0.11
                                                admin                   7.4.10
                        
                        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 (SSL), run as: admin
                          system.adapter.admin.1                  : admin                 : IoBroker                                 - disabled, port: 8088, bind: 127.0.0.1, run as: admin
                          system.adapter.web.2                    : web                   : IoBroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects:                4985
                        States:                 3736
                        
                        Size of iob-Database:
                        
                        27M     /opt/iobroker/iobroker-data/objects.jsonl
                        5.2M    /opt/iobroker/iobroker-data/states.jsonl
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Locke3600 last edited by

                          @locke3600 sagte in Update auf node 20 erstellen von standart user:

                          brauchst du auch die ersten seiten?

                          Natürlich.

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

                            @thomas-braun ```

                            ========== Start marking the full check here ===========

                            Script v.2025-02-23
                            
                            *** BASE SYSTEM ***
                             Static hostname: IoBroker
                                   Icon name: computer-vm
                                     Chassis: vm 🖴
                              Virtualization: kvm
                            Operating System: Debian GNU/Linux 12 (bookworm)
                                      Kernel: Linux 6.1.0-30-amd64
                                Architecture: x86-64
                             Hardware Vendor: QEMU
                              Hardware Model: Standard PC _i440FX + PIIX, 1996_
                            Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                            OS is similar to:
                            
                            model name      : QEMU Virtual CPU version 2.5+
                            Docker          : false
                            Virtualization  : kvm
                            Kernel          : x86_64
                            Userland        : 64 bit
                            
                            Systemuptime and Load:
                             18:32:15 up 20 min,  2 users,  load average: 0.11, 0.08, 0.07
                            CPU threads: 2
                            
                            
                            *** LIFE CYCLE STATUS ***
                            Unknown release codenamed 'bookworm'. Please check yourself if the Operating System is actively maintained.
                            
                            *** TIME AND TIMEZONES ***
                                           Local time: Mon 2025-03-24 18:32:15 CET
                                       Universal time: Mon 2025-03-24 17:32:15 UTC
                                             RTC time: Mon 2025-03-24 17:32:15
                                            Time zone: Europe/Berlin (CET, +0100)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** Users and Groups ***
                            User that called 'iob diag':
                            admin
                            HOME=/home/admin
                            GROUPS=admin adm dialout sudo audio video plugdev users iobroker
                            
                            User that is running 'js-controller':
                            iobroker
                            HOME=/home/iobroker
                            GROUPS=iobroker tty dialout cdrom floppy audio dip video plugdev users netdev
                            
                            *** DISPLAY-SERVER SETUP ***
                            Display-Server: false
                            Desktop:
                            Terminal:       tty
                            
                            System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            8.3G        1.6G        6.5G        561K        555M        6.8G
                            Swap:           1.0G          0B        1.0G
                            Total:          9.3G        1.6G        7.5G
                            
                            Active iob-Instances:   14
                            
                                     7941 M total memory
                                     1495 M used memory
                                      320 M active memory
                                     1263 M inactive memory
                                     6161 M free memory
                                       60 M buffer memory
                                      468 M swap cache
                                      974 M total swap
                                        0 M used swap
                                      974 M free swap
                            
                            *** top - Table Of Processes  ***
                            top - 18:32:15 up 20 min,  2 users,  load average: 0.11, 0.08, 0.07
                            Tasks: 104 total,   1 running, 103 sleeping,   0 stopped,   0 zombie
                            %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                            MiB Mem :   7941.2 total,   6161.4 free,   1495.7 used,    529.5 buff/cache
                            MiB Swap:    975.0 total,    975.0 free,      0.0 used.   6445.4 avail Mem
                            
                            *** FAILED SERVICES ***
                            
                              UNIT LOAD ACTIVE SUB DESCRIPTION
                            0 loaded units listed.
                            
                            
                            *** DMESG CRITICAL ERRORS ***
                            No critical errors detected
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            udev           devtmpfs  3.9G     0  3.9G   0% /dev
                            tmpfs          tmpfs     795M  552K  794M   1% /run
                            /dev/sda1      ext4       97G  8.2G   84G   9% /
                            tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                            tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                            tmpfs          tmpfs     744M     0  744M   0% /run/user/1001
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Mon Mar 24 18:11:21 2025] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                            [Mon Mar 24 18:11:22 2025] EXT4-fs (sda1): re-mounted. Quota mode: none.
                            
                            Show mounted filesystems:
                            TARGET SOURCE    FSTYPE OPTIONS
                            /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            622M    /var/
                            281M    /var/cache
                            274M    /var/cache/apt
                            197M    /var/cache/apt/archives
                            176M    /var/lib
                            
                            Archived and active journals take up 149.7M in the file system.
                            
                            /opt/iobroker/backups:
                            136M    /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            1.3G    /opt/iobroker/iobroker-data/
                            1.2G    /opt/iobroker/iobroker-data/files
                            617M    /opt/iobroker/iobroker-data/files/javascript.admin
                            560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                            558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                            
                            The five largest files in iobroker-data are:
                            38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                            27M     /opt/iobroker/iobroker-data/objects.jsonl
                            24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                            24M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.1e6546bb.js.map
                            19M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.e7bb655f.js.map
                            
                            USB-Devices by-id:
                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                            
                            /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                            
                            *** ZigBee Settings ***
                            
                            Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                            Zigbee Network Settings on your coordinator/in nvbackup are:
                            
                            zigbee.X
                            Extended Pan ID:
                            *** MASKED ***
                            Pan ID:
                            *** MASKED ***
                            Channel:
                            *** MASKED ***
                            Network Key:
                            *** MASKED ***
                            
                            To unmask the settings run 'iob diag --unmask'
                            
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v18.20.6
                            /usr/bin/node           v18.20.6
                            /usr/bin/npm            10.8.2
                            /usr/bin/npx            10.8.2
                            /usr/bin/corepack       0.29.4
                            
                            nodejs:
                              Installed: 18.20.6-1nodesource1
                              Candidate: 18.20.6-1nodesource1
                              Version table:
                             *** 18.20.6-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                    100 /var/lib/dpkg/status
                                 18.20.5-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.20.4-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.20.3-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.20.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.20.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.20.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.19.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.19.0+dfsg-6~deb12u2 500
                                    500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                 18.19.0+dfsg-6~deb12u1 500
                                    500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                 18.19.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.18.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.18.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.18.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.17.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.17.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.16.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.16.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.15.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.13.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.12.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.11.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.10.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.9.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.9.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.8.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.7.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.6.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.5.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.4.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.3.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.2.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.1.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.0.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                            
                            Temp directories causing deletion problem: 0
                            No problems detected
                            
                            Errors in npm tree: 0
                            No problems detected
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Hosts:
                            IoBroker            IoBroker (version: 6.0.11, hostname: IoBroker      , alive, uptime: 1111)
                            
                            Core adapters versions
                            js-controller:  6.0.11
                            admin:          7.4.10
                            javascript:     8.8.3
                            
                            nodejs modules from github:     2
                            +-- homebridge-tapo@1.4.17 (git+ssh://git@github.com/apatsufas/homebridge-tapo-p100.git#8d25f8ab9ffc1d7cca1118cd0081d1ba28fd3cd1)
                            +-- iobroker.tapo@0.2.9 (git+ssh://git@github.com/TA2k/ioBroker.tapo.git#bded02134bbcc37543a2af51224c4d50c718088f)
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                              system.adapter.admin.1                  : admin                 : IoBroker                                 - disabled, port: 8088, bind: 127.0.0.1, run as: admin
                            + system.adapter.alexa2.0                 : alexa2                : IoBroker                                 -  enabled
                            + system.adapter.backitup.0               : backitup              : IoBroker                                 -  enabled
                            + system.adapter.cloud.0                  : cloud                 : IoBroker                                 -  enabled
                            + system.adapter.denon.0                  : denon                 : IoBroker                                 -  enabled
                              system.adapter.discovery.0              : discovery             : IoBroker                                 - disabled
                              system.adapter.history.0                : history               : IoBroker                                 - disabled
                            + system.adapter.hm-rega.0                : hm-rega               : IoBroker                                 -  enabled
                            + system.adapter.hm-rpc.0                 : hm-rpc                : IoBroker                                 -  enabled, port: 8081
                              system.adapter.hs100.0                  : hs100                 : IoBroker                                 - disabled
                              system.adapter.ical.0                   : ical                  : IoBroker                                 - disabled
                            + system.adapter.iot.0                    : iot                   : IoBroker                                 -  enabled
                              system.adapter.iqontrol.0               : iqontrol              : IoBroker                                 - disabled
                            + system.adapter.javascript.0             : javascript            : IoBroker                                 -  enabled
                              system.adapter.lgtv.0                   : lgtv                  : IoBroker                                 - disabled
                              system.adapter.mihome-vacuum.0          : mihome-vacuum         : IoBroker                                 - disabled, port: 54321
                              system.adapter.ping.0                   : ping                  : IoBroker                                 - disabled
                            + system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                              system.adapter.scenes.0                 : scenes                : IoBroker                                 - disabled
                              system.adapter.tapo.0                   : tapo                  : IoBroker                                 - disabled
                              system.adapter.text2command.0           : text2command          : IoBroker                                 - disabled
                            + system.adapter.tr-064.0                 : tr-064                : IoBroker                                 -  enabled
                              system.adapter.trashschedule.0          : trashschedule         : IoBroker                                 - disabled
                            + system.adapter.vis-2.0                  : vis-2                 : IoBroker                                 -  enabled
                              system.adapter.web.2                    : web                   : IoBroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.zigbee.0                 : zigbee                : IoBroker                                 -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.hm-rpc.0                 : hm-rpc                : IoBroker                                 -  enabled, port: 8081
                            + system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                            + system.adapter.zigbee.0                 : zigbee                : IoBroker                                 -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                            
                            ioBroker-Repositories
                            ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                            │ (index) │   name   │                           url                           │ auto upgrade │
                            ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                            │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                            │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                            └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                            
                            Active repo(s): stable
                            Upgrade policy: none
                            
                            Installed ioBroker-Adapters
                            Used repository: stable
                            Adapter    "admin"        : 7.6.3    , installed 7.4.10 [Updatable]
                            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                            Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                            Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                            Adapter    "denon"        : 1.15.12  , installed 1.15.12
                            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                            Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                            Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                            Adapter    "hs100"        : 2.2.2    , installed 2.2.2
                            Adapter    "ical"         : 1.16.1   , installed 1.16.1
                            Adapter    "iot"          : 3.3.0    , installed 3.3.0
                            Adapter    "iqontrol"     : 3.0.0    , installed 2.3.0  [Updatable]
                            Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                            Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                            Controller "js-controller": 7.0.6    , installed 6.0.11 [Updatable]
                            Adapter    "lgtv"         : 2.4.0    , installed 2.2.0  [Updatable]
                            Adapter    "mihome-vacuum": 5.2.0    , installed 5.2.0
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "proxmox"      : 2.4.0    , installed 2.3.0  [Updatable]
                            Adapter    "scenes"       : 3.2.3    , installed 3.2.1  [Updatable]
                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                            Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                            Adapter    "text2command" : 3.0.3    , installed 3.0.3
                            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                            Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                            Adapter    "vis-2"        : 2.9.64   , installed 2.9.32 [Updatable]
                            Adapter    "web"          : 7.0.8    , installed 6.2.5  [Updatable]
                            Adapter    "ws"           : 2.6.2    , installed 2.6.2
                            Adapter    "zigbee"       : 1.10.14  , installed 1.10.14
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        4985
                            States:         3731
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://deb.debian.org/debian bookworm InRelease
                            Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
                            Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                            Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                            Reading package lists...
                            Pending Updates: 38
                            
                            *** 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 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       17926      829/iobroker.js-con
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       17343      829/iobroker.js-con
                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          13432      1/init
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15919      511/sshd: /usr/sbin
                            tcp        0      0 192.168.178.201:8082    0.0.0.0:*               LISTEN      1000       18838      1004/io.hm-rpc.0
                            tcp6       0      0 :::111                  :::*                    LISTEN      0          13434      1/init
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          15921      511/sshd: /usr/sbin
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1000       18457      847/io.admin.0
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14125      371/dhclient
                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13433      1/init
                            udp6       0      0 :::111                  :::*                                0          13435      1/init
                            
                            *** Log File - Last 25 Lines ***
                            
                            2025-03-24 18:14:23.018  - info: denon.0 (1034) [CONNECT] Adapter connected to DENON-AVR: 192.168.178.32:23
                            2025-03-24 18:14:25.421  - error: cloud.0 (923) Instance web.2 not enabled. Please enable this instance for cloud
                            2025-03-24 18:14:25.431  - error: cloud.0 (923) Cannot activate admin.0 for cloud, because authentication is enabled. Please create extra instance for cloud
                            2025-03-24 18:14:25.432  - info: cloud.0 (923) Trying to connect as system.user.admin to cloud
                            2025-03-24 18:14:25.588  - info: cloud.0 (923) Connection changed: connect
                            2025-03-24 18:14:26.329  - info: host.IoBroker instance system.adapter.iot.0 in version "3.3.0" started with pid 1049
                            2025-03-24 18:14:27.263  - info: iot.0 (1049) starting. Version 3.3.0 in /opt/iobroker/node_modules/iobroker.iot, node: v18.20.6, js-controller: 6.0.11
                            2025-03-24 18:14:27.290  - info: iot.0 (1049) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                            2025-03-24 18:14:27.772  - info: iot.0 (1049) Connection changed: connect "andre23___web_de"
                            2025-03-24 18:14:30.297  - info: host.IoBroker instance system.adapter.vis-2.0 in version "2.9.32" started with pid 1064
                            2025-03-24 18:14:31.111  - info: vis-2.0 (1064) starting. Version 2.9.32 in /opt/iobroker/node_modules/iobroker.vis-2, node: v18.20.6, js-controller: 6.0.11
                            2025-03-24 18:14:31.312  - info: vis-2.0 (1064) vis-2 license is OK.
                            2025-03-24 18:14:34.940  - warn: zigbee.0 (943) DeviceAvailability:Failed to ping 0x00178801024795b4 LCT010
                            2025-03-24 18:14:43.649  - info: alexa2.0 (989) Unknown Device, but enabling commands, Try it and report back if commands work.
                            2025-03-24 18:14:43.649  - info: alexa2.0 (989) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                            2025-03-24 18:14:43.649  - info: alexa2.0 (989)     Device-type:A2V9UEGZ82H4KZ - Taplet Smart Home (VOLUME_SETTING,ADAPTIVE_LISTENING,SUPPORTS_SOFTWARE_VERSION,MICROPHONE,DIALOG_INTERFACE_VERSION,NO_TIME_ZONE_SETTING,SET_TIME_ZONE,TIMERS_AND_ALARMS,SOUND_SETTINGS,REMINDERS,ASX_TIME_ZONE,TIMERS_ALARMS_NOTIFICATIONS_VOLUME,CUSTOM_ALARM_TONE,SUPPORTS_LOCALE,PERSISTENT_CONNECTION)
                            2025-03-24 18:14:48.484  - info: alexa2.0 (989) Unknown Device, but enabling commands, Try it and report back if commands work.
                            2025-03-24 18:14:48.484  - info: alexa2.0 (989) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                            2025-03-24 18:14:48.484  - info: alexa2.0 (989)     Device-type:A1Q6UGEXJZWJQ0 - Mama Fire TV (VOLUME_SETTING,ADAPTIVE_LISTENING,SUPPORTS_SOFTWARE_VERSION,MICROPHONE,DIALOG_INTERFACE_VERSION,EARCONS,SHARKNADO,SUPPORTS_LOCALE_SWITCH,MULTI_WAKEWORDS_SUPPORTED,FLASH_BRIEFING,ARTHUR_TARGET,TIMERS_AND_ALARMS,SOUND_SETTINGS,CHANGE_NAME,SPEECH_RECOGNIZER_USS,REMINDERS,ACTIVE_AFTER_FRO,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,CUSTOM_ALARM_TONE,SUPPORTS_LOCALE,PERSISTENT_CONNECTION)
                            2025-03-24 18:15:04.826  - info: alexa2.0 (989) Using cached smart home devices list from Mon Mar 24 2025 18:05:23 GMT+0100 (Mitteleuropäische Normalzeit)
                            2025-03-24 18:15:05.828  - info: alexa2.0 (989) No smart home devices to query
                            2025-03-24 18:15:07.777  - info: alexa2.0 (989) Subscribing to states...
                            2025-03-24 18:15:07.779  - info: alexa2.0 (989) Deleting the following states: ["Smart-Home-Devices.03c64f0c-89dc-48d5-bf8e-ad01effa5476","Smart-Home-Devices.0f312b76-25b6-4d4e-8a1e-a087cfbd7adc","Smart-Home-Devices.ff8af7b7-170e-4af6-9f34-f16f111dcd65","Smart-Home-Devices.0cfcdabe-abf5-4726-be68-1ac7df85035a","Smart-Home-Devices.ba1c49a7-8422-443a-b5dd-cfa4e5830eb3","Smart-Home-Devices.15bcebab-6788-4a0a-87a1-569f0c766831","Smart-Home-Devices.9f803c48-0949-40ed-8bf2-df757de7d150","Smart-Home-Devices.67826c80-4fa7-438c-92a5-bc3f5dd6c635","Smart-Home-Devices.daec1235-8b26-4e42-9d46-72e9ce66133a","Smart-Home-Devices.357a4ca8-997d-424c-824d-5a66c4228122","Smart-Home-Devices.987fac99-c50e-42dc-b402-75a1ba181daa","Smart-Home-Devices.14378c60-50cc-4020-8a83-1436abbba3d3","Smart-Home-Devices.fb339671-d78b-43c9-9a32-f0db6d49230b","Smart-Home-Devices.fcb31177-cf3d-45bb-9a1a-465e780d71ef","Smart-Home-Devices.c3cef993-5bab-4ec3-adb9-64eb595c2c1e","Smart-Home-Devices.e96aa18b-fd21-458c-b630-5cee5e66a049","Smart-Home-Devices.4e9dca5b-2797-4225-a348-38ffe8b717a0","Smart-Home-Devices.ed039111-9733-43e9-8eff-a719e1c86e2f","Smart-Home-Devices.f5f8a201-aa50-4f3d-9874-8a685e13be14","Smart-Home-Devices.99a273c5-1182-475d-b0a7-7b31fa85c59f","Smart-Home-Devices.1f5a6197-0fe4-4597-a6e1-10a61fc44aad","Smart-Home-Devices.56090f9e-096c-4838-b090-5965ea4a6f3c","Smart-Home-Devices.9c451cec-af42-4a53-af6f-38c0c130014d","Smart-Home-Devices.4071e605-69da-41b0-b2f8-eeba325f6a92","Smart-Home-Devices.03c64f0c-89dc-48d5-bf8e-ad01effa5476.#enabled","Smart-Home-Devices.03c64f0c-89dc-48d5-bf8e-ad01effa5476.#delete","Smart-Home-Devices.03c64f0c-89dc-48d5-bf8e-ad01effa5476.powerState","Smart-Home-Devices.03c64f0c-89dc-48d5-bf8e-ad01effa5476.#query","Smart-Home-Devices.03c64f0c-89dc-48d5-bf8e-ad01effa5476.#includeInAllQuery","Smart-Home-Devices.0f312b76-25b6-4d4e-8a1e-a087cfbd7adc.#enabled","Smart-Home-Devices.0f312b76-25b6-4d4e-8a1e-a087cfbd7adc.#delete","Smart-Home-Devices.ff8af7b7-170e-4af6-9f34-f16f111dcd65.#enabled","Smart-Home-Devices.ff8af7b7-170e-4af6-9f34-f16f111dcd65.#delete","Smart-Home-Devices.ff8af7b7-170e-4af6-9f34-f16f111dcd65.active","Smart-Home-Devices.0cfcdabe-abf5-4726-be68-1ac7df85035a.#enabled","Smart-Home-Devices.0cfcdabe-abf5-4726-be68-1ac7df85035a.#delete","Smart-Home-Devices.0cfcdabe-abf5-4726-be68-1ac7df85035a.active","Smart-Home-Devices.ba1c49a7-8422-443a-b5dd-cfa4e5830eb3.#enabled","Smart-Home-Devices.ba1c49a7-8422-443a-b5dd-cfa4e5830eb3.#delete","Smart-Home-Devices.ba1c49a7-8422-443a-b5dd-cfa4e5830eb3.active","Smart-Home-Devices.15bcebab-6788-4a0a-87a1-569f0c766831.#enabled","Smart-Home-Devices.15bcebab-6788-4a0a-87a1-569f0c766831.#delete","Smart-Home-Devices.15bcebab-6788-4a0a-87a1-569f0c766831.active","Smart-Home-Devices.9f803c48-0949-40ed-8bf2-df757de7d150.#enabled","Smart-Home-Devices.9f803c48-0949-40ed-8bf2-df757de7d150.#delete","Smart-Home-Devices.9f803c48-0949-40ed-8bf2-df757de7d150.active","Smart-Home-Devices.67826c80-4fa7-438c-92a5-bc3f5dd6c635.#enabled","Smart-Home-Devices.67826c80-4fa7-438c-92a5-bc3f5dd6c635.#delete","Smart-Home-Devices.67826c80-4fa7-438c-92a5-bc3f5dd6c635.active","Smart-Home-Devices.daec1235-8b26-4e42-9d46-72e9ce66133a.#enabled","Smart-Home-Devices.daec1235-8b26-4e42-9d46-72e9ce66133a.#delete","Smart-Home-Devices.daec1235-8b26-4e42-9d46-72e9ce66133a.active","Smart-Home-Devices.357a4ca8-997d-424c-824d-5a66c4228122.#enabled","Smart-Home-Devices.357a4ca8-997d-424c-824d-5a66c4228122.#delete","Smart-Home-Devices.357a4ca8-997d-424c-824d-5a66c4228122.active","Smart-Home-Devices.987fac99-c50e-42dc-b402-75a1ba181daa.#enabled","Smart-Home-Devices.987fac99-c50e-42dc-b402-75a1ba181daa.#delete","Smart-Home-Devices.987fac99-c50e-42dc-b402-75a1ba181daa.active","Smart-Home-Devices.14378c60-50cc-4020-8a83-1436abbba3d3.#enabled","Smart-Home-Devices.14378c60-50cc-4020-8a83-1436abbba3d3.#delete","Smart-Home-Devices.14378c60-50cc-4020-8a83-1436abbba3d3.active","Smart-Home-Devices.fb339671-d78b-43c9-9a32-f0db6d49230b.#enabled","Smart-Home-Devices.fb339671-d78b-43c9-9a32-f0db6d49230b.#delete","Smart-Home-Devices.fb339671-d78b-43c9-9a32-f0db6d49230b.active","Smart-Home-Devices.fcb31177-cf3d-45bb-9a1a-465e780d71ef.#enabled","Smart-Home-Devices.fcb31177-cf3d-45bb-9a1a-465e780d71ef.#delete","Smart-Home-Devices.fcb31177-cf3d-45bb-9a1a-465e780d71ef.active","Smart-Home-Devices.c3cef993-5bab-4ec3-adb9-64eb595c2c1e.#enabled","Smart-Home-Devices.c3cef993-5bab-4ec3-adb9-64eb595c2c1e.#delete","Smart-Home-Devices.c3cef993-5bab-4ec3-adb9-64eb595c2c1e.active","Smart-Home-Devices.e96aa18b-fd21-458c-b630-5cee5e66a049.#enabled","Smart-Home-Devices.e96aa18b-fd21-458c-b630-5cee5e66a049.#delete","Smart-Home-Devices.e96aa18b-fd21-458c-b630-5cee5e66a049.active","Smart-Home-Devices.4e9dca5b-2797-4225-a348-38ffe8b717a0.#enabled","Smart-Home-Devices.4e9dca5b-2797-4225-a348-38ffe8b717a0.#delete","Smart-Home-Devices.4e9dca5b-2797-4225-a348-38ffe8b717a0.active","Smart-Home-Devices.ed039111-9733-43e9-8eff-a719e1c86e2f.#enabled","Smart-Home-Devices.ed039111-9733-43e9-8eff-a719e1c86e2f.#delete","Smart-Home-Devices.ed039111-9733-43e9-8eff-a719e1c86e2f.active","Smart-Home-Devices.f5f8a201-aa50-4f3d-9874-8a685e13be14.#enabled","Smart-Home-Devices.f5f8a201-aa50-4f3d-9874-8a685e13be14.#delete","Smart-Home-Devices.f5f8a201-aa50-4f3d-9874-8a685e13be14.active","Smart-Home-Devices.99a273c5-1182-475d-b0a7-7b31fa85c59f.#enabled","Smart-Home-Devices.99a273c5-1182-475d-b0a7-7b31fa85c59f.#delete","Smart-Home-Devices.99a273c5-1182-475d-b0a7-7b31fa85c59f.active","Smart-Home-Devices.1f5a6197-0fe4-4597-a6e1-10a61fc44aad.#enabled","Smart-Home-Devices.1f5a6197-0fe4-4597-a6e1-10a61fc44aad.#delete","Smart-Home-Devices.1f5a6197-0fe4-4597-a6e1-10a61fc44aad.active","Smart-Home-Devices.56090f9e-096c-4838-b090-5965ea4a6f3c.#enabled","Smart-Home-Devices.56090f9e-096c-4838-b090-5965ea4a6f3c.#delete","Smart-Home-Devices.56090f9e-096c-4838-b090-5965ea4a6f3c.active","Smart-Home-Devices.9c451cec-af42-4a53-af6f-38c0c130014d.#enabled","Smart-Home-Devices.9c451cec-af42-4a53-af6f-38c0c130014d.#delete","Smart-Home-Devices.9c451cec-af42-4a53-af6f-38c0c130014d.active","Smart-Home-Devices.4071e605-69da-41b0-b2f8-eeba325f6a92.#enabled","Smart-Home-Devices.4071e605-69da-41b0-b2f8-eeba325f6a92.#delete","Smart-Home-Devices.4071e605-69da-41b0-b2f8-eeba325f6a92.active","Smart-Home-Devices.ea1d8e4c-5d48-454b-b61f-801664d05cd2.detectionState","Smart-Home-Devices.ea1d8e4c-5d48-454b-b61f-801664d05cd2.#query","Smart-Home-Devices.ea1d8e4c-5d48-454b-b61f-801664d05cd2.#includeInAllQuery","Smart-Home-Devices.0b992735-56a7-4d5b-a799-3ba9b5499d02.detectionState"]
                            2025-03-24 18:15:09.690  - info: alexa2.0 (989) Alexa-Push-Connection (macDms = true) established. Disable Polling
                            2025-03-24 18:15:23.622  - info: alexa2.0 (989) Initialization Done ...
                            
                            

                            ============ Mark until here for C&P =============

                            iob diag has finished.

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

                              @locke3600

                              Dann jag jetzt den

                              iob fix
                              

                              drüber.

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

                                @Thomas-Braun
                                iob fix :
                                Brauch ich das?

                                Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Locke3600 last edited by

                                  @locke3600

                                  Ja, du möchtest multi-user fahren.

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

                                    @thomas-braun
                                    alles klar iob fix ist durch

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

                                      @locke3600

                                      Dann sollte jetzt auch ein

                                      iob diag
                                      

                                      an mindestens 2 Stellen anders aussehen.

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

                                        @thomas-braun
                                        😊

                                        
                                        ========== Start marking the full check here ===========
                                        
                                        ```bash
                                        Script v.2025-02-23
                                        
                                        *** BASE SYSTEM ***
                                         Static hostname: IoBroker
                                               Icon name: computer-vm
                                                 Chassis: vm 🖴
                                          Virtualization: kvm
                                        Operating System: Debian GNU/Linux 12 (bookworm)
                                                  Kernel: Linux 6.1.0-30-amd64
                                            Architecture: x86-64
                                         Hardware Vendor: QEMU
                                          Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                        Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                                        OS is similar to:
                                        
                                        model name      : QEMU Virtual CPU version 2.5+
                                        Docker          : false
                                        Virtualization  : kvm
                                        Kernel          : x86_64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         18:43:47 up 32 min,  2 users,  load average: 0.27, 0.16, 0.11
                                        CPU threads: 2
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Operating System is the current Debian stable version codenamed 'bookworm'!
                                        
                                        *** TIME AND TIMEZONES ***
                                                       Local time: Mon 2025-03-24 18:43:47 CET
                                                   Universal time: Mon 2025-03-24 17:43:47 UTC
                                                         RTC time: Mon 2025-03-24 17:43:47
                                                        Time zone: Europe/Berlin (CET, +0100)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        admin
                                        HOME=/home/admin
                                        GROUPS=admin adm dialout sudo audio video plugdev users iobroker
                                        
                                        User that is running 'js-controller':
                                        js-controller is not running
                                        
                                        *** DISPLAY-SERVER SETUP ***
                                        Display-Server: false
                                        Desktop:
                                        Terminal:       tty
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            8.3G        422M        7.5G        552K        671M        7.9G
                                        Swap:           1.0G          0B        1.0G
                                        Total:          9.3G        422M        8.5G
                                        
                                        Active iob-Instances:   1
                                        
                                                 7941 M total memory
                                                  402 M used memory
                                                  416 M active memory
                                                  132 M inactive memory
                                                 7174 M free memory
                                                   86 M buffer memory
                                                  553 M swap cache
                                                  974 M total swap
                                                    0 M used swap
                                                  974 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 18:43:47 up 32 min,  2 users,  load average: 0.27, 0.16, 0.11
                                        Tasks:  91 total,   1 running,  90 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us, 50.0 sy,  0.0 ni, 50.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                        MiB Mem :   7941.2 total,   7174.6 free,    402.6 used,    640.1 buff/cache
                                        MiB Swap:    975.0 total,    975.0 free,      0.0 used.   7538.6 avail Mem
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                        * iobroker.service loaded failed failed ioBroker Server
                                        
                                        LOAD   = Reflects whether the unit definition was properly loaded.
                                        ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                        SUB    = The low-level unit activation state, values depend on unit type.
                                        1 loaded units listed.
                                        
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  3.9G     0  3.9G   0% /dev
                                        tmpfs          tmpfs     795M  548K  794M   1% /run
                                        /dev/sda1      ext4       97G  8.2G   84G   9% /
                                        tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                        tmpfs          tmpfs     744M     0  744M   0% /run/user/1001
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Mon Mar 24 18:11:21 2025] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                        [Mon Mar 24 18:11:22 2025] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                        
                                        Show mounted filesystems:
                                        TARGET SOURCE    FSTYPE OPTIONS
                                        /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        622M    /var/
                                        281M    /var/cache
                                        274M    /var/cache/apt
                                        198M    /var/cache/apt/archives
                                        176M    /var/lib
                                        
                                        Archived and active journals take up 149.7M in the file system.
                                        
                                        /opt/iobroker/backups:
                                        136M    /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        1.3G    /opt/iobroker/iobroker-data/
                                        1.2G    /opt/iobroker/iobroker-data/files
                                        617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                        560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                        558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                        
                                        The five largest files in iobroker-data are:
                                        38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                        24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                        24M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.1e6546bb.js.map
                                        19M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.e7bb655f.js.map
                                        19M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.368dc292.js.map
                                        
                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                                        
                                        *** ZigBee Settings ***
                                        
                                        Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                        Zigbee Network Settings on your coordinator/in nvbackup are:
                                        
                                        zigbee.X
                                        Extended Pan ID:
                                        *** MASKED ***
                                        Pan ID:
                                        *** MASKED ***
                                        Channel:
                                        *** MASKED ***
                                        Network Key:
                                        *** MASKED ***
                                        
                                        To unmask the settings run 'iob diag --unmask'
                                        
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v18.20.6
                                        /usr/bin/node           v18.20.6
                                        /usr/bin/npm            10.8.2
                                        /usr/bin/npx            10.8.2
                                        /usr/bin/corepack       0.29.4
                                        
                                        nodejs:
                                          Installed: 18.20.6-1nodesource1
                                          Candidate: 18.20.6-1nodesource1
                                          Version table:
                                         *** 18.20.6-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             18.20.5-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.20.4-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.20.3-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.20.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.20.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.20.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.19.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.19.0+dfsg-6~deb12u2 500
                                                500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                             18.19.0+dfsg-6~deb12u1 500
                                                500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                             18.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.18.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.17.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.16.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.14.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.14.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.9.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        
                                        Temp directories causing deletion problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree: 0
                                        No problems detected
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is not running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        IoBroker            IoBroker (version: 6.0.11, hostname: IoBroker      , alive, uptime: 1471)
                                        
                                        Core adapters versions
                                        js-controller:  6.0.11
                                        admin:          7.4.10
                                        javascript:     8.8.3
                                        
                                        nodejs modules from github:     2
                                        +-- homebridge-tapo@1.4.17 (git+ssh://git@github.com/apatsufas/homebridge-tapo-p100.git#8d25f8ab9ffc1d7cca1118cd0081d1ba28fd3cd1)
                                        +-- iobroker.tapo@0.2.9 (git+ssh://git@github.com/TA2k/ioBroker.tapo.git#bded02134bbcc37543a2af51224c4d50c718088f)
                                        
                                        Adapter State
                                          system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                          system.adapter.admin.1                  : admin                 : IoBroker                                 - disabled, port: 8088, bind: 127.0.0.1, run as: admin
                                          system.adapter.alexa2.0                 : alexa2                : IoBroker                                 -  enabled
                                          system.adapter.backitup.0               : backitup              : IoBroker                                 -  enabled
                                          system.adapter.cloud.0                  : cloud                 : IoBroker                                 -  enabled
                                          system.adapter.denon.0                  : denon                 : IoBroker                                 -  enabled
                                          system.adapter.discovery.0              : discovery             : IoBroker                                 - disabled
                                          system.adapter.history.0                : history               : IoBroker                                 - disabled
                                          system.adapter.hm-rega.0                : hm-rega               : IoBroker                                 -  enabled
                                          system.adapter.hm-rpc.0                 : hm-rpc                : IoBroker                                 -  enabled, port: 8081
                                          system.adapter.hs100.0                  : hs100                 : IoBroker                                 - disabled
                                          system.adapter.ical.0                   : ical                  : IoBroker                                 - disabled
                                          system.adapter.iot.0                    : iot                   : IoBroker                                 -  enabled
                                          system.adapter.iqontrol.0               : iqontrol              : IoBroker                                 - disabled
                                          system.adapter.javascript.0             : javascript            : IoBroker                                 -  enabled
                                          system.adapter.lgtv.0                   : lgtv                  : IoBroker                                 - disabled
                                          system.adapter.mihome-vacuum.0          : mihome-vacuum         : IoBroker                                 - disabled, port: 54321
                                          system.adapter.ping.0                   : ping                  : IoBroker                                 - disabled
                                          system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                                          system.adapter.scenes.0                 : scenes                : IoBroker                                 - disabled
                                          system.adapter.tapo.0                   : tapo                  : IoBroker                                 - disabled
                                          system.adapter.text2command.0           : text2command          : IoBroker                                 - disabled
                                          system.adapter.tr-064.0                 : tr-064                : IoBroker                                 -  enabled
                                          system.adapter.trashschedule.0          : trashschedule         : IoBroker                                 - disabled
                                          system.adapter.vis-2.0                  : vis-2                 : IoBroker                                 -  enabled
                                          system.adapter.web.2                    : web                   : IoBroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.zigbee.0                 : zigbee                : IoBroker                                 -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                          system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                          system.adapter.hm-rpc.0                 : hm-rpc                : IoBroker                                 -  enabled, port: 8081
                                          system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                                          system.adapter.zigbee.0                 : zigbee                : IoBroker                                 -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                                        
                                        ioBroker-Repositories
                                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                        │ (index) │   name   │                           url                           │ auto upgrade │
                                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                        │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                                        │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                                        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                        
                                        Active repo(s): stable
                                        Upgrade policy: none
                                        
                                        Installed ioBroker-Adapters
                                        Used repository: stable
                                        Adapter    "admin"        : 7.6.3    , installed 7.4.10 [Updatable]
                                        Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                        Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                                        Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                        Adapter    "denon"        : 1.15.12  , installed 1.15.12
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                                        Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                        Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                        Adapter    "hs100"        : 2.2.2    , installed 2.2.2
                                        Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                        Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                        Adapter    "iqontrol"     : 3.0.0    , installed 2.3.0  [Updatable]
                                        Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                        Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                        Controller "js-controller": 7.0.6    , installed 6.0.11 [Updatable]
                                        Adapter    "lgtv"         : 2.4.0    , installed 2.2.0  [Updatable]
                                        Adapter    "mihome-vacuum": 5.2.0    , installed 5.2.0
                                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                        Adapter    "proxmox"      : 2.4.0    , installed 2.3.0  [Updatable]
                                        Adapter    "scenes"       : 3.2.3    , installed 3.2.1  [Updatable]
                                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                        Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                        Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                                        Adapter    "vis-2"        : 2.9.64   , installed 2.9.32 [Updatable]
                                        Adapter    "web"          : 7.0.8    , installed 6.2.5  [Updatable]
                                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                        Adapter    "zigbee"       : 1.10.14  , installed 1.10.14
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        4985
                                        States:         3614
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
                                        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                        Reading package lists...
                                        Pending Updates: 38
                                        
                                        *** 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:111             0.0.0.0:*               LISTEN      0          13432      1/init
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15919      511/sshd: /usr/sbin
                                        tcp6       0      0 :::111                  :::*                    LISTEN      0          13434      1/init
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          15921      511/sshd: /usr/sbin
                                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14125      371/dhclient
                                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13433      1/init
                                        udp6       0      0 :::111                  :::*                                0          13435      1/init
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2025-03-24 18:38:18.790  - info: zigbee.0 (943) terminating
                                        2025-03-24 18:38:18.791  - info: zigbee.0 (943) Terminated (NO_ERROR): Without reason
                                        2025-03-24 18:38:18.794  - info: tr-064.0 (959) terminating
                                        2025-03-24 18:38:18.795  - info: javascript.0 (890) terminating
                                        2025-03-24 18:38:18.798  - info: hm-rega.0 (1019) terminating
                                        2025-03-24 18:38:18.802  - info: denon.0 (1034) terminating
                                        2025-03-24 18:38:18.803  - info: vis-2.0 (1064) terminating
                                        2025-03-24 18:38:18.805  - info: cloud.0 (923) terminating
                                        2025-03-24 18:38:18.805  - info: admin.0 (847) terminating
                                        2025-03-24 18:38:18.806  - info: alexa2.0 (989) terminating
                                        2025-03-24 18:38:18.937  - info: host.IoBroker instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:18.938  - info: host.IoBroker instance system.adapter.proxmox.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:18.938  - info: host.IoBroker instance system.adapter.iot.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.030  - info: host.IoBroker instance system.adapter.alexa2.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.031  - info: host.IoBroker instance system.adapter.denon.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.031  - info: host.IoBroker instance system.adapter.vis-2.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.080  - info: host.IoBroker instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.081  - info: host.IoBroker instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.081  - info: host.IoBroker instance system.adapter.cloud.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.081  - info: host.IoBroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.105  - info: host.IoBroker instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.105  - info: host.IoBroker instance system.adapter.hm-rega.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.324  - info: host.IoBroker instance system.adapter.zigbee.0 terminated with code 0 (NO_ERROR)
                                        2025-03-24 18:38:19.324  - info: host.IoBroker All instances are stopped.
                                        2025-03-24 18:38:19.516  - info: host.IoBroker terminated
                                        
                                        

                                        ============ Mark until here for C&P =============

                                        iob diag has finished.

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

                                          @locke3600

                                          Dann bring das ganze Spiel noch auf

                                          iob nodejs-update
                                          

                                          und hau die anderen Updates (OS und ioBroker) noch drauf.

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

                                            @thomas-braun
                                            jetzt ist alles auf stand.
                                            wen man weis wie ganz einfach😖
                                            vielen dank schonmal.

                                            Script v.2025-02-23
                                            
                                            *** BASE SYSTEM ***
                                             Static hostname: IoBroker
                                                   Icon name: computer-vm
                                                     Chassis: vm 🖴
                                              Virtualization: kvm
                                            Operating System: Debian GNU/Linux 12 (bookworm)
                                                      Kernel: Linux 6.1.0-30-amd64
                                                Architecture: x86-64
                                             Hardware Vendor: QEMU
                                              Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                            Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                                            OS is similar to:
                                            
                                            model name      : QEMU Virtual CPU version 2.5+
                                            Docker          : false
                                            Virtualization  : kvm
                                            Kernel          : x86_64
                                            Userland        : 64 bit
                                            
                                            Systemuptime and Load:
                                             19:07:32 up 56 min,  2 users,  load average: 0.50, 0.26, 0.14
                                            CPU threads: 2
                                            
                                            
                                            *** LIFE CYCLE STATUS ***
                                            Operating System is the current Debian stable version codenamed 'bookworm'!
                                            
                                            *** TIME AND TIMEZONES ***
                                                           Local time: Mon 2025-03-24 19:07:33 CET
                                                       Universal time: Mon 2025-03-24 18:07:33 UTC
                                                             RTC time: Mon 2025-03-24 18:07:33
                                                            Time zone: Europe/Berlin (CET, +0100)
                                            System clock synchronized: yes
                                                          NTP service: active
                                                      RTC in local TZ: no
                                            
                                            *** Users and Groups ***
                                            User that called 'iob diag':
                                            admin
                                            HOME=/home/admin
                                            GROUPS=admin adm dialout sudo audio video plugdev users iobroker
                                            
                                            User that is running 'js-controller':
                                            js-controller is not running
                                            
                                            *** DISPLAY-SERVER SETUP ***
                                            Display-Server: false
                                            Desktop:
                                            Terminal:       tty
                                            
                                            *** MEMORY ***
                                                           total        used        free      shared  buff/cache   available
                                            Mem:            8.3G        447M        6.0G        561K        2.2G        7.9G
                                            Swap:           1.0G          0B        1.0G
                                            Total:          9.3G        447M        7.0G
                                            
                                            Active iob-Instances:   1
                                            
                                                     7941 M total memory
                                                      426 M used memory
                                                      514 M active memory
                                                     1398 M inactive memory
                                                     5725 M free memory
                                                      159 M buffer memory
                                                     1927 M swap cache
                                                      974 M total swap
                                                        0 M used swap
                                                      974 M free swap
                                            
                                            *** top - Table Of Processes  ***
                                            top - 19:07:33 up 56 min,  2 users,  load average: 0.50, 0.26, 0.14
                                            Tasks:  91 total,   1 running,  90 sleeping,   0 stopped,   0 zombie
                                            %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                            MiB Mem :   7941.2 total,   5725.4 free,    427.3 used,   2087.0 buff/cache
                                            MiB Swap:    975.0 total,    975.0 free,      0.0 used.   7513.8 avail Mem
                                            
                                            *** FAILED SERVICES ***
                                            
                                              UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                            * iobroker.service loaded failed failed ioBroker Server
                                            
                                            LOAD   = Reflects whether the unit definition was properly loaded.
                                            ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                            SUB    = The low-level unit activation state, values depend on unit type.
                                            1 loaded units listed.
                                            
                                            
                                            *** DMESG CRITICAL ERRORS ***
                                            No critical errors detected
                                            
                                            *** FILESYSTEM ***
                                            Filesystem     Type      Size  Used Avail Use% Mounted on
                                            udev           devtmpfs  3.9G     0  3.9G   0% /dev
                                            tmpfs          tmpfs     795M  548K  794M   1% /run
                                            /dev/sda1      ext4       97G  8.1G   84G   9% /
                                            tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                            tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                            tmpfs          tmpfs     744M     0  744M   0% /run/user/1001
                                            
                                            Messages concerning ext4 filesystem in dmesg:
                                            [Mon Mar 24 18:11:21 2025] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                            [Mon Mar 24 18:11:22 2025] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                            
                                            Show mounted filesystems:
                                            TARGET SOURCE    FSTYPE OPTIONS
                                            /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                            
                                            Files in neuralgic directories:
                                            
                                            /var:
                                            697M    /var/
                                            355M    /var/cache
                                            348M    /var/cache/apt
                                            272M    /var/cache/apt/archives
                                            176M    /var/lib
                                            
                                            Archived and active journals take up 149.7M in the file system.
                                            
                                            /opt/iobroker/backups:
                                            136M    /opt/iobroker/backups/
                                            
                                            /opt/iobroker/iobroker-data:
                                            1.1G    /opt/iobroker/iobroker-data/
                                            998M    /opt/iobroker/iobroker-data/files
                                            617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                            560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                            558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                            
                                            The five largest files in iobroker-data are:
                                            38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                            24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                            24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                            24M     /opt/iobroker/iobroker-data/files/vis-2/customWidgets.js.map
                                            24M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.c9369f6c.js.map
                                            
                                            USB-Devices by-id:
                                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                            
                                            /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                                            
                                            *** ZigBee Settings ***
                                            
                                            Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                            Zigbee Network Settings on your coordinator/in nvbackup are:
                                            
                                            zigbee.X
                                            Extended Pan ID:
                                            *** MASKED ***
                                            Pan ID:
                                            *** MASKED ***
                                            Channel:
                                            *** MASKED ***
                                            Network Key:
                                            *** MASKED ***
                                            
                                            To unmask the settings run 'iob diag --unmask'
                                            
                                            
                                            *** NodeJS-Installation ***
                                            
                                            /usr/bin/nodejs         v20.19.0
                                            /usr/bin/node           v20.19.0
                                            /usr/bin/npm            10.8.2
                                            /usr/bin/npx            10.8.2
                                            /usr/bin/corepack       0.31.0
                                            
                                            nodejs:
                                              Installed: 20.19.0-1nodesource1
                                              Candidate: 20.19.0-1nodesource1
                                              Version table:
                                             *** 20.19.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                    100 /var/lib/dpkg/status
                                                 20.18.3-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.18.2-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.18.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.18.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.17.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.16.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.15.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.15.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.14.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.13.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.13.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.12.2-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.12.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.12.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.11.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.11.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.10.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.9.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.8.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.8.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.7.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.6.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.6.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.5.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.5.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.4.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.3.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.3.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.2.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.1.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.0.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 18.19.0+dfsg-6~deb12u2 500
                                                    500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                                 18.19.0+dfsg-6~deb12u1 500
                                                    500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                            
                                            Temp directories causing deletion problem: 0
                                            No problems detected
                                            
                                            Errors in npm tree: 0
                                            No problems detected
                                            
                                            *** ioBroker-Installation ***
                                            
                                            ioBroker Status
                                            iobroker is not running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Hosts:
                                            IoBroker            IoBroker (version: 6.0.11, hostname: IoBroker      , alive, uptime: 1471)
                                            
                                            Core adapters versions
                                            js-controller:  7.0.6
                                            admin:          7.6.3
                                            javascript:     8.8.3
                                            
                                            nodejs modules from github:     2
                                            +-- homebridge-tapo@1.4.17 (git+ssh://git@github.com/apatsufas/homebridge-tapo-p100.git#8d25f8ab9ffc1d7cca1118cd0081d1ba28fd3cd1)
                                            +-- iobroker.tapo@0.2.9 (git+ssh://git@github.com/TA2k/ioBroker.tapo.git#bded02134bbcc37543a2af51224c4d50c718088f)
                                            
                                            Adapter State
                                              system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                              system.adapter.admin.1                  : admin                 : IoBroker                                 - disabled, port: 8088, bind: 127.0.0.1, run as: admin
                                              system.adapter.alexa2.0                 : alexa2                : IoBroker                                 -  enabled
                                              system.adapter.backitup.0               : backitup              : IoBroker                                 -  enabled
                                              system.adapter.cloud.0                  : cloud                 : IoBroker                                 -  enabled
                                              system.adapter.denon.0                  : denon                 : IoBroker                                 -  enabled
                                              system.adapter.discovery.0              : discovery             : IoBroker                                 - disabled
                                              system.adapter.history.0                : history               : IoBroker                                 - disabled
                                              system.adapter.hm-rega.0                : hm-rega               : IoBroker                                 -  enabled
                                              system.adapter.hm-rpc.0                 : hm-rpc                : IoBroker                                 -  enabled, port: 8081
                                              system.adapter.hs100.0                  : hs100                 : IoBroker                                 - disabled
                                              system.adapter.ical.0                   : ical                  : IoBroker                                 - disabled
                                              system.adapter.iot.0                    : iot                   : IoBroker                                 -  enabled
                                              system.adapter.iqontrol.0               : iqontrol              : IoBroker                                 - disabled
                                              system.adapter.javascript.0             : javascript            : IoBroker                                 -  enabled
                                              system.adapter.lgtv.0                   : lgtv                  : IoBroker                                 - disabled
                                              system.adapter.mihome-vacuum.0          : mihome-vacuum         : IoBroker                                 - disabled, port: 54321
                                              system.adapter.ping.0                   : ping                  : IoBroker                                 - disabled
                                              system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                                              system.adapter.scenes.0                 : scenes                : IoBroker                                 - disabled
                                              system.adapter.tapo.0                   : tapo                  : IoBroker                                 - disabled
                                              system.adapter.text2command.0           : text2command          : IoBroker                                 - disabled
                                              system.adapter.tr-064.0                 : tr-064                : IoBroker                                 -  enabled
                                              system.adapter.trashschedule.0          : trashschedule         : IoBroker                                 - disabled
                                              system.adapter.vis-2.0                  : vis-2                 : IoBroker                                 -  enabled
                                              system.adapter.web.2                    : web                   : IoBroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                              system.adapter.zigbee.0                 : zigbee                : IoBroker                                 -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                                            
                                            + instance is alive
                                            
                                            Enabled adapters with bindings
                                              system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                              system.adapter.hm-rpc.0                 : hm-rpc                : IoBroker                                 -  enabled, port: 8081
                                              system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                                              system.adapter.zigbee.0                 : zigbee                : IoBroker                                 -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_6cc6339159d8ed118e09786162c613ac-if00-port0
                                            
                                            ioBroker-Repositories
                                            ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                            │ (index) │ name     │ url                                                     │ auto upgrade │
                                            ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                            │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                            │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                            └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                            
                                            Active repo(s): stable
                                            Upgrade policy: none
                                            
                                            Installed ioBroker-Adapters
                                            Used repository: stable
                                            Adapter    "admin"        : 7.6.3    , installed 7.6.3
                                            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                            Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                                            Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                            Adapter    "denon"        : 1.15.12  , installed 1.15.12
                                            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                                            Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                            Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                            Adapter    "hs100"        : 2.2.2    , installed 2.2.2
                                            Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                            Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                            Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
                                            Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                            Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                            Controller "js-controller": 7.0.6    , installed 7.0.6
                                            Adapter    "lgtv"         : 2.4.0    , installed 2.4.0
                                            Adapter    "mihome-vacuum": 5.2.0    , installed 5.2.0
                                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                            Adapter    "proxmox"      : 2.4.0    , installed 2.4.0
                                            Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                            Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                            Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                            Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                                            Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                            Adapter    "web"          : 7.0.8    , installed 7.0.8
                                            Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                            Adapter    "zigbee"       : 1.10.14  , installed 1.10.14
                                            
                                            Objects and States
                                            Please stand by - This may take a while
                                            Objects:        4985
                                            States:         3614
                                            
                                            *** OS-Repositories and Updates ***
                                            Hit:1 http://deb.debian.org/debian bookworm InRelease
                                            Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
                                            Hit:3 http://security.debian.org/debian-security bookworm-security InRelease
                                            Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                                            Reading package lists...
                                            Pending Updates: 0
                                            
                                            *** 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:111             0.0.0.0:*               LISTEN      0          13432      1/systemd
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          52530      10457/sshd: /usr/sb
                                            tcp6       0      0 :::111                  :::*                    LISTEN      0          13434      1/systemd
                                            tcp6       0      0 :::22                   :::*                    LISTEN      0          52532      10457/sshd: /usr/sb
                                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14125      371/dhclient
                                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13433      1/systemd
                                            udp6       0      0 :::111                  :::*                                0          13435      1/systemd
                                            
                                            *** Log File - Last 25 Lines ***
                                            
                                            2025-03-24 18:38:18.790  - info: zigbee.0 (943) terminating
                                            2025-03-24 18:38:18.791  - info: zigbee.0 (943) Terminated (NO_ERROR): Without reason
                                            2025-03-24 18:38:18.794  - info: tr-064.0 (959) terminating
                                            2025-03-24 18:38:18.795  - info: javascript.0 (890) terminating
                                            2025-03-24 18:38:18.798  - info: hm-rega.0 (1019) terminating
                                            2025-03-24 18:38:18.802  - info: denon.0 (1034) terminating
                                            2025-03-24 18:38:18.803  - info: vis-2.0 (1064) terminating
                                            2025-03-24 18:38:18.805  - info: cloud.0 (923) terminating
                                            2025-03-24 18:38:18.805  - info: admin.0 (847) terminating
                                            2025-03-24 18:38:18.806  - info: alexa2.0 (989) terminating
                                            2025-03-24 18:38:18.937  - info: host.IoBroker instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:18.938  - info: host.IoBroker instance system.adapter.proxmox.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:18.938  - info: host.IoBroker instance system.adapter.iot.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.030  - info: host.IoBroker instance system.adapter.alexa2.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.031  - info: host.IoBroker instance system.adapter.denon.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.031  - info: host.IoBroker instance system.adapter.vis-2.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.080  - info: host.IoBroker instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.081  - info: host.IoBroker instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.081  - info: host.IoBroker instance system.adapter.cloud.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.081  - info: host.IoBroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.105  - info: host.IoBroker instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.105  - info: host.IoBroker instance system.adapter.hm-rega.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.324  - info: host.IoBroker instance system.adapter.zigbee.0 terminated with code 0 (NO_ERROR)
                                            2025-03-24 18:38:19.324  - info: host.IoBroker All instances are stopped.
                                            2025-03-24 18:38:19.516  - info: host.IoBroker terminated
                                            
                                            

                                            ============ Mark until here for C&P =============

                                            iob diag has finished.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            973
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            56
                                            1891
                                            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