Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Raspberry "friert ein" nach Aufruf von ioBroker

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    440

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    366

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    963

Raspberry "friert ein" nach Aufruf von ioBroker

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
106 Beiträge 9 Kommentatoren 11.0k Aufrufe 7 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • G Greenhorn

    @wendy2702 Nein, leider kein richtiges Backup...

    wendy2702W Online
    wendy2702W Online
    wendy2702
    schrieb am zuletzt editiert von
    #43

    @greenhorn

    Du hast ein log vom fix Befehl gepostet.

    Da steht am Ende drin das Iob noch läuft und zuerst gestoppt werden soll.

    Hast du das gelesen und gemacht?

    Das mit dem NodeJS was du gepostet hast, ist das was vollständiges?

    Bitte keine Fragen per PN, die gehören ins Forum!

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

    G 2 Antworten Letzte Antwort
    0
    • wendy2702W wendy2702

      @greenhorn

      Du hast ein log vom fix Befehl gepostet.

      Da steht am Ende drin das Iob noch läuft und zuerst gestoppt werden soll.

      Hast du das gelesen und gemacht?

      Das mit dem NodeJS was du gepostet hast, ist das was vollständiges?

      G Offline
      G Offline
      Greenhorn
      schrieb am zuletzt editiert von
      #44

      @wendy2702 Sorry, ich komme da leider nicht ganz mit. Wie kann ich das mit dem NodeJS vollständig erhalten?

      1 Antwort Letzte Antwort
      0
      • wendy2702W wendy2702

        @greenhorn

        Du hast ein log vom fix Befehl gepostet.

        Da steht am Ende drin das Iob noch läuft und zuerst gestoppt werden soll.

        Hast du das gelesen und gemacht?

        Das mit dem NodeJS was du gepostet hast, ist das was vollständiges?

        G Offline
        G Offline
        Greenhorn
        schrieb am zuletzt editiert von
        #45

        @wendy2702

        simon@iobroker:~ $ iob stop
        simon@iobroker:~ $ iob fix
        library: loaded
        Library version=2024-01-04

        ==========================================================================

        Welcome to the ioBroker installation fixer!
        Script version: 2024-01-04
        
        You might need to enter your password a couple of times.
        

        ==========================================================================

        ==========================================================================
        Installing prerequisites (1/5)

        Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
        Hit:2 http://deb.debian.org/debian bullseye InRelease
        Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
        Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
        Get:5 https://repos.influxdata.com/debian bullseye InRelease [7,049 B]
        Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
        Hit:7 https://apt.grafana.com stable InRelease
        Err:5 https://repos.influxdata.com/debian bullseye InRelease
        The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        Reading package lists... Done
        W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.
        N: Updating from such a repository can't be done securely, and is therefore disabled by default.
        N: See apt-secure(8) manpage for repository creation and user configuration details.

        ==========================================================================
        Checking ioBroker user and directory permissions (2/5)

        Created /etc/sudoers.d/iobroker
        Fixing directory permissions...

        ==========================================================================
        Check and cleanup npm temporary directories (3/5)

        Done.

        ==========================================================================
        Database maintenance (4/5)

        Checking for uncompressed JSONL databases... This might take a while!

        usage: sudo -h | -K | -k | -V
        usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
        usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user] [command]
        usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-D directory] [-g group] [-h host] [-p prompt] [-R directory] [-T timeout] [-u user] [VAR=value] [-i|-s] [<command>]
        usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-D directory] [-g group] [-h host] [-p prompt] [-R directory] [-T timeout] [-u user] file ...
        main: line 14: [: -lt: unary operator expected
        sudo: npm: command not found

        ==========================================================================
        Checking autostart (5/5)

        Enabling autostart...
        Autostart enabled!

        ==========================================================================

        Your installation was fixed successfully
        Run iobroker start to start ioBroker again!
        

        ==========================================================================

        simon@iobroker:~ $ iobroker start
        simon@iobroker:~ $

        1 Antwort Letzte Antwort
        0
        • wendy2702W Online
          wendy2702W Online
          wendy2702
          schrieb am zuletzt editiert von wendy2702
          #46

          Diese Reihenfolge

          iob stop
          iob fix
          

          Dann die komplette Ausgabe davon hier als Text posten.

          Dann schauen wir mal weiter

          Edit: ht sich überschnitten mit deinem post

          Bitte keine Fragen per PN, die gehören ins Forum!

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

          1 Antwort Letzte Antwort
          0
          • wendy2702W Online
            wendy2702W Online
            wendy2702
            schrieb am zuletzt editiert von
            #47

            Dann jetzt mal

            iob diag
            

            Davon dann auch die Langfassung Ausgabe mal zeigen

            Bitte keine Fragen per PN, die gehören ins Forum!

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

            G 1 Antwort Letzte Antwort
            0
            • wendy2702W wendy2702

              Dann jetzt mal

              iob diag
              

              Davon dann auch die Langfassung Ausgabe mal zeigen

              G Offline
              G Offline
              Greenhorn
              schrieb am zuletzt editiert von
              #48

              @wendy2702 said in Raspberry "friert ein" nach Aufruf von ioBroker:

              iob diag

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

              Skript v.2023-10-10
              
              *** BASE SYSTEM ***
                 Static hostname: iobroker
                       Icon name: computer
                Operating System: Debian GNU/Linux 11 (bullseye)
                          Kernel: Linux 6.1.21-v8+
                    Architecture: arm64
              
              Model		: Raspberry Pi 4 Model B Rev 1.5
              Docker          : false
              Virtualization  : none
              Kernel          : aarch64
              Userland        : arm64
              
              Systemuptime and Load:
               19:47:29 up 32 min,  1 user,  load average: 0.31, 0.55, 0.47
              CPU threads: 4
              
              
              *** RASPBERRY THROTTLING ***
              Current issues:
              No throttling issues detected.
              
              Previously detected issues:
              No throttling issues detected.
              
              *** Time and Time Zones ***
                             Local time: Sun 2024-02-25 19:47:30 GMT
                         Universal time: Sun 2024-02-25 19:47:30 UTC
                               RTC time: n/a
                              Time zone: Europe/London (GMT, +0000)
              System clock synchronized: yes
                            NTP service: active
                        RTC in local TZ: no
              
              *** User and Groups ***
              simon
              /home/simon
              simon adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
              
              *** X-Server-Setup ***
              X-Server: 	false
              Desktop: 	
              Terminal: 	tty
              Boot Target: 	multi-user.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            3.8G        1.8G        955M        1.0M        1.0G        2.2G
              Swap:            99M          0B         99M
              Total:          3.9G        1.8G        1.1G
              
                       3794 M total memory
                       1830 M used memory
                       1700 M active memory
                        921 M inactive memory
                        955 M free memory
                         75 M buffer memory
                        932 M swap cache
                         99 M total swap
                          0 M used swap
                         99 M free swap
              
              Raspberry only:
              oom events: 0
              lifetime oom required: 0 Mbytes
              total time in oom handler: 0 ms
              max time spent in oom handler: 0 ms
              
              *** FAILED SERVICES ***
              
                UNIT LOAD ACTIVE SUB DESCRIPTION
              0 loaded units listed.
              
              *** FILESYSTEM ***
              Filesystem     Type      Size  Used Avail Use% Mounted on
              /dev/root      ext4       29G  4.7G   24G  17% /
              devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
              tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
              tmpfs          tmpfs     759M  1.2M  758M   1% /run
              tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
              /dev/mmcblk0p1 vfat      255M   32M  223M  13% /boot
              tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
              
              Messages concerning ext4 filesystem in dmesg:
              [Sun Feb 25 19:14:33 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=D8:3A:DD:0F:E4:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fe379c38-02 rootfstype=ext4 fsck.repair=yes rootwait
              [Sun Feb 25 19:14:34 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
              [Sun Feb 25 19:14:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
              [Sun Feb 25 19:14:37 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
              
              Show mounted filesystems \(real ones only\):
              TARGET  SOURCE         FSTYPE OPTIONS
              /       /dev/mmcblk0p2 ext4   rw,noatime
              `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
              
              Files in neuralgic directories:
              
              /var:
              1.4G	/var/
              859M	/var/log
              841M	/var/log/journal/2afb5f7f70fe4270a1433886fb089ee5
              841M	/var/log/journal
              302M	/var/cache
              
              Archived and active journals take up 840.1M in the file system.
              
              /opt/iobroker/backups:
              55M	/opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              463M	/opt/iobroker/iobroker-data/
              135M	/opt/iobroker/iobroker-data/files
              52M	/opt/iobroker/iobroker-data/files/javascript.admin
              40M	/opt/iobroker/iobroker-data/backup-objects
              34M	/opt/iobroker/iobroker-data/files/javascript.admin/static
              
              The five largest files in iobroker-data are:
              285M	/opt/iobroker/iobroker-data/objects.jsonl
              7.1M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
              6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
              5.8M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/550.cfbef968.chunk.js.map
              4.6M	/opt/iobroker/iobroker-data/files/javascript.admin/vs/language/typescript/tsWorker.js
              
              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 	v12.22.12
              /usr/bin/node 		v12.22.12
              /home/iobroker/.diag.sh: line 279: npm: command not found
               		
              /home/iobroker/.diag.sh: line 280: npx: command not found
               		
              /home/iobroker/.diag.sh: line 281: corepack: command not found
               	
              /home/iobroker/.diag.sh: line 290: npm: command not found
              /home/iobroker/.diag.sh: line 291: npx: command not found
              *** nodejs is NOT correctly installed ***
              
              nodejs:
                Installed: 12.22.12~dfsg-1~deb11u4
                Candidate: 18.19.1-1nodesource1
                Version table:
                   18.19.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.19.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.18.2-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.18.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.18.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.17.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.17.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.16.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.16.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.15.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.14.2-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.14.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.14.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.13.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.12.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.11.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.10.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.9.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.9.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.8.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.7.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.6.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.5.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.4.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.3.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.2.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.1.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   18.0.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               *** 12.22.12~dfsg-1~deb11u4 500
                      500 http://deb.debian.org/debian bullseye/main arm64 Packages
                      500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                      100 /var/lib/dpkg/status
              
              Temp directories causing npm8 problem: 0
              No problems detected
              
              Errors in npm tree:
              /home/iobroker/.diag.sh: line 360: npm: command not found
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Core adapters versions
              js-controller: 	4.0.24
              admin: 		6.8.0
              javascript: 	7.1.4
              
              /home/iobroker/.diag.sh: line 375: npm: command not found
              Adapters from github: 	0
              
              Adapter State
                system.adapter.admin.0                  : admin                 : iobroker                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
              + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
              + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
              + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
              + system.adapter.link.0                   : link                  : iobroker                                 -  enabled
              + system.adapter.midea.0                  : midea                 : iobroker                                 -  enabled
              + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
              + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                system.adapter.vis.0                    : vis                   : 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/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4d856ba1ab6ed1196ded60ea8669f5d-if00-port0
                system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : iobroker                                 - disabled
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
              + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, 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    "admin"        : 6.13.16  , installed 6.8.0  [Updatable]
              Adapter    "backitup"     : 2.10.11  , installed 2.6.23 [Updatable]
              Adapter    "discovery"    : 4.2.0    , installed 3.1.0  [Updatable]
              Adapter    "hmip"         : 1.21.0   , installed 1.20.0 [Updatable]
              Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
              Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
              Adapter    "jarvis"       : 3.1.8    , installed 3.1.2  [Updatable]
              Adapter    "javascript"   : 7.8.0    , installed 7.1.4  [Updatable]
              Controller "js-controller": 5.0.19   , installed 4.0.24 [Updatable]
              Adapter    "link"         : 0.5.12   , installed 0.5.12
              Adapter    "midea"        : 0.0.7    , installed 0.0.7
              Adapter    "mqtt"         : 5.2.0    , installed 4.1.1  [Updatable]
              Adapter    "shelly"       : 6.6.1    , installed 6.4.1  [Updatable]
              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
              Adapter    "socketio"     : 6.6.0    , installed 4.2.0  [Updatable]
              Adapter    "sonoff"       : 3.0.3    , installed 2.5.3  [Updatable]
              Adapter    "tuya"         : 3.15.0   , installed 3.15.0
              Adapter    "vis"          : 1.5.4    , installed 1.5.4
              Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
              Adapter    "web"          : 6.2.3    , installed 4.3.0  [Updatable]
              Adapter    "ws"           : 2.5.10   , installed 1.3.0  [Updatable]
              Adapter    "zigbee"       : 1.10.1   , installed 1.9.7  [Updatable]
              Adapter    "zigbee2mqtt"  : 2.13.4   , installed 2.13.4
              
              Objects and States
              Please stand by - This may take a while
              Objects: 	3908
              States: 	3264
              
              *** OS-Repositories and Updates ***
              W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
              E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.
              Pending Updates: 3
              
              *** 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:8088          0.0.0.0:*               LISTEN      110        14428      512/influxd         
              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       28796      4257/io.sonoff.0    
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13142      553/sshd: /usr/sbin 
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       27223      4238/iobroker.js-co 
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       28486      4238/iobroker.js-co 
              tcp6       0      0 :::8086                 :::*                    LISTEN      110        14037      512/influxd         
              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       27330      4313/io.web.0       
              tcp6       0      0 :::22                   :::*                    LISTEN      0          13153      553/sshd: /usr/sbin 
              tcp6       0      0 :::3000                 :::*                    LISTEN      111        14178      692/grafana         
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12258      400/avahi-daemon: r 
              udp        0      0 0.0.0.0:42522           0.0.0.0:*                           108        12260      400/avahi-daemon: r 
              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14048      691/dhcpcd          
              udp6       0      0 :::5353                 :::*                                108        12259      400/avahi-daemon: r 
              udp6       0      0 :::57185                :::*                                108        12261      400/avahi-daemon: r 
              
              *** Log File - Last 25 Lines ***
              
              2024-02-25 19:41:36.839  - info: iqontrol.0 (4359) Creating Popup States...
              2024-02-25 19:41:37.570  - info: iqontrol.0 (4359) Creating Widget States...
              2024-02-25 19:41:37.571  - info: iqontrol.0 (4359) Lists deactivated.
              2024-02-25 19:41:37.572  - info: iqontrol.0 (4359) Deleting unused Objects...
              2024-02-25 19:41:37.574  - info: iqontrol.0 (4359) Subscribing to states...
              2024-02-25 19:41:37.575  - info: iqontrol.0 (4359) iQontrol ready.
              2024-02-25 19:41:43.883  - info: hmip.0 (4272) ws connection opened
              2024-02-25 19:41:44.152  - info: hmip.0 (4272) unknown channel type - DEVICE_BLOCKING - {"id":"3014F711A0002E9F29992FF7","type":"WALL_MOUNTED_KEY_PAD","homeId":"ef659a5d-aae8-47d2-a3b5-9223631a7821","lastStatusUpdate":1708888089958,"label":"Keypad Alarm + Haustürschloss","functionalChannels":{"0":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":0,"groupIndex":0,"functionalChannelType":"DEVICE_BLOCKING","groups":["31ff38e1-dd53-4727-b20e-1ea692736b01"],"unreach":false,"lowBat":false,"routerModuleEnabled":false,"multicastRoutingEnabled":false,"routerModuleSupported":false,"rssiDeviceValue":-73,"rssiPeerValue":null,"configPending":false,"dutyCycle":false,"deviceOverloaded":false,"coProUpdateFailure":false,"coProFaulty":false,"coProRestartNeeded":false,"deviceUndervoltage":false,"deviceOverheated":false,"temperatureOutOfRange":false,"devicePowerFailureDetected":false,"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false},"authorized":true,"actionParameter":"NOT_CUSTOMISABLE","actionCodeConfigured":false},"14":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":14,"groupIndex":7,"functionalChannelType":"CODE_PROTECTED_SECONDARY_ACTION_CHANNEL","groups":[],"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false}},"15":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":15,"groupIndex":8,"functionalChannelType":"CODE_PROTECTED_PRIMARY_ACTION_CHANNEL","groups":[],"channelRole":null,"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false},"authorized":true,"actionParameter":"NOT_CUSTOMISABLE","actionCodeConfigured":false},"16":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":16,"groupIndex":8,"functionalChannelType":"CODE_PROTECTED_SECONDARY_ACTION_CHANNEL","groups":[],"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false}}},"deviceArchetype":"HMIP","manuallyUpdateForced":true,"measuredAttributes":{},"updateState":"UP_TO_DATE","firmwareVersion":"1.0.12","modelType":"HmIP-WKP","permanentlyReachable":false,"connectionType":"HMIP_RF","firmwareVersionInteger":65548,"liveUpdateState":"LIVE_UPDATE_NOT_SUPPORTED","modelId":441,"availableFirmwareVersion":"1.0.12","serializedGlobalTradeItemNumber":"3014F711A0002E9F29992FF7","manufacturerCode":1,"oem":"eQ-3"}
              2024-02-25 19:41:54.684  - info: hmip.0 (4272) hmip adapter connected and ready
              
              

              Copy text starting here:

              ======================= SUMMARY =======================
              			v.2023-10-10
              
              
                 Static hostname: iobroker
                       Icon name: computer
                Operating System: Debian GNU/Linux 11 (bullseye)
                          Kernel: Linux 6.1.21-v8+
                    Architecture: arm64
              
              Installation: 		native
              Kernel: 		aarch64
              Userland: 		arm64
              Timezone: 		Europe/London (GMT, +0000)
              User-ID: 		1000
              X-Server: 		false
              Boot Target: 		multi-user.target
              
              Pending OS-Updates: 	3
              Pending iob updates: 	14
              
              Nodejs-Installation: 	/usr/bin/nodejs 	v12.22.12
              			/usr/bin/node 		v12.22.12
              /home/iobroker/.diag.sh: line 488: npm: command not found
              			 		
              /home/iobroker/.diag.sh: line 489: npx: command not found
              			 		
              /home/iobroker/.diag.sh: line 490: corepack: command not found
              			 	
              
              Recommended versions are nodejs  and npm 
              *** nodejs is NOT correctly installed ***
              Wrong installation path detected. This needs to be fixed.
              
              Please check
              https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
              for more information on how to fix these errors.
              
              MEMORY: 
                             total        used        free      shared  buff/cache   available
              Mem:            3.8G        1.9G        909M        1.0M        998M        2.1G
              Swap:            99M          0B         99M
              Total:          3.9G        1.9G        1.0G
              
              Active iob-Instances: 	9
              Active repo(s): stable
              
              ioBroker Core: 		js-controller 		4.0.24
              			admin 			6.8.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                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              Objects: 		3908
              States: 		3264
              
              Size of iob-Database:
              
              285M	/opt/iobroker/iobroker-data/objects.jsonl
              4.2M	/opt/iobroker/iobroker-data/states.jsonl
              
              
              
              =================== END OF SUMMARY ====================
              

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

              wendy2702W Thomas BraunT 2 Antworten Letzte Antwort
              0
              • G Offline
                G Offline
                Greenhorn
                schrieb am zuletzt editiert von
                #49

                Musste zwischendrin etwas ausschneiden, weil der Eintrag sonst zu lang geworden wäre...

                1 Antwort Letzte Antwort
                0
                • G Greenhorn

                  @wendy2702 said in Raspberry "friert ein" nach Aufruf von ioBroker:

                  iob diag

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

                  Skript v.2023-10-10
                  
                  *** BASE SYSTEM ***
                     Static hostname: iobroker
                           Icon name: computer
                    Operating System: Debian GNU/Linux 11 (bullseye)
                              Kernel: Linux 6.1.21-v8+
                        Architecture: arm64
                  
                  Model		: Raspberry Pi 4 Model B Rev 1.5
                  Docker          : false
                  Virtualization  : none
                  Kernel          : aarch64
                  Userland        : arm64
                  
                  Systemuptime and Load:
                   19:47:29 up 32 min,  1 user,  load average: 0.31, 0.55, 0.47
                  CPU threads: 4
                  
                  
                  *** RASPBERRY THROTTLING ***
                  Current issues:
                  No throttling issues detected.
                  
                  Previously detected issues:
                  No throttling issues detected.
                  
                  *** Time and Time Zones ***
                                 Local time: Sun 2024-02-25 19:47:30 GMT
                             Universal time: Sun 2024-02-25 19:47:30 UTC
                                   RTC time: n/a
                                  Time zone: Europe/London (GMT, +0000)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** User and Groups ***
                  simon
                  /home/simon
                  simon adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                  
                  *** X-Server-Setup ***
                  X-Server: 	false
                  Desktop: 	
                  Terminal: 	tty
                  Boot Target: 	multi-user.target
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            3.8G        1.8G        955M        1.0M        1.0G        2.2G
                  Swap:            99M          0B         99M
                  Total:          3.9G        1.8G        1.1G
                  
                           3794 M total memory
                           1830 M used memory
                           1700 M active memory
                            921 M inactive memory
                            955 M free memory
                             75 M buffer memory
                            932 M swap cache
                             99 M total swap
                              0 M used swap
                             99 M free swap
                  
                  Raspberry only:
                  oom events: 0
                  lifetime oom required: 0 Mbytes
                  total time in oom handler: 0 ms
                  max time spent in oom handler: 0 ms
                  
                  *** FAILED SERVICES ***
                  
                    UNIT LOAD ACTIVE SUB DESCRIPTION
                  0 loaded units listed.
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  /dev/root      ext4       29G  4.7G   24G  17% /
                  devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                  tmpfs          tmpfs     759M  1.2M  758M   1% /run
                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                  /dev/mmcblk0p1 vfat      255M   32M  223M  13% /boot
                  tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Sun Feb 25 19:14:33 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=D8:3A:DD:0F:E4:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fe379c38-02 rootfstype=ext4 fsck.repair=yes rootwait
                  [Sun Feb 25 19:14:34 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                  [Sun Feb 25 19:14:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                  [Sun Feb 25 19:14:37 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                  
                  Show mounted filesystems \(real ones only\):
                  TARGET  SOURCE         FSTYPE OPTIONS
                  /       /dev/mmcblk0p2 ext4   rw,noatime
                  `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  1.4G	/var/
                  859M	/var/log
                  841M	/var/log/journal/2afb5f7f70fe4270a1433886fb089ee5
                  841M	/var/log/journal
                  302M	/var/cache
                  
                  Archived and active journals take up 840.1M in the file system.
                  
                  /opt/iobroker/backups:
                  55M	/opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  463M	/opt/iobroker/iobroker-data/
                  135M	/opt/iobroker/iobroker-data/files
                  52M	/opt/iobroker/iobroker-data/files/javascript.admin
                  40M	/opt/iobroker/iobroker-data/backup-objects
                  34M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                  
                  The five largest files in iobroker-data are:
                  285M	/opt/iobroker/iobroker-data/objects.jsonl
                  7.1M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                  6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                  5.8M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/550.cfbef968.chunk.js.map
                  4.6M	/opt/iobroker/iobroker-data/files/javascript.admin/vs/language/typescript/tsWorker.js
                  
                  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 	v12.22.12
                  /usr/bin/node 		v12.22.12
                  /home/iobroker/.diag.sh: line 279: npm: command not found
                   		
                  /home/iobroker/.diag.sh: line 280: npx: command not found
                   		
                  /home/iobroker/.diag.sh: line 281: corepack: command not found
                   	
                  /home/iobroker/.diag.sh: line 290: npm: command not found
                  /home/iobroker/.diag.sh: line 291: npx: command not found
                  *** nodejs is NOT correctly installed ***
                  
                  nodejs:
                    Installed: 12.22.12~dfsg-1~deb11u4
                    Candidate: 18.19.1-1nodesource1
                    Version table:
                       18.19.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.19.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.18.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.18.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.18.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.17.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.17.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.16.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.16.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.15.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.14.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.14.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.14.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.13.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.12.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.11.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.10.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.9.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.9.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.8.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.7.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.6.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.5.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.4.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.3.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.2.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.1.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.0.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                   *** 12.22.12~dfsg-1~deb11u4 500
                          500 http://deb.debian.org/debian bullseye/main arm64 Packages
                          500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                          100 /var/lib/dpkg/status
                  
                  Temp directories causing npm8 problem: 0
                  No problems detected
                  
                  Errors in npm tree:
                  /home/iobroker/.diag.sh: line 360: npm: command not found
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Core adapters versions
                  js-controller: 	4.0.24
                  admin: 		6.8.0
                  javascript: 	7.1.4
                  
                  /home/iobroker/.diag.sh: line 375: npm: command not found
                  Adapters from github: 	0
                  
                  Adapter State
                    system.adapter.admin.0                  : admin                 : iobroker                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                    system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
                  + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                  + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                    system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                  + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                    system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                    system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                  + system.adapter.link.0                   : link                  : iobroker                                 -  enabled
                  + system.adapter.midea.0                  : midea                 : iobroker                                 -  enabled
                  + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                    system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                    system.adapter.vis.0                    : vis                   : 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/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4d856ba1ab6ed1196ded60ea8669f5d-if00-port0
                    system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : iobroker                                 - disabled
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                  + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, 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    "admin"        : 6.13.16  , installed 6.8.0  [Updatable]
                  Adapter    "backitup"     : 2.10.11  , installed 2.6.23 [Updatable]
                  Adapter    "discovery"    : 4.2.0    , installed 3.1.0  [Updatable]
                  Adapter    "hmip"         : 1.21.0   , installed 1.20.0 [Updatable]
                  Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                  Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                  Adapter    "jarvis"       : 3.1.8    , installed 3.1.2  [Updatable]
                  Adapter    "javascript"   : 7.8.0    , installed 7.1.4  [Updatable]
                  Controller "js-controller": 5.0.19   , installed 4.0.24 [Updatable]
                  Adapter    "link"         : 0.5.12   , installed 0.5.12
                  Adapter    "midea"        : 0.0.7    , installed 0.0.7
                  Adapter    "mqtt"         : 5.2.0    , installed 4.1.1  [Updatable]
                  Adapter    "shelly"       : 6.6.1    , installed 6.4.1  [Updatable]
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                  Adapter    "socketio"     : 6.6.0    , installed 4.2.0  [Updatable]
                  Adapter    "sonoff"       : 3.0.3    , installed 2.5.3  [Updatable]
                  Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                  Adapter    "vis"          : 1.5.4    , installed 1.5.4
                  Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                  Adapter    "web"          : 6.2.3    , installed 4.3.0  [Updatable]
                  Adapter    "ws"           : 2.5.10   , installed 1.3.0  [Updatable]
                  Adapter    "zigbee"       : 1.10.1   , installed 1.9.7  [Updatable]
                  Adapter    "zigbee2mqtt"  : 2.13.4   , installed 2.13.4
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects: 	3908
                  States: 	3264
                  
                  *** OS-Repositories and Updates ***
                  W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                  E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.
                  Pending Updates: 3
                  
                  *** 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:8088          0.0.0.0:*               LISTEN      110        14428      512/influxd         
                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       28796      4257/io.sonoff.0    
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13142      553/sshd: /usr/sbin 
                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       27223      4238/iobroker.js-co 
                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       28486      4238/iobroker.js-co 
                  tcp6       0      0 :::8086                 :::*                    LISTEN      110        14037      512/influxd         
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       27330      4313/io.web.0       
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          13153      553/sshd: /usr/sbin 
                  tcp6       0      0 :::3000                 :::*                    LISTEN      111        14178      692/grafana         
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12258      400/avahi-daemon: r 
                  udp        0      0 0.0.0.0:42522           0.0.0.0:*                           108        12260      400/avahi-daemon: r 
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14048      691/dhcpcd          
                  udp6       0      0 :::5353                 :::*                                108        12259      400/avahi-daemon: r 
                  udp6       0      0 :::57185                :::*                                108        12261      400/avahi-daemon: r 
                  
                  *** Log File - Last 25 Lines ***
                  
                  2024-02-25 19:41:36.839  - info: iqontrol.0 (4359) Creating Popup States...
                  2024-02-25 19:41:37.570  - info: iqontrol.0 (4359) Creating Widget States...
                  2024-02-25 19:41:37.571  - info: iqontrol.0 (4359) Lists deactivated.
                  2024-02-25 19:41:37.572  - info: iqontrol.0 (4359) Deleting unused Objects...
                  2024-02-25 19:41:37.574  - info: iqontrol.0 (4359) Subscribing to states...
                  2024-02-25 19:41:37.575  - info: iqontrol.0 (4359) iQontrol ready.
                  2024-02-25 19:41:43.883  - info: hmip.0 (4272) ws connection opened
                  2024-02-25 19:41:44.152  - info: hmip.0 (4272) unknown channel type - DEVICE_BLOCKING - {"id":"3014F711A0002E9F29992FF7","type":"WALL_MOUNTED_KEY_PAD","homeId":"ef659a5d-aae8-47d2-a3b5-9223631a7821","lastStatusUpdate":1708888089958,"label":"Keypad Alarm + Haustürschloss","functionalChannels":{"0":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":0,"groupIndex":0,"functionalChannelType":"DEVICE_BLOCKING","groups":["31ff38e1-dd53-4727-b20e-1ea692736b01"],"unreach":false,"lowBat":false,"routerModuleEnabled":false,"multicastRoutingEnabled":false,"routerModuleSupported":false,"rssiDeviceValue":-73,"rssiPeerValue":null,"configPending":false,"dutyCycle":false,"deviceOverloaded":false,"coProUpdateFailure":false,"coProFaulty":false,"coProRestartNeeded":false,"deviceUndervoltage":false,"deviceOverheated":false,"temperatureOutOfRange":false,"devicePowerFailureDetected":false,"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false},"authorized":true,"actionParameter":"NOT_CUSTOMISABLE","actionCodeConfigured":false},"14":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":14,"groupIndex":7,"functionalChannelType":"CODE_PROTECTED_SECONDARY_ACTION_CHANNEL","groups":[],"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false}},"15":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":15,"groupIndex":8,"functionalChannelType":"CODE_PROTECTED_PRIMARY_ACTION_CHANNEL","groups":[],"channelRole":null,"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false},"authorized":true,"actionParameter":"NOT_CUSTOMISABLE","actionCodeConfigured":false},"16":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":16,"groupIndex":8,"functionalChannelType":"CODE_PROTECTED_SECONDARY_ACTION_CHANNEL","groups":[],"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false}}},"deviceArchetype":"HMIP","manuallyUpdateForced":true,"measuredAttributes":{},"updateState":"UP_TO_DATE","firmwareVersion":"1.0.12","modelType":"HmIP-WKP","permanentlyReachable":false,"connectionType":"HMIP_RF","firmwareVersionInteger":65548,"liveUpdateState":"LIVE_UPDATE_NOT_SUPPORTED","modelId":441,"availableFirmwareVersion":"1.0.12","serializedGlobalTradeItemNumber":"3014F711A0002E9F29992FF7","manufacturerCode":1,"oem":"eQ-3"}
                  2024-02-25 19:41:54.684  - info: hmip.0 (4272) hmip adapter connected and ready
                  
                  

                  Copy text starting here:

                  ======================= SUMMARY =======================
                  			v.2023-10-10
                  
                  
                     Static hostname: iobroker
                           Icon name: computer
                    Operating System: Debian GNU/Linux 11 (bullseye)
                              Kernel: Linux 6.1.21-v8+
                        Architecture: arm64
                  
                  Installation: 		native
                  Kernel: 		aarch64
                  Userland: 		arm64
                  Timezone: 		Europe/London (GMT, +0000)
                  User-ID: 		1000
                  X-Server: 		false
                  Boot Target: 		multi-user.target
                  
                  Pending OS-Updates: 	3
                  Pending iob updates: 	14
                  
                  Nodejs-Installation: 	/usr/bin/nodejs 	v12.22.12
                  			/usr/bin/node 		v12.22.12
                  /home/iobroker/.diag.sh: line 488: npm: command not found
                  			 		
                  /home/iobroker/.diag.sh: line 489: npx: command not found
                  			 		
                  /home/iobroker/.diag.sh: line 490: corepack: command not found
                  			 	
                  
                  Recommended versions are nodejs  and npm 
                  *** nodejs is NOT correctly installed ***
                  Wrong installation path detected. This needs to be fixed.
                  
                  Please check
                  https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
                  for more information on how to fix these errors.
                  
                  MEMORY: 
                                 total        used        free      shared  buff/cache   available
                  Mem:            3.8G        1.9G        909M        1.0M        998M        2.1G
                  Swap:            99M          0B         99M
                  Total:          3.9G        1.9G        1.0G
                  
                  Active iob-Instances: 	9
                  Active repo(s): stable
                  
                  ioBroker Core: 		js-controller 		4.0.24
                  			admin 			6.8.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                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  Objects: 		3908
                  States: 		3264
                  
                  Size of iob-Database:
                  
                  285M	/opt/iobroker/iobroker-data/objects.jsonl
                  4.2M	/opt/iobroker/iobroker-data/states.jsonl
                  
                  
                  
                  =================== END OF SUMMARY ====================
                  

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

                  wendy2702W Online
                  wendy2702W Online
                  wendy2702
                  schrieb am zuletzt editiert von
                  #50

                  @greenhorn

                  Jetzt

                  iob nodejs-update
                  

                  Dauert wahrscheinlich was länger.

                  Bitte keine Fragen per PN, die gehören ins Forum!

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

                  G 1 Antwort Letzte Antwort
                  0
                  • wendy2702W wendy2702

                    @greenhorn

                    Jetzt

                    iob nodejs-update
                    

                    Dauert wahrscheinlich was länger.

                    G Offline
                    G Offline
                    Greenhorn
                    schrieb am zuletzt editiert von
                    #51

                    @wendy2702 said in Raspberry "friert ein" nach Aufruf von ioBroker:

                    iob nodejs-update
                    ioBroker nodejs updater 2023-10-13
                    No recommendation for a nodejs version found on your system. We recommend to install latest version from nodejs v18 tree.

                    Your current setup is:
                    /usr/bin/nodejs v12.22.12
                    /usr/bin/node v12.22.12
                    /home/iobroker/.nodejs-update.sh: line 130: npm: command not found

                    /home/iobroker/.nodejs-update.sh: line 131: npx: command not found

                    /home/iobroker/.nodejs-update.sh: line 147: npm: command not found
                    /home/iobroker/.nodejs-update.sh: line 148: npx: command not found

                    *** nodejs is NOT correctly installed ***
                    We found these nodejs versions available for installation:

                    nodejs:
                    Installed: 12.22.12~dfsg-1~deb11u4
                    Candidate: 18.19.1-1nodesource1
                    Version table:
                    18.19.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.19.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.18.2-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.18.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.18.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.17.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.17.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.16.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.16.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.15.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.14.2-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.14.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.14.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.13.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.12.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.11.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.10.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.9.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.9.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.8.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.7.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.6.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.5.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.4.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.3.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.2.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.1.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    18.0.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                    *** 12.22.12~dfsg-1~deb11u4 500
                    500 http://deb.debian.org/debian bullseye/main arm64 Packages
                    500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                    100 /var/lib/dpkg/status

                    Your nodejs-Installation seems to be faulty. Shall we try to fix it?
                    Press <y> to continue or any other key to quit

                    Fixing your nodejs setup
                    *** Deleting ***
                    rm: cannot remove '': No such file or directory
                    *** Deleting ***
                    rm: cannot remove '': No such file or directory

                    Wrong paths have been fixed. Run 'iob diag' or 'iob nodejs-update' again to check if your installation is fine now

                    You are running nodejs v12.22.12. Do you want to install latest version from nodejs v.18 tree?

                    Press <y> to continue or any other key to quit

                    Update der Installation läuft gerade noch...

                    1 Antwort Letzte Antwort
                    0
                    • G Offline
                      G Offline
                      Greenhorn
                      schrieb am zuletzt editiert von
                      #52

                      Your nodejs-Installation seems to be faulty. Shall we try to fix it?
                      Press <y> to continue or any other key to quit

                      Fixing your nodejs setup
                      *** Deleting ***
                      rm: cannot remove '': No such file or directory
                      *** Deleting ***
                      rm: cannot remove '': No such file or directory

                      Wrong paths have been fixed. Run 'iob diag' or 'iob nodejs-update' again to check if your installation is fine now

                      You are running nodejs v12.22.12. Do you want to install latest version from nodejs v.18 tree?

                      Press <y> to continue or any other key to quit
                      Trying to update your installation now. Please be patient.
                      Waiting for ioBroker to shut down - Give me a minute...
                      ############################################################

                      *** These repos are active on your system:
                      Hit:1 http://deb.debian.org/debian bullseye InRelease
                      Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:5 https://apt.grafana.com stable InRelease
                      Get:6 https://repos.influxdata.com/debian bullseye InRelease [7049 B]
                      Err:6 https://repos.influxdata.com/debian bullseye InRelease
                      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                      Reading package lists... Done
                      W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                      E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.
                      N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                      N: See apt-secure(8) manpage for repository creation and user configuration details.

                      *** Installing ca-certificates, curl and gnupg, just in case they are missing.

                      *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source

                      deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                      Package: nodejs
                      Pin: origin deb.nodesource.com
                      Pin-Priority: 1001

                      *** These repos are active after the adjustments:
                      Hit:1 http://deb.debian.org/debian bullseye InRelease
                      Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                      Get:5 https://repos.influxdata.com/debian bullseye InRelease [7049 B]
                      Hit:6 https://apt.grafana.com stable InRelease
                      Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                      Err:5 https://repos.influxdata.com/debian bullseye InRelease
                      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                      Reading package lists... Done
                      W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                      E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.
                      N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                      N: See apt-secure(8) manpage for repository creation and user configuration details.

                      Installing the recommended nodejs version now!

                      Exact recommended version unknown, installing a fallback!
                      (Reading database ... 55472 files and directories currently installed.)
                      Removing nodejs-doc (12.22.12~dfsg-1~deb11u4) ...
                      dpkg: libnode72:arm64: dependency problems, but removing anyway as you requested:
                      nodejs depends on libnode72 (= 12.22.12~dfsg-1~deb11u4).

                      Removing libnode72:arm64 (12.22.12~dfsg-1~deb11u4) ...
                      (Reading database ... 55284 files and directories currently installed.)
                      Preparing to unpack .../nodejs_18.0.0-1nodesource1_arm64.deb ...
                      Unpacking nodejs (18.0.0-1nodesource1) over (12.22.12~dfsg-1~deb11u4) ...
                      Setting up nodejs (18.0.0-1nodesource1) ...
                      Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u7) ...
                      Processing triggers for man-db (2.9.4-2) ...

                      Updating fallback to latest nodejs v18 release
                      W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                      E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.
                      Preconfiguring packages ...
                      (Reading database ... 60946 files and directories currently installed.)
                      Preparing to unpack .../tar_1.34+dfsg-1+deb11u1_arm64.deb ...
                      Unpacking tar (1.34+dfsg-1+deb11u1) over (1.34+dfsg-1) ...
                      Setting up tar (1.34+dfsg-1+deb11u1) ...
                      (Reading database ... 60946 files and directories currently installed.)
                      Preparing to unpack .../tzdata_2024a-0+deb11u1_all.deb ...
                      Unpacking tzdata (2024a-0+deb11u1) over (2021a-1+deb11u11) ...
                      Preparing to unpack .../distro-info-data_0.51+deb11u5_all.deb ...
                      Unpacking distro-info-data (0.51+deb11u5) over (0.51+deb11u4) ...
                      Preparing to unpack .../nodejs_18.19.1-1nodesource1_arm64.deb ...
                      Detected old npm client, removing...
                      Unpacking nodejs (18.19.1-1nodesource1) over (18.0.0-1nodesource1) ...
                      Setting up distro-info-data (0.51+deb11u5) ...
                      Setting up nodejs (18.19.1-1nodesource1) ...
                      Setting up tzdata (2024a-0+deb11u1) ...

                      Current default time zone: 'Europe/London'
                      Local time is now: Sun Feb 25 20:02:26 GMT 2024.
                      Universal Time is now: Sun Feb 25 20:02:26 UTC 2024.
                      Run 'dpkg-reconfigure tzdata' if you wish to change it.

                      Processing triggers for man-db (2.9.4-2) ...
                      Processing triggers for mailcap (3.69) ...
                      v18.19.1 has been installed! You are using the latest version now!
                      W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                      E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.
                      Installing the recommended nodejs version!
                      W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                      E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.

                      We tried our best to update or fix your nodejs. Please run iob diag again to verify.

                      *** RESTARTING ioBroker NOW! ***
                      Please refresh or restart your browser in a few moments.

                      simon@iobroker:~ $

                      1 Antwort Letzte Antwort
                      0
                      • G Greenhorn

                        @wendy2702 said in Raspberry "friert ein" nach Aufruf von ioBroker:

                        iob diag

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

                        Skript v.2023-10-10
                        
                        *** BASE SYSTEM ***
                           Static hostname: iobroker
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 11 (bullseye)
                                    Kernel: Linux 6.1.21-v8+
                              Architecture: arm64
                        
                        Model		: Raspberry Pi 4 Model B Rev 1.5
                        Docker          : false
                        Virtualization  : none
                        Kernel          : aarch64
                        Userland        : arm64
                        
                        Systemuptime and Load:
                         19:47:29 up 32 min,  1 user,  load average: 0.31, 0.55, 0.47
                        CPU threads: 4
                        
                        
                        *** RASPBERRY THROTTLING ***
                        Current issues:
                        No throttling issues detected.
                        
                        Previously detected issues:
                        No throttling issues detected.
                        
                        *** Time and Time Zones ***
                                       Local time: Sun 2024-02-25 19:47:30 GMT
                                   Universal time: Sun 2024-02-25 19:47:30 UTC
                                         RTC time: n/a
                                        Time zone: Europe/London (GMT, +0000)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** User and Groups ***
                        simon
                        /home/simon
                        simon adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                        
                        *** X-Server-Setup ***
                        X-Server: 	false
                        Desktop: 	
                        Terminal: 	tty
                        Boot Target: 	multi-user.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            3.8G        1.8G        955M        1.0M        1.0G        2.2G
                        Swap:            99M          0B         99M
                        Total:          3.9G        1.8G        1.1G
                        
                                 3794 M total memory
                                 1830 M used memory
                                 1700 M active memory
                                  921 M inactive memory
                                  955 M free memory
                                   75 M buffer memory
                                  932 M swap cache
                                   99 M total swap
                                    0 M used swap
                                   99 M free swap
                        
                        Raspberry only:
                        oom events: 0
                        lifetime oom required: 0 Mbytes
                        total time in oom handler: 0 ms
                        max time spent in oom handler: 0 ms
                        
                        *** FAILED SERVICES ***
                        
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        0 loaded units listed.
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        /dev/root      ext4       29G  4.7G   24G  17% /
                        devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                        tmpfs          tmpfs     759M  1.2M  758M   1% /run
                        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                        /dev/mmcblk0p1 vfat      255M   32M  223M  13% /boot
                        tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Sun Feb 25 19:14:33 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=D8:3A:DD:0F:E4:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fe379c38-02 rootfstype=ext4 fsck.repair=yes rootwait
                        [Sun Feb 25 19:14:34 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                        [Sun Feb 25 19:14:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        [Sun Feb 25 19:14:37 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                        
                        Show mounted filesystems \(real ones only\):
                        TARGET  SOURCE         FSTYPE OPTIONS
                        /       /dev/mmcblk0p2 ext4   rw,noatime
                        `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        1.4G	/var/
                        859M	/var/log
                        841M	/var/log/journal/2afb5f7f70fe4270a1433886fb089ee5
                        841M	/var/log/journal
                        302M	/var/cache
                        
                        Archived and active journals take up 840.1M in the file system.
                        
                        /opt/iobroker/backups:
                        55M	/opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        463M	/opt/iobroker/iobroker-data/
                        135M	/opt/iobroker/iobroker-data/files
                        52M	/opt/iobroker/iobroker-data/files/javascript.admin
                        40M	/opt/iobroker/iobroker-data/backup-objects
                        34M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                        
                        The five largest files in iobroker-data are:
                        285M	/opt/iobroker/iobroker-data/objects.jsonl
                        7.1M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                        6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                        5.8M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/550.cfbef968.chunk.js.map
                        4.6M	/opt/iobroker/iobroker-data/files/javascript.admin/vs/language/typescript/tsWorker.js
                        
                        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 	v12.22.12
                        /usr/bin/node 		v12.22.12
                        /home/iobroker/.diag.sh: line 279: npm: command not found
                         		
                        /home/iobroker/.diag.sh: line 280: npx: command not found
                         		
                        /home/iobroker/.diag.sh: line 281: corepack: command not found
                         	
                        /home/iobroker/.diag.sh: line 290: npm: command not found
                        /home/iobroker/.diag.sh: line 291: npx: command not found
                        *** nodejs is NOT correctly installed ***
                        
                        nodejs:
                          Installed: 12.22.12~dfsg-1~deb11u4
                          Candidate: 18.19.1-1nodesource1
                          Version table:
                             18.19.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.19.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.18.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.18.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.18.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.17.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.17.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.16.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.16.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.15.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.13.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.12.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.11.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.10.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.9.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.9.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.8.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.7.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.6.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.5.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.4.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.3.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.2.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.1.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.0.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         *** 12.22.12~dfsg-1~deb11u4 500
                                500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                100 /var/lib/dpkg/status
                        
                        Temp directories causing npm8 problem: 0
                        No problems detected
                        
                        Errors in npm tree:
                        /home/iobroker/.diag.sh: line 360: npm: command not found
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Core adapters versions
                        js-controller: 	4.0.24
                        admin: 		6.8.0
                        javascript: 	7.1.4
                        
                        /home/iobroker/.diag.sh: line 375: npm: command not found
                        Adapters from github: 	0
                        
                        Adapter State
                          system.adapter.admin.0                  : admin                 : iobroker                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                          system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
                        + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                        + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                          system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                        + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                          system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                          system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                        + system.adapter.link.0                   : link                  : iobroker                                 -  enabled
                        + system.adapter.midea.0                  : midea                 : iobroker                                 -  enabled
                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                          system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                          system.adapter.vis.0                    : vis                   : 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/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4d856ba1ab6ed1196ded60ea8669f5d-if00-port0
                          system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : iobroker                                 - disabled
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                        + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, 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    "admin"        : 6.13.16  , installed 6.8.0  [Updatable]
                        Adapter    "backitup"     : 2.10.11  , installed 2.6.23 [Updatable]
                        Adapter    "discovery"    : 4.2.0    , installed 3.1.0  [Updatable]
                        Adapter    "hmip"         : 1.21.0   , installed 1.20.0 [Updatable]
                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                        Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                        Adapter    "jarvis"       : 3.1.8    , installed 3.1.2  [Updatable]
                        Adapter    "javascript"   : 7.8.0    , installed 7.1.4  [Updatable]
                        Controller "js-controller": 5.0.19   , installed 4.0.24 [Updatable]
                        Adapter    "link"         : 0.5.12   , installed 0.5.12
                        Adapter    "midea"        : 0.0.7    , installed 0.0.7
                        Adapter    "mqtt"         : 5.2.0    , installed 4.1.1  [Updatable]
                        Adapter    "shelly"       : 6.6.1    , installed 6.4.1  [Updatable]
                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                        Adapter    "socketio"     : 6.6.0    , installed 4.2.0  [Updatable]
                        Adapter    "sonoff"       : 3.0.3    , installed 2.5.3  [Updatable]
                        Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                        Adapter    "vis"          : 1.5.4    , installed 1.5.4
                        Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                        Adapter    "web"          : 6.2.3    , installed 4.3.0  [Updatable]
                        Adapter    "ws"           : 2.5.10   , installed 1.3.0  [Updatable]
                        Adapter    "zigbee"       : 1.10.1   , installed 1.9.7  [Updatable]
                        Adapter    "zigbee2mqtt"  : 2.13.4   , installed 2.13.4
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects: 	3908
                        States: 	3264
                        
                        *** OS-Repositories and Updates ***
                        W: GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                        E: The repository 'https://repos.influxdata.com/debian bullseye InRelease' is not signed.
                        Pending Updates: 3
                        
                        *** 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:8088          0.0.0.0:*               LISTEN      110        14428      512/influxd         
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       28796      4257/io.sonoff.0    
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13142      553/sshd: /usr/sbin 
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       27223      4238/iobroker.js-co 
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       28486      4238/iobroker.js-co 
                        tcp6       0      0 :::8086                 :::*                    LISTEN      110        14037      512/influxd         
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       27330      4313/io.web.0       
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          13153      553/sshd: /usr/sbin 
                        tcp6       0      0 :::3000                 :::*                    LISTEN      111        14178      692/grafana         
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12258      400/avahi-daemon: r 
                        udp        0      0 0.0.0.0:42522           0.0.0.0:*                           108        12260      400/avahi-daemon: r 
                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14048      691/dhcpcd          
                        udp6       0      0 :::5353                 :::*                                108        12259      400/avahi-daemon: r 
                        udp6       0      0 :::57185                :::*                                108        12261      400/avahi-daemon: r 
                        
                        *** Log File - Last 25 Lines ***
                        
                        2024-02-25 19:41:36.839  - info: iqontrol.0 (4359) Creating Popup States...
                        2024-02-25 19:41:37.570  - info: iqontrol.0 (4359) Creating Widget States...
                        2024-02-25 19:41:37.571  - info: iqontrol.0 (4359) Lists deactivated.
                        2024-02-25 19:41:37.572  - info: iqontrol.0 (4359) Deleting unused Objects...
                        2024-02-25 19:41:37.574  - info: iqontrol.0 (4359) Subscribing to states...
                        2024-02-25 19:41:37.575  - info: iqontrol.0 (4359) iQontrol ready.
                        2024-02-25 19:41:43.883  - info: hmip.0 (4272) ws connection opened
                        2024-02-25 19:41:44.152  - info: hmip.0 (4272) unknown channel type - DEVICE_BLOCKING - {"id":"3014F711A0002E9F29992FF7","type":"WALL_MOUNTED_KEY_PAD","homeId":"ef659a5d-aae8-47d2-a3b5-9223631a7821","lastStatusUpdate":1708888089958,"label":"Keypad Alarm + Haustürschloss","functionalChannels":{"0":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":0,"groupIndex":0,"functionalChannelType":"DEVICE_BLOCKING","groups":["31ff38e1-dd53-4727-b20e-1ea692736b01"],"unreach":false,"lowBat":false,"routerModuleEnabled":false,"multicastRoutingEnabled":false,"routerModuleSupported":false,"rssiDeviceValue":-73,"rssiPeerValue":null,"configPending":false,"dutyCycle":false,"deviceOverloaded":false,"coProUpdateFailure":false,"coProFaulty":false,"coProRestartNeeded":false,"deviceUndervoltage":false,"deviceOverheated":false,"temperatureOutOfRange":false,"devicePowerFailureDetected":false,"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false},"authorized":true,"actionParameter":"NOT_CUSTOMISABLE","actionCodeConfigured":false},"14":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":14,"groupIndex":7,"functionalChannelType":"CODE_PROTECTED_SECONDARY_ACTION_CHANNEL","groups":[],"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false}},"15":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":15,"groupIndex":8,"functionalChannelType":"CODE_PROTECTED_PRIMARY_ACTION_CHANNEL","groups":[],"channelRole":null,"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false},"authorized":true,"actionParameter":"NOT_CUSTOMISABLE","actionCodeConfigured":false},"16":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":16,"groupIndex":8,"functionalChannelType":"CODE_PROTECTED_SECONDARY_ACTION_CHANNEL","groups":[],"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false}}},"deviceArchetype":"HMIP","manuallyUpdateForced":true,"measuredAttributes":{},"updateState":"UP_TO_DATE","firmwareVersion":"1.0.12","modelType":"HmIP-WKP","permanentlyReachable":false,"connectionType":"HMIP_RF","firmwareVersionInteger":65548,"liveUpdateState":"LIVE_UPDATE_NOT_SUPPORTED","modelId":441,"availableFirmwareVersion":"1.0.12","serializedGlobalTradeItemNumber":"3014F711A0002E9F29992FF7","manufacturerCode":1,"oem":"eQ-3"}
                        2024-02-25 19:41:54.684  - info: hmip.0 (4272) hmip adapter connected and ready
                        
                        

                        Copy text starting here:

                        ======================= SUMMARY =======================
                        			v.2023-10-10
                        
                        
                           Static hostname: iobroker
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 11 (bullseye)
                                    Kernel: Linux 6.1.21-v8+
                              Architecture: arm64
                        
                        Installation: 		native
                        Kernel: 		aarch64
                        Userland: 		arm64
                        Timezone: 		Europe/London (GMT, +0000)
                        User-ID: 		1000
                        X-Server: 		false
                        Boot Target: 		multi-user.target
                        
                        Pending OS-Updates: 	3
                        Pending iob updates: 	14
                        
                        Nodejs-Installation: 	/usr/bin/nodejs 	v12.22.12
                        			/usr/bin/node 		v12.22.12
                        /home/iobroker/.diag.sh: line 488: npm: command not found
                        			 		
                        /home/iobroker/.diag.sh: line 489: npx: command not found
                        			 		
                        /home/iobroker/.diag.sh: line 490: corepack: command not found
                        			 	
                        
                        Recommended versions are nodejs  and npm 
                        *** nodejs is NOT correctly installed ***
                        Wrong installation path detected. This needs to be fixed.
                        
                        Please check
                        https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
                        for more information on how to fix these errors.
                        
                        MEMORY: 
                                       total        used        free      shared  buff/cache   available
                        Mem:            3.8G        1.9G        909M        1.0M        998M        2.1G
                        Swap:            99M          0B         99M
                        Total:          3.9G        1.9G        1.0G
                        
                        Active iob-Instances: 	9
                        Active repo(s): stable
                        
                        ioBroker Core: 		js-controller 		4.0.24
                        			admin 			6.8.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                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects: 		3908
                        States: 		3264
                        
                        Size of iob-Database:
                        
                        285M	/opt/iobroker/iobroker-data/objects.jsonl
                        4.2M	/opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        
                        =================== END OF SUMMARY ====================
                        

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

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #53

                        @greenhorn sagte in Raspberry "friert ein" nach Aufruf von ioBroker:

                                    Time zone: Europe/London (GMT, +0000)                                                                                                                                                                            
                        

                        Stell das richtig ein. Geht in

                        sudo raspi-config
                        

                        Dann

                        sudo rm /etc/apt/sources.list.d/influ*
                        wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                        echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                        echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                        rm influxdata-archive_compat.key
                        
                        sudo apt update
                        sudo apt full-upgrade
                        sudo reboot
                        

                        Dann

                        iob update
                        iob upgrade all -y
                        iob stop 
                        iob upgrade self
                        iob restart
                        

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        G 2 Antworten Letzte Antwort
                        0
                        • G Offline
                          G Offline
                          Greenhorn
                          schrieb am zuletzt editiert von
                          #54

                          OK, grad mal noch neues iob.diag

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

                          Skript v.2023-10-10
                          
                          *** BASE SYSTEM ***
                             Static hostname: iobroker
                                   Icon name: computer
                            Operating System: Debian GNU/Linux 11 (bullseye)
                                      Kernel: Linux 6.1.21-v8+
                                Architecture: arm64
                          
                          Model		: Raspberry Pi 4 Model B Rev 1.5
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : arm64
                          
                          Systemuptime and Load:
                           20:05:04 up 50 min,  1 user,  load average: 1.40, 1.04, 0.64
                          CPU threads: 4
                          
                          
                          *** RASPBERRY THROTTLING ***
                          Current issues:
                          No throttling issues detected.
                          
                          Previously detected issues:
                          No throttling issues detected.
                          
                          *** Time and Time Zones ***
                                         Local time: Sun 2024-02-25 20:05:04 GMT
                                     Universal time: Sun 2024-02-25 20:05:04 UTC
                                           RTC time: n/a
                                          Time zone: Europe/London (GMT, +0000)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** User and Groups ***
                          simon
                          /home/simon
                          simon adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                          
                          *** X-Server-Setup ***
                          X-Server: 	false
                          Desktop: 	
                          Terminal: 	tty
                          Boot Target: 	multi-user.target
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            3.8G        1.7G        740M        1.0M        1.4G        2.1G
                          Swap:            99M          0B         99M
                          Total:          3.9G        1.7G        840M
                          
                                   3794 M total memory
                                   1680 M used memory
                                   1813 M active memory
                                    990 M inactive memory
                                    740 M free memory
                                    124 M buffer memory
                                   1247 M swap cache
                                     99 M total swap
                                      0 M used swap
                                     99 M free swap
                          
                          Raspberry only:
                          oom events: 0
                          lifetime oom required: 0 Mbytes
                          total time in oom handler: 0 ms
                          max time spent in oom handler: 0 ms
                          
                          *** FAILED SERVICES ***
                          
                            UNIT LOAD ACTIVE SUB DESCRIPTION
                          0 loaded units listed.
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          /dev/root      ext4       29G  4.9G   23G  18% /
                          devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                          tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                          tmpfs          tmpfs     759M  1.2M  758M   1% /run
                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                          /dev/mmcblk0p1 vfat      255M   32M  223M  13% /boot
                          tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Sun Feb 25 19:14:33 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=D8:3A:DD:0F:E4:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fe379c38-02 rootfstype=ext4 fsck.repair=yes rootwait
                          [Sun Feb 25 19:14:34 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                          [Sun Feb 25 19:14:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [Sun Feb 25 19:14:37 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                          
                          Show mounted filesystems \(real ones only\):
                          TARGET  SOURCE         FSTYPE OPTIONS
                          /       /dev/mmcblk0p2 ext4   rw,noatime
                          `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          1.5G	/var/
                          859M	/var/log
                          841M	/var/log/journal/2afb5f7f70fe4270a1433886fb089ee5
                          841M	/var/log/journal
                          356M	/var/cache
                          
                          Archived and active journals take up 840.1M in the file system.
                          
                          /opt/iobroker/backups:
                          55M	/opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          505M	/opt/iobroker/iobroker-data/
                          135M	/opt/iobroker/iobroker-data/files
                          52M	/opt/iobroker/iobroker-data/files/javascript.admin
                          40M	/opt/iobroker/iobroker-data/backup-objects
                          34M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                          
                          The five largest files in iobroker-data are:
                          325M	/opt/iobroker/iobroker-data/objects.jsonl
                          7.1M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                          6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                          5.8M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/550.cfbef968.chunk.js.map
                          5.1M	/opt/iobroker/iobroker-data/states.jsonl
                          
                          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.19.1
                          /usr/bin/node 		v18.19.1
                          /usr/bin/npm 		10.2.4
                          /usr/bin/npx 		10.2.4
                          /usr/bin/corepack 	0.22.0
                          
                          
                          nodejs:
                            Installed: 18.19.1-1nodesource1
                            Candidate: 18.19.1-1nodesource1
                            Version table:
                           *** 18.19.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                  100 /var/lib/dpkg/status
                               18.19.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.18.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.18.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.18.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.17.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.17.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.16.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.16.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.15.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.14.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.14.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.14.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.9.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               12.22.12~dfsg-1~deb11u4 500
                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                  500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          Errors in npm tree:
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Core adapters versions
                          js-controller: 	4.0.24
                          admin: 		6.8.0
                          javascript: 	7.1.4
                          
                          Adapters from github: 	0
                          
                          Adapter State
                            system.adapter.admin.0                  : admin                 : iobroker                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                            system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
                          + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                          + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                            system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                          + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                            system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                            system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                          + system.adapter.link.0                   : link                  : iobroker                                 -  enabled
                          + system.adapter.midea.0                  : midea                 : iobroker                                 -  enabled
                          + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                            system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                            system.adapter.vis.0                    : vis                   : 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/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4d856ba1ab6ed1196ded60ea8669f5d-if00-port0
                            system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : iobroker                                 - disabled
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                          + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, 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    "admin"        : 6.13.16  , installed 6.8.0  [Updatable]
                          Adapter    "backitup"     : 2.10.11  , installed 2.6.23 [Updatable]
                          Adapter    "discovery"    : 4.2.0    , installed 3.1.0  [Updatable]
                          Adapter    "hmip"         : 1.21.0   , installed 1.20.0 [Updatable]
                          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                          Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                          Adapter    "jarvis"       : 3.1.8    , installed 3.1.2  [Updatable]
                          Adapter    "javascript"   : 7.8.0    , installed 7.1.4  [Updatable]
                          Controller "js-controller": 5.0.19   , installed 4.0.24 [Updatable]
                          Adapter    "link"         : 0.5.12   , installed 0.5.12
                          Adapter    "midea"        : 0.0.7    , installed 0.0.7
                          Adapter    "mqtt"         : 5.2.0    , installed 4.1.1  [Updatable]
                          Adapter    "shelly"       : 6.6.1    , installed 6.4.1  [Updatable]
                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                          Adapter    "socketio"     : 6.6.0    , installed 4.2.0  [Updatable]
                          Adapter    "sonoff"       : 3.0.3    , installed 2.5.3  [Updatable]
                          Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                          Adapter    "vis"          : 1.5.4    , installed 1.5.4
                          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                          Adapter    "web"          : 6.2.3    , installed 4.3.0  [Updatable]
                          Adapter    "ws"           : 2.5.10   , installed 1.3.0  [Updatable]
                          Adapter    "zigbee"       : 1.10.1   , installed 1.9.7  [Updatable]
                          Adapter    "zigbee2mqtt"  : 2.13.4   , installed 2.13.4
                          
                          Objects and States
                          Please stand by - This may take a while
                          wendy2702W Thomas BraunT 2 Antworten Letzte Antwort
                          0
                          • G Greenhorn

                            OK, grad mal noch neues iob.diag

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

                            Skript v.2023-10-10
                            
                            *** BASE SYSTEM ***
                               Static hostname: iobroker
                                     Icon name: computer
                              Operating System: Debian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 6.1.21-v8+
                                  Architecture: arm64
                            
                            Model		: Raspberry Pi 4 Model B Rev 1.5
                            Docker          : false
                            Virtualization  : none
                            Kernel          : aarch64
                            Userland        : arm64
                            
                            Systemuptime and Load:
                             20:05:04 up 50 min,  1 user,  load average: 1.40, 1.04, 0.64
                            CPU threads: 4
                            
                            
                            *** RASPBERRY THROTTLING ***
                            Current issues:
                            No throttling issues detected.
                            
                            Previously detected issues:
                            No throttling issues detected.
                            
                            *** Time and Time Zones ***
                                           Local time: Sun 2024-02-25 20:05:04 GMT
                                       Universal time: Sun 2024-02-25 20:05:04 UTC
                                             RTC time: n/a
                                            Time zone: Europe/London (GMT, +0000)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** User and Groups ***
                            simon
                            /home/simon
                            simon adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                            
                            *** X-Server-Setup ***
                            X-Server: 	false
                            Desktop: 	
                            Terminal: 	tty
                            Boot Target: 	multi-user.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            3.8G        1.7G        740M        1.0M        1.4G        2.1G
                            Swap:            99M          0B         99M
                            Total:          3.9G        1.7G        840M
                            
                                     3794 M total memory
                                     1680 M used memory
                                     1813 M active memory
                                      990 M inactive memory
                                      740 M free memory
                                      124 M buffer memory
                                     1247 M swap cache
                                       99 M total swap
                                        0 M used swap
                                       99 M free swap
                            
                            Raspberry only:
                            oom events: 0
                            lifetime oom required: 0 Mbytes
                            total time in oom handler: 0 ms
                            max time spent in oom handler: 0 ms
                            
                            *** FAILED SERVICES ***
                            
                              UNIT LOAD ACTIVE SUB DESCRIPTION
                            0 loaded units listed.
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            /dev/root      ext4       29G  4.9G   23G  18% /
                            devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                            tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                            tmpfs          tmpfs     759M  1.2M  758M   1% /run
                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            /dev/mmcblk0p1 vfat      255M   32M  223M  13% /boot
                            tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Sun Feb 25 19:14:33 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=D8:3A:DD:0F:E4:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fe379c38-02 rootfstype=ext4 fsck.repair=yes rootwait
                            [Sun Feb 25 19:14:34 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                            [Sun Feb 25 19:14:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                            [Sun Feb 25 19:14:37 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                            
                            Show mounted filesystems \(real ones only\):
                            TARGET  SOURCE         FSTYPE OPTIONS
                            /       /dev/mmcblk0p2 ext4   rw,noatime
                            `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            1.5G	/var/
                            859M	/var/log
                            841M	/var/log/journal/2afb5f7f70fe4270a1433886fb089ee5
                            841M	/var/log/journal
                            356M	/var/cache
                            
                            Archived and active journals take up 840.1M in the file system.
                            
                            /opt/iobroker/backups:
                            55M	/opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            505M	/opt/iobroker/iobroker-data/
                            135M	/opt/iobroker/iobroker-data/files
                            52M	/opt/iobroker/iobroker-data/files/javascript.admin
                            40M	/opt/iobroker/iobroker-data/backup-objects
                            34M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                            
                            The five largest files in iobroker-data are:
                            325M	/opt/iobroker/iobroker-data/objects.jsonl
                            7.1M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                            6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                            5.8M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/550.cfbef968.chunk.js.map
                            5.1M	/opt/iobroker/iobroker-data/states.jsonl
                            
                            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.19.1
                            /usr/bin/node 		v18.19.1
                            /usr/bin/npm 		10.2.4
                            /usr/bin/npx 		10.2.4
                            /usr/bin/corepack 	0.22.0
                            
                            
                            nodejs:
                              Installed: 18.19.1-1nodesource1
                              Candidate: 18.19.1-1nodesource1
                              Version table:
                             *** 18.19.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                    100 /var/lib/dpkg/status
                                 18.19.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.18.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.18.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.18.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.17.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.17.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.16.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.16.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.15.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.14.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.14.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.14.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.13.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.12.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.11.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.10.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.9.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.9.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.8.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.7.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.6.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.5.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.4.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.3.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.2.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.1.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.0.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                    500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            Errors in npm tree:
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Core adapters versions
                            js-controller: 	4.0.24
                            admin: 		6.8.0
                            javascript: 	7.1.4
                            
                            Adapters from github: 	0
                            
                            Adapter State
                              system.adapter.admin.0                  : admin                 : iobroker                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                              system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
                            + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                            + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                              system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                            + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                              system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                              system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                            + system.adapter.link.0                   : link                  : iobroker                                 -  enabled
                            + system.adapter.midea.0                  : midea                 : iobroker                                 -  enabled
                            + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                              system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                              system.adapter.vis.0                    : vis                   : 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/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4d856ba1ab6ed1196ded60ea8669f5d-if00-port0
                              system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : iobroker                                 - disabled
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                            + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, 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    "admin"        : 6.13.16  , installed 6.8.0  [Updatable]
                            Adapter    "backitup"     : 2.10.11  , installed 2.6.23 [Updatable]
                            Adapter    "discovery"    : 4.2.0    , installed 3.1.0  [Updatable]
                            Adapter    "hmip"         : 1.21.0   , installed 1.20.0 [Updatable]
                            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                            Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                            Adapter    "jarvis"       : 3.1.8    , installed 3.1.2  [Updatable]
                            Adapter    "javascript"   : 7.8.0    , installed 7.1.4  [Updatable]
                            Controller "js-controller": 5.0.19   , installed 4.0.24 [Updatable]
                            Adapter    "link"         : 0.5.12   , installed 0.5.12
                            Adapter    "midea"        : 0.0.7    , installed 0.0.7
                            Adapter    "mqtt"         : 5.2.0    , installed 4.1.1  [Updatable]
                            Adapter    "shelly"       : 6.6.1    , installed 6.4.1  [Updatable]
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                            Adapter    "socketio"     : 6.6.0    , installed 4.2.0  [Updatable]
                            Adapter    "sonoff"       : 3.0.3    , installed 2.5.3  [Updatable]
                            Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                            Adapter    "vis"          : 1.5.4    , installed 1.5.4
                            Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                            Adapter    "web"          : 6.2.3    , installed 4.3.0  [Updatable]
                            Adapter    "ws"           : 2.5.10   , installed 1.3.0  [Updatable]
                            Adapter    "zigbee"       : 1.10.1   , installed 1.9.7  [Updatable]
                            Adapter    "zigbee2mqtt"  : 2.13.4   , installed 2.13.4
                            
                            Objects and States
                            Please stand by - This may take a while
                            wendy2702W Online
                            wendy2702W Online
                            wendy2702
                            schrieb am zuletzt editiert von
                            #55

                            @greenhorn du musst dich in Geduld üben und auch lesen was da steht. Die Ausgabe war noch nicht fertig

                            Bitte keine Fragen per PN, die gehören ins Forum!

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

                            1 Antwort Letzte Antwort
                            0
                            • G Greenhorn

                              OK, grad mal noch neues iob.diag

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

                              Skript v.2023-10-10
                              
                              *** BASE SYSTEM ***
                                 Static hostname: iobroker
                                       Icon name: computer
                                Operating System: Debian GNU/Linux 11 (bullseye)
                                          Kernel: Linux 6.1.21-v8+
                                    Architecture: arm64
                              
                              Model		: Raspberry Pi 4 Model B Rev 1.5
                              Docker          : false
                              Virtualization  : none
                              Kernel          : aarch64
                              Userland        : arm64
                              
                              Systemuptime and Load:
                               20:05:04 up 50 min,  1 user,  load average: 1.40, 1.04, 0.64
                              CPU threads: 4
                              
                              
                              *** RASPBERRY THROTTLING ***
                              Current issues:
                              No throttling issues detected.
                              
                              Previously detected issues:
                              No throttling issues detected.
                              
                              *** Time and Time Zones ***
                                             Local time: Sun 2024-02-25 20:05:04 GMT
                                         Universal time: Sun 2024-02-25 20:05:04 UTC
                                               RTC time: n/a
                                              Time zone: Europe/London (GMT, +0000)
                              System clock synchronized: yes
                                            NTP service: active
                                        RTC in local TZ: no
                              
                              *** User and Groups ***
                              simon
                              /home/simon
                              simon adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                              
                              *** X-Server-Setup ***
                              X-Server: 	false
                              Desktop: 	
                              Terminal: 	tty
                              Boot Target: 	multi-user.target
                              
                              *** MEMORY ***
                                             total        used        free      shared  buff/cache   available
                              Mem:            3.8G        1.7G        740M        1.0M        1.4G        2.1G
                              Swap:            99M          0B         99M
                              Total:          3.9G        1.7G        840M
                              
                                       3794 M total memory
                                       1680 M used memory
                                       1813 M active memory
                                        990 M inactive memory
                                        740 M free memory
                                        124 M buffer memory
                                       1247 M swap cache
                                         99 M total swap
                                          0 M used swap
                                         99 M free swap
                              
                              Raspberry only:
                              oom events: 0
                              lifetime oom required: 0 Mbytes
                              total time in oom handler: 0 ms
                              max time spent in oom handler: 0 ms
                              
                              *** FAILED SERVICES ***
                              
                                UNIT LOAD ACTIVE SUB DESCRIPTION
                              0 loaded units listed.
                              
                              *** FILESYSTEM ***
                              Filesystem     Type      Size  Used Avail Use% Mounted on
                              /dev/root      ext4       29G  4.9G   23G  18% /
                              devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                              tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                              tmpfs          tmpfs     759M  1.2M  758M   1% /run
                              tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                              /dev/mmcblk0p1 vfat      255M   32M  223M  13% /boot
                              tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                              
                              Messages concerning ext4 filesystem in dmesg:
                              [Sun Feb 25 19:14:33 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=D8:3A:DD:0F:E4:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fe379c38-02 rootfstype=ext4 fsck.repair=yes rootwait
                              [Sun Feb 25 19:14:34 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                              [Sun Feb 25 19:14:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                              [Sun Feb 25 19:14:37 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                              
                              Show mounted filesystems \(real ones only\):
                              TARGET  SOURCE         FSTYPE OPTIONS
                              /       /dev/mmcblk0p2 ext4   rw,noatime
                              `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                              
                              Files in neuralgic directories:
                              
                              /var:
                              1.5G	/var/
                              859M	/var/log
                              841M	/var/log/journal/2afb5f7f70fe4270a1433886fb089ee5
                              841M	/var/log/journal
                              356M	/var/cache
                              
                              Archived and active journals take up 840.1M in the file system.
                              
                              /opt/iobroker/backups:
                              55M	/opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              505M	/opt/iobroker/iobroker-data/
                              135M	/opt/iobroker/iobroker-data/files
                              52M	/opt/iobroker/iobroker-data/files/javascript.admin
                              40M	/opt/iobroker/iobroker-data/backup-objects
                              34M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                              
                              The five largest files in iobroker-data are:
                              325M	/opt/iobroker/iobroker-data/objects.jsonl
                              7.1M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                              6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                              5.8M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/550.cfbef968.chunk.js.map
                              5.1M	/opt/iobroker/iobroker-data/states.jsonl
                              
                              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.19.1
                              /usr/bin/node 		v18.19.1
                              /usr/bin/npm 		10.2.4
                              /usr/bin/npx 		10.2.4
                              /usr/bin/corepack 	0.22.0
                              
                              
                              nodejs:
                                Installed: 18.19.1-1nodesource1
                                Candidate: 18.19.1-1nodesource1
                                Version table:
                               *** 18.19.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                      100 /var/lib/dpkg/status
                                   18.19.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.18.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.18.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.18.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.17.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.17.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.16.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.16.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.15.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.14.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.14.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.14.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.13.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.12.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.11.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.10.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.9.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.9.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.8.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.7.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.6.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.5.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.4.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.3.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.2.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.1.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   18.0.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                   12.22.12~dfsg-1~deb11u4 500
                                      500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                      500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                              
                              Temp directories causing npm8 problem: 0
                              No problems detected
                              
                              Errors in npm tree:
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Core adapters versions
                              js-controller: 	4.0.24
                              admin: 		6.8.0
                              javascript: 	7.1.4
                              
                              Adapters from github: 	0
                              
                              Adapter State
                                system.adapter.admin.0                  : admin                 : iobroker                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
                              + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                              + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                                system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                              + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                                system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                                system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                              + system.adapter.link.0                   : link                  : iobroker                                 -  enabled
                              + system.adapter.midea.0                  : midea                 : iobroker                                 -  enabled
                              + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                                system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                              + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                system.adapter.vis.0                    : vis                   : 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/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4d856ba1ab6ed1196ded60ea8669f5d-if00-port0
                                system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : iobroker                                 - disabled
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                              + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, 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    "admin"        : 6.13.16  , installed 6.8.0  [Updatable]
                              Adapter    "backitup"     : 2.10.11  , installed 2.6.23 [Updatable]
                              Adapter    "discovery"    : 4.2.0    , installed 3.1.0  [Updatable]
                              Adapter    "hmip"         : 1.21.0   , installed 1.20.0 [Updatable]
                              Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                              Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                              Adapter    "jarvis"       : 3.1.8    , installed 3.1.2  [Updatable]
                              Adapter    "javascript"   : 7.8.0    , installed 7.1.4  [Updatable]
                              Controller "js-controller": 5.0.19   , installed 4.0.24 [Updatable]
                              Adapter    "link"         : 0.5.12   , installed 0.5.12
                              Adapter    "midea"        : 0.0.7    , installed 0.0.7
                              Adapter    "mqtt"         : 5.2.0    , installed 4.1.1  [Updatable]
                              Adapter    "shelly"       : 6.6.1    , installed 6.4.1  [Updatable]
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "socketio"     : 6.6.0    , installed 4.2.0  [Updatable]
                              Adapter    "sonoff"       : 3.0.3    , installed 2.5.3  [Updatable]
                              Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                              Adapter    "vis"          : 1.5.4    , installed 1.5.4
                              Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                              Adapter    "web"          : 6.2.3    , installed 4.3.0  [Updatable]
                              Adapter    "ws"           : 2.5.10   , installed 1.3.0  [Updatable]
                              Adapter    "zigbee"       : 1.10.1   , installed 1.9.7  [Updatable]
                              Adapter    "zigbee2mqtt"  : 2.13.4   , installed 2.13.4
                              
                              Objects and States
                              Please stand by - This may take a while
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #56

                              @greenhorn sagte in Raspberry "friert ein" nach Aufruf von ioBroker:

                              Enabled adapters with bindings

                              • system.adapter.mqtt.0 : mqtt : iobroker - enabled, port: 1883, bind: 192.168.178.96
                              • system.adapter.sonoff.0 : sonoff : iobroker - enabled, port: 1883, bind: 0.0.0.0

                              Die liegen nauf dem gleichen Port.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @greenhorn sagte in Raspberry "friert ein" nach Aufruf von ioBroker:

                                            Time zone: Europe/London (GMT, +0000)                                                                                                                                                                            
                                

                                Stell das richtig ein. Geht in

                                sudo raspi-config
                                

                                Dann

                                sudo rm /etc/apt/sources.list.d/influ*
                                wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                rm influxdata-archive_compat.key
                                
                                sudo apt update
                                sudo apt full-upgrade
                                sudo reboot
                                

                                Dann

                                iob update
                                iob upgrade all -y
                                iob stop 
                                iob upgrade self
                                iob restart
                                
                                G Offline
                                G Offline
                                Greenhorn
                                schrieb am zuletzt editiert von
                                #57

                                @thomas-braun said in Raspberry "friert ein" nach Aufruf von ioBroker:

                                iob upgrade all -y

                                Läuft noch...melde mich wenn fertig.

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @greenhorn sagte in Raspberry "friert ein" nach Aufruf von ioBroker:

                                              Time zone: Europe/London (GMT, +0000)                                                                                                                                                                            
                                  

                                  Stell das richtig ein. Geht in

                                  sudo raspi-config
                                  

                                  Dann

                                  sudo rm /etc/apt/sources.list.d/influ*
                                  wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                  echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                  echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                  rm influxdata-archive_compat.key
                                  
                                  sudo apt update
                                  sudo apt full-upgrade
                                  sudo reboot
                                  

                                  Dann

                                  iob update
                                  iob upgrade all -y
                                  iob stop 
                                  iob upgrade self
                                  iob restart
                                  
                                  G Offline
                                  G Offline
                                  Greenhorn
                                  schrieb am zuletzt editiert von
                                  #58

                                  @thomas-braun said in Raspberry "friert ein" nach Aufruf von ioBroker:

                                  iob restart

                                  Alles einwandfrei durchgelaufen bis auf:

                                  simon@iobroker:~ $ iob upgrade self
                                  No connection to databases possible ...

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • G Greenhorn

                                    @thomas-braun said in Raspberry "friert ein" nach Aufruf von ioBroker:

                                    iob restart

                                    Alles einwandfrei durchgelaufen bis auf:

                                    simon@iobroker:~ $ iob upgrade self
                                    No connection to databases possible ...

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #59

                                    @greenhorn

                                    iob restart
                                    iob diag
                                    

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    G 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @greenhorn

                                      iob restart
                                      iob diag
                                      
                                      G Offline
                                      G Offline
                                      Greenhorn
                                      schrieb am zuletzt editiert von
                                      #60

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

                                      Skript v.2023-10-10
                                      
                                      *** BASE SYSTEM ***
                                         Static hostname: iobroker
                                               Icon name: computer
                                        Operating System: Debian GNU/Linux 11 (bullseye)
                                                  Kernel: Linux 6.1.21-v8+
                                            Architecture: arm64
                                      
                                      Model		: Raspberry Pi 4 Model B Rev 1.5
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : aarch64
                                      Userland        : arm64
                                      
                                      Systemuptime and Load:
                                       21:25:58 up 11 min,  1 user,  load average: 1.35, 1.50, 1.02
                                      CPU threads: 4
                                      
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      No throttling issues detected.
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Sun 2024-02-25 21:25:58 CET
                                                 Universal time: Sun 2024-02-25 20:25:58 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CET, +0100)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** User and Groups ***
                                      simon
                                      /home/simon
                                      simon adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                      
                                      *** X-Server-Setup ***
                                      X-Server: 	false
                                      Desktop: 	
                                      Terminal: 	tty
                                      Boot Target: 	multi-user.target
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            3.8G        1.6G        905M        1.0M        1.2G        2.1G
                                      Swap:            99M          0B         99M
                                      Total:          3.9G        1.6G        1.0G
                                      
                                               3794 M total memory
                                               1639 M used memory
                                               1813 M active memory
                                                913 M inactive memory
                                                905 M free memory
                                                 42 M buffer memory
                                               1206 M swap cache
                                                 99 M total swap
                                                  0 M used swap
                                                 99 M free swap
                                      
                                      Raspberry only:
                                      oom events: 0
                                      lifetime oom required: 0 Mbytes
                                      total time in oom handler: 0 ms
                                      max time spent in oom handler: 0 ms
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT LOAD ACTIVE SUB DESCRIPTION
                                      0 loaded units listed.
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      /dev/root      ext4       29G  5.3G   23G  19% /
                                      devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                      tmpfs          tmpfs     759M  1.2M  758M   1% /run
                                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                      /dev/mmcblk0p1 vfat      255M   32M  223M  13% /boot
                                      tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Sun Feb 25 21:14:13 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=D8:3A:DD:0F:E4:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fe379c38-02 rootfstype=ext4 fsck.repair=yes rootwait
                                      [Sun Feb 25 21:14:14 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                      [Sun Feb 25 21:14:14 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                      [Sun Feb 25 21:14:17 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                      
                                      Show mounted filesystems \(real ones only\):
                                      TARGET  SOURCE         FSTYPE OPTIONS
                                      /       /dev/mmcblk0p2 ext4   rw,noatime
                                      `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      1.5G	/var/
                                      859M	/var/log
                                      841M	/var/log/journal/2afb5f7f70fe4270a1433886fb089ee5
                                      841M	/var/log/journal
                                      356M	/var/cache
                                      
                                      Archived and active journals take up 840.1M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      55M	/opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      657M	/opt/iobroker/iobroker-data/
                                      163M	/opt/iobroker/iobroker-data/files
                                      57M	/opt/iobroker/iobroker-data/files/javascript.admin
                                      40M	/opt/iobroker/iobroker-data/backup-objects
                                      38M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                                      
                                      The five largest files in iobroker-data are:
                                      447M	/opt/iobroker/iobroker-data/objects.jsonl
                                      22M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js.map
                                      8.3M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js
                                      7.0M	/opt/iobroker/iobroker-data/states.jsonl
                                      7.0M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/675.d0c8b930.chunk.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.19.1
                                      /usr/bin/node 		v18.19.1
                                      /usr/bin/npm 		10.2.4
                                      /usr/bin/npx 		10.2.4
                                      /usr/bin/corepack 	0.22.0
                                      
                                      
                                      nodejs:
                                        Installed: 18.19.1-1nodesource1
                                        Candidate: 18.19.1-1nodesource1
                                        Version table:
                                       *** 18.19.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           18.19.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.18.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.18.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.18.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.17.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.17.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.16.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.16.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.15.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.14.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.14.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.14.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.13.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.12.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.11.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.10.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.9.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.9.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.8.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.7.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.6.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.5.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.4.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.3.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.2.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.1.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           18.0.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                           12.22.12~dfsg-1~deb11u4 500
                                              500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                              500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree:
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Core adapters versions
                                      js-controller: 	4.0.24
                                      admin: 		6.13.16
                                      javascript: 	7.8.0
                                      
                                      Adapters from github: 	0
                                      
                                      Adapter State
                                        system.adapter.admin.0                  : admin                 : iobroker                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
                                      + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                      + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                                        system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                                      + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                                        system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                                        system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                                      + system.adapter.link.0                   : link                  : iobroker                                 -  enabled
                                      + system.adapter.midea.0                  : midea                 : iobroker                                 -  enabled
                                      + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                                        system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                        system.adapter.vis.0                    : vis                   : 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/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4d856ba1ab6ed1196ded60ea8669f5d-if00-port0
                                        system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : iobroker                                 - disabled
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, 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    "admin"        : 6.13.16  , installed 6.13.16
                                      Adapter    "backitup"     : 2.10.11  , installed 2.10.11
                                      Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                      Adapter    "hmip"         : 1.21.0   , installed 1.21.0
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                      Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                      Adapter    "javascript"   : 7.8.0    , installed 7.8.0
                                      Controller "js-controller": 5.0.19   , installed 4.0.24 [Updatable]
                                      Adapter    "link"         : 0.5.12   , installed 0.5.12
                                      Adapter    "midea"        : 0.0.7    , installed 0.0.7
                                      Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                      Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                      Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                      Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                      Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                                      Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                      Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                      Adapter    "web"          : 6.2.3    , installed 6.2.3
                                      Adapter    "ws"           : 2.5.10   , installed 2.5.10
                                      Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                                      Adapter    "zigbee2mqtt"  : 2.13.4   , installed 2.13.4
                                      
                                      bjects and States
                                      Please stand by - This may take a while
                                      Objects: 	3913
                                      States: 	3266
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:2 http://deb.debian.org/debian bullseye InRelease
                                      Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                      Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
                                      Hit:5 https://apt.grafana.com stable InRelease
                                      Hit:6 https://repos.influxdata.com/debian stable InRelease
                                      Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                                      Reading package lists...
                                      Pending Updates: 0
                                      
                                      *** Listening Ports ***
                                      Active Internet connections (only servers)
                                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      110        15913      680/influxd         
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14621      549/sshd: /usr/sbin 
                                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       16545      1473/iobroker.js-co 
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14257      1473/iobroker.js-co 
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       14320      1491/io.sonoff.0    
                                      tcp6       0      0 :::3000                 :::*                    LISTEN      111        13763      776/grafana         
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          14632      549/sshd: /usr/sbin 
                                      tcp6       0      0 :::8086                 :::*                    LISTEN      110        14730      680/influxd         
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       19518      1547/io.web.0       
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        11579      414/avahi-daemon: r 
                                      udp        0      0 0.0.0.0:42734           0.0.0.0:*                           108        11581      414/avahi-daemon: r 
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13649      671/dhcpcd          
                                      udp6       0      0 :::5353                 :::*                                108        11580      414/avahi-daemon: r 
                                      udp6       0      0 :::54756                :::*                                108        11582      414/avahi-daemon: r 
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2024-02-25 21:24:07.730  - info: iqontrol.0 (1592) Deleting unused Objects...
                                      2024-02-25 21:24:07.732  - info: iqontrol.0 (1592) Subscribing to states...
                                      2024-02-25 21:24:07.733  - info: iqontrol.0 (1592) iQontrol ready.
                                      2024-02-25 21:24:09.208  - info: mqtt.0 (1521) All states published
                                      2024-02-25 21:24:13.736  - info: hmip.0 (1506) ws connection opened
                                      2024-02-25 21:24:13.909  - info: hmip.0 (1506) unknown channel type - DEVICE_BLOCKING - {"id":"3014F711A0002E9F29992FF7","type":"WALL_MOUNTED_KEY_PAD","homeId":"ef659a5d-aae8-47d2-a3b5-9223631a7821","lastStatusUpdate":1708888089958,"label":"Keypad Alarm + Haustürschloss","functionalChannels":{"0":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":0,"groupIndex":0,"functionalChannelType":"DEVICE_BLOCKING","groups":["31ff38e1-dd53-4727-b20e-1ea692736b01"],"unreach":false,"lowBat":false,"routerModuleEnabled":false,"multicastRoutingEnabled":false,"routerModuleSupported":false,"rss
                                      l":"","deviceId":"3014F711A0002E9F29992FF7","index":16,"groupIndex":8,"functionalChannelType":"CODE_PROTECTED_SECONDARY_ACTION_CHANNEL","groups":[],"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false}}},"deviceArchetype":"HMIP","manuallyUpdateForced":true,"measuredAttributes":{},"updateState":"UP_TO_DATE","firmwareVersion":"1.0.12","modelType":"HmIP-WKP","permanentlyReachable":false,"connectionType":"HMIP_RF","firmwareVersionInteger":65548,"liveUpdateState":"LIVE_UPDATE_NOT_SUPPORTED","modelId":441,"availableFirmwareVersion":"1.0.12","serializedGlobalTradeItemNumber":"3014F711A0002E9F29992FF7","manufacturerCode":1,"oem":"eQ-3"}
                                      2024-02-25 21:24:24.169  - info: hmip.0 (1506) hmip adapter connected and ready
                                      2024-02-25 21:25:48.312  - warn: sonoff.0 (1491) Client [Steckdose Schreibtischlampe] has invalid password or username
                                      2024-02-25 21:25:48.480  - warn: sonoff.0 (1491) Client [Steckdose Gartenpumpe] has invalid password or username
                                      
                                      

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

                                      iob diag has finished.
                                      Copy text starting here:

                                      ======================= SUMMARY =======================
                                      			v.2023-10-10
                                      
                                      
                                         Static hostname: iobroker
                                               Icon name: computer
                                        Operating System: Debian GNU/Linux 11 (bullseye)
                                                  Kernel: Linux 6.1.21-v8+
                                            Architecture: arm64
                                      
                                      Installation: 		native
                                      Kernel: 		aarch64
                                      Userland: 		arm64
                                      Timezone: 		Europe/Berlin (CET, +0100)
                                      User-ID: 		1000
                                      X-Server: 		false
                                      Boot Target: 		multi-user.target
                                      
                                      Pending OS-Updates: 	0
                                      Pending iob updates: 	1
                                      
                                      Nodejs-Installation: 	/usr/bin/nodejs 	v18.19.1
                                      			/usr/bin/node 		v18.19.1
                                      			/usr/bin/npm 		10.2.4
                                      			/usr/bin/npx 		10.2.4
                                      			/usr/bin/corepack 	0.22.0
                                      
                                      Recommended versions are nodejs  and npm 
                                      Your nodejs installation is correct
                                      
                                      MEMORY: 
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            3.8G        1.8G        657M        1.0M        1.4G        2.0G
                                      Swap:            99M          0B         99M
                                      Total:          3.9G        1.8G        757M
                                      
                                      Active iob-Instances: 	9
                                      Active repo(s): stable
                                      
                                      ioBroker Core: 		js-controller 		4.0.24
                                      			admin 			6.13.16
                                      
                                      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                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      Objects: 		3913
                                      States: 		3266
                                      
                                      Size of iob-Database:
                                      
                                      447M	/opt/iobroker/iobroker-data/objects.jsonl
                                      7.2M	/opt/iobroker/iobroker-data/states.jsonl
                                      
                                      
                                      
                                      =================== END OF SUMMARY ====================
                                      

                                      === Mark text until here for copying ===
                                      simon@iobroker:~ $

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • G Greenhorn

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

                                        Skript v.2023-10-10
                                        
                                        *** BASE SYSTEM ***
                                           Static hostname: iobroker
                                                 Icon name: computer
                                          Operating System: Debian GNU/Linux 11 (bullseye)
                                                    Kernel: Linux 6.1.21-v8+
                                              Architecture: arm64
                                        
                                        Model		: Raspberry Pi 4 Model B Rev 1.5
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : aarch64
                                        Userland        : arm64
                                        
                                        Systemuptime and Load:
                                         21:25:58 up 11 min,  1 user,  load average: 1.35, 1.50, 1.02
                                        CPU threads: 4
                                        
                                        
                                        *** RASPBERRY THROTTLING ***
                                        Current issues:
                                        No throttling issues detected.
                                        
                                        Previously detected issues:
                                        No throttling issues detected.
                                        
                                        *** Time and Time Zones ***
                                                       Local time: Sun 2024-02-25 21:25:58 CET
                                                   Universal time: Sun 2024-02-25 20:25:58 UTC
                                                         RTC time: n/a
                                                        Time zone: Europe/Berlin (CET, +0100)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** User and Groups ***
                                        simon
                                        /home/simon
                                        simon adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                        
                                        *** X-Server-Setup ***
                                        X-Server: 	false
                                        Desktop: 	
                                        Terminal: 	tty
                                        Boot Target: 	multi-user.target
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            3.8G        1.6G        905M        1.0M        1.2G        2.1G
                                        Swap:            99M          0B         99M
                                        Total:          3.9G        1.6G        1.0G
                                        
                                                 3794 M total memory
                                                 1639 M used memory
                                                 1813 M active memory
                                                  913 M inactive memory
                                                  905 M free memory
                                                   42 M buffer memory
                                                 1206 M swap cache
                                                   99 M total swap
                                                    0 M used swap
                                                   99 M free swap
                                        
                                        Raspberry only:
                                        oom events: 0
                                        lifetime oom required: 0 Mbytes
                                        total time in oom handler: 0 ms
                                        max time spent in oom handler: 0 ms
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT LOAD ACTIVE SUB DESCRIPTION
                                        0 loaded units listed.
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        /dev/root      ext4       29G  5.3G   23G  19% /
                                        devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                        tmpfs          tmpfs     759M  1.2M  758M   1% /run
                                        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                        /dev/mmcblk0p1 vfat      255M   32M  223M  13% /boot
                                        tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Sun Feb 25 21:14:13 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=D8:3A:DD:0F:E4:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fe379c38-02 rootfstype=ext4 fsck.repair=yes rootwait
                                        [Sun Feb 25 21:14:14 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                        [Sun Feb 25 21:14:14 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                        [Sun Feb 25 21:14:17 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                        
                                        Show mounted filesystems \(real ones only\):
                                        TARGET  SOURCE         FSTYPE OPTIONS
                                        /       /dev/mmcblk0p2 ext4   rw,noatime
                                        `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        1.5G	/var/
                                        859M	/var/log
                                        841M	/var/log/journal/2afb5f7f70fe4270a1433886fb089ee5
                                        841M	/var/log/journal
                                        356M	/var/cache
                                        
                                        Archived and active journals take up 840.1M in the file system.
                                        
                                        /opt/iobroker/backups:
                                        55M	/opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        657M	/opt/iobroker/iobroker-data/
                                        163M	/opt/iobroker/iobroker-data/files
                                        57M	/opt/iobroker/iobroker-data/files/javascript.admin
                                        40M	/opt/iobroker/iobroker-data/backup-objects
                                        38M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                                        
                                        The five largest files in iobroker-data are:
                                        447M	/opt/iobroker/iobroker-data/objects.jsonl
                                        22M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js.map
                                        8.3M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js
                                        7.0M	/opt/iobroker/iobroker-data/states.jsonl
                                        7.0M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js/675.d0c8b930.chunk.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.19.1
                                        /usr/bin/node 		v18.19.1
                                        /usr/bin/npm 		10.2.4
                                        /usr/bin/npx 		10.2.4
                                        /usr/bin/corepack 	0.22.0
                                        
                                        
                                        nodejs:
                                          Installed: 18.19.1-1nodesource1
                                          Candidate: 18.19.1-1nodesource1
                                          Version table:
                                         *** 18.19.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                             18.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.18.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.17.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.16.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.14.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.14.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.9.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             18.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                             12.22.12~dfsg-1~deb11u4 500
                                                500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                                500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                        
                                        Temp directories causing npm8 problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree:
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Core adapters versions
                                        js-controller: 	4.0.24
                                        admin: 		6.13.16
                                        javascript: 	7.8.0
                                        
                                        Adapters from github: 	0
                                        
                                        Adapter State
                                          system.adapter.admin.0                  : admin                 : iobroker                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.backitup.0               : backitup              : iobroker                                 - disabled
                                        + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                        + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                                          system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                                        + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                                          system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                                          system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                                        + system.adapter.link.0                   : link                  : iobroker                                 -  enabled
                                        + system.adapter.midea.0                  : midea                 : iobroker                                 -  enabled
                                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                                          system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                          system.adapter.vis.0                    : vis                   : 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/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4d856ba1ab6ed1196ded60ea8669f5d-if00-port0
                                          system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : iobroker                                 - disabled
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 192.168.178.96
                                        + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, 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    "admin"        : 6.13.16  , installed 6.13.16
                                        Adapter    "backitup"     : 2.10.11  , installed 2.10.11
                                        Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                        Adapter    "hmip"         : 1.21.0   , installed 1.21.0
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                        Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                        Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                        Adapter    "javascript"   : 7.8.0    , installed 7.8.0
                                        Controller "js-controller": 5.0.19   , installed 4.0.24 [Updatable]
                                        Adapter    "link"         : 0.5.12   , installed 0.5.12
                                        Adapter    "midea"        : 0.0.7    , installed 0.0.7
                                        Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                        Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                        Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                        Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                        Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                                        Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                        Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                        Adapter    "web"          : 6.2.3    , installed 6.2.3
                                        Adapter    "ws"           : 2.5.10   , installed 2.5.10
                                        Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                                        Adapter    "zigbee2mqtt"  : 2.13.4   , installed 2.13.4
                                        
                                        bjects and States
                                        Please stand by - This may take a while
                                        Objects: 	3913
                                        States: 	3266
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                        Hit:2 http://deb.debian.org/debian bullseye InRelease
                                        Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                        Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
                                        Hit:5 https://apt.grafana.com stable InRelease
                                        Hit:6 https://repos.influxdata.com/debian stable InRelease
                                        Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                                        Reading package lists...
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                        tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      110        15913      680/influxd         
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14621      549/sshd: /usr/sbin 
                                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       16545      1473/iobroker.js-co 
                                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14257      1473/iobroker.js-co 
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       14320      1491/io.sonoff.0    
                                        tcp6       0      0 :::3000                 :::*                    LISTEN      111        13763      776/grafana         
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          14632      549/sshd: /usr/sbin 
                                        tcp6       0      0 :::8086                 :::*                    LISTEN      110        14730      680/influxd         
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       19518      1547/io.web.0       
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        11579      414/avahi-daemon: r 
                                        udp        0      0 0.0.0.0:42734           0.0.0.0:*                           108        11581      414/avahi-daemon: r 
                                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13649      671/dhcpcd          
                                        udp6       0      0 :::5353                 :::*                                108        11580      414/avahi-daemon: r 
                                        udp6       0      0 :::54756                :::*                                108        11582      414/avahi-daemon: r 
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2024-02-25 21:24:07.730  - info: iqontrol.0 (1592) Deleting unused Objects...
                                        2024-02-25 21:24:07.732  - info: iqontrol.0 (1592) Subscribing to states...
                                        2024-02-25 21:24:07.733  - info: iqontrol.0 (1592) iQontrol ready.
                                        2024-02-25 21:24:09.208  - info: mqtt.0 (1521) All states published
                                        2024-02-25 21:24:13.736  - info: hmip.0 (1506) ws connection opened
                                        2024-02-25 21:24:13.909  - info: hmip.0 (1506) unknown channel type - DEVICE_BLOCKING - {"id":"3014F711A0002E9F29992FF7","type":"WALL_MOUNTED_KEY_PAD","homeId":"ef659a5d-aae8-47d2-a3b5-9223631a7821","lastStatusUpdate":1708888089958,"label":"Keypad Alarm + Haustürschloss","functionalChannels":{"0":{"label":"","deviceId":"3014F711A0002E9F29992FF7","index":0,"groupIndex":0,"functionalChannelType":"DEVICE_BLOCKING","groups":["31ff38e1-dd53-4727-b20e-1ea692736b01"],"unreach":false,"lowBat":false,"routerModuleEnabled":false,"multicastRoutingEnabled":false,"routerModuleSupported":false,"rss
                                        l":"","deviceId":"3014F711A0002E9F29992FF7","index":16,"groupIndex":8,"functionalChannelType":"CODE_PROTECTED_SECONDARY_ACTION_CHANNEL","groups":[],"supportedOptionalFeatures":{"IFeatureGarageGroupSensorChannel":false,"IFeatureLightGroupSensorChannel":false,"IFeatureAccessAuthorizationSensorChannel":false,"IFeatureShadingGroupSensorChannel":false}}},"deviceArchetype":"HMIP","manuallyUpdateForced":true,"measuredAttributes":{},"updateState":"UP_TO_DATE","firmwareVersion":"1.0.12","modelType":"HmIP-WKP","permanentlyReachable":false,"connectionType":"HMIP_RF","firmwareVersionInteger":65548,"liveUpdateState":"LIVE_UPDATE_NOT_SUPPORTED","modelId":441,"availableFirmwareVersion":"1.0.12","serializedGlobalTradeItemNumber":"3014F711A0002E9F29992FF7","manufacturerCode":1,"oem":"eQ-3"}
                                        2024-02-25 21:24:24.169  - info: hmip.0 (1506) hmip adapter connected and ready
                                        2024-02-25 21:25:48.312  - warn: sonoff.0 (1491) Client [Steckdose Schreibtischlampe] has invalid password or username
                                        2024-02-25 21:25:48.480  - warn: sonoff.0 (1491) Client [Steckdose Gartenpumpe] has invalid password or username
                                        
                                        

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

                                        iob diag has finished.
                                        Copy text starting here:

                                        ======================= SUMMARY =======================
                                        			v.2023-10-10
                                        
                                        
                                           Static hostname: iobroker
                                                 Icon name: computer
                                          Operating System: Debian GNU/Linux 11 (bullseye)
                                                    Kernel: Linux 6.1.21-v8+
                                              Architecture: arm64
                                        
                                        Installation: 		native
                                        Kernel: 		aarch64
                                        Userland: 		arm64
                                        Timezone: 		Europe/Berlin (CET, +0100)
                                        User-ID: 		1000
                                        X-Server: 		false
                                        Boot Target: 		multi-user.target
                                        
                                        Pending OS-Updates: 	0
                                        Pending iob updates: 	1
                                        
                                        Nodejs-Installation: 	/usr/bin/nodejs 	v18.19.1
                                        			/usr/bin/node 		v18.19.1
                                        			/usr/bin/npm 		10.2.4
                                        			/usr/bin/npx 		10.2.4
                                        			/usr/bin/corepack 	0.22.0
                                        
                                        Recommended versions are nodejs  and npm 
                                        Your nodejs installation is correct
                                        
                                        MEMORY: 
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            3.8G        1.8G        657M        1.0M        1.4G        2.0G
                                        Swap:            99M          0B         99M
                                        Total:          3.9G        1.8G        757M
                                        
                                        Active iob-Instances: 	9
                                        Active repo(s): stable
                                        
                                        ioBroker Core: 		js-controller 		4.0.24
                                        			admin 			6.13.16
                                        
                                        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                                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        Objects: 		3913
                                        States: 		3266
                                        
                                        Size of iob-Database:
                                        
                                        447M	/opt/iobroker/iobroker-data/objects.jsonl
                                        7.2M	/opt/iobroker/iobroker-data/states.jsonl
                                        
                                        
                                        
                                        =================== END OF SUMMARY ====================
                                        

                                        === Mark text until here for copying ===
                                        simon@iobroker:~ $

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #61

                                        @greenhorn

                                        iob stop 
                                        iob upgrade self
                                        iob start
                                        

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        G 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @greenhorn

                                          iob stop 
                                          iob upgrade self
                                          iob start
                                          
                                          G Offline
                                          G Offline
                                          Greenhorn
                                          schrieb am zuletzt editiert von
                                          #62

                                          @thomas-braun said in Raspberry "friert ein" nach Aufruf von ioBroker:

                                          iob start
                                          simon@iobroker:~ $ iob stop
                                          simon@iobroker:~ $ iob upgrade self
                                          No connection to databases possible ...
                                          simon@iobroker:~ $ iob start
                                          simon@iobroker:~ $

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          427

                                          Online

                                          32.8k

                                          Benutzer

                                          82.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe