Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Error Log Controller Iobroker *GELÖST*

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Error Log Controller Iobroker *GELÖST*

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

      @nicoloma

      Da braucht ein nodejs-Prozess viel zu viel Speicher.
      Gesamtsystem schaut wie aus?

      iob diag
      

      anschauen.

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

        @thomas-braun danke fuer die schnelle antwort.
        Beise mir gerade noch mit dem iob diag befehl die zähne aus.

        Wenn ich das la nicht sudo user eingeben passier nichts

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

          @nicoloma

          Das kann nicht sein. Jedenfalls nicht auf einem gesunden System.

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

            @thomas-braun 20b64be5-101e-4203-b676-20ccbe0e0c39-image.png

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

              @nicoloma

              Und jetzt alle im Chor...
              Wir melden uns NICHT als root an und kaspern damit über das System...

              1 Reply Last reply Reply Quote 0
              • Nicoloma
                Nicoloma last edited by

                hatte ich auch nicht..
                @thomas-braun ebdd596c-96bd-47ce-8564-69485c3c0348-image.png

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

                  @nicoloma

                  Bitte keine Screenshors von Text. Was soll das für ein LoginPrompt sein?
                  So schaut das auf einem aktuellen Linux in der bash aus:

                  echad@chet:~ $ groups
                  echad adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                  echad@chet:~ $
                  
                  Nicoloma 1 Reply Last reply Reply Quote 0
                  • Nicoloma
                    Nicoloma @Thomas Braun last edited by

                    hmmm

                    $ groups
                    nicolo sudo
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Nicoloma last edited by

                      @nicoloma

                      Der gehört ja auch in die Gruppe iobroker rein.

                      sudo usermod -a -G iobroker nicolo
                      exit
                      
                      Nicoloma 1 Reply Last reply Reply Quote 0
                      • Nicoloma
                        Nicoloma @Thomas Braun last edited by

                        @thomas-braun
                        danke habe einen neuen Nutzer angelegt und ihn in die Gruppe hinzugefügt

                        nicolas@iobroker:/$ sudo usermod -a -G iobroker nicolas
                        nicolas@iobroker:/$ groups
                        nicolas sudo iobroker
                        nicolas@iobroker:/$ iob diag
                        nicolas@iobroker:/$
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Nicoloma last edited by

                          @nicoloma

                          Und der hat kein Heimverzeichnis? Warum stehst du da in / herum?

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

                            @thomas-braun ```
                            Copy text starting here:

                            ======================= SUMMARY =======================
                                                    v.2023-10-10
                            
                            
                             Static hostname: iobroker
                                   Icon name: computer-container
                                     Chassis: container
                              Virtualization: lxc
                            Operating System: Ubuntu 22.04.3 LTS
                                      Kernel: Linux 6.2.16-19-pve
                                Architecture: x86-64
                            
                            Installation:           lxc
                            Kernel:                 x86_64
                            Userland:               amd64
                            Timezone:               CET (CET, +0100)
                            User-ID:                1003
                            X-Server:               false
                            Boot Target:            graphical.target
                            
                            Pending OS-Updates:     0
                            Pending iob updates:    2
                            
                            Nodejs-Installation:    /usr/bin/nodejs         v18.18.2
                                                    /usr/bin/node           v18.18.2
                                                    /usr/bin/npm            9.8.1
                                                    /usr/bin/npx            9.8.1
                                                    /usr/bin/corepack       0.19.0
                            
                            Recommended versions are nodejs 18.18.2 and npm 9.8.1
                            Your nodejs installation is correct
                            
                            MEMORY:
                                           total        used        free      shared  buff/cache   available
                            Mem:            8.0G        3.5G        4.4G        1.0M        117M        4.5G
                            Swap:           2.0G         25M        2.0G
                            Total:           10G        3.5G        6.4G
                            
                            Active iob-Instances:   31
                            Active repo(s): stable
                            
                            ioBroker Core:          js-controller           5.0.16
                                                    admin                   6.12.0
                            
                            ioBroker Status:        iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Status admin and web instance:
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.103 (SSL), run as: admin
                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                            
                            Objects:                22399
                            States:                 18080
                            
                            Size of iob-Database:
                            
                            15M     /opt/iobroker/iobroker-data/objects.jsonl
                            1.1M    /opt/iobroker/iobroker-data/states.jsonl
                            
                            
                            
                            =================== END OF SUMMARY ====================
                            

                            === Mark text until here for copying ===

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

                              @nicoloma

                              Die lange Fassung.

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

                                @thomas-braun ```
                                ======== Start marking the full check here =========

                                Skript v.2023-10-10
                                
                                *** BASE SYSTEM ***
                                 Static hostname: iobroker
                                       Icon name: computer-container
                                         Chassis: container
                                  Virtualization: lxc
                                Operating System: Ubuntu 22.04.3 LTS
                                          Kernel: Linux 6.2.16-19-pve
                                    Architecture: x86-64
                                
                                model name      : Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
                                Docker          : false
                                Virtualization  : lxc
                                Kernel          : x86_64
                                Userland        : amd64
                                
                                Systemuptime and Load:
                                 21:26:26 up  1:34,  2 users,  load average: 1.49, 1.36, 1.13
                                CPU threads: 3
                                
                                
                                *** Time and Time Zones ***
                                               Local time: Fri 2023-11-24 21:26:26 CET
                                           Universal time: Fri 2023-11-24 20:26:26 UTC
                                                 RTC time: n/a
                                                Time zone: CET (CET, +0100)
                                System clock synchronized: yes
                                              NTP service: inactive
                                          RTC in local TZ: no
                                
                                *** User and Groups ***
                                nicolas
                                /home/nicolas
                                nicolas sudo iobroker
                                
                                *** X-Server-Setup ***
                                X-Server:       false
                                Desktop:
                                Terminal:       tty
                                Boot Target:    graphical.target
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:            8.0G        3.5G        4.4G        1.0M        117M        4.5G
                                Swap:           2.0G         25M        2.0G
                                Total:           10G        3.5G        6.4G
                                
                                         8000 M total memory
                                         3504 M used memory
                                          101 M active memory
                                         3356 M inactive memory
                                         4377 M free memory
                                            0 M buffer memory
                                          117 M swap cache
                                         2000 M total swap
                                           25 M used swap
                                         1974 M free swap
                                
                                *** FAILED SERVICES ***
                                
                                  UNIT                                 LOAD   ACTIVE SUB    DESCRIPTION
                                * media-FREIGABE.mount                 loaded failed failed /media/FREIGABE
                                * run-rpc_pipefs.mount                 loaded failed failed RPC Pipe File System
                                * bluetooth.service                    loaded failed failed Bluetooth service
                                * motioneye.service                    loaded failed failed motionEye Server
                                * systemd-networkd-wait-online.service loaded failed failed Wait for Network to be Configured
                                
                                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.
                                5 loaded units listed.
                                
                                *** FILESYSTEM ***
                                Filesystem            Type   Size  Used Avail Use% Mounted on
                                ssd/subvol-103-disk-0 zfs     39G   18G   22G  45% /
                                none                  tmpfs  492K  4.0K  488K   1% /dev
                                tmpfs                 tmpfs  7.8G     0  7.8G   0% /dev/shm
                                tmpfs                 tmpfs  3.1G  1.7M  3.1G   1% /run
                                tmpfs                 tmpfs  5.0M     0  5.0M   0% /run/lock
                                tmpfs                 tmpfs  1.6G  4.0K  1.6G   1% /run/user/1002
                                
                                Messages concerning ext4 filesystem in dmesg:
                                dmesg: read kernel buffer failed: Operation not permitted
                                
                                Show mounted filesystems \(real ones only\):
                                TARGET SOURCE                FSTYPE OPTIONS
                                /      ssd/subvol-103-disk-0 zfs    rw,xattr,posixacl
                                
                                Files in neuralgic directories:
                                
                                /var:
                                6.5G    /var/
                                4.3G    /var/lib
                                2.8G    /var/lib/influxdb
                                2.7G    /var/lib/influxdb/data
                                2.3G    /var/lib/influxdb/data/iobroker/global
                                
                                Hint: You are currently not seeing messages from other users and the system.
                                      Users in groups 'adm', 'systemd-journal' can see all messages.
                                      Pass -q to turn off this notice.
                                Archived and active journals take up 168.5K in the file system.
                                
                                /opt/iobroker/backups:
                                6.4G    /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                339M    /opt/iobroker/iobroker-data/
                                226M    /opt/iobroker/iobroker-data/files
                                97M     /opt/iobroker/iobroker-data/backup-objects
                                32M     /opt/iobroker/iobroker-data/files/echarts.admin
                                26M     /opt/iobroker/iobroker-data/files/javascript.admin
                                
                                The five largest files in iobroker-data are:
                                18M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                                16M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                15M     /opt/iobroker/iobroker-data/objects.jsonl
                                13M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                8.2M    /opt/iobroker/iobroker-data/files/echarts/static/js/main.5f66c5d9.js.map
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                
                                find: '/dev/serial/by-id/': No such file or directory
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v18.18.2
                                /usr/bin/node           v18.18.2
                                /usr/bin/npm            9.8.1
                                /usr/bin/npx            9.8.1
                                /usr/bin/corepack       0.19.0
                                
                                
                                nodejs:
                                  Installed: 18.18.2-1nodesource1
                                  Candidate: 18.18.2-1nodesource1
                                  Version table:
                                 *** 18.18.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     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
                                     12.22.9~dfsg-1ubuntu3.2 500
                                        500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                                        500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                                     12.22.9~dfsg-1ubuntu3 500
                                        500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                                
                                Temp directories causing npm8 problem: 0
                                No problems detected
                                
                                Errors in npm tree:
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Core adapters versions
                                js-controller:  5.0.16
                                admin:          6.12.0
                                javascript:     7.1.6
                                
                                Adapters from github:   4
                                
                                Adapter State
                                + system.adapter.accuweather.0            : accuweather           : iobroker                                 -  enabled
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.103 (SSL), run as: admin
                                  system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                  system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                                  system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
                                  system.adapter.chromecast.0             : chromecast            : iobroker                                 - disabled
                                  system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled
                                  system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                                  system.adapter.echarts.0                : echarts               : iobroker                                 - disabled
                                  system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                                + system.adapter.hass.0                   : hass                  : iobroker                                 -  enabled, port: 8123
                                  system.adapter.history.0                : history               : iobroker                                 - disabled
                                  system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                  system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker                                 - disabled
                                  system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                                + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                                  system.adapter.iot.0                    : iot                   : iobroker                                 - disabled
                                  system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                                + system.adapter.lgtv.0                   : lgtv                  : iobroker                                 -  enabled
                                  system.adapter.material.0               : material              : iobroker                                 - disabled
                                  system.adapter.mbus.0                   : mbus                  : iobroker                                 - disabled, port: 1502
                                + system.adapter.meross.0                 : meross                : iobroker                                 -  enabled
                                  system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                                + system.adapter.modbus.1                 : modbus                : iobroker                                 -  enabled
                                + system.adapter.moma.0                   : moma                  : iobroker                                 -  enabled
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 192.168.178.103
                                  system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                + system.adapter.onvif.0                  : onvif                 : iobroker                                 -  enabled, port: 80, 7575, 8000, 8080, 8081, 8899
                                  system.adapter.pi-hole.0                : pi-hole               : iobroker                                 - disabled
                                  system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                + system.adapter.plenticore.0             : plenticore            : iobroker                                 -  enabled, port: 80
                                  system.adapter.proxmox.0                : proxmox               : iobroker                                 - disabled, port: 8006
                                + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                                + system.adapter.pvforecast.1             : pvforecast            : iobroker                                 -  enabled
                                  system.adapter.radar2.0                 : radar2                : iobroker                                 - disabled
                                + system.adapter.samsung.0                : samsung               : iobroker                                 -  enabled
                                + system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1887, bind: 192.168.178.103
                                + system.adapter.smartcontrol.0           : smartcontrol          : iobroker                                 -  enabled
                                + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                                + system.adapter.smartthings.0            : smartthings           : iobroker                                 -  enabled
                                  system.adapter.solarviewdatareader.0    : solarviewdatareader   : iobroker                                 - disabled, port: 15000
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1880, bind: 192.168.178.50
                                + system.adapter.sourceanalytix.1         : sourceanalytix        : iobroker                                 -  enabled
                                + system.adapter.statistics.0             : statistics            : iobroker                                 -  enabled
                                + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                                + system.adapter.telegram.2               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                  system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8090, bind: 0.0.0.0, run as: admin
                                + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                                + system.adapter.tibber.0                 : tibber                : iobroker                                 -  enabled
                                  system.adapter.tr-064.0                 : tr-064                : iobroker                                 - disabled
                                  system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                                  system.adapter.upnp.0                   : upnp                  : iobroker                                 - disabled
                                  system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                  system.adapter.vis-history.0            : vis-history           : iobroker                                 - disabled
                                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                  system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 - disabled
                                  system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 - disabled
                                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                  system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                  system.adapter.weatherunderground.0     : weatherunderground    : iobroker                                 - disabled
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                                  system.adapter.zigbee.0                 : zigbee                : iobroker                                 - disabled, port: /dev/ttyACM0
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.103 (SSL), run as: admin
                                + system.adapter.hass.0                   : hass                  : iobroker                                 -  enabled, port: 8123
                                + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 192.168.178.103
                                + system.adapter.onvif.0                  : onvif                 : iobroker                                 -  enabled, port: 80, 7575, 8000, 8080, 8081, 8899
                                + system.adapter.plenticore.0             : plenticore            : iobroker                                 -  enabled, port: 80
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1887, bind: 192.168.178.103
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1880, bind: 192.168.178.50
                                + system.adapter.telegram.2               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                                
                                ioBroker-Repositories
                                stable        : http://download.iobroker.net/sources-dist.json
                                beta          : http://download.iobroker.net/sources-dist-latest.json
                                
                                Active repo(s): stable
                                
                                Installed ioBroker-Instances
                                Used repository: stable
                                Adapter    "accuweather"  : 1.3.1    , installed 1.3.1
                                Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                Adapter    "alexa2"       : 3.26.1   , installed 3.26.1
                                Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                                Adapter    "ble"          : 0.13.4   , installed 0.13.4
                                Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                                Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                Adapter    "echarts"      : 1.5.4    , installed 1.5.4
                                Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                Adapter    "hass"         : 1.4.0    , installed 1.4.0
                                Adapter    "history"      : 3.0.1    , installed 3.0.1
                                Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                                Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                Adapter    "info"         : 2.0.0    , installed 2.0.0
                                Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                Adapter    "javascript"   : 7.1.4    , installed 7.1.6
                                Controller "js-controller": 5.0.16   , installed 5.0.16
                                Adapter    "lgtv"         : 2.1.2    , installed 2.1.2
                                Adapter    "material"     : 1.3.1    , installed 1.3.1
                                Adapter    "mbus"         : 2.5.0    , installed 2.4.0  [Updatable]
                                Adapter    "meross"       : 1.15.1   , installed 1.15.1
                                Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                Adapter    "moma"         : 1.2.9    , installed 1.2.9
                                Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                                Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                Adapter    "onvif"        : 1.1.1    , installed 1.1.1
                                Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                                Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                Adapter    "plenticore"   : 2.2.0    , installed 2.2.0
                                Adapter    "proxmox"      : 2.2.1    , installed 2.2.1
                                Adapter    "pvforecast"   : 2.9.0    , installed 2.9.0
                                Adapter    "radar2"       : 2.0.8    , installed 2.0.8
                                Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                                Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                                Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                                Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                                Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
                                Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                                Adapter    "solarviewdatareader": 1.0.7, installed 1.0.7
                                Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                Adapter    "statistics"   : 2.4.0    , installed 2.3.0  [Updatable]
                                Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                Adapter    "telegram"     : 2.0.1    , installed 2.0.1
                                Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                Adapter    "text2command" : 3.0.2    , installed 3.0.2
                                Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                                Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                Adapter    "web"          : 6.1.10   , installed 6.1.10
                                Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                Adapter    "zigbee"       : 1.8.24   , installed 1.8.24
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        22399
                                States:         18080
                                
                                *** OS-Repositories and Updates ***
                                W: https://packages.grafana.com/oss/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
                                Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                Hit:3 https://repos.influxdata.com/debian stable InRelease
                                Hit:4 https://packages.grafana.com/oss/deb stable InRelease
                                Hit:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease
                                Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                                Reading package lists... Done
                                W: https://packages.grafana.com/oss/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                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 127.0.0.1:34759         0.0.0.0:*               LISTEN      0          1332094785 228/containerd
                                
                                tcp        0      0 127.0.0.1:1883          0.0.0.0:*               LISTEN      112        1332094765 234/mosquitto
                                
                                tcp        0      0 0.0.0.0:3001            0.0.0.0:*               LISTEN      0          1332119484 1175/docker-proxy
                                
                                tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        1332093500 182/systemd-resolve
                                tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          1332115025 540/master
                                
                                tcp        0      0 192.168.178.103:8081    0.0.0.0:*               LISTEN      1000       1333518017 7209/io.admin.0
                                
                                tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      0          1332104159 548/perl
                                
                                tcp        0      0 127.0.0.1:45009         0.0.0.0:*               LISTEN      113        1333808462 9856/plugin_start_l
                                tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1000       1333517165 7191/iobroker.js-co
                                tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1000       1333517169 7191/iobroker.js-co
                                tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          1332112977 389/smbd
                                
                                tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          1332112978 389/smbd
                                
                                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          1332093146 1/init
                                
                                tcp        0      0 192.168.178.103:1885    0.0.0.0:*               LISTEN      1000       1333610677 7354/io.mqtt.0
                                
                                tcp        0      0 192.168.178.103:1884    0.0.0.0:*               LISTEN      1000       1333610676 7354/io.mqtt.0
                                
                                tcp        0      0 192.168.178.103:1887    0.0.0.0:*               LISTEN      1000       1333610764 7385/io.shelly.0
                                
                                tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        1332112931 291/influxd
                                
                                tcp        0      0 127.0.0.1:8080          0.0.0.0:*               LISTEN      115        1332097086 231/motion
                                
                                tcp        0      0 127.0.0.1:8081          0.0.0.0:*               LISTEN      115        1332097085 231/motion
                                
                                tcp6       0      0 :::3001                 :::*                    LISTEN      0          1332119490 1182/docker-proxy
                                
                                tcp6       0      0 :::3000                 :::*                    LISTEN      113        1333803505 9714/grafana
                                
                                tcp6       0      0 ::1:25                  :::*                    LISTEN      0          1332115026 540/master
                                
                                tcp6       0      0 ::1:1883                :::*                    LISTEN      112        1332094766 234/mosquitto
                                
                                tcp6       0      0 :::445                  :::*                    LISTEN      0          1332112975 389/smbd
                                
                                tcp6       0      0 :::139                  :::*                    LISTEN      0          1332112976 389/smbd
                                
                                tcp6       0      0 :::111                  :::*                    LISTEN      0          1332093148 1/init
                                
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          1332094457 1/init
                                
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1000       1333754449 8820/io.web.0
                                
                                tcp6       0      0 :::8086                 :::*                    LISTEN      999        1332113042 291/influxd
                                
                                udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       1333661282 7418/io.tuya.0
                                
                                udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       1333661283 7418/io.tuya.0
                                
                                udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        1332093499 182/systemd-resolve
                                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          1332093147 1/init
                                
                                udp        0      0 172.17.255.255:137      0.0.0.0:*                           0          1332348842 282/nmbd
                                
                                udp        0      0 172.17.0.1:137          0.0.0.0:*                           0          1332348841 282/nmbd
                                
                                udp        0      0 192.168.178.255:137     0.0.0.0:*                           0          1332112921 282/nmbd
                                
                                udp        0      0 192.168.178.103:137     0.0.0.0:*                           0          1332112920 282/nmbd
                                
                                udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          1332112908 282/nmbd
                                
                                udp        0      0 172.17.255.255:138      0.0.0.0:*                           0          1332348844 282/nmbd
                                
                                udp        0      0 172.17.0.1:138          0.0.0.0:*                           0          1332348843 282/nmbd
                                
                                udp        0      0 192.168.178.255:138     0.0.0.0:*                           0          1332112923 282/nmbd
                                
                                udp        0      0 192.168.178.103:138     0.0.0.0:*                           0          1332112922 282/nmbd
                                
                                udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          1332112909 282/nmbd
                                
                                udp        0      0 0.0.0.0:10000           0.0.0.0:*                           0          1332104160 548/perl
                                
                                udp6       0      0 :::111                  :::*                                0          1332093149 1/init
                                
                                
                                *** Log File - Last 25 Lines ***
                                
                                2023-11-24 21:25:58.464  - error: host.iobroker Caught by controller[10]: 13: 0x12f933d v8::internal::Runtime_StringCharCodeAt(int, unsigned long*, v8::internal::Isolate*) [/usr/bin/node]
                                2023-11-24 21:25:58.464  - error: host.iobroker Caught by controller[11]: 14: 0x1705b39  [/usr/bin/node]
                                2023-11-24 21:25:58.464  - warn: host.iobroker instance system.adapter.trashschedule.0 terminated due to SIGABRT
                                2023-11-24 21:26:15.274  - warn: hass.0 (7464) State "hass.0.entities.device_tracker.s21_von_espe_2.connected_to" has no existing object, this might lead to an error in future versions
                                2023-11-24 21:26:15.274  - warn: hass.0 (7464) State "hass.0.entities.device_tracker.s21_von_espe_2.connection_type" has no existing object, this might lead to an error in future versions
                                2023-11-24 21:26:15.274  - warn: hass.0 (7464) State "hass.0.entities.device_tracker.s21_von_espe_2.ssid" has no existing object, this might lead to an error in future versions
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[0]: [33518:0x5e306c0]      720 ms: Mark-sweep (reduce) 19.1 (20.8) -> 18.4 (21.3) MB, 4.4 / 0.0 ms  (+ 0.4 ms in 30 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 31 ms) (average mu = 0.901, current mu = 0.877) allocation f[33518:0x5e306c0]      739 ms: Mark-sweep (reduce) 19.9 (21.3) -> 18.5 (21.5) MB, 4.3 / 0.0 ms  (+ 0.3 ms in 15 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 18 ms) (average mu = 0.862, current mu = 0.757) allocation f
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[0]: <--- JS stacktrace --->
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[1]: FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[2]:  1: 0xb85bc0 node::Abort() [/usr/bin/node]
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[3]:  2: 0xa94834  [/usr/bin/node]
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[4]:  3: 0xd66d10 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/bin/node]
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[5]:  4: 0xd670b7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/bin/node]
                                2023-11-24 21:26:29.330  - error: host.iobroker Caught by controller[6]:  5: 0xf447c5  [/usr/bin/node]
                                2023-11-24 21:26:29.331  - error: host.iobroker Caught by controller[7]:  6: 0xf56cad v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/bin/node]
                                2023-11-24 21:26:29.331  - error: host.iobroker Caught by controller[8]:  7: 0xf313ae v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/bin/node]
                                2023-11-24 21:26:29.331  - error: host.iobroker Caught by controller[9]:  8: 0xf32777 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/bin/node]
                                2023-11-24 21:26:29.331  - error: host.iobroker Caught by controller[10]:  9: 0xf1394a v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/usr/bin/node]
                                2023-11-24 21:26:29.331  - error: host.iobroker Caught by controller[11]: 10: 0x12d8caf v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/usr/bin/node]
                                2023-11-24 21:26:29.331  - error: host.iobroker Caught by controller[12]: 11: 0x1705b39  [/usr/bin/node]
                                2023-11-24 21:26:29.331  - warn: host.iobroker instance system.adapter.trashschedule.0 terminated due to SIGABRT
                                2023-11-24 21:26:48.283  - warn: hass.0 (7464) State "hass.0.entities.device_tracker.s21_von_espe_2.connected_to" has no existing object, this might lead to an error in future versions
                                2023-11-24 21:26:48.283  - warn: hass.0 (7464) State "hass.0.entities.device_tracker.s21_von_espe_2.connection_type" has no existing object, this might lead to an error in future versions
                                2023-11-24 21:26:48.283  - warn: hass.0 (7464) State "hass.0.entities.device_tracker.s21_von_espe_2.ssid" has no existing object, this might lead to an error in future versions
                                
                                

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

                                Nicoloma 1 Reply Last reply Reply Quote 0
                                • Nicoloma
                                  Nicoloma @Nicoloma last edited by

                                  @Thomas-Braun Hallo, hast du eine Idee?

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

                                    @nicoloma

                                    Nein

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

                                      Hallo Jungs und Mädels,
                                      ich habe immer noch das gleiche Problem.
                                      Kann bitte mir einer versuchen nochmal zu helfen. Mein Web adapter bzw VIS funktioniert nicht. Er zeigt keine fehlermeldung im Log an aber ich kann es nicht aufrufen.

                                      Ich wäre euch sehr verbunden

                                      
                                      ======== Start marking the full check here =========
                                      
                                      
                                      Skript v.2023-10-25
                                      
                                      *** BASE SYSTEM ***
                                       Static hostname: iobroker
                                             Icon name: computer-container
                                               Chassis: container
                                        Virtualization: lxc
                                      Operating System: Ubuntu 22.04.3 LTS
                                                Kernel: Linux 6.5.11-7-pve
                                          Architecture: x86-64
                                      
                                      model name      : Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
                                      Docker          : false
                                      Virtualization  : lxc
                                      Kernel          : x86_64
                                      Userland        : amd64
                                      
                                      Systemuptime and Load:
                                       11:43:02 up 21:41,  1 user,  load average: 2.66, 3.07, 2.94
                                      CPU threads: 4
                                      
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Wed 2024-01-03 11:43:02 CET
                                                 Universal time: Wed 2024-01-03 10:43:02 UTC
                                                       RTC time: n/a
                                                      Time zone: CET (CET, +0100)
                                      System clock synchronized: yes
                                                    NTP service: inactive
                                                RTC in local TZ: no
                                      
                                      *** User and Groups ***
                                      nicolo
                                      /home/nicolo
                                      nicolo sudo iobroker
                                      
                                      *** X-Server-Setup ***
                                      X-Server:       false
                                      Desktop:
                                      Terminal:       tty
                                      Boot Target:    graphical.target
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            8.0G        4.5G        3.1G        0.0K        336M        3.5G
                                      Swap:           100M         99M        0.0K
                                      Total:          8.1G        4.6G        3.1G
                                      
                                               8000 M total memory
                                               4543 M used memory
                                               1839 M active memory
                                               2869 M inactive memory
                                               3119 M free memory
                                                  0 M buffer memory
                                                337 M swap cache
                                                100 M total swap
                                                 99 M used swap
                                                  0 M free swap
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT                                 LOAD   ACTIVE SUB    DESCRIPTION
                                      * media-FREIGABE.mount                 loaded failed failed /media/FREIGABE
                                      * run-rpc_pipefs.mount                 loaded failed failed RPC Pipe File System
                                      * systemd-networkd-wait-online.service loaded failed failed Wait for Network to be Configured
                                      
                                      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.
                                      3 loaded units listed.
                                      
                                      *** FILESYSTEM ***
                                      Filesystem                        Type      Size  Used Avail Use% Mounted on
                                      /dev/mapper/Save-vm--103--disk--1 ext4       39G   15G   23G  40% /
                                      none                              tmpfs     492K  4.0K  488K   1% /dev
                                      efivarfs                          efivarfs  128K   72K   52K  59% /sys/firmware/efi/efivars
                                      tmpfs                             tmpfs     7.8G     0  7.8G   0% /dev/shm
                                      tmpfs                             tmpfs     3.1G  1.6M  3.1G   1% /run
                                      tmpfs                             tmpfs     5.0M     0  5.0M   0% /run/lock
                                      tmpfs                             tmpfs     1.6G  4.0K  1.6G   1% /run/user/1002
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      Check not possible in LXC or Docker
                                      
                                      Show mounted filesystems:
                                      TARGET                                        SOURCE                            FSTYPE      OPTIONS
                                      /                                             /dev/mapper/Save-vm--103--disk--1 ext4        rw,relatime,stripe=16
                                      |-/run                                        tmpfs                             tmpfs       rw,nosuid,nodev,size=3246552k,nr_inodes=819200,mode=755,uid=100000,gid=100000,inode64
                                      | |-/run/lock                                 tmpfs                             tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,uid=100000,gid=100000,inode64
                                      | |-/run/credentials/systemd-sysusers.service ramfs                             ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                      | `-/run/user/1002                            tmpfs                             tmpfs       rw,nosuid,nodev,relatime,size=1623276k,nr_inodes=405819,mode=700,uid=101002,gid=101002,inode64
                                      |-/dev                                        none                              tmpfs       rw,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
                                      | |-/dev/shm                                  tmpfs                             tmpfs       rw,nosuid,nodev,uid=100000,gid=100000,inode64
                                      | |-/dev/mqueue                               mqueue                            mqueue      rw,relatime
                                      | |-/dev/ttyACM0                              udev[/ttyACM0]                    devtmpfs    rw,nosuid,relatime,size=8082704k,nr_inodes=2020676,mode=755,inode64
                                      | |-/dev/.lxc/proc                            proc                              proc        rw,relatime
                                      | |-/dev/.lxc/sys                             sys                               sysfs       rw,relatime
                                      | |-/dev/full                                 udev[/full]                       devtmpfs    rw,nosuid,relatime,size=8082704k,nr_inodes=2020676,mode=755,inode64
                                      | |-/dev/null                                 udev[/null]                       devtmpfs    rw,nosuid,relatime,size=8082704k,nr_inodes=2020676,mode=755,inode64
                                      | |-/dev/random                               udev[/random]                     devtmpfs    rw,nosuid,relatime,size=8082704k,nr_inodes=2020676,mode=755,inode64
                                      | |-/dev/tty                                  udev[/tty]                        devtmpfs    rw,nosuid,relatime,size=8082704k,nr_inodes=2020676,mode=755,inode64
                                      | |-/dev/urandom                              udev[/urandom]                    devtmpfs    rw,nosuid,relatime,size=8082704k,nr_inodes=2020676,mode=755,inode64
                                      | |-/dev/zero                                 udev[/zero]                       devtmpfs    rw,nosuid,relatime,size=8082704k,nr_inodes=2020676,mode=755,inode64
                                      | |-/dev/pts                                  devpts                            devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                      | |-/dev/ptmx                                 devpts[/ptmx]                     devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                      | |-/dev/console                              devpts[/0]                        devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                      | |-/dev/tty1                                 devpts[/1]                        devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                      | `-/dev/tty2                                 devpts[/2]                        devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                      |-/proc                                       proc                              proc        rw,nosuid,nodev,noexec,relatime
                                      | |-/proc/sys                                 proc[/sys]                        proc        ro,relatime
                                      | | |-/proc/sys/net                           proc[/sys/net]                    proc        rw,nosuid,nodev,noexec,relatime
                                      | | |-/proc/sys/fs/binfmt_misc                binfmt_misc                       binfmt_misc rw,nosuid,nodev,noexec,relatime
                                      | | `-/proc/sys/kernel/random/boot_id         none[/.lxc-boot-id]               tmpfs       ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
                                      | |-/proc/sysrq-trigger                       proc[/sysrq-trigger]              proc        ro,relatime
                                      | |-/proc/cpuinfo                             lxcfs[/proc/cpuinfo]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/diskstats                           lxcfs[/proc/diskstats]            fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/loadavg                             lxcfs[/proc/loadavg]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/meminfo                             lxcfs[/proc/meminfo]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/slabinfo                            lxcfs[/proc/slabinfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/stat                                lxcfs[/proc/stat]                 fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/swaps                               lxcfs[/proc/swaps]                fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | `-/proc/uptime                              lxcfs[/proc/uptime]               fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      `-/sys                                        sysfs                             sysfs       ro,nosuid,nodev,noexec,relatime
                                        |-/sys/fs/fuse/connections                  fusectl                           fusectl     rw,nosuid,nodev,noexec,relatime
                                        |-/sys/devices/virtual/net                  sysfs[/devices/virtual/net]       sysfs       rw,nosuid,nodev,noexec,relatime
                                        |-/sys/kernel/debug                         debugfs                           debugfs     rw,nosuid,nodev,noexec,relatime
                                        |-/sys/kernel/security                      securityfs                        securityfs  rw,nosuid,nodev,noexec,relatime
                                        |-/sys/fs/pstore                            pstore                            pstore      rw,nosuid,nodev,noexec,relatime
                                        |-/sys/firmware/efi/efivars                 efivarfs                          efivarfs    rw,nosuid,nodev,noexec,relatime
                                        |-/sys/fs/cgroup                            none                              cgroup2     rw,nosuid,nodev,noexec,relatime
                                        `-/sys/devices/system/cpu                   lxcfs[/sys/devices/system/cpu]    fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      6.9G    /var/
                                      4.5G    /var/lib
                                      3.8G    /var/lib/influxdb/data
                                      3.8G    /var/lib/influxdb
                                      3.3G    /var/lib/influxdb/data/iobroker
                                      
                                      Hint: You are currently not seeing messages from other users and the system.
                                            Users in groups 'adm', 'systemd-journal' can see all messages.
                                            Pass -q to turn off this notice.
                                      Archived and active journals take up 24.0M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      83M     /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      747M    /opt/iobroker/iobroker-data/
                                      588M    /opt/iobroker/iobroker-data/files
                                      126M    /opt/iobroker/iobroker-data/files/vis-2
                                      105M    /opt/iobroker/iobroker-data/backup-objects
                                      90M     /opt/iobroker/iobroker-data/files/echarts.admin
                                      
                                      The five largest files in iobroker-data are:
                                      48M     /opt/iobroker/iobroker-data/objects.jsonl
                                      35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                      33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                      24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.5f66c5d9.js.map
                                      24M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.9f2a6569.js.map
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220810141742-if00
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v18.19.0
                                      /usr/bin/node           v18.19.0
                                      /usr/bin/npm            10.2.3
                                      /usr/bin/npx            10.2.3
                                      /usr/bin/corepack       0.22.0
                                      
                                      
                                      nodejs:
                                        Installed: 18.19.0-1nodesource1
                                        Candidate: 18.19.0-1nodesource1
                                        Version table:
                                       *** 18.19.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                              100 /var/lib/dpkg/status
                                           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
                                           12.22.9~dfsg-1ubuntu3.2 500
                                              500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                                              500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                                           12.22.9~dfsg-1ubuntu3 500
                                              500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree:
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Core adapters versions
                                      js-controller:  5.0.17
                                      admin:          6.12.0
                                      javascript:     7.1.6
                                      
                                      Adapters from github:   5
                                      
                                      Adapter State
                                      + system.adapter.accuweather.0            : accuweather           : iobroker                                 -  enabled
                                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.103, run as: admin
                                      + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                        system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                                      + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                        system.adapter.chromecast.0             : chromecast            : iobroker                                 - disabled
                                        system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                      + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled
                                        system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                                        system.adapter.echarts.0                : echarts               : iobroker                                 - disabled
                                        system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                                        system.adapter.hass.0                   : hass                  : iobroker                                 - disabled, port: 8123
                                        system.adapter.history.0                : history               : iobroker                                 - disabled
                                        system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                      + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                      + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                                      + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                        system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                                        system.adapter.lgtv.0                   : lgtv                  : iobroker                                 - disabled
                                        system.adapter.mbus.0                   : mbus                  : iobroker                                 - disabled, port: 1502
                                      + system.adapter.meross.0                 : meross                : iobroker                                 -  enabled
                                        system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                                      + system.adapter.modbus.1                 : modbus                : iobroker                                 -  enabled
                                      + system.adapter.moma.0                   : moma                  : iobroker                                 -  enabled
                                      + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 192.168.178.103
                                        system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                        system.adapter.onvif.0                  : onvif                 : iobroker                                 - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                                        system.adapter.pi-hole.0                : pi-hole               : iobroker                                 - disabled
                                        system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                      + system.adapter.plenticore.0             : plenticore            : iobroker                                 -  enabled, port: 80
                                      + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                                      + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                                      + system.adapter.pvforecast.1             : pvforecast            : iobroker                                 -  enabled
                                        system.adapter.radar2.0                 : radar2                : iobroker                                 - disabled
                                      + system.adapter.samsung.0                : samsung               : iobroker                                 -  enabled
                                      + system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled
                                      + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1887, bind: 192.168.178.103
                                      + system.adapter.smartcontrol.0           : smartcontrol          : iobroker                                 -  enabled
                                      + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                                      + system.adapter.smartthings.0            : smartthings           : iobroker                                 -  enabled
                                        system.adapter.solarviewdatareader.0    : solarviewdatareader   : iobroker                                 - disabled, port: 15000
                                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1880, bind: 192.168.178.103
                                      + system.adapter.sourceanalytix.1         : sourceanalytix        : iobroker                                 -  enabled
                                      + system.adapter.statistics.0             : statistics            : iobroker                                 -  enabled
                                      + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                                      + system.adapter.telegram.2               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8090, bind: 0.0.0.0, run as: admin
                                      + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                                      + system.adapter.tibber.0                 : tibber                : iobroker                                 -  enabled
                                      + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                        system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                      + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                                        system.adapter.upnp.0                   : upnp                  : iobroker                                 - disabled
                                      + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                                        system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                        system.adapter.weatherunderground.0     : weatherunderground    : iobroker                                 - disabled
                                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        system.adapter.zigbee.0                 : zigbee                : iobroker                                 - disabled, port: /dev/ttyACM0
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.103, run as: admin
                                      + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                      + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 192.168.178.103
                                      + system.adapter.plenticore.0             : plenticore            : iobroker                                 -  enabled, port: 80
                                      + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                                      + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1887, bind: 192.168.178.103
                                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1880, bind: 192.168.178.103
                                      + system.adapter.telegram.2               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      ioBroker-Repositories
                                      stable        : http://download.iobroker.net/sources-dist.json
                                      beta          : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo(s): stable
                                      
                                      Installed ioBroker-Instances
                                      Used repository: stable
                                      Adapter    "accuweather"  : 1.3.2    , installed 1.3.2
                                      Adapter    "acme"         : 0.1.2    , installed 0.1.2
                                      Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                      Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                                      Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                      Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                                      Adapter    "ble"          : 0.13.4   , installed 0.13.4
                                      Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                      Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                      Adapter    "daswetter"    : 3.1.11   , installed 3.1.11
                                      Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                                      Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                      Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                      Adapter    "echarts"      : 1.5.4    , installed 1.5.4
                                      Adapter    "hass"         : 1.4.0    , installed 1.4.0
                                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                                      Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                      Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                      Adapter    "info"         : 2.0.0    , installed 2.0.0
                                      Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                      Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                      Controller "js-controller": 5.0.17   , installed 5.0.17
                                      Adapter    "lgtv"         : 2.1.2    , installed 2.1.2
                                      Adapter    "mbus"         : 2.6.1    , installed 2.6.1
                                      Adapter    "meross"       : 1.16.1   , installed 1.16.1
                                      Adapter    "modbus"       : 6.0.1    , installed 6.0.1
                                      Adapter    "moma"         : 1.2.9    , installed 1.2.9
                                      Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                      Adapter    "onvif"        : 1.1.1    , installed 1.1.1
                                      Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                      Adapter    "plenticore"   : 2.2.0    , installed 2.2.0
                                      Adapter    "proxmox"      : 2.2.2    , installed 2.2.2
                                      Adapter    "pvforecast"   : 2.9.0    , installed 2.9.0
                                      Adapter    "radar2"       : 2.1.0    , installed 2.1.0
                                      Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                                      Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                                      Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                      Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                                      Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                      Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
                                      Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                      Adapter    "solarviewdatareader": 1.0.7, installed 1.0.7
                                      Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                      Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                                      Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                      Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                                      Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                      Adapter    "text2command" : 3.0.2    , installed 3.0.2
                                      Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                      Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                      Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                                      Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                      Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                      Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                      Adapter    "web"          : 6.1.10   , installed 6.1.10
                                      Adapter    "welcome"      : 0.1.0    , installed 0.1.0
                                      Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                      Adapter    "zigbee"       : 1.9.5    , installed 1.9.5
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        23550
                                      States:         19971
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 https://repos.influxdata.com/debian stable InRelease
                                      Hit:2 https://packages.grafana.com/oss/deb stable InRelease
                                      Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                                      Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease
                                      Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                      Hit:6 http://archive.ubuntu.com/ubuntu jammy-security InRelease
                                      Reading package lists... Done
                                      Pending Updates: 0
                                      
                                      *** Listening Ports ***
                                      Netid                  State                   Recv-Q                   Send-Q                                       Local Address:Port                                      Peer Address:Port                  Process
                                      udp                    UNCONN                  0                        0                                                  0.0.0.0:6666                                           0.0.0.0:*                      users:(("io.tuya.0",pid=894,fd=41))
                                      udp                    UNCONN                  0                        0                                                  0.0.0.0:6667                                           0.0.0.0:*                      users:(("io.tuya.0",pid=894,fd=42))
                                      udp                    UNCONN                  0                        0                                            127.0.0.53%lo:53                                             0.0.0.0:*                      users:(("systemd-resolve",pid=157,fd=13))
                                      udp                    UNCONN                  0                        0                                                  0.0.0.0:111                                            0.0.0.0:*                      users:(("rpcbind",pid=156,fd=5),("systemd",pid=1,fd=28))
                                      udp                    UNCONN                  0                        0                                          192.168.178.255:137                                            0.0.0.0:*                      users:(("nmbd",pid=281,fd=16))
                                      udp                    UNCONN                  0                        0                                          192.168.178.103:137                                            0.0.0.0:*                      users:(("nmbd",pid=281,fd=15))
                                      udp                    UNCONN                  0                        0                                                  0.0.0.0:137                                            0.0.0.0:*                      users:(("nmbd",pid=281,fd=13))
                                      udp                    UNCONN                  0                        0                                          192.168.178.255:138                                            0.0.0.0:*                      users:(("nmbd",pid=281,fd=18))
                                      udp                    UNCONN                  0                        0                                          192.168.178.103:138                                            0.0.0.0:*                      users:(("nmbd",pid=281,fd=17))
                                      udp                    UNCONN                  0                        0                                                  0.0.0.0:138                                            0.0.0.0:*                      users:(("nmbd",pid=281,fd=14))
                                      udp                    UNCONN                  0                        0                                                  0.0.0.0:10000                                          0.0.0.0:*                      users:(("miniserv.pl",pid=541,fd=6))
                                      udp                    UNCONN                  0                        0                                                     [::]:111                                               [::]:*                      users:(("rpcbind",pid=156,fd=7),("systemd",pid=1,fd=30))
                                      tcp                    LISTEN                  0                        511                                        192.168.178.103:8081                                           0.0.0.0:*                      users:(("io.admin.0",pid=257225,fd=29))
                                      tcp                    LISTEN                  0                        100                                              127.0.0.1:25                                             0.0.0.0:*                      users:(("master",pid=459,fd=13))
                                      tcp                    LISTEN                  0                        100                                              127.0.0.1:1883                                           0.0.0.0:*                      users:(("mosquitto",pid=192,fd=5))
                                      tcp                    LISTEN                  0                        4096                                               0.0.0.0:10000                                          0.0.0.0:*                      users:(("miniserv.pl",pid=541,fd=5))
                                      tcp                    LISTEN                  0                        511                                              127.0.0.1:43317                                          0.0.0.0:*                      users:(("plugin_start_li",pid=744,fd=19))
                                      tcp                    LISTEN                  0                        50                                                 0.0.0.0:445                                            0.0.0.0:*                      users:(("smbd",pid=477,fd=46))
                                      tcp                    LISTEN                  0                        4096                                         127.0.0.53%lo:53                                             0.0.0.0:*                      users:(("systemd-resolve",pid=157,fd=14))
                                      tcp                    LISTEN                  0                        4096                                               0.0.0.0:111                                            0.0.0.0:*                      users:(("rpcbind",pid=156,fd=4),("systemd",pid=1,fd=27))
                                      tcp                    LISTEN                  0                        50                                                 0.0.0.0:139                                            0.0.0.0:*                      users:(("smbd",pid=477,fd=47))
                                      tcp                    LISTEN                  0                        511                                                0.0.0.0:9001                                           0.0.0.0:*                      users:(("iobroker.js-con",pid=602,fd=21))
                                      tcp                    LISTEN                  0                        511                                                0.0.0.0:9000                                           0.0.0.0:*                      users:(("iobroker.js-con",pid=602,fd=27))
                                      tcp                    LISTEN                  0                        511                                        192.168.178.103:1887                                           0.0.0.0:*                      users:(("io.shelly.0",pid=846,fd=32))
                                      tcp                    LISTEN                  0                        511                                        192.168.178.103:1884                                           0.0.0.0:*                      users:(("io.mqtt.0",pid=791,fd=29))
                                      tcp                    LISTEN                  0                        511                                        192.168.178.103:1885                                           0.0.0.0:*                      users:(("io.mqtt.0",pid=791,fd=30))
                                      tcp                    LISTEN                  0                        511                                        192.168.178.103:1880                                           0.0.0.0:*                      users:(("io.sonoff.0",pid=864,fd=34))
                                      tcp                    LISTEN                  0                        4096                                             127.0.0.1:8088                                           0.0.0.0:*                      users:(("influxd",pid=330,fd=3))
                                      tcp                    LISTEN                  0                        4096                                             127.0.0.1:8080                                           0.0.0.0:*                      users:(("motion",pid=190,fd=7))
                                      tcp                    LISTEN                  0                        4096                                             127.0.0.1:8081                                           0.0.0.0:*                      users:(("motion",pid=190,fd=5))
                                      tcp                    LISTEN                  0                        4096                                                     *:3000                                                 *:*                      users:(("grafana",pid=601,fd=9))
                                      tcp                    LISTEN                  0                        50                                                    [::]:445                                               [::]:*                      users:(("smbd",pid=477,fd=44))
                                      tcp                    LISTEN                  0                        4096                                                     *:22                                                   *:*                      users:(("systemd",pid=1,fd=43))
                                      tcp                    LISTEN                  0                        4096                                                  [::]:111                                               [::]:*                      users:(("rpcbind",pid=156,fd=6),("systemd",pid=1,fd=29))
                                      tcp                    LISTEN                  0                        50                                                    [::]:139                                               [::]:*                      users:(("smbd",pid=477,fd=45))
                                      tcp                    LISTEN                  0                        511                                                      *:8082                                                 *:*                      users:(("io.web.0",pid=8598,fd=28))
                                      tcp                    LISTEN                  0                        4096                                                     *:8086                                                 *:*                      users:(("influxd",pid=330,fd=179))
                                      tcp                    LISTEN                  0                        100                                                  [::1]:1883                                              [::]:*                      users:(("mosquitto",pid=192,fd=6))
                                      tcp                    LISTEN                  0                        100                                                  [::1]:25                                                [::]:*                      users:(("master",pid=459,fd=14))
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2024-01-03 11:43:25.443  - error: host.iobroker Caught by controller[15]: 14: 0xd8c7f9 v8::ScriptCompiler::CompileFunctionInternal(v8::Local<v8::Context>, v8::ScriptCompiler::Source*, unsigned long, v8::Local<v8::String>*, unsigned long, v8::Local<v8::Object>*, v8::ScriptCompiler::CompileOptions, v8::ScriptCompiler::NoCacheReason, v8::Local<v8::ScriptOrModule>*) [/usr/bin/node]
                                      2024-01-03 11:43:25.443  - error: host.iobroker Caught by controller[16]: 15: 0xd8cbc7 v8::ScriptCompiler::CompileFunction(v8::Local<v8::Context>, v8::ScriptCompiler::Source*, unsigned long, v8::Local<v8::String>*, unsigned long, v8::Local<v8::Object>*, v8::ScriptCompiler::CompileOptions, v8::ScriptCompiler::NoCacheReason) [/usr/bin/node]
                                      2024-01-03 11:43:25.443  - error: host.iobroker Caught by controller[17]: 16: 0xb875f8 node::contextify::ContextifyContext::CompileFunction(v8::FunctionCallbackInfo<v8::Value> const&) [/usr/bin/node]
                                      2024-01-03 11:43:25.443  - error: host.iobroker Caught by controller[18]: 17: 0xdcd3e0  [/usr/bin/node]
                                      2024-01-03 11:43:25.443  - error: host.iobroker Caught by controller[19]: 18: 0xdce91f v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [/usr/bin/node]
                                      2024-01-03 11:43:25.443  - error: host.iobroker Caught by controller[20]: 19: 0x170dfb9  [/usr/bin/node]
                                      2024-01-03 11:43:25.443  - warn: host.iobroker instance system.adapter.trashschedule.0 terminated due to SIGABRT
                                      2024-01-03 11:43:38.840  - error: host.iobroker cannot call visUtils: Not exists
                                      2024-01-03 11:43:38.842  - error: host.iobroker cannot call visUtils: Not exists
                                      2024-01-03 11:43:56.508  - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
                                      2024-01-03 11:43:56.508  - error: host.iobroker Caught by controller[0]: n [262346:0x64c0870]      883 ms: Mark-sweep (reduce) 18.9 (21.0) -> 18.3 (21.3) MB, 2.9 / 0.0 ms  (+ 1.0 ms in 10 steps since start of marking, biggest step 0.2 ms, walltime since start of marking 16 ms) (average mu = 0.669, current mu = 0.768) finalize in[262346:0x64c0870]      902 ms: Mark-sweep (reduce) 19.1 (21.6) -> 18.6 (21.6) MB, 6.2 / 0.0 ms  (+ 0.2 ms in 4 steps since start of marking, biggest step 0.1 ms, walltime since start of marking 17 ms) (average mu = 0.669, current mu = 0.669) finalize inc
                                      2024-01-03 11:43:56.508  - error: host.iobroker Caught by controller[0]: <--- JS stacktrace --->
                                      2024-01-03 11:43:56.508  - error: host.iobroker Caught by controller[0]: FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
                                      2024-01-03 11:43:56.508  - error: host.iobroker Caught by controller[1]:  1: 0xb95b60 node::Abort() [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[2]:  2: 0xa9a7f8  [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[3]:  3: 0xd6f2f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[4]:  4: 0xd6f697 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[5]:  5: 0xf4cba5  [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[6]:  6: 0xf5f08d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[7]:  7: 0xf61ff5 v8::internal::Heap::HandleGCRequest() [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[8]:  8: 0xee014f v8::internal::StackGuard::HandleInterrupts() [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[9]:  9: 0x12e0a65 v8::internal::Runtime_StackGuard(int, unsigned long*, v8::internal::Isolate*) [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - error: host.iobroker Caught by controller[10]: 10: 0x170deb9  [/usr/bin/node]
                                      2024-01-03 11:43:56.509  - warn: host.iobroker instance system.adapter.trashschedule.0 terminated due to SIGABRT
                                      2024-01-03 11:43:57.345  - info: iot.0 (8971) Connection changed: disconnect
                                      
                                      ============ Mark until here for C&P =============
                                      
                                      iob diag has finished.
                                      
                                      
                                      Copy text starting here:
                                      
                                      ======================= SUMMARY =======================
                                                              v.2023-10-25
                                      
                                      
                                       Static hostname: iobroker
                                             Icon name: computer-container
                                               Chassis: container
                                        Virtualization: lxc
                                      Operating System: Ubuntu 22.04.3 LTS
                                                Kernel: Linux 6.5.11-7-pve
                                          Architecture: x86-64
                                      
                                      Installation:           lxc
                                      Kernel:                 x86_64
                                      Userland:               amd64
                                      Timezone:               CET (CET, +0100)
                                      User-ID:                1002
                                      X-Server:               false
                                      Boot Target:            graphical.target
                                      
                                      Pending OS-Updates:     0
                                      Pending iob updates:    0
                                      
                                      Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                              /usr/bin/node           v18.19.0
                                                              /usr/bin/npm            10.2.3
                                                              /usr/bin/npx            10.2.3
                                                              /usr/bin/corepack       0.22.0
                                      
                                      Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                      Your nodejs installation is correct
                                      
                                      MEMORY:
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            8.0G        4.5G        2.8G        0.0K        707M        3.5G
                                      Swap:           100M         99M        0.0K
                                      Total:          8.1G        4.6G        2.8G
                                      
                                      Active iob-Instances:   33
                                      Active repo(s): stable
                                      
                                      ioBroker Core:          js-controller           5.0.17
                                                              admin                   6.12.0
                                      
                                      ioBroker Status:        iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Status admin and web instance:
                                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.103, run as: admin
                                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      Objects:                23550
                                      States:                 19971
                                      
                                      Size of iob-Database:
                                      
                                      56M     /opt/iobroker/iobroker-data/objects.jsonl
                                      10M     /opt/iobroker/iobroker-data/states.jsonl
                                      
                                      
                                      
                                      =================== END OF SUMMARY ====================
                                      
                                      
                                      === Mark text until here for copying ===
                                      
                                      arteck 1 Reply Last reply Reply Quote 0
                                      • arteck
                                        arteck Developer Most Active @Nicoloma last edited by

                                        @nicoloma

                                        JavaScript heap out of memory

                                        gesehen..bestimmt nicht..

                                        da läuft in deinen Javscripten was schief

                                        Nicoloma 2 Replies Last reply Reply Quote 0
                                        • Nicoloma
                                          Nicoloma @arteck last edited by

                                          @arteck doch, ich habe den den Adapter sogar schon komplett deaktiviert, die Meldung bleibt gleich.

                                          1 Reply Last reply Reply Quote 0
                                          • Nicoloma
                                            Nicoloma @arteck last edited by Nicoloma

                                            @arteck

                                            host.iobroker
                                            2024-01-03 12:15:34.137	warn	instance system.adapter.trashschedule.0 terminated due to SIGABRT
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[11]: 10: 0x170deb9 [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[10]: 9: 0x12e0bcf v8::internal::Runtime_StackGuardWithGap(int, unsigned long*, v8::internal::Isolate*) [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[9]: 8: 0xee014f v8::internal::StackGuard::HandleInterrupts() [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[8]: 7: 0xf61ff5 v8::internal::Heap::HandleGCRequest() [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[7]: 6: 0xf5f08d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[6]: 5: 0xf4cba5 [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[5]: 4: 0xd6f697 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[4]: 3: 0xd6f2f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[3]: 2: 0xa9a7f8 [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[2]: 1: 0xb95b60 node::Abort() [/usr/bin/node]
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[1]: FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[1]: <--- JS stacktrace --->
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[0]: nc[269268:0x6440870] 24816 ms: Mark-sweep (reduce) 18.9 (21.3) -> 18.7 (21.3) MB, 6.7 / 0.0 ms (+ 0.1 ms in 2 steps since start of marking, biggest step 0.1 ms, walltime since start of marking 52 ms) (average mu = 0.937, current mu = 0.874) finalize inc[269268:0x6440870] 24903 ms: Mark-sweep (reduce) 19.0 (21.3) -> 18.8 (21.6) MB, 5.9 / 0.0 ms (+ 0.1 ms in 2 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 86 ms) (average mu = 0.934, current mu = 0.931) finalize inc
                                            host.iobroker
                                            2024-01-03 12:15:34.137	error	Caught by controller[0]: <--- Last few GCs --->
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.964	info	terminating
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.469	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.468	info	terminating
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.467	info	Stop script script.js.common.Heizung.PV-Heizstab_aktiv
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.467	info	Stop script script.js.common.Heizung.Fußboden
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.467	info	Stop script script.js.common.PV.aquarium_per_pv
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.467	info	Stop script script.js.common.telegramm1
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.467	info	Stop script script.js.common.nullsteller
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.467	info	Stop script script.js.common.PV.überschuss1_b
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.466	info	Stop script script.js.common.Ordner_1.Spreiz_OG
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.466	info	Stop script script.js.common.Ordner_1.Spreiz_Fb
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.466	info	Stop script script.js.common.Gas.gaszahler
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.466	info	Stop script script.js.common.Gas.gasslbst
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.466	info	Stop script script.js.common.Gas.gaskhwverbrauch
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.466	info	Stop script script.js.common.Gas.Gas_kwheuro
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.466	info	Stop script script.js.common.Alexa.Müllrausbringen
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.465	info	Stop script script.js.Skript_1ss
                                            
                                            javascript.0
                                            2024-01-03 12:15:03.463	info	Got terminate signal TERMINATE_YOURSELF
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            753
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            32
                                            1246
                                            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