Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. Error/Bug
  4. [gelöst] ioB 120% Auslastung und no connection to database

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.0k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

[gelöst] ioB 120% Auslastung und no connection to database

Geplant Angeheftet Gesperrt Verschoben Error/Bug
53 Beiträge 5 Kommentatoren 4.6k Aufrufe 5 Watching
  • Ä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.
  • K Kueppert

    @thomas-braun arbeite wieder mit dem User, nicht mehr mit root. Werd ich ab sofort so handhaben :+1:
    Reboot tut gut...hab ich auch gerade gemacht. Mal schauen was passiert...

    :(

    login as: thorsten
    thorsten@192.168.10.13's password:
    Linux ioBroker2 4.19.0-20-amd64 #1 SMP Debian 4.19.235-1 (2022-03-17) x86_64
    
    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    Last login: Fri Apr 22 12:28:43 2022 from 192.168.1.42
    thorsten@ioBroker2:~$ iob status
    Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
    
    

    Ausgabe TOP:
    278d9276-d3ec-4f1d-a96c-1b0500a8d983-image.png

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

    @kueppert sagte in ioBroker mit 120% Auslastung und no connection to database:

    /opt/iobroker/iobroker-data/objects.jsonl

    lsof /opt/iobroker/iobroker-data/objects.jsonl
    

    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

    K 1 Antwort Letzte Antwort
    0
    • apollon77A apollon77

      Also die jsonl. Files sind jetzt nicht riesig ...

      Bitte poste mal den Inhalt deiner /opt/iobroker/iobroker-data/iobroker.json

      K Offline
      K Offline
      Kueppert
      schrieb am zuletzt editiert von Kueppert
      #14

      @apollon77

      {
        "system": {
          "memoryLimitMB": 0,
          "hostname": "",
          "statisticsInterval": 15000,
          "checkDiskInterval": 300000
        },
        "multihostService": {
          "enabled": false,
          "secure": true,
          "password": "xxxxxxxxxxxxxxxxxx",
          "persist": false
        },
        "network": {
          "IPv4": true,
          "IPv6": true,
          "bindAddress": null,
          "useSystemNpm": true
        },
        "objects": {
          "type": "jsonl",
          "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379],
          "host": "127.0.0.1",
          "port": 9001,
          "user": "",
          "pass": "",
          "noFileCache": false,
          "connectTimeout": 2000,
          "options": {
            "auth_pass": null,
            "enableReadyCheck": true,
            "host": "0.0.0.0",
            "port": 9001,
            "db": 0,
            "family": 0,
            "password": null,
            "autoResubscribe": false,
            "connectionName": "host.ioBroker2",
            "retry_max_delay": 5000
          },
          "maxQueue": 1000,
          "dataDir": "../../iobroker-data/"
       },
        "states": {
          "type": "jsonl",
          "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379]
          "host": "127.0.0.1",
          "port": 9000,
          "maxQueue": 1000,
          "writeFileInterval": 300000,
          "options": {
            "auth_pass": null,
            "enableReadyCheck": true,
            "host": "0.0.0.0",
            "port": 9000,
            "db": 0,
            "family": 0,
            "password": null,
            "autoResubscribe": false,
            "connectionName": "host.ioBroker2",
            "retry_max_delay": 5000
          },
          "dataDir": "../../iobroker-data/"
        },
        "log": {
          "level": "warn",
          "maxDays": 7,
          "noStdout": true,
          "transport": {
            "file1": {
              "type": "file",
              "enabled": true,
              "filename": "log/iobroker",
              "fileext": ".log",
              "maxsize": null,
              "maxFiles": null,
              "maxSize": null,
              "level": ""
            },
            "syslog1": {
              "type": "syslog",
              "enabled": true,
              "host": "192.168.10.10",
              "host_comment": "The host running syslogd, defaults to localhost.",
              "port": "520",
              "port_comment": "The port on the host that syslog is running on, default
              "pid_comment": "PID of the process that log messages are coming from (De
              "protocol": "udp4",
              "protocol_comment": "The network protocol to log over (e.g. tcp4, udp4,
              "path_comment": "The path to the syslog dgram socket (i.e. /dev/log or /
              "facility_comment": "Syslog facility to use (Default: local0).",
              "localhost": "iobroker",
              "localhost_comment": "Host to indicate that log messages are coming from
              "sysLogType": "5424",
              "sysLogType_comment": "The type of the syslog protocol to use (Default:
              "app_name_comment": "The name of the application (Default: process.title
              "eol_comment": "The end of line character to be added to the end of the
              "level": "warn",
              "facility": "",
              "app_name": "process.title"
            }
          }
        },
        "dataDir": "../../iobroker-data/",
        "plugins": null
      }{
        "system": {
          "memoryLimitMB": 0,
          "hostname": "",
          "statisticsInterval": 15000,
          "checkDiskInterval": 300000
        },
        "multihostService": {
          "enabled": false,
          "secure": true,
          "password": "xxxxxxxxxxxxxxxxxxxx",
          "persist": false
        },
        "network": {
          "IPv4": true,
          "IPv6": true,
          "bindAddress": null,
          "useSystemNpm": true
        },
        "objects": {
          "type": "jsonl",
          "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379],
          "host": "127.0.0.1",
          "port": 9001,
          "user": "",
          "pass": "",
          "noFileCache": false,
          "connectTimeout": 2000,
          "options": {
            "auth_pass": null,
            "enableReadyCheck": true,
            "host": "0.0.0.0",
            "port": 9001,
            "db": 0,
            "family": 0,
            "password": null,
            "autoResubscribe": false,
            "connectionName": "host.ioBroker2",
            "retry_max_delay": 5000
          },
          "maxQueue": 1000,
          "dataDir": "../../iobroker-data/"
        },
        "states": {
          "type": "jsonl",
          "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379]
          "host": "127.0.0.1",
          "port": 9000,
          "maxQueue": 1000,
          "writeFileInterval": 300000,
          "options": {
            "auth_pass": null,
            "enableReadyCheck": true,
            "host": "0.0.0.0",
            "port": 9000,
            "db": 0,
            "family": 0,
            "password": null,
            "autoResubscribe": false,
            "connectionName": "host.ioBroker2",
            "retry_max_delay": 5000
          },
          "dataDir": "../../iobroker-data/"
        },
        "log": {
          "level": "warn",
          "maxDays": 7,
          "noStdout": true,
          "transport": {
            "file1": {
              "type": "file",
              "enabled": true,
              "filename": "log/iobroker",
              "fileext": ".log",
              "maxsize": null,
              "maxFiles": null,
              "maxSize": null,
              "level": ""
            },
            "syslog1": {
              "type": "syslog",
              "enabled": true,
              "host": "192.168.10.10",
              "host_comment": "The host running syslogd, defaults to localhost.",
              "port": "520",
              "port_comment": "The port on the host that syslog is running on, default
              "pid_comment": "PID of the process that log messages are coming from (De
              "protocol": "udp4",
              "protocol_comment": "The network protocol to log over (e.g. tcp4, udp4,
              "path_comment": "The path to the syslog dgram socket (i.e. /dev/log or /
              "facility_comment": "Syslog facility to use (Default: local0).",
              "localhost": "iobroker",
              "localhost_comment": "Host to indicate that log messages are coming from
              "sysLogType": "5424",
              "sysLogType_comment": "The type of the syslog protocol to use (Default:
              "app_name_comment": "The name of the application (Default: process.title
              "eol_comment": "The end of line character to be added to the end of the
              "level": "warn",
              "facility": "",
              "app_name": "process.title"
            }
          }
        },
        "dataDir": "../../iobroker-data/",
        "plugins": null
      }
      

      UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

      1 Antwort Letzte Antwort
      0
      • K Kueppert
        Systemdata Bitte Ausfüllen
        Hardwaresystem: NUC
        Arbeitsspeicher: 5GB
        Festplattenart: SSD
        Betriebssystem: Ubuntu
        Node-Version: 10.x.x
        Nodejs-Version: 10.x.x
        NPM-Version: 6.x.x
        Installationsart: Manuell
        Image genutzt: Nein

        Hallo @apollon77
        weiterführung meines Problems von hier: https://forum.iobroker.net/topic/52208/js-controller-4-0-jetzt-im-beta-latest/726?_=1650617962136

        INFOS inkl. Fehlermeldungen nach frischem Backup-Restore:

        thorsten@ioBroker2:~$ which nodejs node npm && nodejs -v && node -v && npm -v
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        v14.19.1
        v14.19.1
        6.14.16
        thorsten@ioBroker2:~$ iob status
         Cannot load "variables": Connection is closed.
         Cannot initialize database scripts: Cannot load "variables" into objects database: Connection is closed.
        Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
        thorsten@ioBroker2:~$ iob -v
        4.0.21
        thorsten@ioBroker2:~$ df -h
        Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
        udev            2,5G       0  2,5G    0% /dev
        tmpfs           496M    6,7M  489M    2% /run
        /dev/sda1        29G     15G   13G   54% /
        tmpfs           2,5G       0  2,5G    0% /dev/shm
        tmpfs           5,0M       0  5,0M    0% /run/lock
        tmpfs           2,5G       0  2,5G    0% /sys/fs/cgroup
        tmpfs           496M       0  496M    0% /run/user/1000
        
        
        root@ioBroker2:~# iobroker stop
        root@ioBroker2:~# iobroker fix
        library: loaded
        Library version=2022-02-10
        
        ==========================================================================
        
            Welcome to the ioBroker installation fixer!
            Script version: 2022-02-13
        
        ==========================================================================
        
        
        ==========================================================================
            Installing prerequisites (1/3)
        ==========================================================================
        
        Holen:1 http://security.debian.org/debian-security buster/updates InRelease [65,4 kB]
        Holen:2 http://ftp.de.debian.org/debian buster InRelease [122 kB]
        Holen:3 http://ftp.de.debian.org/debian buster-updates InRelease [51,9 kB]
        Holen:4 https://repos.influxdata.com/ubuntu bionic InRelease [4.737 B]
        Holen:5 https://deb.nodesource.com/node_12.x buster InRelease [4.584 B]
        OK:6 https://deb.nodesource.com/node_14.x buster InRelease
        Holen:7 http://security.debian.org/debian-security buster/updates/main Sources [232 kB]
        Holen:8 http://security.debian.org/debian-security buster/updates/main amd64 Packages [318 kB]
        Holen:9 http://security.debian.org/debian-security buster/updates/main Translation-en [173 kB]
        Holen:10 http://ftp.de.debian.org/debian buster/main Sources [7.843 kB]
        Holen:11 http://ftp.de.debian.org/debian buster/main amd64 Packages [7.911 kB]
        Holen:12 http://ftp.de.debian.org/debian buster/main Translation-en [5.969 kB]
        Holen:13 https://repos.influxdata.com/ubuntu bionic/stable amd64 Packages [1.266 B]
        Holen:14 http://ftp.de.debian.org/debian buster-updates/main Sources.diff/Index [10,6 kB]
        Holen:15 http://ftp.de.debian.org/debian buster-updates/main amd64 Packages.diff/Index [10,6 kB]
        Holen:16 http://ftp.de.debian.org/debian buster-updates/main Sources 2022-03-26-2012.00.pdiff [186 B]
        Holen:16 http://ftp.de.debian.org/debian buster-updates/main Sources 2022-03-26-2012.00.pdiff [186 B]
        Holen:17 http://ftp.de.debian.org/debian buster-updates/main amd64 Packages 2022-03-26-2012.00.pdiff [168 B]
        Holen:17 http://ftp.de.debian.org/debian buster-updates/main amd64 Packages 2022-03-26-2012.00.pdiff [168 B]
        Holen:18 https://deb.nodesource.com/node_12.x buster/main amd64 Packages [774 B]
        Es wurden 22,7 MB in 1 min 47 s geholt (213 kB/s).
        Paketlisten werden gelesen... Fertig
        N: Für das Depot »http://ftp.de.debian.org/debian buster InRelease« wurde der »Version«-Wert von »10.11« in »10.12« geändert.
        Installed gcc-c++
        Installed cmake
        
        ==========================================================================
            Checking ioBroker user and directory permissions (2/3)
        ==========================================================================
        
        Created /etc/sudoers.d/iobroker
        Fixing directory permissions...
        
        ==========================================================================
            Checking autostart (3/3)
        ==========================================================================
        
        Enabling autostart...
        Autostart enabled!
        
        ==========================================================================
        
            Your installation was fixed successfully
            Run iobroker start to start ioBroker again!
        
        ==========================================================================
        
        
        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #15

        @kueppert
        wo ist hier ein BUG von ioBroker?

        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @kueppert sagte in ioBroker mit 120% Auslastung und no connection to database:

          /opt/iobroker/iobroker-data/objects.jsonl

          lsof /opt/iobroker/iobroker-data/objects.jsonl
          
          K Offline
          K Offline
          Kueppert
          schrieb am zuletzt editiert von
          #16

          @thomas-braun da passiert nix:

          thorsten@ioBroker2:~$ lsof /opt/iobroker/iobroker-data/objects.jsonl
          thorsten@ioBroker2:~$
          

          UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • K Kueppert

            @thomas-braun da passiert nix:

            thorsten@ioBroker2:~$ lsof /opt/iobroker/iobroker-data/objects.jsonl
            thorsten@ioBroker2:~$
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #17

            @kueppert sagte in ioBroker mit 120% Auslastung und no connection to database:

            lsof /opt/iobroker/iobroker-data/objects.jsonl

            Mit

            sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
            

            sollte was kommen.

            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

            K 1 Antwort Letzte Antwort
            0
            • K Kueppert

              @thomas-braun arbeite wieder mit dem User, nicht mehr mit root. Werd ich ab sofort so handhaben :+1:
              Reboot tut gut...hab ich auch gerade gemacht. Mal schauen was passiert...

              :(

              login as: thorsten
              thorsten@192.168.10.13's password:
              Linux ioBroker2 4.19.0-20-amd64 #1 SMP Debian 4.19.235-1 (2022-03-17) x86_64
              
              The programs included with the Debian GNU/Linux system are free software;
              the exact distribution terms for each program are described in the
              individual files in /usr/share/doc/*/copyright.
              
              Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
              permitted by applicable law.
              Last login: Fri Apr 22 12:28:43 2022 from 192.168.1.42
              thorsten@ioBroker2:~$ iob status
              Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
              
              

              Ausgabe TOP:
              278d9276-d3ec-4f1d-a96c-1b0500a8d983-image.png

              apollon77A Offline
              apollon77A Offline
              apollon77
              schrieb am zuletzt editiert von
              #18

              @kueppert Frage zum Top: Da läuft auch ein Redis server??? Wird scheinbar nicht genutzt

              Ansonsten bitte mal iobroker stoppen und wirklich sicherstellen das er aus ist und ggf rozesse killen und dann bitte mal neu "iob status"

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              K 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @kueppert sagte in ioBroker mit 120% Auslastung und no connection to database:

                lsof /opt/iobroker/iobroker-data/objects.jsonl

                Mit

                sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                

                sollte was kommen.

                K Offline
                K Offline
                Kueppert
                schrieb am zuletzt editiert von
                #19

                @thomas-braun

                thorsten@ioBroker2:~$ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                [sudo] Passwort für thorsten:
                COMMAND   PID     USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
                iobroker. 874 iobroker   19u   REG    8,1 51272289 1451506 /opt/iobroker/iobroker-data/objects.jsonl
                

                UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • apollon77A apollon77

                  @kueppert Frage zum Top: Da läuft auch ein Redis server??? Wird scheinbar nicht genutzt

                  Ansonsten bitte mal iobroker stoppen und wirklich sicherstellen das er aus ist und ggf rozesse killen und dann bitte mal neu "iob status"

                  K Offline
                  K Offline
                  Kueppert
                  schrieb am zuletzt editiert von
                  #20

                  @apollon77 für meine Begriffe (command spuckt nix aus) läuft da nix sonst?

                  thorsten@ioBroker2:~$ iobroker stop
                  thorsten@ioBroker2:~$ ps auxww|grep io
                  root        12  0.0  0.0      0     0 ?        S    12:30   0:00 [migration/0]
                  root        16  0.6  0.0      0     0 ?        S    12:30   0:05 [migration/1]
                  message+   377  0.1  0.0   8980  4168 ?        Ss   12:31   0:01 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                  thorsten   914  0.0  0.0   6084   892 pts/0    S+   12:45   0:00 grep io
                  thorsten@ioBroker2:~$
                  

                  den Redis-Server hab ich bewusst nie selbst installiert manuell...

                  UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                  apollon77A 1 Antwort Letzte Antwort
                  0
                  • K Kueppert

                    @apollon77 für meine Begriffe (command spuckt nix aus) läuft da nix sonst?

                    thorsten@ioBroker2:~$ iobroker stop
                    thorsten@ioBroker2:~$ ps auxww|grep io
                    root        12  0.0  0.0      0     0 ?        S    12:30   0:00 [migration/0]
                    root        16  0.6  0.0      0     0 ?        S    12:30   0:05 [migration/1]
                    message+   377  0.1  0.0   8980  4168 ?        Ss   12:31   0:01 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                    thorsten   914  0.0  0.0   6084   892 pts/0    S+   12:45   0:00 grep io
                    thorsten@ioBroker2:~$
                    

                    den Redis-Server hab ich bewusst nie selbst installiert manuell...

                    apollon77A Offline
                    apollon77A Offline
                    apollon77
                    schrieb am zuletzt editiert von
                    #21

                    @kueppert Und was sagt "iob status" jetzt?

                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                    K 1 Antwort Letzte Antwort
                    0
                    • apollon77A apollon77

                      @kueppert Und was sagt "iob status" jetzt?

                      K Offline
                      K Offline
                      Kueppert
                      schrieb am zuletzt editiert von
                      #22

                      @apollon77

                      thorsten@ioBroker2:~$ iob status
                      No connection to databases possible ...
                      thorsten@ioBroker2:~$
                      

                      UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                      apollon77A 1 Antwort Letzte Antwort
                      0
                      • K Kueppert

                        @thomas-braun

                        thorsten@ioBroker2:~$ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                        [sudo] Passwort für thorsten:
                        COMMAND   PID     USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
                        iobroker. 874 iobroker   19u   REG    8,1 51272289 1451506 /opt/iobroker/iobroker-data/objects.jsonl
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #23

                        @kueppert

                        Der Hinweis von @apollon77 ist richtig. Wenn redis nicht (mehr) genutzt wird, weg damit.

                        apt policy redis
                        

                        Ggf. deinstallieren.

                        sudo apt remove redis
                        

                        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

                        K 1 Antwort Letzte Antwort
                        0
                        • K Kueppert

                          @apollon77

                          thorsten@ioBroker2:~$ iob status
                          No connection to databases possible ...
                          thorsten@ioBroker2:~$
                          
                          apollon77A Offline
                          apollon77A Offline
                          apollon77
                          schrieb am zuletzt editiert von
                          #24

                          @kueppert Ok, dann ändere bitte mal im iobroker.json die beiden

                              "connectTimeout": 2000,
                          

                          zu 30000

                          dann?

                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                          K 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @kueppert

                            Der Hinweis von @apollon77 ist richtig. Wenn redis nicht (mehr) genutzt wird, weg damit.

                            apt policy redis
                            

                            Ggf. deinstallieren.

                            sudo apt remove redis
                            
                            K Offline
                            K Offline
                            Kueppert
                            schrieb am zuletzt editiert von
                            #25

                            @thomas-braun

                            thorsten@ioBroker2:~$ apt policy redis
                            redis:
                              Installiert:           (keine)
                              Installationskandidat: 5:5.0.14-1+deb10u2
                              Versionstabelle:
                                 5:5.0.14-1+deb10u2 500
                                    500 http://ftp.de.debian.org/debian buster/main amd64 Packages
                                    500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                            thorsten@ioBroker2:~$
                            

                            hab noch nicht deinstalliert - steht aber auch da wär nix installiert?

                            UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • K Kueppert

                              @thomas-braun

                              thorsten@ioBroker2:~$ apt policy redis
                              redis:
                                Installiert:           (keine)
                                Installationskandidat: 5:5.0.14-1+deb10u2
                                Versionstabelle:
                                   5:5.0.14-1+deb10u2 500
                                      500 http://ftp.de.debian.org/debian buster/main amd64 Packages
                                      500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                              thorsten@ioBroker2:~$
                              

                              hab noch nicht deinstalliert - steht aber auch da wär nix installiert?

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

                              @kueppert sagte in ioBroker mit 120% Auslastung und no connection to database:

                              hab noch nicht deinstalliert - steht aber auch da wär nix installiert?

                              In deinem top sieht man mit PID 422 einen redis-server Prozess.

                              systemctl status redis-server
                              

                              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

                              K 1 Antwort Letzte Antwort
                              0
                              • apollon77A apollon77

                                @kueppert Ok, dann ändere bitte mal im iobroker.json die beiden

                                    "connectTimeout": 2000,
                                

                                zu 30000

                                dann?

                                K Offline
                                K Offline
                                Kueppert
                                schrieb am zuletzt editiert von
                                #27

                                @apollon77 hab nur ein connection-timeout gefunden?

                                4fbbf738-9379-486e-b7bf-17a9f1deb787-image.png

                                thorsten@ioBroker2:~$ iob status
                                iobroker is not running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                

                                UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                apollon77A 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @kueppert sagte in ioBroker mit 120% Auslastung und no connection to database:

                                  hab noch nicht deinstalliert - steht aber auch da wär nix installiert?

                                  In deinem top sieht man mit PID 422 einen redis-server Prozess.

                                  systemctl status redis-server
                                  
                                  K Offline
                                  K Offline
                                  Kueppert
                                  schrieb am zuletzt editiert von
                                  #28

                                  @thomas-braun sagte in ioBroker mit 120% Auslastung und no connection to database:

                                  systemctl status redis-server

                                  thorsten@ioBroker2:~$ systemctl status redis-server
                                  ● redis-server.service - Advanced key-value store
                                     Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor pre
                                     Active: active (running) since Fri 2022-04-22 12:31:07 CEST; 23min ago
                                       Docs: http://redis.io/documentation,
                                             man:redis-server(1)
                                    Process: 383 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf (code=exite
                                   Main PID: 422 (redis-server)
                                      Tasks: 4 (limit: 4915)
                                     Memory: 15.3M
                                     CGroup: /system.slice/redis-server.service
                                             └─422 /usr/bin/redis-server 127.0.0.1:6379
                                  lines 1-11/11 (END)
                                  

                                  soll ich den Befehl zum deinstallieren nun ausführen? Redis nutze ich nicht

                                  UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                  Thomas BraunT 2 Antworten Letzte Antwort
                                  0
                                  • K Kueppert

                                    @apollon77 hab nur ein connection-timeout gefunden?

                                    4fbbf738-9379-486e-b7bf-17a9f1deb787-image.png

                                    thorsten@ioBroker2:~$ iob status
                                    iobroker is not running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    schrieb am zuletzt editiert von
                                    #29

                                    @kueppert Ok, heisst das die Standard 5s nicht reichen das er die Files lesen kann ... da sist komisch ...

                                    Aber ok ...

                                    iob list instances ?

                                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    K 1 Antwort Letzte Antwort
                                    0
                                    • K Kueppert

                                      @thomas-braun sagte in ioBroker mit 120% Auslastung und no connection to database:

                                      systemctl status redis-server

                                      thorsten@ioBroker2:~$ systemctl status redis-server
                                      ● redis-server.service - Advanced key-value store
                                         Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor pre
                                         Active: active (running) since Fri 2022-04-22 12:31:07 CEST; 23min ago
                                           Docs: http://redis.io/documentation,
                                                 man:redis-server(1)
                                        Process: 383 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf (code=exite
                                       Main PID: 422 (redis-server)
                                          Tasks: 4 (limit: 4915)
                                         Memory: 15.3M
                                         CGroup: /system.slice/redis-server.service
                                                 └─422 /usr/bin/redis-server 127.0.0.1:6379
                                      lines 1-11/11 (END)
                                      

                                      soll ich den Befehl zum deinstallieren nun ausführen? Redis nutze ich nicht

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

                                      @kueppert

                                      Bitte das Fenster des Terminals mal größer machen. Da fehlt rechts Text.

                                      sudo systemctl stop redis-server
                                      sudo systemctl disable redis-server
                                      

                                      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

                                      K 1 Antwort Letzte Antwort
                                      0
                                      • K Kueppert

                                        @thomas-braun sagte in ioBroker mit 120% Auslastung und no connection to database:

                                        systemctl status redis-server

                                        thorsten@ioBroker2:~$ systemctl status redis-server
                                        ● redis-server.service - Advanced key-value store
                                           Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor pre
                                           Active: active (running) since Fri 2022-04-22 12:31:07 CEST; 23min ago
                                             Docs: http://redis.io/documentation,
                                                   man:redis-server(1)
                                          Process: 383 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf (code=exite
                                         Main PID: 422 (redis-server)
                                            Tasks: 4 (limit: 4915)
                                           Memory: 15.3M
                                           CGroup: /system.slice/redis-server.service
                                                   └─422 /usr/bin/redis-server 127.0.0.1:6379
                                        lines 1-11/11 (END)
                                        

                                        soll ich den Befehl zum deinstallieren nun ausführen? Redis nutze ich nicht

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

                                        @kueppert

                                        apt policy redis*
                                        

                                        Da ist vermutlich das Paket redis-server installiert.

                                        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
                                        • apollon77A apollon77

                                          @kueppert Ok, heisst das die Standard 5s nicht reichen das er die Files lesen kann ... da sist komisch ...

                                          Aber ok ...

                                          iob list instances ?

                                          K Offline
                                          K Offline
                                          Kueppert
                                          schrieb am zuletzt editiert von
                                          #32

                                          @apollon77 sagte in ioBroker mit 120% Auslastung und no connection to database:

                                          iob list instances

                                          thorsten@ioBroker2:~$ iob list instances
                                            system.adapter.admin.0                  : admin                 : ioBroker2                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            system.adapter.alarm.0                  : alarm                 : ioBroker2                                -  enabled
                                            system.adapter.alexa2.0                 : alexa2                : ioBroker2                                -  enabled
                                            system.adapter.alias-manager.0          : alias-manager         : ioBroker2                                -  enabled
                                            system.adapter.backitup.0               : backitup              : ioBroker2                                -  enabled
                                            system.adapter.daswetter.0              : daswetter             : ioBroker2                                -  enabled
                                            system.adapter.denon.0                  : denon                 : ioBroker2                                -  enabled
                                            system.adapter.discovery.0              : discovery             : ioBroker2                                -  enabled
                                            system.adapter.echarts.0                : echarts               : ioBroker2                                -  enabled
                                            system.adapter.email.0                  : email                 : ioBroker2                                -  enabled
                                            system.adapter.flot.0                   : flot                  : ioBroker2                                -  enabled
                                            system.adapter.fully-tablet-control.0   : fully-tablet-control  : ioBroker2                                -  enabled
                                            system.adapter.harmony.0                : harmony               : ioBroker2                                -  enabled
                                            system.adapter.history.0                : history               : ioBroker2                                -  enabled
                                            system.adapter.hm-rega.0                : hm-rega               : ioBroker2                                -  enabled
                                            system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker2                                -  enabled, port: 0
                                            system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker2                                -  enabled, port: 0
                                            system.adapter.hue.0                    : hue                   : ioBroker2                                -  enabled, port: 80
                                            system.adapter.ical.0                   : ical                  : ioBroker2                                -  enabled
                                            system.adapter.ical.1                   : ical                  : ioBroker2                                -  enabled
                                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker2                                -  enabled
                                            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : ioBroker2                                -  enabled
                                            system.adapter.influxdb.0               : influxdb              : ioBroker2                                -  enabled, port: 8086
                                            system.adapter.info.0                   : info                  : ioBroker2                                -  enabled
                                            system.adapter.iot.0                    : iot                   : ioBroker2                                -  enabled
                                            system.adapter.iqontrol.0               : iqontrol              : ioBroker2                                -  enabled
                                            system.adapter.javascript.0             : javascript            : ioBroker2                                -  enabled
                                            system.adapter.logparser.0              : logparser             : ioBroker2                                -  enabled
                                            system.adapter.nut.0                    : nut                   : ioBroker2                                -  enabled
                                            system.adapter.pi-hole.0                : pi-hole               : ioBroker2                                -  enabled
                                            system.adapter.ping.0                   : ping                  : ioBroker2                                - disabled
                                            system.adapter.pollenflug.0             : pollenflug            : ioBroker2                                -  enabled
                                            system.adapter.proxmox.0                : proxmox               : ioBroker2                                -  enabled, port: 8006
                                            system.adapter.scenes.0                 : scenes                : ioBroker2                                -  enabled
                                            system.adapter.shelly.0                 : shelly                : ioBroker2                                -  enabled, port: 1882, bind: 0.0.0.0
                                            system.adapter.simple-api.0             : simple-api            : ioBroker2                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            system.adapter.smartcontrol.0           : smartcontrol          : ioBroker2                                -  enabled
                                            system.adapter.snmp.0                   : snmp                  : ioBroker2                                -  enabled
                                            system.adapter.socketio.0               : socketio              : ioBroker2                                -  enabled, port: 8084, bind: 192.168.10.13, run as: admin
                                            system.adapter.sonoff.0                 : sonoff                : ioBroker2                                -  enabled, port: 1883, bind: 0.0.0.0
                                            system.adapter.synology.0               : synology              : ioBroker2                                -  enabled, port: 5001
                                            system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker2                                -  enabled
                                            system.adapter.telegram.0               : telegram              : ioBroker2                                -  enabled, port: 8443, bind: 0.0.0.0
                                            system.adapter.text2command.0           : text2command          : ioBroker2                                -  enabled
                                            system.adapter.tr-064.0                 : tr-064                : ioBroker2                                -  enabled
                                            system.adapter.trashschedule.0          : trashschedule         : ioBroker2                                -  enabled
                                            system.adapter.unifi.0                  : unifi                 : ioBroker2                                -  enabled
                                            system.adapter.vis-bars.0               : vis-bars              : ioBroker2                                -  enabled
                                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker2                                -  enabled
                                            system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker2                                -  enabled
                                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker2                                -  enabled
                                            system.adapter.vis-history.0            : vis-history           : ioBroker2                                -  enabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker2                                -  enabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker2                                -  enabled
                                            system.adapter.vis-justgage.0           : vis-justgage          : ioBroker2                                -  enabled
                                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker2                                -  enabled
                                            system.adapter.vis-players.0            : vis-players           : ioBroker2                                -  enabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker2                                -  enabled
                                            system.adapter.vis-weather.0            : vis-weather           : ioBroker2                                -  enabled
                                            system.adapter.vis.0                    : vis                   : ioBroker2                                -  enabled
                                            system.adapter.web-speedy.0             : web-speedy            : ioBroker2                                -  enabled
                                            system.adapter.web.0                    : web                   : ioBroker2                                -  enabled, port: 8082, bind: 192.168.10.13, run as: admin
                                            system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : ioBroker2                                -  enabled
                                            system.adapter.wled.0                   : wled                  : ioBroker2                                -  enabled
                                            system.adapter.yeelight-2.0             : yeelight-2            : ioBroker2                                -  enabled
                                            system.adapter.zigbee.0                 : zigbee                : ioBroker2                                -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_9271b043fa93eb11969ca85b3d98b6d1-if00-port0
                                          
                                          + instance is alive
                                          
                                          

                                          UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          788

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          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