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. Iobroker urplötzlich nicht erreichbar

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    8
    1
    178

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

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    766

Iobroker urplötzlich nicht erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
50 Beiträge 5 Kommentatoren 1.6k Aufrufe 5 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.
  • Damrak2022D Damrak2022

    @djmarc75 Nachdem ich heute Morgen schon wieder nicht den Admin im Browser aufrufen konnte, habe ich mal mit dem Befehl
    dmsg -wt im Terminal nachgeschaut.

    [Tue Jun  7 06:24:04 2022] [   5829]  1001  5829   162443     4942   745472        0             0 io.rpi2.0
    [Tue Jun  7 06:24:04 2022] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=5375,uid=1001
    [Tue Jun  7 06:24:04 2022] Out of memory: Killed process 5375 (iobroker.js-con) total-vm:2211988kB, anon-rss:1579256kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:5144kB oom_score_adj:0
    [Tue Jun  7 06:24:04 2022] oom_reaper: reaped process 5375 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
    

    In Zeile 3 steht was von einem gekillten Prozess.
    Muss ich den js-controller neu installieren?

    crunchipC Abwesend
    crunchipC Abwesend
    crunchip
    Forum Testing Most Active Developer
    schrieb am zuletzt editiert von
    #34

    @damrak2022 speicher voll?

    umgestiegen von Proxmox auf Unraid

    Damrak2022D 1 Antwort Letzte Antwort
    0
    • crunchipC crunchip

      @damrak2022 speicher voll?

      Damrak2022D Offline
      Damrak2022D Offline
      Damrak2022
      schrieb am zuletzt editiert von Damrak2022
      #35

      @crunchip ich habe eine 128GB SSD am Raspi hängen. Kann das wirklich sein? Wie kann ich das prüfen und beheben?

      pi@homebridge:~ $ df
      Filesystem     1K-blocks    Used Available Use% Mounted on
      /dev/root      122793212 4832616 112937372   5% /
      devtmpfs         1776536       0   1776536   0% /dev
      tmpfs            1942264       0   1942264   0% /dev/shm
      tmpfs             776908     856    776052   1% /run
      tmpfs               5120       4      5116   1% /run/lock
      /dev/sda1         258095   32078    226017  13% /boot
      tmpfs             388452       0    388452   0% /run/user/1000
      pi@homebridge:~ $
      

      Wenn ich das richtig interpretiere ist der Speicher nicht voll

      Mit besten Grüßen
      Andy

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Damrak2022D Damrak2022

        @crunchip ich habe eine 128GB SSD am Raspi hängen. Kann das wirklich sein? Wie kann ich das prüfen und beheben?

        pi@homebridge:~ $ df
        Filesystem     1K-blocks    Used Available Use% Mounted on
        /dev/root      122793212 4832616 112937372   5% /
        devtmpfs         1776536       0   1776536   0% /dev
        tmpfs            1942264       0   1942264   0% /dev/shm
        tmpfs             776908     856    776052   1% /run
        tmpfs               5120       4      5116   1% /run/lock
        /dev/sda1         258095   32078    226017  13% /boot
        tmpfs             388452       0    388452   0% /run/user/1000
        pi@homebridge:~ $
        

        Wenn ich das richtig interpretiere ist der Speicher nicht voll

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

        @damrak2022
        Arbeitsspeicher ist gemeint.

        free -ht --mega
        

        anschauen.

        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
        • Damrak2022D Offline
          Damrak2022D Offline
          Damrak2022
          schrieb am zuletzt editiert von
          #37

          @thomas-braun sagte in Iobroker urplötzlich nicht erreichbar:

          free -ht --mega

          pi@homebridge:~ $ free -ht --mega
                         total        used        free      shared  buff/cache   available
          Mem:            3.8G        1.5G        1.6G        0.0K        678M        2.2G
          Swap:            99M         52M         47M
          Total:          3.9G        1.6G        1.6G
          pi@homebridge:~ $
          

          Bin gleich wieder zurück, ca. 07:45 Uhr

          Mit besten Grüßen
          Andy

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • Damrak2022D Damrak2022

            @thomas-braun sagte in Iobroker urplötzlich nicht erreichbar:

            free -ht --mega

            pi@homebridge:~ $ free -ht --mega
                           total        used        free      shared  buff/cache   available
            Mem:            3.8G        1.5G        1.6G        0.0K        678M        2.2G
            Swap:            99M         52M         47M
            Total:          3.9G        1.6G        1.6G
            pi@homebridge:~ $
            

            Bin gleich wieder zurück, ca. 07:45 Uhr

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

            @damrak2022

            Der js-controller hat da 2211988 kB / 2,2 GB weggeschnupft. Das ist für einen Prozess zu viel.

            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

            Damrak2022D 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @damrak2022

              Der js-controller hat da 2211988 kB / 2,2 GB weggeschnupft. Das ist für einen Prozess zu viel.

              Damrak2022D Offline
              Damrak2022D Offline
              Damrak2022
              schrieb am zuletzt editiert von
              #39

              @thomas-braun Okay, woher kommt sowas und wie kann ich das Problem beheben?
              Ich habe auch festgestellt, das in den letzten 3 Wochen kein einziges Backup gemacht wurde, obwohl die automatische Sicherung für jede Nacht auf 02:40 Uhr eingestellt ist.
              Aber erstmal müsste das mit dem js-controller wieder laufen und dann mache ich ein manuelles Backup und schaue ob das klappt.

              Mit besten Grüßen
              Andy

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • Damrak2022D Damrak2022

                @thomas-braun Okay, woher kommt sowas und wie kann ich das Problem beheben?
                Ich habe auch festgestellt, das in den letzten 3 Wochen kein einziges Backup gemacht wurde, obwohl die automatische Sicherung für jede Nacht auf 02:40 Uhr eingestellt ist.
                Aber erstmal müsste das mit dem js-controller wieder laufen und dann mache ich ein manuelles Backup und schaue ob das klappt.

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

                @damrak2022

                Kann alles mögliche sein. Zuviel unnötiges Zeug gestartet, falsche Einstellungen usw.

                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

                Damrak2022D 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @damrak2022

                  Kann alles mögliche sein. Zuviel unnötiges Zeug gestartet, falsche Einstellungen usw.

                  Damrak2022D Offline
                  Damrak2022D Offline
                  Damrak2022
                  schrieb am zuletzt editiert von
                  #41

                  @thomas-braun Wie kann ich das rausfinden? Vor allem wie behebe ich erstmal den Fehler:

                  Out of memory: Killed process 5375 (iobroker.js-con) total-vm:2211988kB, anon-rss:1579256kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:5144kB oom_score_adj:0
                  

                  Mit besten Grüßen
                  Andy

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • Damrak2022D Damrak2022

                    @thomas-braun Wie kann ich das rausfinden? Vor allem wie behebe ich erstmal den Fehler:

                    Out of memory: Killed process 5375 (iobroker.js-con) total-vm:2211988kB, anon-rss:1579256kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:5144kB oom_score_adj:0
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von Thomas Braun
                    #42

                    @damrak2022

                    Das ist kein Fehler, das ist die Meldung, dass der Notaus für den Prozess gedrückt wurde.

                    iobroker restart
                    

                    mal probiert? Und dann kritisch durch die Einstellungen gehen.

                    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

                    Damrak2022D 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @damrak2022

                      Das ist kein Fehler, das ist die Meldung, dass der Notaus für den Prozess gedrückt wurde.

                      iobroker restart
                      

                      mal probiert? Und dann kritisch durch die Einstellungen gehen.

                      Damrak2022D Offline
                      Damrak2022D Offline
                      Damrak2022
                      schrieb am zuletzt editiert von Damrak2022
                      #43

                      @thomas-braun Den restart habe ch gemacht. ioBroker wird weiterhin im Browser nicht geöffnet.
                      Bekomme weiterhin bei dmesg -wt die Meldung:

                      Out of memory: Killed process 13303 (iobroker.js-con) total-vm:2121040kB, anon-rss:1496344kB, file-rss:1004kB, shmem-rss:0kB, UID:1001 pgtables:4864kB oom_score_adj:0
                      

                      Kann ich den json controller einmal rausschmeißen und neu installieren? Und falls das geht, wie sind die beiden korrekten Befehle?

                      Mit besten Grüßen
                      Andy

                      crunchipC 1 Antwort Letzte Antwort
                      0
                      • Damrak2022D Damrak2022

                        @thomas-braun Den restart habe ch gemacht. ioBroker wird weiterhin im Browser nicht geöffnet.
                        Bekomme weiterhin bei dmesg -wt die Meldung:

                        Out of memory: Killed process 13303 (iobroker.js-con) total-vm:2121040kB, anon-rss:1496344kB, file-rss:1004kB, shmem-rss:0kB, UID:1001 pgtables:4864kB oom_score_adj:0
                        

                        Kann ich den json controller einmal rausschmeißen und neu installieren? Und falls das geht, wie sind die beiden korrekten Befehle?

                        crunchipC Abwesend
                        crunchipC Abwesend
                        crunchip
                        Forum Testing Most Active Developer
                        schrieb am zuletzt editiert von
                        #44

                        @damrak2022 der js-controller wird wahrscheinlich nicht die Ursache sein, das ist vielmehr die Begleiterscheinung.
                        Denk da läuft an andere Stelle etwas nicht ganz rund.

                        umgestiegen von Proxmox auf Unraid

                        Damrak2022D 1 Antwort Letzte Antwort
                        0
                        • crunchipC crunchip

                          @damrak2022 der js-controller wird wahrscheinlich nicht die Ursache sein, das ist vielmehr die Begleiterscheinung.
                          Denk da läuft an andere Stelle etwas nicht ganz rund.

                          Damrak2022D Offline
                          Damrak2022D Offline
                          Damrak2022
                          schrieb am zuletzt editiert von
                          #45

                          @crunchip Ich habe in den letzten 2 Wochen mein System 4 mal neu aufgesetzt und dachte eigentlich das nun alles korrekt ist.
                          Kann ich den Verursacher mit diversen Behlen ausfindig machen?

                          Mit besten Grüßen
                          Andy

                          crunchipC 1 Antwort Letzte Antwort
                          0
                          • Damrak2022D Damrak2022

                            @crunchip Ich habe in den letzten 2 Wochen mein System 4 mal neu aufgesetzt und dachte eigentlich das nun alles korrekt ist.
                            Kann ich den Verursacher mit diversen Behlen ausfindig machen?

                            crunchipC Abwesend
                            crunchipC Abwesend
                            crunchip
                            Forum Testing Most Active Developer
                            schrieb am zuletzt editiert von
                            #46

                            @damrak2022 kann ich dir nicht sagen. Du hast die Tage soviel verschiedenste Probleme geäußert, da ist es schwer nachzuvollziehen, was du wann wie gemacht hast.

                            umgestiegen von Proxmox auf Unraid

                            1 Antwort Letzte Antwort
                            0
                            • Damrak2022D Offline
                              Damrak2022D Offline
                              Damrak2022
                              schrieb am zuletzt editiert von
                              #47

                              @crunchip Ich habe gerade mal versucht den syslog auszulesen:

                              pi@homebridge:~ $ journalctl
                              -- Journal begins at Mon 2022-04-04 16:41:41 CEST, ends at Tue 2022-06-07 09:23:55 CEST. --
                              Apr 04 16:41:41 raspberrypi kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd083]
                              Apr 04 16:41:41 raspberrypi kernel: Linux version 5.15.32-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.>
                              Apr 04 16:41:41 raspberrypi kernel: random: fast init done
                              Apr 04 16:41:41 raspberrypi kernel: Machine model: Raspberry Pi 4 Model B Rev 1.2
                              Apr 04 16:41:41 raspberrypi kernel: efi: UEFI not found.
                              Apr 04 16:41:41 raspberrypi kernel: Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB
                              Apr 04 16:41:41 raspberrypi kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                              Apr 04 16:41:41 raspberrypi kernel: Zone ranges:
                              Apr 04 16:41:41 raspberrypi kernel:   DMA      [mem 0x0000000000000000-0x000000003fffffff]
                              Apr 04 16:41:41 raspberrypi kernel:   DMA32    [mem 0x0000000040000000-0x00000000fbffffff]
                              Apr 04 16:41:41 raspberrypi kernel:   Normal   empty
                              Apr 04 16:41:41 raspberrypi kernel: Movable zone start for each node
                              Apr 04 16:41:41 raspberrypi kernel: Early memory node ranges
                              Apr 04 16:41:41 raspberrypi kernel:   node   0: [mem 0x0000000000000000-0x000000003b2fffff]
                              Apr 04 16:41:41 raspberrypi kernel:   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
                              Apr 04 16:41:41 raspberrypi kernel: Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
                              Apr 04 16:41:41 raspberrypi kernel: On node 0, zone DMA32: 256 pages in unavailable ranges
                              Apr 04 16:41:41 raspberrypi kernel: percpu: Embedded 28 pages/cpu s77144 r8192 d29352 u114688
                              Apr 04 16:41:41 raspberrypi kernel: pcpu-alloc: s77144 r8192 d29352 u114688 alloc=28*4096
                              Apr 04 16:41:41 raspberrypi kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                              Apr 04 16:41:41 raspberrypi kernel: Detected PIPT I-cache on CPU0
                              Apr 04 16:41:41 raspberrypi kernel: CPU features: detected: Spectre-v2
                              Apr 04 16:41:41 raspberrypi kernel: CPU features: detected: Spectre-v4
                              
                              pi@homebridge:~ $ less /var/log/sys.log
                              /var/log/sys.log: No such file or directory
                              pi@homebridge:~ $
                              

                              Allerdings wird syslog nicht gefunden, oder der Befehl war falsch
                              Da müsste ja was drinstehen

                              Mit besten Grüßen
                              Andy

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • Damrak2022D Damrak2022

                                @crunchip Ich habe gerade mal versucht den syslog auszulesen:

                                pi@homebridge:~ $ journalctl
                                -- Journal begins at Mon 2022-04-04 16:41:41 CEST, ends at Tue 2022-06-07 09:23:55 CEST. --
                                Apr 04 16:41:41 raspberrypi kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd083]
                                Apr 04 16:41:41 raspberrypi kernel: Linux version 5.15.32-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.>
                                Apr 04 16:41:41 raspberrypi kernel: random: fast init done
                                Apr 04 16:41:41 raspberrypi kernel: Machine model: Raspberry Pi 4 Model B Rev 1.2
                                Apr 04 16:41:41 raspberrypi kernel: efi: UEFI not found.
                                Apr 04 16:41:41 raspberrypi kernel: Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB
                                Apr 04 16:41:41 raspberrypi kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                                Apr 04 16:41:41 raspberrypi kernel: Zone ranges:
                                Apr 04 16:41:41 raspberrypi kernel:   DMA      [mem 0x0000000000000000-0x000000003fffffff]
                                Apr 04 16:41:41 raspberrypi kernel:   DMA32    [mem 0x0000000040000000-0x00000000fbffffff]
                                Apr 04 16:41:41 raspberrypi kernel:   Normal   empty
                                Apr 04 16:41:41 raspberrypi kernel: Movable zone start for each node
                                Apr 04 16:41:41 raspberrypi kernel: Early memory node ranges
                                Apr 04 16:41:41 raspberrypi kernel:   node   0: [mem 0x0000000000000000-0x000000003b2fffff]
                                Apr 04 16:41:41 raspberrypi kernel:   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
                                Apr 04 16:41:41 raspberrypi kernel: Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
                                Apr 04 16:41:41 raspberrypi kernel: On node 0, zone DMA32: 256 pages in unavailable ranges
                                Apr 04 16:41:41 raspberrypi kernel: percpu: Embedded 28 pages/cpu s77144 r8192 d29352 u114688
                                Apr 04 16:41:41 raspberrypi kernel: pcpu-alloc: s77144 r8192 d29352 u114688 alloc=28*4096
                                Apr 04 16:41:41 raspberrypi kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                                Apr 04 16:41:41 raspberrypi kernel: Detected PIPT I-cache on CPU0
                                Apr 04 16:41:41 raspberrypi kernel: CPU features: detected: Spectre-v2
                                Apr 04 16:41:41 raspberrypi kernel: CPU features: detected: Spectre-v4
                                
                                pi@homebridge:~ $ less /var/log/sys.log
                                /var/log/sys.log: No such file or directory
                                pi@homebridge:~ $
                                

                                Allerdings wird syslog nicht gefunden, oder der Befehl war falsch
                                Da müsste ja was drinstehen

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

                                @damrak2022 sagte in Iobroker urplötzlich nicht erreichbar:

                                less /var/log/sys.log

                                Muss

                                less /var/log/syslog
                                

                                lauten.

                                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

                                Damrak2022D 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @damrak2022 sagte in Iobroker urplötzlich nicht erreichbar:

                                  less /var/log/sys.log

                                  Muss

                                  less /var/log/syslog
                                  

                                  lauten.

                                  Damrak2022D Offline
                                  Damrak2022D Offline
                                  Damrak2022
                                  schrieb am zuletzt editiert von Damrak2022
                                  #49

                                  @thomas-braun sagte in Iobroker urplötzlich nicht erreichbar:

                                  less /var/log/syslog

                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=errorJun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57:
                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=er:
                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to wri:
                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  :
                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  :
                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  :
                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  :
                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  :
                                  Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                  Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                  Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  :
                                  

                                  Ich habe auch mal den Befehl "less +F /var/log/syslog" genutzt:

                                       5132   835584       72             0 io.ping.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014157] [  19333]  1001 19333   162357     4617   811008       40             0 io.rpi2.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523     4Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                  Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                  Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                  Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                  Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                  Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                  Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                      4617   811008       40             0 io.rpi2.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523
                                      4982   737280       54             0 io.net-tools.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                  Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                  Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                  Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                  Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                  Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                  Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" erro739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                   72             0 io.ping.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014157] [  19333]  1001 19333   162357     4617   811008
                                   40             0 io.rpi2.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523
                                      4982   737280       54             0 io.net-tools.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                  Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                  Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                  Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                  Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                  Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                  Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="UnUnable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  7 09:39:57 homebridge kernel: [15453.014150] [  19312]  1001 19312   162931     5132   835584       72
                                        0 io.ping.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014157] [  19333]  1001 19333   162357     4617   811008
                                   40             0 io.rpi2.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523     4982   737280       54             0 io.net-tools.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                  Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                  Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                  Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                  Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                  Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                  Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  7 09:39:57 homebridge kernel: [15453.014150] [  19312]  1001 19312   162931     5132   835584       72
                                       0 io.ping.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014157] [  19333]  1001 19333   162357     4617   811008       40             0 io.rpi2.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523     4982   737280       54             0 io.net-tools.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                  Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                  Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                  Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                  Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                  Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                  Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                  Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                  Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  7 09:40:13 homebridge systemd[1]: iobroker.service: Failed with result 'signal'.
                                  Jun  7 09:40:13 homebridge systemd[1]: iobroker.service: Consumed 12min 59.915s CPU time.
                                  Jun  7 09:40:15 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:15.666531Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  7 09:40:16 homebridge systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 8.
                                  Jun  7 09:40:16 homebridge systemd[1]: Stopped ioBroker Server.
                                  Jun  7 09:40:16 homebridge systemd[1]: iobroker.service: Consumed 12min 59.915s CPU time.
                                  Jun  7 09:40:16 homebridge systemd[1]: Started ioBroker Server.
                                  Jun  7 09:40:25 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:25.667187Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Jun  7 09:40:35 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:35.666526Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                  Waiting for data... (interrupt to abort)
                                  

                                  Beim ersten Befehl sind anscheinend nur Daten vom 5.6. zu sehen

                                  Im zweiten taucht auch die Meldung oom-kill in Zeile 21 auf

                                  Mit besten Grüßen
                                  Andy

                                  crunchipC 1 Antwort Letzte Antwort
                                  0
                                  • Damrak2022D Damrak2022

                                    @thomas-braun sagte in Iobroker urplötzlich nicht erreichbar:

                                    less /var/log/syslog

                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=errorJun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57:
                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=er:
                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to wri:
                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gatheed points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    :
                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    :
                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    :
                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    :
                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    :
                                    Jun  5 00:00:47 homebridge systemd[1]: man-db.service: Succeeded.
                                    Jun  5 00:00:47 homebridge systemd[1]: Finished Daily man-db regeneration.
                                    Jun  5 00:00:47 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:47.943272Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:00:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:00:57.942467Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:07 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:07.950671Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:17.943941Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:27.951755Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:37 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:37.980334Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:48 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:48.008660Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:01:57 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:01:57.943637Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:08 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:08.005072Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:17 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:17.952306Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  5 00:02:27 homebridge influxd-systemd-start.sh[5659]: ts=2022-06-04T22:02:27.949550Z lvl=error msg="Unable to write gathered points" log_id=0an6BAXl000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    :
                                    

                                    Ich habe auch mal den Befehl "less +F /var/log/syslog" genutzt:

                                         5132   835584       72             0 io.ping.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014157] [  19333]  1001 19333   162357     4617   811008       40             0 io.rpi2.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523     4Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                    Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                    Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                    Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                    Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                    Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                    Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                        4617   811008       40             0 io.rpi2.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523
                                        4982   737280       54             0 io.net-tools.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                    Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                    Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                    Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                    Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                    Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                    Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" erro739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                     72             0 io.ping.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014157] [  19333]  1001 19333   162357     4617   811008
                                     40             0 io.rpi2.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523
                                        4982   737280       54             0 io.net-tools.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                    Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                    Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                    Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                    Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                    Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                    Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="UnUnable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  7 09:39:57 homebridge kernel: [15453.014150] [  19312]  1001 19312   162931     5132   835584       72
                                          0 io.ping.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014157] [  19333]  1001 19333   162357     4617   811008
                                     40             0 io.rpi2.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523     4982   737280       54             0 io.net-tools.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                    Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                    Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                    Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                    Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                    Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                    Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  7 09:39:57 homebridge kernel: [15453.014150] [  19312]  1001 19312   162931     5132   835584       72
                                         0 io.ping.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014157] [  19333]  1001 19333   162357     4617   811008       40             0 io.rpi2.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014164] [  19364]  1001 19364   162523     4982   737280       54             0 io.net-tools.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014172] [  19379]  1001 19379   164101     7006   806912       72             0 io.upnp.0
                                    Jun  7 09:39:57 homebridge kernel: [15453.014179] [  19390]  1001 19390   162350     4641   761856       32             0 io.vis-inventwo
                                    Jun  7 09:39:57 homebridge kernel: [15453.014187] [  19467]     0 19467     4019      311    61440        0             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014194] [  19478]  1000 19478     4019      309    61440        2             0 sshd
                                    Jun  7 09:39:57 homebridge kernel: [15453.014201] [  19479]  1000 19479     1993      387    40960        0             0 bash
                                    Jun  7 09:39:57 homebridge kernel: [15453.014224] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=iobroker.js-con,pid=18852,uid=1001
                                    Jun  7 09:39:57 homebridge kernel: [15453.014288] Out of memory: Killed process 18852 (iobroker.js-con) total-vm:2017948kB, anon-rss:1392736kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:4724kB oom_score_adj:0
                                    Jun  7 09:39:57 homebridge kernel: [15453.243035] oom_reaper: reaped process 18852 (iobroker.js-con), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
                                    Jun  7 09:39:57 homebridge systemd[1]: iobroker.service: Main process exited, code=killed, status=9/KILL
                                    Jun  7 09:40:05 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:05.739766Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  7 09:40:13 homebridge systemd[1]: iobroker.service: Failed with result 'signal'.
                                    Jun  7 09:40:13 homebridge systemd[1]: iobroker.service: Consumed 12min 59.915s CPU time.
                                    Jun  7 09:40:15 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:15.666531Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  7 09:40:16 homebridge systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 8.
                                    Jun  7 09:40:16 homebridge systemd[1]: Stopped ioBroker Server.
                                    Jun  7 09:40:16 homebridge systemd[1]: iobroker.service: Consumed 12min 59.915s CPU time.
                                    Jun  7 09:40:16 homebridge systemd[1]: Started ioBroker Server.
                                    Jun  7 09:40:25 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:25.667187Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Jun  7 09:40:35 homebridge influxd-systemd-start.sh[442]: ts=2022-06-07T07:40:35.666526Z lvl=error msg="Unable to write gathered points" log_id=0aw18aQW000 service=scraper scraper-name="new target" error="database not found: e2ad7b41e16aae5f"
                                    Waiting for data... (interrupt to abort)
                                    

                                    Beim ersten Befehl sind anscheinend nur Daten vom 5.6. zu sehen

                                    Im zweiten taucht auch die Meldung oom-kill in Zeile 21 auf

                                    crunchipC Abwesend
                                    crunchipC Abwesend
                                    crunchip
                                    Forum Testing Most Active Developer
                                    schrieb am zuletzt editiert von
                                    #50

                                    @damrak2022 habs jetzt nur schnell mitn Handy überflogen, aber ich würde erstmal bei influx ansetzen, damit das vom Tisch ist.
                                    Denn scheinbar sind deine Probleme seit der Influxdb/Grafana Geschichte entstanden bzw noch mehr geworden.

                                    umgestiegen von Proxmox auf Unraid

                                    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

                                    430

                                    Online

                                    32.9k

                                    Benutzer

                                    83.0k

                                    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